website-2018/index.html
2017-06-28 22:58:38 -04:00

71 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="img/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" class="fluid">
<div id="logo">
<img src="img/logo.png" alt="TJSGA Logo" />
</div>
<div id="letter">
<p>
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>
<br />
<p>
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>
<br />
<p>
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>
<br />
<p>
Sincerely,<br />
Tim Cho<br />
SGA President 2016-17
</p>
</div>
</div>
</section>
<!--<section id="photos">
</section>-->
</div>
<footer>&copy; 2017 William Zhang</footer>
</body>
</html>