-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
188 lines (180 loc) · 6.94 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
<!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
href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,400&display=swap"
rel="stylesheet"
/>
<script
type="module"
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"
></script>
<link rel="stylesheet" href="page.css">
<title>African Youth in Tech Forum Home Page | Stanley</title>
</head>
<body>
<header class="header">
<nav class="top-nav">
<a href="#">
<ion-icon class="top-nav-icon" name="logo-facebook"></ion-icon>
</a>
<a href="#"><ion-icon class="top-nav-icon" name="logo-twitter"></ion-icon>
</a>
<a href="#">
<ion-icon class="top-nav-icon" name="logo-whatsapp"></ion-icon>
</a>
<a href="#">
<ion-icon class="top-nav-icon" name="logo-instagram"></ion-icon>
</a>
<a href="#">English</a>
<a href="#">My Page</a>
<a href="#">Log-Out</a>
</nav>
<nav class="bottom-nav">
<a href="index.html">
<img src="images/logo-img.png" alt="youth in tech logo" class="web-logo" width="50" height="50">
</a>
<ul class="navbar-desktop">
<li><a href="about.html">About</a></li>
<li><a href="#program">Program</a></li>
<li><a href="#join-us">Join</a></li>
<li><a href="#partners">Sponsor</a></li>
<li><a href="#">News</a></li>
<li class="tech-campaign">
<a href="#">AYT Forum</a>
</li>
</ul>
</nav>
</header>
<nav class="mobile-menu">
<div class="nav-menu">
<a href="index.html" class="mobile-menu-logo">
<img class="menu-logo" src="images/logo-img.png" alt="youth in tech logo" width="80" height="80"
>
</a>
<img src="icons/Icon-cancel.svg"
alt="close button"
class="close-button"
width="30"
height="30">
</div>
<ul class="menu-ul">
<li id="nav-item"><a href="about.html">About</a></li>
<li id="nav-item"><a href="#program">Program</a></li>
<li id="nav-item"><a href="#join-us">Join</a></li>
<li id="nav-item"><a href="#partners">Sponsor</a></li>
<li id="nav-item"><a href="#">News</a></li>
<li id="nav-item" class="tech-campaign"><a href="#" >AYT Forum</a></li>
</ul>
</nav>
<main>
<section class="mobile-container-one">
<div class="navbar-mobile">
<img src="icons/Icon-Menu.png" alt="hambuger menu">
</div>
<div class="mobile-one-content">
<p class="greetings-mobile"> "Hello! African Youths"</p>
<h1>2023 African Youth in Tech Forum</h1>
<p class="details">
A unique opportunity for the African youths and other young people across the world to learn from the best minds in the world of technology. The event is a tech forum that will be taking place in February, 2023 for 3 days from 3rd Friday to 5th Sunday.
</p>
<h2>03.01.2023(FRI)~5(SUN)</h2>
<p class="venue">@ Kenyatta International Convention Centre, Nairobi, Kenya</p>
</div>
</section>
<section id="program" class="main-program-section">
<h2>Main Program</h2>
<div class="daily-activities">
<div class="main-program">
<img src="images/open-forum.png" width="40" height="40" alt="door opened">
<h3>Forum Opening</h3>
<div class="main-paragraph">
<p>
Opening of the forum by the master ceremony accompanied by slow music to invite the visitors.
</p>
</div>
</div>
<div class="main-program">
<img src="images/exhibition.png" width="40" height="40" alt="exhibition" />
<h3>Exhibitions</h3>
<div class="main-paragraph">
<p>
The various technologies built by the youth across the continent are showcased.
</p>
</div>
</div>
<div class="main-program">
<img src="images/projects-presentation.png" width="40" height="40" alt="projects presentation image" />
<h3>Expert Views</h3>
<div class="main-paragraph">
<p>
Experts share their ideas and thoughts about technology and how it is shaping the world.
</p>
</div>
</div>
<div class="main-program">
<img src="images/round-table (2).png" width="40" height="40" alt="round table image"/>
<h3>Workshop</h3>
<div class="main-paragraph">
<p>
After learning from the presentations, youth get a chance o build simple yet meaningful tech projects during the forum.
</p>
</div>
</div>
<div class="main-program">
<img src="images/network (1).png" width="40" height="40" alt="network image"/>
<h3>Networking</h3>
<div class="main-paragraph">
<p>
Youths get an opportunity to network with fellow youths from various countries potential employers and experts in the field.
</p>
</div>
</div>
</div>
<div class="join-link">
<a href="join-us">Join Africa Youth in Tech 2023 Forum</a>
</div>
<a href="#" class="whole-program"><h4>see the whole program</h4></a>
</section>
<div class="speakers-header">
<h5>Featured Speakers</h5>
</div>
<article class="speakers-container">
<div class="featured-speakers">
</div>
<div class="more">
<button type="submit">MORE</button>
</div>
</article>
<div class="sponsors">
<h6>Partner</h6>
<div class="partners-icons">
<a href="https://about.google/" rel="noopener noreferrer" class="partner-icon" target="_blank">Google<ion-icon name="logo-google"></ion-icon></a>
<a href="https://www.apple.com/business/" rel="noopener noreferrer" class="partner-icon" target="_blank">Apple<ion-icon name="logo-apple"></ion-icon>
</a>
<a href="https://www.microsoft.com/en-us/about" rel="noopener noreferrer" class="partner-icon" target="_blank">Microsoft
<ion-icon name="logo-windows"></ion-icon>
</a>
<a href="https://about.linkedin.com/" rel="noopener noreferrer" class="partner-icon" target="_blank">LinkeIn
<ion-icon name="logo-linkedin"></ion-icon>
</a>
</div>
</div>
<footer class="footer">
<a href="index.html">
<img class="logo-in-footer" src="images/logo-img.png" alt="web-logo" width="50" height="50" />
</a>
<h6>© 2023 African Youth in Technology Forum</h6>
</footer>
</main>
<script src="page.js"></script>
</body>
</html>