Starting to add recent site changes.

This commit is contained in:
Gitea 2020-02-25 10:01:53 -05:00
parent 5443d91f86
commit a82b4869b5
3 changed files with 29 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

BIN
assets/images/friendscats1.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

29
contact/index.php Executable file
View File

@ -0,0 +1,29 @@
<!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>