mirror of https://github.com/reiyua/reiyua.lol.git
Delete contact.html
This commit is contained in:
parent
9c7bb085e8
commit
6ee117ec48
61
contact.html
61
contact.html
|
@ -1,61 +0,0 @@
|
|||
<!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.html">About</a>
|
||||
<a href="contact.html">Contact</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>
|
Loading…
Reference in New Issue