website-2018/resources.html
2017-07-08 21:21:42 -04:00

87 lines
3.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<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="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>Resources - TJSGA</title>
</head>
<body>
<header>
<div id="banner">
<button id="menu-toggle" class="fluid">
<i></i>
</button>
<h1>TJ STUDENT GOVERNMENT ASSOCIATION</h1>
</div>
<nav id="menu" class="fluid">
<a class="menu-item" href="index.html">
<button class="menu-item fluid">Home</button>
</a>
<a class="menu-item" href="about.html">
<button class="menu-item fluid">About</button>
</a>
<a class="menu-item" href="resources.html">
<button class="menu-item fluid">Resources</button>
</a>
<a class="menu-item" href="forms.html">
<button class="menu-item fluid">Forms</button>
</a>
</nav>
<div id="dome">
</div>
</header>
<div id="wrapper" class="fluid">
<section id="links">
<h2>General Resources</h2>
<ul>
<li>
<a href="https://docs.google.com/forms/d/18KRo3RritoN6RddNvI-l2zZs1h_1mmVWWgRQGOk2vvQ/viewform">
SGA Feedback and Suggestion Google Form
</a>
</li>
<li>
<a href="/uploads/3/8/0/7/38079437/wi-fi_faq_-_june_2015.pdf" target="_blank">
TJ Wi-Fi Frequently Asked Questions: FCPSonboard
</a>
</li>
<li>
<a href="/uploads/3/8/0/7/38079437/sgafoodguidelinesmadeeasypizzasalebakesales-2.pdf" target="_blank">
SGA Pizza Sale and Bake Sale Food Guidelines (Updated 1/26/15)
</a>
</li>
</ul>
</section>
</div>
<footer>
<span>&copy; 2017 TJSGA</span>
<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.js"></script>
</body>
</html>