Site layout changes and more flexbox experiements with CSS.

This commit is contained in:
Gitea
2020-02-25 10:03:30 -05:00
parent a82b4869b5
commit 775805808e
11 changed files with 894 additions and 257 deletions

View File

@ -1,20 +1,24 @@
<!-- Quartznet home page -->
<!DOCTYPE html>
<html lang="en">
<title>Quartznet</title>
<?php include "../includes/head.php" ?>
<head>
<title>Quartznet | Sirius</title>
<?php include "../includes/head.php" ?>
</head>
<body>
<?php include "../includes/header.php" ?>
<main class="container">
<section class="content">
<h1>Sirius game</h1>
<p>Sirius game. Work in progress</p>
<p><a href="https://quartznet.info/presskit">Presskit</p>
</section>
</main>
<main>
<section class="content container">
<h1>Sirius game</h1>
<p>Sirius game. Work in progress</p>
<a href="https://quartznet.info/presskit">Presskit</a>
</section>
</main>
<?php include "../includes/footer.php" ?>
</body>
</html>