Site layout changes and more flexbox experiements with CSS.
This commit is contained in:
@ -1,26 +1,29 @@
|
||||
<!-- Quartznet faq page -->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<title>Quartznet | FAQ</title>
|
||||
|
||||
<head>
|
||||
<title>Quartznet | About</title>
|
||||
|
||||
<?php include "../includes/head.php" ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include "../includes/header.php" ?>
|
||||
|
||||
<main class="container">
|
||||
<section>
|
||||
<h3>Frequently Asked Questions</h3>
|
||||
<br>
|
||||
<h3>Who are we?</h3>
|
||||
<p>A small team that enjoys tinkering with software and making games and tools.</p>
|
||||
<br>
|
||||
<h3>Contact</h3>
|
||||
<p>Feel free to contact us via email if you want to get in touch.</p>
|
||||
<br>
|
||||
<h3>Insert content here</h3>
|
||||
</section>
|
||||
</main>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user