add contact.php content to guestbook index, edit guestbook files
This commit is contained in:
parent
893536a5b6
commit
335820dfa4
|
@ -1,3 +1,4 @@
|
|||
</section>
|
||||
</main>
|
||||
<?php require_once($_SERVER['DOCUMENT_ROOT'] . '/includes/footer.php'); ?>
|
||||
</body>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue