Qub3d-Website/contact.html

33 lines
1.1 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<html>
<head>
<title>More Info | Qub³d Engine Group</title>
<link rel="icon" type="image/png" href="Qub3d.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><a href="team.html">TEAM</a></li>
<li class="active"><a href="contact.html">MORE INFORMATION</a></li>
</nav>
</div>
</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>
</body>
</html>