-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
196 lines (181 loc) · 6.65 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
<!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>Technological Summit</title>
<script
src="https://kit.fontawesome.com/d6cd3c7604.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- The first navigation -->
<div class="container1">
<header class="first-head">
<ul id="first-head-list">
<li class="heads-list icon">
<a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li class="heads-list icon">
<a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</li>
<li class="heads-list"><a href="#">English</a></li>
<li class="heads-list"><a href="#">My Page</a></li>
<li class="heads-list"><a href="#">Logout</a></li>
</ul>
</header>
<div class="first-container">
<div class="first-image">
<div class="hamburger">
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
</div>
<nav class="second-nav">
<div class="nav-logo">
<a href="index.html"><img src="images/logo1.svg" alt="our logo" />
</a>
</div>
<div class="nav-list">
<ul class="ul-items one">
<li class="list-item">
<a class="link" href="about.html">About</a>
</li>
<li class="list-item">
<a class="link" href="#activities">Program</a>
</li>
<li class="list-item">
<a class="link" href="#program">Join</a>
</li>
<li class="list-item">
<a class="link" href="#supporters">Sponsors</a>
</li>
<li class="list-item">
<a class="link" href="#program">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
<!------------first section----------------->
<section class="first-section">
<div class="section-text">
<p class="graph">"Hello! Sharing world"</p>
<h1 class="first">
DREAMVIEW COMMONS <br />GLOBAL SUMMIT <br />2023
</h1>
</div>
<div class="words">
<p class="graph1">
It aims to provide a collaborative, open, and inclusive space for
young people to critically reflect on the current state of public
health in Africa, share perspectives on their role in public health,
and prospects for enhancing meaningful youth engagement in this
area.
</p>
<h2 class="words2">2023.01.20 (THU) ~ 30 (MON)</h2>
<p class="graph2">@ National Stadium Lagos, Nigeria.</p>
</div>
</section>
</div>
<!---------------second section---------------------->
<section class="section-container" id="activities">
<div class="activity">
<div class="activity-container">
<h2>Main Program</h2>
<div class="space"></div>
<div class="active-box">
<div class="active">
<img src="images/program1.png" alt="activity-img1" />
<a href="#">Lecturing</a>
<p>
Participants were drawn from various state and non-state
institutions, groups, and networks from national, regional, and
continental levels.
</p>
</div>
<div class="active">
<img src="images/program2.png" alt="activity-img1" />
<a href="#">Exhibition</a>
<p>
Participants were drawn from various state and non-state
institutions, groups, and networks from national, regional, and
continental levels.
</p>
</div>
<div class="active">
<img src="images/program3.png" alt="activity-img1" />
<a href="#">Forum-talk</a>
<p>
Participants were drawn from various state and non-state
institutions, groups, and networks from national, regional, and
continental levels.
</p>
</div>
<div class="active">
<img src="images/program4.png" alt="activity-img1" />
<a href="#">Workshop</a>
<p>
Participants were drawn from various state and non-state
institutions, groups, and networks from national, regional, and
continental levels.
</p>
</div>
<div class="active">
<img src="images/program5.png" alt="activity-img1" />
<a href="#">Discussion</a>
<p>
Participants were drawn from various state and non-state
institutions, groups, and networks from national, regional, and
continental levels.
</p>
</div>
</div>
<a href="#" class="show">See the whole program</a>
<button type="submit" class="love">Join Summit 2023</button>
</div>
</div>
</section>
<section class="about-us" id="follow">
<h2 class="first-speak">Featured Speakers</h2>
<div class="space3"></div>
<div class="head-us" id="speak"></div>
<button type="submit" class="btn" onclick="myFunction()">
MORE
<i class="fa fa-angle-down" aria-hidden="true"></i>
</button>
</section>
<section id="supporters">
<div class="ukwu-cont">
<div class="ukwu-head">
<h2>Partners</h2>
<div class="space3"></div>
<div class="ukwu-box">
<img src="images/partner1.png" alt="partner1" class="part">
<img src="images/partner2.png" alt="partner2" class="part">
<img src="images/ps-logo.png" alt="partner3" class="part">
<img src="images/partner3.png" alt="partner4" class="part">
<img src="images/xbox-logo.png" alt="partner5" class="part">
</div>
</div>
</div>
</section>
<footer class="aka" id="akuko">
<div class="aka-cont">
<div class="aka-box">
<img src="images/logo1.svg" alt="footer logo"/>
<p>Dreamview Summit 2023.</p>
</div>
<div class="aka-text">
<p>@ 2023 Dreamview summit some right reserved
</p>
</div>
</div>
</footer>
</div>
<script src="style.js"></script>
</body>
</html>