generated from microverseinc/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
229 lines (176 loc) · 7.66 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
<!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="stylesheet" href="./cssstyles/home.css">
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
<link
href="https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&family=Roboto:wght@400;500;700&display=swap"
rel="stylesheet">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<script src="./javascript/home.js" defer></script>
<title>BUSINESS SEMINAR</title>
</head>
<body>
<header class="header">
<nav class="nav-container">
<div class="top-nav">
<a href="#"><img src="./assets/icons/facebook.png" alt="facebook"></a>
<a href="#"><img src="./assets/icons/twitter.png" alt="twitter"></a>
<span class="span">English</span>
<span class="span">My Page</span>
<span class="span">Logout</span>
</div>
<div class="bottom-nav">
<div class="hamburger-menu">
<span></span>
<span></span>
<span></span>
</div>
<div class="nav-logo-container">
<img class="nav-logo" src="./assets/logos/headerlg.png" alt="seminar logo">
<div class="logo-name">
<p>SPHERE </p>
<p>Global Seminar</p>
</div>
</div>
<ul class="nav-list">
<li class="close-icon">
<a href="#"><span class="material-symbols-outlined">
close
</span></a>
</li>
<li><a class="nav-link" href="./about.html">About</a></li>
<li><a class="nav-link" href="#main">Program</a></li>
<li><a class="nav-link" href="./about.html">Join</a></li>
<li><a class="nav-link" href="#sponsor">Sponsor</a>
</li>
<li><a class="nav-link" href="./about.html">News</a>
</li>
<li><a class="nav-link orange" href="#">SPHERE Global</a>
</li>
</ul>
</div>
</nav>
<div class="intro-section">
<p class="title">"Hello,Business World!"</p>
<h1 class="subtitle">INNOVATIVE Entrepreneurship<br>
GLOBAL FORUM <br>2022</h1>
<p class="description">
The Forum engages the foremost political, business, cultural and other leaders of society to shape
global, regional and industry agendas.The Forum strives in all its efforts to demonstrate
entrepreneurship in the global public interest while upholding the
highest standards of governance. Moral and intellectual integrity is at the heart of everything it does.
</p>
<h2 class="day">2022.07.29(THUR) ~ 31(SAT)</h2>
<p class="venue">@Graydon Hall Manor,North York ON, Canada </p>
</div>
</header>
<main class="main" id="main">
<div class="main-program">
<h2 class="prog-heading">
Main Program
</h2>
<hr class="hr-line1">
</div>
<section class="program">
<div class="prog-item">
<img src="./assets/icons/lecture_icon.png" alt="program icon">
<div class="prog-h3">
<h3>Lecture</h3>
</div>
<div class="prog-p">
<p>Listen to speakers from renowned influentials youths of our time as they share on how youth can
win.</p>
</div>
</div>
<div class="prog-item">
<img src="./assets/icons/exhibition_icon.png" alt="program icon">
<div class="prog-h3">
<h3>Exhibition</h3>
</div>
<div class="prog-p">
<p>Let's meet the creations of enterpreneurs from various fields as they share their products.</p>
</div>
</div>
<div class="prog-item">
<img src="./assets/icons/forum_icon.png" alt="program icon">
<div class="prog-h3">
<h3>Forum</h3>
</div>
<div class="prog-p">
<p>We have time to share our thoughts and opinions with experts by topic.</p>
</div>
</div>
<div class="prog-item">
<img src="./assets/icons/workshop_icon.png" alt="program icon">
<div class="prog-h3">
<h3>Workshop</h3>
</div>
<div class="prog-p">
<p>You can create your own creations using open source instead of just looking at them.</p>
</div>
</div>
<div class="prog-item">
<img src="./assets/icons/ignite.png" alt="">
<div class="prog-h3">
<h3>Dinner</h3>
</div>
<div class="prog-p">
<p>Get opportunities to network with the guest and other enterpreneurs.Nice dinner ready for you
after the forum.</p>
</div>
</div>
<div class="orange-prgitem">
<h3>Join Sphere
Global Forum
2022</h3>
</div>
</section>
<div class="prog-link">
<a href="#">SEE THE WHOLE PROGRAM</a>
</div>
<div class="main-speaker">
<h2 class="main-speakerhdg">Featured Speakers</h2>
<hr class="hr-line1">
</div>
<div class="speakers">
</div>
</main>
<footer class="footer">
<div class="top-footer" id="sponsor">
<div class="sponsors">
<h2>Sponsors</h2>
<hr class="hr-line1">
</div>
<ul class="sponsor-list1">
<li><a class="sponsor-link one" href="https://www.mozilla.org/en-US/">mozilla</a></li>
<li><a class="sponsor-link two" href="https://about.google/">Google</a></li>
<li><a class="sponsor-link three" href="https://www.navercorp.com/en/naver/company">NAVER</a></li>
</ul>
<ul class="sponsor-list2">
<li><a class="sponsor-link four" href="https://www.kakaocorp.com/page/">daumkakao</a></li>
<li><a class="sponsor-link five" href="https://news.airbnb.com/about-us/">
<span class="iconify air" data-icon="arcticons:airbnb" data-width="40" data-height="45"></span>
airbnb</a>
</li>
</ul>
</div>
<div class="bottom-footer">
<div class="footer-logo-container">
<img class="footer-logo" src="./assets/logos/headerlg.png" alt="seminar logo">
<div class="logo-namefooter">
<p>SPHERE </p>
<p>Global Seminar</p>
</div>
</div>
<p>Original work is from Natasha Chirombe!<br>
SPHERE Global 2022 Some Rights Reserved
</p>
</div>
</footer>
</body>
</html>