-
Notifications
You must be signed in to change notification settings - Fork 3
/
about.html
60 lines (52 loc) · 1.91 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"
/>
<title>About Karachi Chal</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/
bulma@0.9.4/css/bulma.min.css"
/>
</head>
<body>
<section class="section">
<div class="container">
<div class="columns">
<div class="column is-8 is-offset-2">
<h1 class="title">About Karachi Chal</h1>
<p>
Karachi Chal is a web application that helps you explore the
vibrant city of Karachi, Pakistan. It provides information on
popular tourist destinations, local cuisine, and upcoming events.
</p>
<p>
The application is designed to be user-friendly and easy to
navigate. It features a clean and modern interface that makes it
easy to find the information you're looking for.
</p>
<h2 class="subtitle">Our Mission</h2>
<p>
Our mission is to promote tourism in Karachi and to help visitors
make the most of their stay in the city. We believe that Karachi
has a lot to offer visitors, and we want to share its beauty and
culture with the world.
</p>
<h2 class="subtitle">Our Team</h2>
<p>
Karachi Chal is a team of passionate individuals who are dedicated
to providing the best possible experience for our users. We have a
diverse team with a wide range of skills and experience, and we're
always looking for new ways to improve our application.
</p>
<p>
If you have any questions or feedback, please don't hesitate to
contact us. We're always happy to hear from our users.
</p>
</div>
</div>
</div>
</section>
</body>
</html>