reiyua.lol/contact.html

63 lines
1.7 KiB
HTML
Raw Normal View History

<!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>
</head>
<body>
<div class="navbar">
<a href="index.html">Home</a>
<a href="#">About</a>
<a href="contact.html">Contact</a>
<a href="#" class="right">Projects</a>
</div>
<div class="header">
<h1>reiyua</h1>
<p>Contact me using the following details below or use the form below to send me a message:</p>
<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>
<br>
2024-07-14 14:43:15 +00:00
<input type="name" name="Name">
<br>
<label for="_replyto">Email:</label>
<br>
<input type="email" name="_replyto">
<br>
<label for="body">Message:</label>
<br>
<textarea name="body"></textarea>
<br>
<input type="submit" value="Send">
</form>
</div>
<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>
<a href="https://www.instagram.com/rreiyua/">Instagram</a>
2024-07-14 14:48:10 +00:00
<br>
<a href="https://www.linkedin.com/in/RayyanHodges/">LinkedIn</a>
2024-07-14 14:48:10 +00:00
<br>
<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>
</div>
</body>
</html>