generated from microverseinc/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
176 lines (164 loc) · 5.97 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
<!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>2022 ZAMSA Conference</title>
<link rel="stylesheet" href="styles.css">
<script src="https://kit.fontawesome.com/e5894c3c79.js" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
</head>
<body>
<nav class="top-menu">
<ul>
<li>
<a href="#"><i class="fa-brands fa-facebook-f"></i></a>
</li>
<li>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
</li>
<li>
<a href="#" target="_blank">English</a>
</li>
<li>
<a href="#" target="_blank">MyPage</a>
</li>
<li>
<a href="#" target="_blank">Logout</a>
</li>
</ul>
</nav>
<header class="header">
<a href="./index.html" id="logo"><img src="https://github.com/Sonickmumba/gpt_3/assets/106140591/d17830b8-e02d-42e1-8e4e-477110d80e88" alt="Logo"></a>
<nav>
<ul id="nav">
<li class="nav-link"><a href="./about.html#about">About</a></li>
<li class="nav-link"><a href="#programs">Program</a></li>
<li class="nav-link"><a href="#speakers">Speakers</a></li>
<li class="nav-link"><a href="#partners">Partners</a></li>
<li class="nav-link"><a href="./about.html#events">Events</a></li>
<li class="nav-link" id="zamsa"><a href="#contact">ZAMSA</a></li>
</ul>
<div class="menu-nav-mobile">
<div id="menu">
<i class="bar"></i>
<i class="bar"></i>
<i class="bar"></i>
</div>
<ul id="link">
<li class="mobile-link">
<a href="./about.html#about">About</a>
</li>
<li class="mobile-link">
<a href="#programs">Program</a>
</li>
<li class="mobile-link">
<a href="#speakers">Speakers</a>
</li>
<li class="mobile-link">
<a href="#partners">Partners</a>
</li>
<li class="mobile-link">
<a href="./about.html#events">Events</a>
</li>
<li class="mobile-link">
<a href="#">ZAMSA</a>
</li>
</ul>
</div>
</nav>
</header>
<main class="advert-page">
<section class="advert-container">
<p class="share-world">"Hello, Sharing World!"</p>
<h1 class="advert">
Zambia Mathematical Science Association Conference <br> 2024
</h1>
<p class="message">
<strong>ZAMSA</strong>, jointly with the Department of mathematics at University of Zambia,
will presents an exciting conference on <strong>Commutatively ordered Banach spaces</strong>, with renowned mathematicians from Harvard University.
</p>
<p class="date">
2024.07.29(MON) ~ 2(FRI)
</p>
<p class="venue">
@ Mulungushi Conference Center | Cairo Road
</p>
</section>
</main>
<!-- program section -->
<section class="program-section" id="programs">
<h2 class="main-program">Main Program</h2>
<span class="line"></span>
<div class="program-cards">
<div class="program-card">
<img src="images/program_icon_01.png" alt="speaker-icon" />
<h3>Lecture</h3>
<p>
Listen to mathematicians about the
Fredholm theory and Category theory.
</p>
</div>
<div class="program-card">
<img src="images/program_icon_02.png" alt="speaker-icon" />
<h3>Workshop</h3>
<p>
Try creating your own work using open source license
rather than watching at it.
</p>
</div>
<div class="program-card">
<img src="images/program_icon_03.png" alt="speaker-icon" />
<h3>Forum</h3>
<p>
Have the time to show your thoughts and opinions with
experts for each topic.
</p>
</div>
<div class="program-card">
<img src="images/program_icon_04.png" alt="speaker-icon" />
<h3>CC ZAMSA</h3>
<p>
Get the opportunities to network with CC ZAMSA affiliates
around the world.
</p>
</div>
</div>
<ul class="see-programs">
<li class="full-program">
<a href="#">Register for the conference</a>
</li>
</ul>
</section>
<!-- speaker section -->
<section class="speakers-section" id="speakers">
<h2 class="main-program1">Main Speakers</h2>
<span class="line"></span>
<!-- generate dynamically -->
<div class="program-quests">
</div>
</section>
<section class="zamsa-partners" id="partners">
<h2 class="main-program1">ZAMSA Partners</h2>
<span class="line"></span>
<div class="zamsa-partners-logo">
<img src="https://github.com/Sonickmumba/gpt_3/assets/106140591/e23d36fb-1959-4027-ab22-a55fed2cbdc9" alt="unza logo">
<img src="https://github.com/Sonickmumba/gpt_3/assets/106140591/c2d6dd04-b64f-4a70-91c4-8943aa8f1c6e" alt="ictp logo">
</div>
</section>
<!-- footer section -->
<footer class="footer">
<div class="footer-logo">
<img src="https://github.com/Sonickmumba/gpt_3/assets/106140591/d17830b8-e02d-42e1-8e4e-477110d80e88" alt="">
</div>
<div class="footer-message">
<p class="note">2024 Zambia Mathematical Science Association Conference</p>
<span>© Some rights reserved</span>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script>
<script src="main.js"></script>
</body>
</html>