-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
80 lines (77 loc) · 3.17 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/1afa728260.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css-project\style-project.css">
<title>About</title>
</head>
<body>
<nav class="about-header navbar">
<div class="container">
<h1 class="logo lg-heading text-light">WT</h1>
<ul class="nav-items ">
<li class="nav-item "><a class="text-light" href="./index.html">Home</a></li>
<li class="nav-item "><a class="text-light" href="./about.html">About</a></li>
<li class="nav-item"><a class="text-light" href="./contact.html">Contact</a></li>
</ul>
</div>
</nav>
<section class="about container">
<h1 class="about-h1 md-heading text-grey">About Us</h1>
<p>We are the best travelling website .here, we are providing you lot of facility at cheapest cost with lot of relative knowledge .Here we giving you all detail about our facility with relative cost.<br>you will love it.</p>
<div class="about-property">
<main class="properties1">
<ul 'list-style.type:'>
<li>we have world best guide team.</li>
<li>best hotel facility</li>
<li>basic medical facility,first aid</li>
</ul>
</main>
<main class="properties2">
<ul 'list-style.type:tick'>
<li>ten days plan.</li>
<li> food facility.</li>
<li>cheapest cost with respest to other</li>
</ul>
</main>
</div>
<div class="count">
<div class="count-item1">
<span class="lg-heading text-red">400</span>
<p>Traveller limit</p>
</div>
<div class="count-item2">
<span class="lg-heading text-red">5000</span>
<p>food</p>
</div>
<div class="count-item3">
<span class="lg-heading text-red">10000</span>
<p>Guide</p>
</div>
<div class="count-item4">
<span class="lg-heading text-red">25000</span>
<p>Hotel</p>
</div>
</div>
</section>
<section class="cta-banner container">
<div class="cta-banner-left">
<p class="cta-line">for know more about our site contact us</p>
</div>
<div class="cta-banner-right">
<a class="btn-cta" href="contact.html">contact us</a>
</div>
</section>
<footer class="footer">
<div class="social-media_links">
<i class="fa-brands fa-facebook fa-10x"></i>
<i class="fa-brands fa-instagram fa-10x"></i>
<i class="fa-brands fa-twitter fa-10x"></i>
</div>
<p>World Travel © 2022,All right reserve</p>
</footer>
</body>
</html>