quartznet-info/about/index.php
Gitea 720dcc89eb Layout redesign.
- In a seperate commit from the stylesheet changes. Work in progress.
2020-06-22 03:44:55 -04:00

27 lines
909 B
PHP
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<title>Quartznet | About</title>
<?php include "../includes/head.php" ?>
</head>
<body>
<?php include "../includes/header.php" ?>
<main>
<section class="container">
<h2>Frequently Asked Questions</h2>
<h3>Who are we?</h3>
<p>A small team developing games and software.</p>
<h3>Why the name Quartznet</h3>
<p>Naming things is hard. Over time we came up with the name quartz. Then when we made a server for ourselves we named it quartznet and decided that would be a better name.</p>
<p>Not only that but it has the letter q and the letter z in it but is also simple to remember, pronounce and write. So it is clearly a great name for us! :)
<h3>Contact</h3>
<p>Feel free to contact us via email if you want to get in touch.</p>
</section>
</main>
<?php include "../includes/footer.php" ?>
</body>
</html>