-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
58 lines (53 loc) · 1.97 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!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">
<script src="https://kit.fontawesome.com/a07f142f8f.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="./image/pic2.jpg" type="image/x-icon">
<title>My Contact</title>
</head>
<body class="body">
<h4>CONTACT ME</h4>
<strong>
ADDRESS :
</strong>
Samastipur, Bihar - 848101
<br>
<strong> Email id - </strong>
<br><br>
<form action="mailto:[email protected] " method="POST" enctype="text/plain">
<label type="text">Your Name</label>
<br>
<input type="text" name="Name : ">
<br>
<label for="text">Your Message</label>
<br>
<textarea name="Text : " id="" cols="40" rows="4"></textarea>
<br>
<input type="submit" value="submit">
</form>
<br><br>
<hr class="dotted">
<br><br>
<a href="index.html">Home Page</a>
<br><br>
<a href="education.html">My Education</a>
<a href="skill.html">My Skills</a>
<a href="hobbies.html">My Hobbies</a>
<footer class="footer">
<a href="https://www.facebook.com/atul.anand.777701" class="social-icon fab fa-facebook" aria-hidden="true"
target="_blank"></a>
<a href="https://www.instagram.com/iamatulanand_/" class="social-icon fab fa-instagram" aria-hidden="true"
target="_blank"></a>
<a href="https://twitter.com/atuanand2698" class="social-icon fab fa-twitter" aria-hidden="true"
target="_blank"></a>
<a href="https://www.linkedin.com/in/atul-anand-25a11919b/" class="social-icon fab fa-linkedin"
aria-hidden="true" target="_blank"></a>
<p>© Copyright 2023 All rights reserved<br>Atul Anand </p>
</footer>
</body>
</html>