-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (32 loc) · 2.3 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Travel with Washma</title>
</head>
<div >
<body style="background-image: url(homie.webp); background-repeat: no-repeat; background-size: cover;">
<!-- navigation bar -->
<div >
<img src="logo icon.jpg" height="40px" width="40px" style="text-align: left;">
<nav style="text-align:left; ">
<a style="color: rgb(213, 139, 20);text-decoration: none; font-weight: bold;" href="index.html">Home</a>
<a style="color: rgb(213, 139, 20);text-decoration: none;font-weight: bold" href="about.html">About</a>
<a style="color: rgb(213, 139, 20);text-decoration: none;font-weight: bold" href="destinations.html">Destinations</a>
<a style="color: rgb(213, 139, 20);text-decoration: none;font-weight: bold" href="stories.html">Stories</a>
<a style="color: rgb(213, 139, 20);text-decoration: none;font-weight: bold" href="photos.html">Photos</a>
<a style="color: rgb(213, 139, 20);text-decoration: none;font-weight: bold" href="contact.html">Contact</a>
</nav>
<br></div><br><br>
<h1 style="color: #f3eeee; text-align: center; font-family: Verdana, Geneva, Tahoma, sans-serif;">Welcome to Travel with Washma !</h1>
<h2 style="color: rgb(122, 119, 119);text-align: center; font-family: Verdana, Geneva, Tahoma, sans-serif;"><i> A One day tour to Islamabad</i> </h2>
</div>
<div style="text-align: right; padding-right: 2%;">
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<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>
</body>
</html>