31 lines
1.1 KiB
PHP
31 lines
1.1 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>contact emma</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta charset="utf-8">
|
|
<link rel="icon" type="image/x-icon" href="../../img/site/assets/favicon.ico">
|
|
<link rel="stylesheet" href="../../style/style.css">
|
|
<link rel="stylesheet" href="../../style/guestbook.css">
|
|
</head>
|
|
|
|
<body>
|
|
<?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 class="guestbook-text">
|
|
if you'd just like to say hello or leave another short message, you can do so in the guestbook below
|
|
</p>
|
|
|