add contact.php content to guestbook index, edit guestbook files

This commit is contained in:
emma 2024-12-19 13:12:32 -05:00
parent 893536a5b6
commit 335820dfa4
3 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,4 @@
</section>
</main>
<?php require_once($_SERVER['DOCUMENT_ROOT'] . '/includes/footer.php'); ?>
</body>

View File

@ -1,6 +1,4 @@
<section>
<h1>Guestbook</h1>
<p>Welcome to my guestbook!</p>
<p><a href="../../guestbook/index.php" class="btn">View guestbook</a>
<a href="../../guestbook/sign.php" class="btn">Sign guestbook</a></p>
</section>

View File

@ -12,3 +12,18 @@
<?php require_once($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
<?php require_once($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?>
<main>
<section>
<h1>contact emma</h1>
<p>
you can contact me for long form conversation or a friendly message via email at emma(at)emmas(dot)place
</p>
<p>
i'm also apart of the <a href="https://32bit.cafe" target="_blank">32-bit cafe</a> on their discource forum and discord if you're already there
</p>
<h3>leave a comment</h3>
<p>
if you'd just like to say hello or leave another short message, you can do so in the guestbook below
</p>