-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
32 lines (29 loc) · 966 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Page</title>
</head>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
}
p {
margin-bottom: 20px;
}
.navbar-brand {
font-family: 'Poppins', sans-serif;
font-weight: bold;
font-size: 1.8rem;
}
</style>
<body>
<h1>About Us</h1>
<img src="images/WhatsApp Image 2025-01-06 at 21.57.24.jpeg" alt="Blog Post Thumbnail"
width="150" height="100">
<p>Hi my name is Reabetswe and I am a travel blogger. I enjoy travelling the world and capturing the beauty of culture and nature.Stay tuned if you like travelling content, for inspo and who knows you might find your next destination here. ENJOY CHEERS!</p>
</body>
</html>