-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
149 lines (141 loc) · 5.72 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
<!DOCTYPE html>
<html>
<head>
<title>Technical Documentation Page</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav id="navbar">
<header>Adedapo's documentation of the top 5 West African Countries to visit</header>
<ul>
<li><a class="nav-link" href="#1._Ghana">1. Ghana</a></li>
<li><a class="nav-link" href="#2._Cape_Verde">2. Cape Verde</a></li>
<li><a class="nav-link" href="#3._The_Gambia">3. The Gambia</a></li>
<li><a class="nav-link" href="#4._Ivory_Coast">4. Ivory Coast</a></li>
<li><a class="nav-link" href="#5._Nigeria">5. Nigeria</a></li>
<li><a class="nav-link" href="#About_author">About author</a></li>
</ul>
</nav>
<main id="main-doc">
<section class="main-section" id="1._Ghana">
<header>1. Ghana</header>
<p>
<code>Hailed as West Africa’s golden child, Ghana is an ideal destination if you’re looking to relax, immerse in the authentic African culture and learn more about African history – no wonder it’s called ‘Africa for beginners.</code>
</p>
<p>
<ul>
<li>Best months to visit: October-March</li>
<li>Popular cities:</li>
<ul>
<li>Accra</li>
<li>Kumasi</li>
<li>Tamale</li>
</ul>
</ul>
</p>
<br>
</section>
<section class="main-section" id="2._Cape_Verde">
<header>2. Cape Verde</header>
<p>
<code>With an abundance of spectacular views and rich culture, Cape Verde is one of the most beautiful countries in West Africa. Located on the west coast of Africa, it’s an archipelago out in the north Atlantic, consisting of 10 islands and several islets.</code>
</p>
<p>
<ul>
<li>Best months to visit: November-June</li>
<li>Popular cities:</li>
<ul>
<li>Praia</li>
<li>Santa Maria</li>
<li>Palmeira</li>
</ul>
</ul>
</p>
<br>
</section>
<section class="main-section" id="3._The_Gambia">
<header>3. The Gambia</header>
<p>
<code>Despite being the smallest country in Africa, The Gambia is regarded as West Africa’s best-kept secret. Surrounded by golden beaches backed by swaying palms sprinkled with scenic lagoons, an abundance of wildlife, vibrant history and culture, it offers visitors an opportunity to get in touch with nature.</code>
</p>
<p>
<ul>
<li>Best months to visit: November-May</li>
<li>Popular cities:</li>
<ul>
<li>Banjul</li>
<li>Serekunda</li>
<li>Brikama</li>
</ul>
</ul>
</p>
<br>
</section>
<section class="main-section" id="4._Ivory_Coast">
<header>4. Ivory Coast</header>
<p>
<code>Ivory Coast is one of those undiscovered countries in West Africa – a hidden gem. It’s a country surrounded by picture-perfect palm-lined beaches, offering incredible attractions for visitors. The food in Ivory Coast is incredible. A bite of kedjenou and poulet braise will have you begging for more!</code>
</p>
<p>
<ul>
<li>Best months to visit: September-March</li>
<li>Popular cities:</li>
<ul>
<li>Abidjan</li>
<li>Bouaké</li>
<li>Daloa</li>
</ul>
</ul>
</p>
<br>
</section>
<section class="main-section" id="5._Nigeria">
<header>5. Nigeria</header>
<p>
<code>Dubbed as the “giant of Africa” Nigeria is one of the most beautiful countries in West Africa. Its subtropical climate, wide beaches, superb restaurants, excellent shopping malls, exciting craft markets and lively nightlife make Nigeria a year-round destination.</code>
</p>
<p>
<ul>
<li>Best months to visit: November-February</li>
<li>Popular cities:</li>
<ul>
<li>Lagos</li>
<li>Abuja</li>
<li>Calabar</li>
</ul>
</ul>
</p>
<br>
</section>
<section class="main-section" id="About_author">
<header>About author</header>
<p>
<code>Adedapo is a front end web developer, proficient and certified Cloud Solutions Architect with years of experience centered on building scalable, highly available, secured, cost effective and fault tolerant infrastructures based on a well architected frame work and in compliance with regulations.</code>
</p>
<p>
<ul>
<li>Hobbies:</li>
<ul>
<li>Learning new things</li>
<li>Solving problems</li>
<li>Coding</li>
<li>Watching movies</li>
<li>Listening to music</li>
<li>Traveling</li>
<li>Sports</li>
<li>Playing video games</li>
</ul>
<li>Social media sites:</li>
<ul>
<li>LinkedIn</li>
<li>Twitter</li>
</ul>
</ul>
</p>
<br>
<a id="linkedin" href="https://www.linkedin.com/in/adedapo-oluwajimi-0971171b0" target="_blank"><img src="https://media-exp1.licdn.com/dms/image/C4D03AQFQGtXDnFaxIA/profile-displayphoto-shrink_800_800/0/1639339350906?e=1661385600&v=beta&t=8ilFAI8jgEkizA7XHuoIbwxgDQtHmWf-IGqEoPxfiqc" alt="Adedapo's_linkedin_profile" id="linkedin_Adedapo" class="linkedin_End"><br>
<p class="lpp"> LinkedIn Profile Page</p></a>
</section>
</main>
</body>
</html>