-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
37 lines (37 loc) · 1.18 KB
/
contact.html
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
37
<!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="css/style.css">
<title>contact Bipasha_Bipin</title>
</head>
<body>
<nav>
<p><a href="index.html">About Bipasha_Bipin</a></p>
</nav>
<h1>Contact Bipasha_Bipin</h1>
<div class="card one-col">
<p>1055 S Lumpkin St.</p>
<br>
<p>Athens, GA</p>
<p>4047239714</p>
<hr>
<form action="mailto:bb84832@uga.edu" method="post">
<label for="name">Name:</label>
<input type="text" id="name" name="name" class="input-style">
<br>
<label for="email">Email:</label>
<input type="email" id="email" name="email" class="input-style">
<br>
<label for="message">Message:</label>
<textarea id="message" name="message" rows="5" cols="30" class="input-style"></textarea>
<br>
<input type="submit" value="Submit" class="input-style">
</form>
</div>
<footer>
© Bipasha_Bipin <a href="index.html">About Bipasha_Bipin</a>
</footer>
</body>
</html>