File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ">
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; "> ?</ 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
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments