mirror of https://github.com/reiyua/reiyua.lol.git
62 lines
1.7 KiB
HTML
62 lines
1.7 KiB
HTML
<!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>
|
|
|
|
<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="https://formspree.io/f/xkgwgbyb" method="POST">
|
|
<label for="Name">Name:</label>
|
|
<br>
|
|
<input type="text" name="Name">
|
|
<br>
|
|
<label for="email">Email:</label>
|
|
<br>
|
|
<input type="email" name="email">
|
|
<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://x.com/rreiyua">X (Twitter)</a>
|
|
<br>
|
|
<a href="https://www.instagram.com/rreiyua/">Instagram</a>
|
|
<br>
|
|
<a href="https://www.linkedin.com/in/RayyanHodges/">LinkedIn</a>
|
|
<br>
|
|
<a href="https://github.com/reiyua">GitHub</a>
|
|
<br>
|
|
<a href="https://discordapp.com/users/1024179829911855234/">Discord</a>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |