Qub3d-Website/team.html

32 lines
1.0 KiB
HTML

<html>
<head>
<title>Home | Qub³d Engine Group</title>
<link rel="icon" type="image/png" href="favicon.png">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<div class="row">
<div class="logo">
<img src="Qub3d.png">
</div>
<nav class="main-nav">
<li><a href="index.html">HOME</a></li>
<li><a href="news.html">NEWS</a></li>
<li><a href="communityrules.html">COMMUNITY RULES</a></li>
<li class="active"><a href="team.html">TEAM</a></li>
<li><a href="contact.html">CONTACT US</a></li>
</nav>
</header>
<div class="team">
<h1>Our Team</h1>
<p><br>Scarecröwman <em>(classified)</em>: Fearless Leader and founder of Qub³d</br>
<br>toby109tt (Toby plowy): Lead Graphics Tamer and founder of Qub³d</br>
<br>TMcSquared (Thomas): Lead Code Wrangler</br>
<br>NewbProgrammer101 (Jay): Repository Sentry</br>
<br>CodeMouse92 (Jason): Server Whisperer</br>
<br>SonosFuer (Austin): Documentor</br>
<br>...and many more!</br></p>
</div>
</body>
</html>