2024-07-14 14:34:31 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<link rel=""stylesheet" href="style.css">
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>reiyua</title>
|
|
|
|
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
}
|
|
|
|
</style>
|
2024-07-14 14:37:53 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="navbar">
|
|
|
|
<a href="index.html">Home</a>
|
|
|
|
<a href="#">About</a>
|
2024-07-14 14:39:25 +00:00
|
|
|
<a href="contact.html">Contact</a>
|
2024-07-14 14:37:53 +00:00
|
|
|
<a href="#" class="right">Projects</a>
|
|
|
|
</div>
|
|
|
|
<div class="header">
|
|
|
|
<h1>reiyua</h1>
|
2024-07-14 14:45:49 +00:00
|
|
|
<p>Contact me using the following details below or use the form below to send me a message:</p>
|
2024-07-14 14:37:53 +00:00
|
|
|
<a href="mailto:rei@reiyua.lol">rei@reiyua.lol</a>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="form-container">
|
|
|
|
<form action="http://formspree.io/rei@reiyua.lol">
|
2024-07-14 14:43:15 +00:00
|
|
|
<label for="Name">Name:</label>
|
2024-07-14 14:43:49 +00:00
|
|
|
<br>
|
2024-07-14 14:43:15 +00:00
|
|
|
<input type="name" name="Name">
|
2024-07-14 14:43:49 +00:00
|
|
|
<br>
|
2024-07-14 14:37:53 +00:00
|
|
|
<label for="_replyto">Email:</label>
|
2024-07-14 14:43:49 +00:00
|
|
|
<br>
|
2024-07-14 14:37:53 +00:00
|
|
|
<input type="email" name="_replyto">
|
2024-07-14 14:43:49 +00:00
|
|
|
<br>
|
2024-07-14 14:37:53 +00:00
|
|
|
<label for="body">Message:</label>
|
2024-07-14 14:43:49 +00:00
|
|
|
<br>
|
2024-07-14 14:37:53 +00:00
|
|
|
<textarea name="body"></textarea>
|
2024-07-14 14:43:49 +00:00
|
|
|
<br>
|
2024-07-14 14:37:53 +00:00
|
|
|
<input type="submit" value="Send">
|
|
|
|
</form>
|
|
|
|
</div>
|
2024-07-14 14:45:49 +00:00
|
|
|
|
|
|
|
<div>
|
|
|
|
<p>Alternatively, you can contact me on social media:</p>
|
|
|
|
<a href="https://twitter.com/rreiyua">Twitter</a>
|
2024-07-14 14:48:10 +00:00
|
|
|
<br>
|
2024-07-14 14:45:49 +00:00
|
|
|
<a href="https://www.instagram.com/rreiyua/">Instagram</a>
|
2024-07-14 14:48:10 +00:00
|
|
|
<br>
|
2024-07-14 14:45:49 +00:00
|
|
|
<a href="https://www.linkedin.com/in/RayyanHodges/">LinkedIn</a>
|
2024-07-14 14:48:10 +00:00
|
|
|
<br>
|
2024-07-14 14:45:49 +00:00
|
|
|
<a href="https://github.com/reiyua">GitHub</a>
|
2024-07-14 14:48:10 +00:00
|
|
|
<br>
|
|
|
|
<a href="https://discordapp.com/users/1024179829911855234/">Discord</a>
|
2024-07-14 14:45:49 +00:00
|
|
|
</div>
|
2024-07-14 14:37:53 +00:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|