diff options
Diffstat (limited to 'index2.html')
| -rw-r--r-- | index2.html | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/index2.html b/index2.html index 75b54f5..a3c9656 100644 --- a/index2.html +++ b/index2.html @@ -5,9 +5,9 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>HTML 5 Boilerplate</title> + <link rel="stylesheet" href="/css/reset.css"> <link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="animations.css"> - <script src="particles.js-master/particles.js" defer></script> <script src="index.js" defer></script> @@ -17,12 +17,12 @@ <header> <nav class="nav-flex" aria-label="primary-navigation"> <img class="logo-img" src="./images/favicon.png" alt="Our logo image that directs to top of page"/> - <a class="glow-on-hover" href="#weekly_specials">Weekly Specials</a> - <a class="glow-on-hover" href="#course_info">Course Info</a> - <a class="glow-on-hover" href="#full_menu">Full Menu</a> - <a class="glow-on-hover" href="#calendar">Calendar</a> - <a class="glow-on-hover" href="#kitchen_staff">Kitchen Staff</a> - <a class="glow-on-hover" href="#faq">FAQ</a> + <a class="link" href="#weekly_specials">Weekly Specials</a> + <a class="link" href="#course_info">Course Info</a> + <a class="link" href="#full_menu">Full Menu</a> + <a class="link" href="#calendar">Calendar</a> + <a class="link" href="#kitchen_staff">Kitchen Staff</a> + <a class="link" href="#faq">FAQ</a> </nav> <div class="title-flex"> @@ -163,7 +163,7 @@ <p>To subscribe to the course gcal, click <a href="https://calendar.google.com/calendar?cid=Y19nMXR0M2lpbjZ2ZDJqcTJlbzFpamJxNmJya0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t" target="_blank" class="glow-on-hover">here</a>.</p> <p>To sign up for TA Hours, please go to <a href="https://hours.cs.brown.edu/" target="_blank" class="glow-on-hover">Hours</a>.</p> <h4>(( Zoom links for TA hours will be in the Hours queue ))</h4> - <iframe id="calendar-iframe" class="embedded-iframe" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vR97aOo6hHLDmv_bqzK5ipCBHRUKqnzfox3c0RzjBggOjWAzn0a49S2GxRieW9Cgg/pubhtml?widget=true&headers=false"></iframe> + <iframe id="calendar-iframe" class="embedded-iframe" src="https://calendar.google.com/calendar/embed?src=c_igafsu38m7acism73deqltp8s4%40group.calendar.google.com&ctz=America%2FNew_York"></iframe> </section> <section id="kitchen_staff"> @@ -177,7 +177,5 @@ </div> - -<div id="particles-js"></div> </body> </html>
\ No newline at end of file |
