-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
237 lines (198 loc) · 7.79 KB
/
index.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
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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<!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">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/bac16a29bd.js" crossorigin="anonymous"></script>
<title>The Pearl of Africa Tour 2021</title>
</head>
<body>
<section class="only-desktop top-bar">
<ul>
<li>
<a href="https://twitter.com/matovu100">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://github.com/matovu-farid">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/matovu-farid-48b80257">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
</li>
</ul>
</section>
<section class="menu no-display">
<i class="fa fa-times close" aria-hidden="true"></i>
<ul>
<li>
<a href="./about.html">
<p class="list-item">About</p>
</a>
</li>
<li>
<a href="#categories">
<p class="list-item">
Categories
</p>
</a>
</li>
<li>
<a href="#parks">
<p class="list-item">
Parks
</p>
</a>
</li>
</ul>
</section>
<nav class="only-desktop nav">
<div class="logo-nav">
<a href="./index.html">
<img class="header-logo" src="./assets/logos/PearlOAT.png" alt="Pearl of Africa Logo">
</a>
</div>
<ul>
<li>
<a href="./about.html">
<p class="list-item">
About
</p>
</a>
</li>
<li>
<a href="#categories">
<p class="list-item">
Categories
</p>
</a>
</li>
<li>
<a href="#parks">
<p class="list-item">
Parks
</p>
</a>
</li>
</ul>
</nav>
<main>
<section class="hero">
<div class="background-images">
</div>
<div class="menu-button ">
<i class="fa fa-bars " aria-hidden="true"></i>
</div>
<header class="welcome">
<p class="small-weight">
"Welcome to the Pearl of Africa"
</p>
<h1>
The Pearl of Africa Tour
</h1>
</header>
<div>
<p class="text">
A multicultural country in East Africa whose diverse landscape encompasses the snowcapped Rwenzori Mountains and immense Lake Victoria - the principal source of the great River Nile. With abundant wildlife such as Chimpanzees, Gorillas, famous Savannah parks, and 1000+ rare bird species.
</p>
</div>
<footer>
<p ><span class="date">First January to ~March</span> </p>
<p>Uganda Tourism Board - Visituganda</p>
</footer>
</section>
<section class="categories" id="categories">
<header>
<h2>Categories</h2>
</header>
<hr class="underline">
<ul>
<li>
<div>
<i class="fas fa-mountain"></i>
<h3>Mountains</h3>
</div>
<p>Explore the Ruwenzori Mountains (often called the Mountains of the Moon) and Mount Elgon is the cone of an extinct volcano and more</p>
</li>
<li>
<div>
<i class="fas fa-water"></i>
<h3>Lakes and Rivers</h3>
</div>
<p>Explore four of East Africa's Great Lakes--Lake Victoria, Lake Kyoga, Lake Albert, and Lake Edward and more</p>
</li>
<li>
<div>
<i class="fas fa-paw"></i>
<h3>Primate Safaris</h3>
</div>
<p>Explore over 20 primate species containing the highest density in all of Africa with a total of 13 including the recently discovered Dwarf Galago</p>
</li>
<li>
<div>
<i class="fab fa-red-river"></i>
<h3>Nile Source</h3>
</div>
<p>Explore the source of the Nile which stood as one of the great geographical mysteries of the Victorian Age and was alluded to hazily in the ancient writings of Ptolemy</p>
</li>
<li>
<div>
<i class="fas fa-dove"></i>
<h3>Bird Paradise</h3>
</div>
<p>Explore the richest birding destinations on the continent with over half of all bird species in Africa</p>
</li>
</ul>
<a class="only-desktop more-categories" href="">See more categories</a>
<button class="button only-mobile">Join the Tourism Expo</button>
</section>
<section class="parks" id="parks">
<header>
<h2>Featured Game Parks</h2>
</header>
<hr class="underline">
<ul>
</ul>
<button class="more only-mobile"><span class="button-text">More </span> <i class="fa fa-chevron-down" aria-hidden="true"></i></button>
</section>
</main>
<footer class="only-desktop">
<section class="patners" id="#patners">
<h2>Patners</h2>
<hr class="underline">
<ul>
<li>
Ireland
</li>
<li>
Morrocco Tour
</li>
<li>
Kenya
</li>
<li>
Dubai Travel
</li>
<li>
Africana Hotel
</li>
</ul>
</section>
<section class="copyright" id="copyright">
<p>© A Uganda Tourism Board Copyright.</p>
<p>All Rights Reserved.</p>
</section>
</footer>
<script src="./game_parks.js"></script>
<script src="./mobile_menu.js"></script>
</body>
</html>