mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-19 10:40:16 -04:00
48 lines
1.4 KiB
HTML
48 lines
1.4 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 Us</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>
|
|
</header>
|
|
<div id="wrapper" class="fluid">
|
|
<section id="about">
|
|
<div id="desc" class="fluid">
|
|
|
|
</div>
|
|
</section>
|
|
<!--<section id="photos">
|
|
</section>-->
|
|
</div>
|
|
<footer>© 2017 William Zhang</footer>
|
|
</body>
|
|
|
|
</html>
|