-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
36 lines (36 loc) · 1.46 KB
/
contact.html
File metadata and controls
36 lines (36 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel = "stylesheet" href="css/style_template.css">
<title>contact</title>
</head>
<body>
<nav>
<p>Mustafa Khan</p>
<p><a href = "index.html">About Mustafa Khan</a></p>
</nav>
<div class="one-col">
<section>
<h1>Contact Mustafa Khan</h1>
<p>100 Fox Road Athens, GA 30609 • 404-844-1103 • mak87848@uga.edu</p>
</section>
<hr>
<form action="https://formsubmit.co/2e370825a13eeda6a98f268c306de680" method="POST">
Name: <input type="text" name = "name" placeholder = "Name">
<input type = "hidden" name = "_next" value = "http://127.0.0.1:5500/cv%20project/thank%20you.html">
Email: <input type="email" name = "email" placeholder = "email@address.com">
Message: <textarea rows="4" name = "message">
</textarea>
<button type="submit">submit</button>
</form>
<footer>
©
<a href="index.html">Mustafa Khan</a>
<a href="https://www.linkedin.com/in/mustafa-khan-a681b8251/" target="_blank"><i class="fab fa-linkedin"></i></a>
</footer>
</div>
</body>
</html>