-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
37 lines (35 loc) · 1.48 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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="android-chrome-512x512.png">
</head>
<body>
<div class="bottom">
<a href="index.html">Home</a>
<a href="https://www.linkedin.com/in/dhairy-shrivastava-878a54233/" target="_blank">Linkedln</a>
<a href="https://twitter.com/Dhairy2k3" target="_blank">Twitter</a>
<a href="https://github.com/Dhairy2003" target="_blank">Github</a>
<a href="https://dhairy2003.github.io/First_Cv/" target="_blank">Previous webpage</a>
</div>
<div>
<h2>My Contact Details : </h2>
<p> -- -> [email protected]</p><hr style="width:100%">
<p><strong></strong></p>
<form action="mailto:[email protected]" method="post">
<label for="Get name" >Name : </label>
<input type="text" name="your name" id="" placeholder="Enter Your Name"><br><br>
<label for="getting_maild">Email : </label>
<input type="email" name="your email" placeholder="Enter Your Email"><br><br>
<input type="radio" name="gender" id="">Male
<input type="radio" name="gender" id="">Female <br><br>
<textarea name="your message" id="" cols="40" rows="10"></textarea><br><br>
<input type="submit" name="Submit form" id="">
</form>
</div>
</body>
</html>