Qub3d-Website/contact.html

33 lines
1.1 KiB
HTML
Raw Normal View History

2018-04-03 19:18:59 -07:00
<html>
<head>
2018-04-04 19:36:24 -07:00
<title>More Info | Qub³d Engine Group</title>
<link rel="icon" type="image/png" href="Qub3d.png">
2018-04-03 19:18:59 -07:00
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
2018-04-04 19:36:24 -07:00
<div class="row">
2018-04-03 19:18:59 -07:00
<div class="logo">
<img src="Qub3d.png">
</div>
2018-04-04 19:36:24 -07:00
<nav class="main-nav">
2018-04-03 19:18:59 -07:00
<li><a href="index.html">HOME</a></li>
<li><a href="news.html">NEWS</a></li>
2018-04-04 19:36:24 -07:00
<li><a href="communityrules.html">COMMUNITY RULES</a></li>
2018-04-03 19:18:59 -07:00
<li><a href="team.html">TEAM</a></li>
2018-04-04 19:36:24 -07:00
<li class="active"><a href="contact.html">MORE INFORMATION</a></li>
</nav>
2018-04-03 19:18:59 -07:00
</div>
2018-04-04 19:36:24 -07:00
</header>
<div class="contact">
<h1>CONTACT US</h1>
<p><br>You can email us at <strong>yo@qub3d.org</strong> with inquiries.</br></p>
<h1>PLUG IN</h1>
<p><br>Become a Contributor on <a href="https://phab.qub3d.org"><strong>Phabricator</strong></a></br>
<br>Join the conversation on <a href="https://discord.gg/jQF3s8m"><strong>Discord</strong></a></br>
<br>Join the <code>#qub3d</code> <a href="https://webchat.freenode.net/?channels=#qub3d"><strong>Freenode IRC</strong></a></br></p>
</div>
2018-04-03 19:18:59 -07:00
</body>
</html>