-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
38 lines (36 loc) · 3.28 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>about</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);text-decoration: none;font-weight: bold;" href="index.html">Home</a>
<a style="color: rgb(64, 42, 101);text-decoration: none;font-weight: bold;" href="about.html">About</a>
<a style="color: rgb(64, 42, 101);text-decoration: none;font-weight: bold;" href="destinations.html">Destinations</a>
<a style="color: rgb(64, 42, 101);text-decoration: none;font-weight: bold;" href="stories.html">Stories</a>
<a style="color: rgb(64, 42, 101);text-decoration: none;font-weight: bold;" href="photos.html">Photos</a>
<a style="color: rgb(64, 42, 101);text-decoration: none;font-weight: bold;" href="contact.html">Contact</a>
</nav></div><br>
<h1 style="font-family: Georgia, 'Times New Roman', Times, serif; margin-left: 2%; color: rgb(82, 51, 107);">About Me</h1>
<div style="margin-top: 0%; margin-right: 2%;">
<h3 style="margin-left: 2%; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: rgb(149, 119, 177);"><i>Hello fellow wanderer! I'm Washma, the curious soul behind this travel odyssey.</i></h3>
<p style="margin-left:2% ; margin-right:15% ; font-family:'Times New Roman', Times, serif;">I am a 21-years-old travel blogger,a web developer and an undergraduate at University of Engineering and Technology Peshawar, Pakistan. Embarking on journeys to far-flung corners of the globe has become my passion and purpose. Through my lens and words, I aim to transport you to breathtaking landscapes, vibrant cultures, and hidden gems.Whether you're a seasoned globetrotter or a dreamer planning your first getaway, you'll find inspiration, tips, and stories to fuel your wanderlust. I'm on a mission to inspire your next adventure. Join me as we explore this beautiful world, one adventure at a time. Let's make memories that last a lifetime!"</p>
</div>
<div >
<img src="aboutme.jpg" style="margin-left: 10%;" >
<p style="margin-left: 2%;">Reach me: <a href="http://127.0.0.1:5500/contact.html" target="_blank" >@travelwithwashma</a></p>
</div><hr>
<div style="text-align: right; padding-right: 2%;">
<p style="text-align: left;color: rgb(59, 59, 99);">©2020-2025 <b>TravelwithWashma Blog</b></p>
<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>