Skip to content

Commit bb152e3

Browse files
committed
Changed stumbleupon to channel4 and added feedback button
1 parent ec6d351 commit bb152e3

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

frontend/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>StumbleUpon POC</title>
7+
<title>Channel4 POC</title>
88
<link rel="stylesheet" href="style.css">
99
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/shepherd.js@10.0.1/dist/css/shepherd.css"/>
1010
</head>
1111
<body>
1212
<!-- Navbar -->
1313
<nav class="navbar">
1414
<div class="navbar-logo">
15-
<a href="#" onclick="window.location.reload()"><img src="logo.png" alt="StumbleUpon Logo"></a>
16-
<span class="navbar-title">StumbleUpon</span>
15+
<a href="#" onclick="window.location.reload()"><img src="logo.png" alt="Channel4 Logo"></a>
16+
<span class="navbar-title">Channel4</span>
1717
</div>
1818
<div class="navbar-buttons">
1919
<form class="navbar-form">
@@ -31,6 +31,8 @@
3131
<button id="openChannel" style="border-radius: 10px; font-size: large;">OpenChannel</button>
3232
<button id="closeChannel" style="border-radius: 10px; font-size: large;" disabled="true">closeChannel</button>
3333
<button id="tour-start" class="navbar-title" onclick="tour.start()" style="border-radius: 10px; font-size: large;">&#x3F;</button>
34+
<button id="feedback" style="border-radius: 10px; font-size: large;" onclick="window.open('https://airtable.com/shrGNTW2IFm2o0cKJ','_blank')">Feedback</button>
35+
3436
</div>
3537
</nav>
3638

frontend/tour.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const tour = new Shepherd.Tour({
2020

2121
// Add the steps to the tour
2222
tour.addStep({
23-
title: 'Welcome to StumbleUpon',
23+
title: 'Welcome to Channel4',
2424
text: 'This is the navbar, which contains links to different parts of the site.',
2525
attachTo: {
2626
element: '.navbar',
@@ -40,8 +40,8 @@ const tour = new Shepherd.Tour({
4040
});
4141

4242
tour.addStep({
43-
title: 'StumbleUpon Logo',
44-
text: 'This is the StumbleUpon logo, which will take you back to the homepage if you click it.',
43+
title: 'Channel4 Logo',
44+
text: 'This is the Channel4 logo, which will take you back to the homepage if you click it.',
4545
attachTo: {
4646
element: '.navbar-logo',
4747
on: 'bottom'

0 commit comments

Comments
 (0)