-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
44 lines (44 loc) · 2.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
<!DOCTYPE html>
<html>
<head>
<title>contact</title>
</head>
<body>
<!-- navigation bar -->
<div style="background-color: gainsboro; padding-bottom: 2%;border-radius: 10px">
<img src="logo icon.jpg" height="40px" width="40px" style="text-align: left;">
<nav style="text-align:left; ">
<a style="color: rgb(64, 42, 101);font-weight: bold;text-decoration: none;" href="index.html">Home</a>
<a style="color: rgb(64, 42, 101);font-weight: bold;text-decoration: none;" href="about.html">About</a>
<a style="color: rgb(64, 42, 101);font-weight: bold;text-decoration: none;" href="destinations.html">Destinations</a>
<a style="color: rgb(64, 42, 101);font-weight: bold;text-decoration: none;" href="stories.html">Stories</a>
<a style="color: rgb(64, 42, 101);font-weight: bold;text-decoration: none;" href="photos.html">Photos</a>
<a style="color: rgb(64, 42, 101);font-weight: bold;text-decoration: none;" href="contact.html">Contact</a>
</nav></div><br>
<h1 style="font-family: Georgia, 'Times New Roman', Times, serif; margin-left: 5%; color: rgb(82, 51, 107);">Contact Me</h1><br>
<div style="text-align: left; padding-left: 7%;">
<a href="mailto:[email protected]" target="_blank"><img src="email.png" width="30" height="30"></a>
<a href="https://www.linkedin.com/in/washma-tabassum/" target="_blank"><img src="linkedin.png" height="30" width="30"></a>
<a href="tel:+3167514616"><img src="phone.jpg" width="30" height="30"></a>
<a href="https://instagram.com/travel_with_washma?utm_source=qr&igshid=OGIxMTE0OTdkZA==" target="_blank"><img src="insta.jpg" height="30" width="30"></a>
</div>
<div>
<h1 style="font-family: Georgia, 'Times New Roman', Times, serif; margin-left: 5%; color: rgb(82, 51, 107);">Or just drop me a line here</h1>
<br>
<form action="/submit" method="POST" style="margin-left: 7%;">
<input type="text" id="#name" name="fname" placeholder="First Name">
<input type="text" id="#name" name="lname" placeholder="Last Name"><br><br>
<input type="email" id="#email" name="email" placeholder="email">
<input type="contact" id="#contact" name="contact" placeholder="phone"><br><br><br>
<label for="message">Message</label><br>
<textarea id="message" name="message" rows="4" cols="50" ></textarea><br>
<button type="submit" name="submit" id="submitbutton">send</button><br>
</form><br><br><br><br><br><br><br>
</div>
<hr>
<footer>
<p style="text-align: left;color: rgb(59, 59, 99);">©2020-2025 <b>TravelwithWashma Blog</b></p>
</footer>
</body>
</html>