Site layout changes and more flexbox experiements with CSS.
This commit is contained in:
parent
a82b4869b5
commit
775805808e
11 changed files with 892 additions and 255 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue