website-2018/about.html
William Zhang 29219706c7 about page
2017-07-08 00:46:25 -04:00

132 lines
5.7 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/about.css" rel="stylesheet" />
<link href="css/responsive.css" rel="stylesheet" />
<title>Home - 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="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="officers">
<h2>SGA Officers</h2>
<div class="officers-intro">
<div class="officers-image">
</div>
<div class="officers-text">
<span>Nick Begotka '18</span>
<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>
</div>
</div>
<div class="officers-intro">
<div class="officers-image">
</div>
<div class="officers-text">
<span>Nick Begotka '18</span>
<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>
</div>
</div>
<div class="officers-intro">
<div class="officers-image">
</div>
<div class="officers-text">
<span>Nick Begotka '18</span>
<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>
</div>
</div>
<div class="officers-intro">
<div class="officers-image">
</div>
<div class="officers-text">
<span>Nick Begotka '18</span>
<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>
</div>
</div>
</section>
<hr />
<section id="excomm">
<h2>SGA Executive Committee</h2>
<div id="excomm-text">
The Executive Committee (ExComm) is a integral sub-group of the SGA. Its members act as representatives of the student body. The members work with the officers to organize events and activities throughout to year. While several ExComm positions may have more specific roles, all are working towards the goals of the SGA. Applications to be on ExComm are released every June after Class Council elections have been completed.
</div>
</section>
<hr />
<section id="senators">
</section>
<hr />
<section id="sponsors">
</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>