mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-19 18:50:16 -04:00
2 lines
2.1 KiB
HTML
2 lines
2.1 KiB
HTML
<!DOCTYPE html> <html> <head> <link href="css/about.css" rel="stylesheet" /> <meta charset="UTF-8"> <meta content="" name="description"> <meta content="William Zhang" name="author"> <meta name="theme-color" content="#1976D2" /> <meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0" /> <link href="icons/favicon.ico" rel="icon" type="image/ico"> <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"/> <link href="css/header.css" rel="stylesheet"/> <link href="css/main.css" rel="stylesheet"/> <link href="css/footer.css" rel="stylesheet"/> <link href="css/responsive.css" rel="stylesheet"/> <title>About - TJSGA</title> </head> <body> <header> <div id="banner"> <button id="menu-toggle"> <i></i> </button> </div> <nav id="menu"> <a class="menu-item" href="/"> <button class="menu-item fluid">Home</button> </a> <a class="menu-item" href="about"> <button class="menu-item fluid">About</button> </a> <a id="logo-wrapper" href="/"> <div id="logo"> </div> </a> <a class="menu-item" href="resources"> <button class="menu-item fluid">Resources</button> </a> <a class="menu-item" href="forms"> <button class="menu-item fluid">Forms</button> </a> </nav> <div id="dome"> </div> </header> <div id="wrapper" class="fluid"> <section id="forms"> <div class="list"> <h2>General</h2> <ul> <li> <a href="https://docs.google.com/forms/d/18KRo3RritoN6RddNvI-l2zZs1h_1mmVWWgRQGOk2vvQ/viewform"> Feedback and Suggestions </a> </li> </ul> </div> <div class="list"> <h2>Events</h2> <ul> <li> <a href="https://docs.google.com/document/d/1rjzg8tW_NH52lUESdEZMJRsc2Bd-lntKaFYqZ1srmOQ/edit"> February Frenzy Volleyball Tournament 2018 </a> </li> </ul> </div> </section> </div> <footer> <a href="https://facebook.com/tjsga" target="_blank"> <button class="social" id="fb"> </button> </a> <a href="https://twitter.com/tjSGA" target="_blank"> <button class="social" id="tw"> </button> </a> <a href="https://facebook.com/tjsga" target="_blank"> <button class="social" id="flickr"> </button> </a> <a href="mailto:sga.tjhsst@gmail.com" target="_blank"> <button class="social" id="mail"> </button> </a> </footer> <script src="js/sidebar-min.js"></script> </body> </html>
|