Latest changes.

- Saving current changes. Testing ideas etc.
This commit is contained in:
Gitea 2020-08-19 04:52:47 -04:00
parent 1d1f6b4959
commit 0ac3aee564
15 changed files with 383 additions and 184 deletions

View File

@ -1,4 +1,4 @@
# quartznet # quartznet.info
We are a small team developing software and games. We are a small team developing software and games.

View File

@ -3,25 +3,87 @@
<head> <head>
<title>Quartznet | About</title> <title>Quartznet | About</title>
<?php include "../includes/head.php" ?> <!-- General meta tags -->
<meta charset="utf-8">
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="A software and game studio.">
<meta name="keywords" content="quartznet, software, games, tools"/>
<meta name="author" content="quartznet"/>
<!-- Open Graph tags -->
<meta property="og:title" content="quartznet" />
<meta property="og:description" content="We are software and game developers." />
<!-- Load CSS -->
<link rel="stylesheet" href="/quartznet/assets/css/bootstrap.min.css" defer>
<link href="/quartznet/assets/css/stylesheet.css" rel="stylesheet">
<link href="/quartznet/assets/css/themes.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<link rel="icon" href="/quartznet/assets/favicon.ico">
<!-- Load javascript -->
<script src="/quartznet/assets/js/jquery-3.5.1.min.js" defer></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120787474-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-120787474-1');
</script>
</head> </head>
<body> <body>
<?php include "../includes/header.php" ?> <header>
<div class="container">
<nav class="navbar navbar-expand-md">
<div class="navbar-collapse order-1 order-md-0 dual-collapse2">
<ul class="navbar-nav mr-auto">
<li><a href="/quartznet/">Quartznet</a></li>
<li><a href="/quartznet/about">About</a></li>
</ul>
</div>
<div class="navbar-collapse collapse w-100 order-3 dual-collapse2">
<ul class="navbar-nav ml-auto">
<li><a href="/quartznet/admin">Admin</a></li>
</ul>
</div>
</nav>
</div>
<div class="overlay">
<div class="description">
<h1 class="title">Quartznet</h1>
<p>Software, Games, Science, Space!</p>
</div>
</div>
</header>
<main> <main>
<section class="container"> <section class="container">
<h2>Frequently Asked Questions</h2> <h2>Frequently Asked Questions</h2>
<h3>Who are we?</h3> <h3>Who we are</h3>
<p>A small team developing games and software.</p> <p>A small team developing games and software.</p>
<h3>Why the name Quartznet</h3> <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>Naming things is hard. We ended up with the name quartz and added net to it to make quartznet. Also it includes the letters q and z so it is cleary a great name!
<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> <h2>Contact</h2>
<p>We can be reached at contact@quartznet.com. If you are requesting a key for reviewing, steaming, or youtube, as well as all other legitimate purposes, please be sure to include a link to your channel or website.</p>
<p>Feel free to contact us via email if you want to get in touch.</p> <p>Feel free to contact us via email if you want to get in touch.</p>
</section> </section>
</main> </main>
<?php include "../includes/footer.php" ?> <footer>
<div class="container">
<hr>
<p>&copy; Quartznet 2020 | <a href="/quartznet/policy">Policy</a></p>
</div>
</footer>
</body> </body>
</html> </html>

View File

@ -1,4 +1,16 @@
<!-- Login system --> <!-- <li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Admin
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://quartznet.info/sound">Sound</a>
<a class="dropdown-item" href="https://quartznet.info/status">Status</a>
<a class="dropdown-item" href="https://quartznet.info/git">Git</a>
<a class="dropdown-item" href="https://quartznet.info/sql">SQL</a>
<a class="dropdown-item" href="/quartznet/admin/logout.php">Logout</a>
</div>
</li> -->
<?php <?php
session_start(); session_start();

View File

@ -4,44 +4,58 @@
<head> <head>
<title>Quartznet | Admin</title> <title>Quartznet | Admin</title>
<?php include "../includes/head.php" ?> <!-- General meta tags -->
<meta charset="utf-8">
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="A software and game studio.">
<meta name="keywords" content="quartznet, software, games, tools"/>
<meta name="author" content="quartznet"/>
<!-- Open Graph tags -->
<meta property="og:title" content="quartznet" />
<meta property="og:description" content="We are software and game developers." />
<!-- Load CSS -->
<link rel="stylesheet" href="/quartznet/assets/css/bootstrap.min.css" defer>
<link href="/quartznet/assets/css/stylesheet.css" rel="stylesheet">
<link href="/quartznet/assets/css/themes.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<link rel="icon" href="/quartznet/assets/favicon.ico">
<!-- Load javascript -->
<script src="/quartznet/assets/js/jquery-3.5.1.min.js" defer></script>
</head> </head>
<body> <body>
<header> <header>
<nav> <div class="container">
<div class="container"> <nav class="navbar navbar-expand-md">
<ul class="menu"> <div class="navbar-collapse order-1 order-md-0 dual-collapse2">
<li><a href="/quartznet/">Home</a></li> <ul class="navbar-nav mr-auto">
<li><a href="/quartznet/about">About</a></li> <li><a href="/quartznet/">Quartznet</a></li>
<li><a href="/quartznet/contact">Contact</a></li> <li><a href="/quartznet/about">About</a></li>
<li><a href="/quartznet/admin">Admin</a></li> <li><a href="https://quartznet.info/sound">Sound</a></li>
<li><a href="https://quartznet.info/sound">Sound</a></li> <li><a href="https://quartznet.info/status">Status</a></li>
<li><a href="https://quartznet.info/status">Status</a></li> <li><a href="https://quartznet.info/git">Git</a></li>
<li><a href="https://quartznet.info/git">Git</a></li> <li><a href="https://quartznet.info/sql">SQL</a></li>
<li><a href="https://quartznet.info/sql">SQL</a></li> </ul>
</div>
<div class="navbar-collapse collapse w-100 order-3 dual-collapse2">
<ul class="navbar-nav ml-auto">
<li><a href="/quartznet/admin/logout.php">Logout</a></li> <li><a href="/quartznet/admin/logout.php">Logout</a></li>
</ul>
<!-- <li class="nav-item dropdown"> </div>
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> </nav>
Admin </div>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://quartznet.info/sound">Sound</a>
<a class="dropdown-item" href="https://quartznet.info/status">Status</a>
<a class="dropdown-item" href="https://quartznet.info/git">Git</a>
<a class="dropdown-item" href="https://quartznet.info/sql">SQL</a>
<a class="dropdown-item" href="/quartznet/admin/logout.php">Logout</a>
</div>
</li> -->
</ul>
</div>
</nav>
<div class="overlay"> <div class="overlay">
<div class="description"> <div class="description">
<h1 class="title">Quartznet</h1> <h1 class="title">Quartznet</h1>
<p>Software, Games, Science, Space!</p> <p>Software, Games, Science, Space!</p>
</div>
</div> </div>
</header> </header>
@ -88,6 +102,11 @@
</section> </section>
</main> </main>
<?php include "../includes/footer.php" ?> <footer>
<div class="container">
<hr>
<p>&copy; Quartznet 2020 | <a href="/quartznet/policy">Policy</a></p>
</div>
</footer>
</body> </body>
</html> </html>

View File

@ -8,11 +8,56 @@
<head> <head>
<title>Quartznet | Login</title> <title>Quartznet | Login</title>
<?php include "../includes/head.php" ?> <!-- General meta tags -->
<meta charset="utf-8">
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="A software and game studio.">
<meta name="keywords" content="quartznet, software, games, tools"/>
<meta name="author" content="quartznet"/>
<!-- Open Graph tags -->
<meta property="og:title" content="quartznet" />
<meta property="og:description" content="We are software and game developers." />
<!-- Load CSS -->
<link rel="stylesheet" href="/quartznet/assets/css/bootstrap.min.css" defer>
<link href="/quartznet/assets/css/stylesheet.css" rel="stylesheet">
<link href="/quartznet/assets/css/themes.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<link rel="icon" href="/quartznet/assets/favicon.ico">
<!-- Load javascript -->
<script src="/quartznet/assets/js/jquery-3.5.1.min.js" defer></script>
</head> </head>
<body> <body>
<?php include "../includes/header.php" ?> <header>
<div class="container">
<nav class="navbar navbar-expand-md">
<div class="navbar-collapse order-1 order-md-0 dual-collapse2">
<ul class="navbar-nav mr-auto">
<li><a href="/quartznet/">Quartznet</a></li>
<li><a href="/quartznet/about">About</a></li>
</ul>
</div>
<div class="navbar-collapse collapse w-100 order-3 dual-collapse2">
<ul class="navbar-nav ml-auto">
<li><a href="/quartznet/admin">Admin</a></li>
</ul>
</div>
</nav>
</div>
<div class="overlay">
<div class="description">
<h1 class="title">Quartznet</h1>
<p>Software, Games, Science, Space!</p>
</div>
</div>
</header>
<main class="container"> <main class="container">
<form class="form-signin" action="login.php" method="post"> <form class="form-signin" action="login.php" method="post">
@ -34,6 +79,11 @@
</form> </form>
</main> </main>
<?php include "../includes/footer.php" ?> <footer>
<div class="container">
<hr>
<p>&copy; Quartznet 2020 | <a href="/quartznet/policy">Policy</a></p>
</div>
</footer>
</body> </body>
</html> </html>

View File

@ -1,59 +0,0 @@
<?php require_once("./auth.php"); auth();
// Select all users
$connection = connect();
$sql = "SELECT * FROM users";
$result = pg_query($connection, $sql);
if (!result)
{
die("pg_query error: " . pg_last_error($db));
}
$rows = pg_num_rows($result);
?>
<!DOCTYPE html>
<html lang="en">
<title>Quartznet | Users</title>
<?php include "../includes/head.php" ?>
<?php include "../includes/header.php" ?>
<main class="container">
<section class="content">
<!-- Should this still use tables -->
<table width="100%">
<thead>
<tr>
<th>Id</th>
<th>Name</th>
<th>Password</th>
</tr>
</thead>
<tbody>
<!-- User info --->
<?php while($row=pg_fetch_assoc($result)) { ?>
<tr>
<td><?php echo $row["id"]?></td>
<td><?php echo $row["name"]?></td>
<td><?php echo $row["password"]?></td>
<?php } ?>
</tr>
</tbody>
</table>
<!--Insert new user-->
<form method="post" action="users.php" name="login">
<div class="form-group">
<input name="username" type="text" required placeholder="username" maxlength="30">
<input name="password" type="password" required placeholder="password" maxlength="30">
</div>
</form>
</section>
</main>
<?php include "../includes/footer.php" ?>
</html>

7
assets/includes/footer.php Executable file
View File

@ -0,0 +1,7 @@
<footer>
<div class="container">
<hr>
<p>&copy; Quartznet 2020 | <a href="/quartznet/policy">Policy</a></p>
</div>
</footer>

View File

@ -19,6 +19,9 @@
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<link rel="icon" href="/quartznet/assets/favicon.ico"> <link rel="icon" href="/quartznet/assets/favicon.ico">
<!-- Load javascript -->
<script src="/quartznet/assets/js/jquery-3.5.1.min.js" defer></script>
<!-- Global site tag (gtag.js) - Google Analytics --> <!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120787474-1"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-120787474-1"></script>
<script> <script>

View File

@ -5,7 +5,6 @@
<ul class="navbar-nav mr-auto"> <ul class="navbar-nav mr-auto">
<li><a href="/quartznet/">Quartznet</a></li> <li><a href="/quartznet/">Quartznet</a></li>
<li><a href="/quartznet/about">About</a></li> <li><a href="/quartznet/about">About</a></li>
<li><a href="/quartznet/contact">Contact</a></li>
</ul> </ul>
</div> </div>
<div class="navbar-collapse collapse w-100 order-3 dual-collapse2"> <div class="navbar-collapse collapse w-100 order-3 dual-collapse2">

View File

@ -1,2 +0,0 @@
#!/bin/bash
# insert any build setup commands here

View File

@ -1,27 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Quartznet | Contact</title>
<?php include "../includes/head.php" ?>
</head>
<body>
<?php include "../includes/header.php" ?>
<main>
<section class="container">
<h2>Contact</h2>
<p>We can be reached at contact@quartznet.com. If you are requesting a key for reviewing, steaming, or youtube, as well as all other legitimate purposes, please be sure to include a link to your channel or website.</p>
<p>Feel free to contact us via email if you want to get in touch.</p>
<p>Some of the team members also actively participate at the community subreddit and the Discord server.</p>
<p>You can also subscribe to our blog.</p>
</section>
</main>
<?php include "../includes/footer.php" ?>
</body>
</html>

View File

@ -1,18 +0,0 @@
<footer>
<div class="container">
<hr>
<p>&copy; Quartznet 2020 | <a href="/quartznet/policy">Policy</a></p>
</div>
</footer>
<!-- Used for nav bar dropdown with smaller screens-->
<script src="/quartznet/assets/js/jquery-3.5.1.min.js" defer></script>
<script src="/quartznet/assets/js/bootstrap.bundle.min.js" defer></script>
<script>
const toggleSwitch = document.querySelector('.theme-switch input[type="checkbox"]');
document.documentElement.setAttribute('data-theme', 'dark');
// var clientHeight = document.getElementsByClassName('overlay')[0].clientHeight;
// alert(clientHeight);
</script>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>Quartznet | Sirius</title> <title>Quartznet</title>
<!-- General meta tags --> <!-- General meta tags -->
<meta charset="utf-8"> <meta charset="utf-8">
@ -24,6 +24,9 @@
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<link rel="icon" href="/quartznet/assets/favicon.ico"> <link rel="icon" href="/quartznet/assets/favicon.ico">
<!-- Load javascript -->
<script src="/quartznet/assets/js/jquery-3.5.1.min.js" defer></script>
<!-- Global site tag (gtag.js) - Google Analytics --> <!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120787474-1"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-120787474-1"></script>
<script> <script>
@ -36,36 +39,66 @@
</head> </head>
<body> <body>
<?php include "includes/header.php" ?> <header>
<div class="container">
<nav class="navbar navbar-expand-md">
<div class="navbar-collapse order-1 order-md-0 dual-collapse2">
<ul class="navbar-nav mr-auto">
<li><a href="/quartznet/">Quartznet</a></li>
<li><a href="/quartznet/about">About</a></li>
</ul>
</div>
<div class="navbar-collapse collapse w-100 order-3 dual-collapse2">
<ul class="navbar-nav ml-auto">
<li><a href="/quartznet/admin">Admin</a></li>
</ul>
</div>
</nav>
</div>
<div class="overlay">
<div class="description">
<h1 class="title">Quartznet</h1>
<p>Software, Games, Science, Space!</p>
</div>
</div>
</header>
<main class="container"> <main class="container">
<!-- Project One --> <section>
<div class="row"> <!-- Project One -->
<div class="col-md-7"> <div class="row">
<a href="/quartznet/sirius"> <div class="col-md-7">
<img class="img-fluid mb-3 mb-md-0" src="https://placehold.it/600x300" alt=""> <a href="/quartznet/sirius">
</a> <img class="img-fluid mb-3 mb-md-0" src="https://placehold.it/600x300" alt="Sirius">
</a>
</div>
<div class="col-md-5">
<h2>Sirius</h2>
<p>A 2D sci-fi game about wannabe space captain trying to find their path.</p>
</div>
</div> </div>
<div class="col-md-5"> <br>
<h3>Sirius</h3>
<p>A 2D sci-fi game about wannabe space captain trying to find their path.</p>
</div>
</div>
<hr>
<!-- Project Two --> <!-- Project Two -->
<div class="row"> <div class="row">
<div class="col-md-7"> <div class="col-md-7">
<a href="/quartznet/sirius"> <a href="/quartznet/sirius">
<img class="img-fluid mb-3 mb-md-0" src="https://placehold.it/600x300" alt=""> <img class="img-fluid mb-3 mb-md-0" src="https://placehold.it/600x300" alt="Quartz">
</a> </a>
</div>
<div class="col-md-5">
<h2>Quartz</h2>
</div>
</div> </div>
<div class="col-md-5"> </section>
<h3>Quartz</h3>
</div>
</div>
</main> </main>
<?php include "includes/footer.php" ?> <footer>
<div class="container">
<hr>
<p>&copy; Quartznet 2020 | <a href="/quartznet/policy">Policy</a></p>
</div>
</footer>
</body> </body>
</html> </html>

View File

@ -4,11 +4,66 @@
<head> <head>
<title>Quartznet | Policy</title> <title>Quartznet | Policy</title>
<?php include "../includes/head.php" ?> <!-- General meta tags -->
<meta charset="utf-8">
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="A software and game studio.">
<meta name="keywords" content="quartznet, software, games, tools"/>
<meta name="author" content="quartznet"/>
<!-- Open Graph tags -->
<meta property="og:title" content="quartznet" />
<meta property="og:description" content="We are software and game developers." />
<!-- Load CSS -->
<link rel="stylesheet" href="/quartznet/assets/css/bootstrap.min.css" defer>
<link href="/quartznet/assets/css/stylesheet.css" rel="stylesheet">
<link href="/quartznet/assets/css/themes.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<link rel="icon" href="/quartznet/assets/favicon.ico">
<!-- Load javascript -->
<script src="/quartznet/assets/js/jquery-3.5.1.min.js" defer></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120787474-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-120787474-1');
</script>
</head> </head>
<body> <body>
<?php include "../includes/header.php" ?> <header>
<div class="container">
<nav class="navbar navbar-expand-md">
<div class="navbar-collapse order-1 order-md-0 dual-collapse2">
<ul class="navbar-nav mr-auto">
<li><a href="/quartznet/">Quartznet</a></li>
<li><a href="/quartznet/about">About</a></li>
</ul>
</div>
<div class="navbar-collapse collapse w-100 order-3 dual-collapse2">
<ul class="navbar-nav ml-auto">
<li><a href="/quartznet/admin">Admin</a></li>
</ul>
</div>
</nav>
</div>
<div class="overlay">
<div class="description">
<h1 class="title">Quartznet</h1>
<p>Software, Games, Science, Space!</p>
</div>
</div>
</header>
<main> <main>
<section class="container"> <section class="container">
@ -47,6 +102,11 @@
</section> </section>
</main> </main>
<?php include "../includes/footer.php" ?> <footer>
<div class="container">
<hr>
<p>&copy; Quartznet 2020 | <a href="/quartznet/policy">Policy</a></p>
</div>
</footer>
</body> </body>
</html> </html>

View File

@ -3,11 +3,66 @@
<head> <head>
<title>Quartznet | Sirius</title> <title>Quartznet | Sirius</title>
<?php include "../includes/head.php" ?> <!-- General meta tags -->
<meta charset="utf-8">
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="A software and game studio.">
<meta name="keywords" content="quartznet, software, games, tools"/>
<meta name="author" content="quartznet"/>
<!-- Open Graph tags -->
<meta property="og:title" content="quartznet" />
<meta property="og:description" content="We are software and game developers." />
<!-- Load CSS -->
<link rel="stylesheet" href="/quartznet/assets/css/bootstrap.min.css" defer>
<link href="/quartznet/assets/css/stylesheet.css" rel="stylesheet">
<link href="/quartznet/assets/css/themes.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<link rel="icon" href="/quartznet/assets/favicon.ico">
<!-- Load javascript -->
<script src="/quartznet/assets/js/jquery-3.5.1.min.js" defer></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120787474-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-120787474-1');
</script>
</head> </head>
<body> <body>
<?php include "../includes/header.php" ?> <header>
<div class="container">
<nav class="navbar navbar-expand-md">
<div class="navbar-collapse order-1 order-md-0 dual-collapse2">
<ul class="navbar-nav mr-auto">
<li><a href="/quartznet/">Quartznet</a></li>
<li><a href="/quartznet/about">About</a></li>
</ul>
</div>
<div class="navbar-collapse collapse w-100 order-3 dual-collapse2">
<ul class="navbar-nav ml-auto">
<li><a href="/quartznet/admin">Admin</a></li>
</ul>
</div>
</nav>
</div>
<div class="overlay">
<div class="description">
<h1 class="title">Quartznet</h1>
<p>Software, Games, Science, Space!</p>
</div>
</div>
</header>
<main> <main>
<section class="content container"> <section class="content container">
@ -17,6 +72,11 @@
</section> </section>
</main> </main>
<?php include "../includes/footer.php" ?> <footer>
<div class="container">
<hr>
<p>&copy; Quartznet 2020 | <a href="/quartznet/policy">Policy</a></p>
</div>
</footer>
</body> </body>
</html> </html>