-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAaboutus.php
186 lines (156 loc) · 7.53 KB
/
Aaboutus.php
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<?php
require_once 'dbh.inc.php';
session_start();
$Username = $_SESSION['userName'];
?>
<!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">
<title>About Us</title>
<link rel="stylesheet" href="./main.css">
<link rel="stylesheet" href="./adii.css/Aaboutus.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<header>
<p>WildTrek - Best Under Sri Lankan Sky</p>
<!-- navigation bar-->
<nav>
<div class="pic">
<img src="images/logo & footer image/download.png" alt="logo" width="32px" height="32px">
<h1 class="logo">WILD<span>TREK</span></h1>
</div>
<input type="checkbox" name="" id="menu">
<label for="menu"><i class="fas fa-bars"></i></label>
<label for="menu"><i class="fas fa-times"></i></label>
<ul class="menu">
<li><a href="./r_main2.php">Home</a></li>
<li><a href="./view_packages_T_pradi.php">Safari Hotels</a></li>
<li class="drop"><a href="#">Safari Tours<i class="fa-solid fa-caret-down"></i></a>
<ul class="submenu">
<li><a href="./r_jeepreservation.html">Safari Jeep Reservation</a></li>
<li><a href="./r_campingreservation.html">Camping Reservation</a></li>
</ul>
</li>
<li><a href="./Acontact.php">Contact Us</a></li>
<li><a href="./r_ourteam.php">Meet our team</a></li>
<li><a href="./Aaboutus.php">About Us</a></li>
<?php if(isset($Username)){ ?>
<li class="sign"><a href="./s_viewprofile.php"><?php echo "HI " . $Username; ?></a></li>
<?php } else { ?>
<li class="sign"><a href="./s_loginForm.html">Login</a></li>
<li class="sign"><a href="./s_RegisterForm.html"><i class="fa-solid fa-user-plus"></i> Sign Up</a></li>
<?php } ?>
</ul>
</nav>
</header>
<!-- about us page start -->
<div class="container">
<section class="home" id="home">
<div class="content">
<h3>Why WILD TREK Special ...</h3>
<p>With a team of highly experienced wildlife enthusiasts and conservationists, Wildtrek brings a wealth of knowledge and expertise to the table. We have spent years studying and understanding wildlife behavior, habitats, and conservation efforts, ensuring that our users receive the most accurate and up-to-date information. <br>we believe that every safari experience should be unique and tailored to individual preferences. Our website offers intuitive tools that allow users to customize their safari itineraries, taking into account their desired destinations, wildlife sightings, accommodation preferences, and budget constraints. We go the extra mile to ensure that your wildlife adventure is personalized just for you.</p>
<a href="./Acontact.php" class="btn1">We here to support you</a>
</div>
</section>
</div>
<!-- about us page end -->
<!--Footer-->
<footer>
<div class="Mcontent">
<div class="left box">
<h2>Abou Us</h2>
<div class="content">
<P>Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Delectus voluptates sapiente, consectetur id quos reiciendis
omnis, ab, ex unde sequi earum dignissimos. Sit architecto
blanditiis impedit dolores harum quam. Inventore sed eaque
libero et, similique repellendus exercitationem quos nihil
totam dolore, laudantium facilis nostrum modi assumenda hic
dolores, rerum nulla!</P>
<div class="social">
<a href="#"><i class="fa-brands fa-facebook"></i></a>
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
</div>
<div class="tearms">
<a href="#">Tearms of condition | </a>
<a href="#">Privacy policy | </a>
<a href="#">Faq</a>
</div>
</div>
</div>
<div class="center box">
<h2>Contact Us</h2>
<div class="content">
<div class="place">
<span class="fas fa-map-marker-alt"></span>
<span class="text">
No.122/A Malabe, Colombo
</span>
</div>
<div class="phone">
<span class="fas fa-phone-alt"></span>
<span class="text">
+94773322443
</span>
</div>
<div class="email">
<span class="fas fa-envelope"></span>
<span class="text">
</span>
</div>
<div class="latest">
<img src="images/logo & footer image/5.avif" alt="" width="100px" height="80px">
<img src="images/logo & footer image/5.jpg" alt="" width="100px" height="80px">
<img src="images/logo & footer image/6.jpg" alt="" width="100px" height="80px">
<img src="images/logo & footer image/8.jpg" alt="" width="100px" height="80px">
</div>
</div>
</div>
<div class="right box">
<h2>News Letter</h2>
<div class="content">
<form action="">
<div class="email">
<input type="email" placeholder="Your Email" required>
</div>
<div class="btn">
<button type="submit">Send</button>
</div>
</form>
<div class="logo2">
<img src="images/logo & footer image/download.png" alt="logo" width="32px" height="32px">
<h1>WILD<span>TREK</span></h1>
</div>
<div class="top">
<a href="#"><i class="fa-solid fa-arrow-up"></i></a>
</div>
</div>
</div>
</div>
<div class="bottom">
<div>
<span class="credit">
Designed & Developed By
<a href="">Team Wild-Trek</a>
|
</span>
<span>
©
</span>
<span>
2023 All Right Reserved
</span>
</div>
</div>
</footer>
<script src="../main.js"></script>
</body>
</html>