website-2018/index.html
2017-07-07 01:49:34 -04:00

103 lines
4.5 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/main.css" rel="stylesheet" />
<title>Home - TJSGA</title>
</head>
<body>
<header>
<div id="banner">
<h1>TJ STUDENT GOVERNMENT ASSOCIATION</h1>
</div>
<nav id="menu">
<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="forms.html">
<button class="menu-item fluid">Forms</button>
</a>
<a class="menu-item" href="links.html">
<button class="menu-item fluid">Links</button>
</a>
</nav>
<div id="dome">
</div>
</header>
<div id="wrapper" class="fluid">
<section id="about">
<div id="intro-text" class="fluid">
<h2 id="intro-title">Welcome!</h2>
<div id="logo">
<img src="img/logo.png" alt="TJSGA Logo" />
</div>
<div id="letter">
<p>
&nbsp;&nbsp;&nbsp;&nbsp;Welcome to Thomas Jefferson High School for Science and Technology's school-wide Student Government Association's new home on the web! As you know, TJ is going through some very exciting times, and we want you to be a part of it with us.
</p>
<p>
&nbsp;&nbsp;&nbsp;&nbsp;Here at Jefferson, we not only challenge ourselves academically, but also extracurricularly. And so, tjSGA is pushing forward this year to not only continue school-wide traditions such as Homecoming Week, Dancing with the Faculty, Service Week, and J-Day, but also both establish new and revive discontinued traditions such as the February Snow Ball and March Volleyball tournament. Moreover, as we face obstacles such as the stigma against mental illness and TJ Renovation restrictions, we hope to continually find effective solutions for the student body.
</p>
<p>
&nbsp;&nbsp;&nbsp;&nbsp;Please don't hesitate to contact me or SGA at anytime with any concerns, suggestions, or questions and we'll do our best to address them.
</p>
<p>
Sincerely,<br />
Tim Cho<br />
SGA President 2016-17
</p>
</div>
</div>
<div id="intro-image" class="fluid">
<img src="img/group.jpg" alt="TJSGA Group Photo" />
</div>
</section>
<hr />
<section id="updates">
<div id="tweets">
<h2>Twitter</h2>
<a class="twitter-timeline" data-height="640" data-theme="dark" data-link-color="#2B7BB9" href="https://twitter.com/tjSGA">Tweets by tjSGA</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div id="feedback">
<h2>Feedback</h2>
<iframe src="https://docs.google.com/forms/d/18KRo3RritoN6RddNvI-l2zZs1h_1mmVWWgRQGOk2vvQ/viewform?embedded=true" width="100%" height="640" frameborder="0" marginheight="0" marginwidth="0">
Loading...
</iframe>
</div>
</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>
</body>
</html>