generated from microverseinc/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
170 lines (169 loc) · 6.19 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
<!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="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="./CSS/mainstyle.css" />
<title>Primary Health Care 2023</title>
</head>
<body>
<header class="header-wrapper">
<div id="myNav" class="overlay-nav">
<a href="#" class="closebtn" >×</a>
<div class="overlay-nav-content">
<a href="./index.html">Home</a>
<a href="./about.html">About</a>
<a href="#">Program</a>
<a href="#">Sponsor</a>
<a href="#">Join</a>
<a href="#">News</a>
</div>
</div>
<div class="desktop-banner">
<div class="desktop-nav-banner">
<a href="#"><i class='fa fa-facebook'></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#">English</a>
<a href="#">My Page</a>
<a href="#">Logout</a>
</div>
<div class="desktop-nav">
<div class="banner-logo">
<a href="./index.html"><img src="./images/logo/iphclogo.png" alt="iphclogo"></a>
</div>
<div>
<ul class="desktop-nav-list">
<li> <a href="./about.html">About</a> </li>
<li> <a href="#">Program</a> </li>
<li> <a href="#">Join</a> </li>
<li> <a href="#">Sponsor</a> </li>
<li> <a href="#">News</a> </li>
</ul>
</div>
<div class="nav-campain">
<p>Our Campain</p>
</div>
</div>
</div>
<nav class="nav-wrapper">
<div class="mobile-nav">
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
</header>
<main>
<section class="headline-section">
<div class="header-container">
<div class="headline">
<h2>"Hello and Welcome!"</h2>
<h1>International Conference on </br> Primary Health Care 2023</h1>
</div>
<div class="headline-box">
<p>
This two day event will take place in September 2023, featuring 18
speakers and more than 500 participants. The theme for the two-day
conference is Primary Health Care in the face of a changing world:
the past, present, future
</p>
</div>
<div class="headline-date">
<h3>2023.09.05(Tue) ~ 07(Thu)</h3>
<p>@ Hilton Hotel, Addis Ababa</p>
</div>
</div>
</section>
<section class="main-program">
<div class="program-wrapper">
<h3 class="program-header">Main Program</h3>
<div class="program-container">
<div class="program-card">
<img src="./images/icons/lecture.png" alt="Lecture" />
<h3 class="program-title">Lecture</h3>
<p class="program-desc">
Listen to the speakers from various countries about the messages
of sharing and opening.
</p>
</div>
<div class="program-card">
<img src="./images/icons/exhibition.png" alt="Exhibition" />
<h3 class="program-title">CC Exhibition</h3>
<p class="program-desc">
Appreciate various creations applying CC license of artists,
organized from Art Center Nabi.
</p>
</div>
<div class="program-card">
<img src="./images/icons/forum.png" alt="forum" />
<h3 class="program-title">Forum</h3>
<p class="program-desc">
Have the time to share your thoughts and opininons with experts
for each topic
</p>
</div>
<div class="program-card">
<img src="./images/icons/workshop.png" alt="workshop" />
<h3 class="program-title">Workshop</h3>
<p class="program-desc">
Try creating your own work using open source license rather than
just watching
</p>
</div>
<div class="program-card">
<img src="./images/icons/network.png" alt="network" />
<h3 class="program-title">CC Ignite</h3>
<p class="program-desc">
Get opportunities to network with CC affiliates around the
world, also after the summit
</p>
</div>
<button class="join-button">
<a href="#">Join Primary Health Care 2023</a>
</button>
</div>
<div class="desktop-program-link"><a href="#">SEE THE WHOLE PROGRAM </a></div>
</div>
</section>
<section class="speakers">
<div class="speakers-wrapper">
<h2 class="speakers-header">Featured Speakers</h2>
<div class="speakers-container">
</div>
<div class="button-container">
<button class="speaker-btn">
MORE <i class="fa fa-chevron-down"></i>
</button>
</div>
</div>
<div class="partners">
<h2 class="partners-header">Partners</h2>
<div class="partners-logo">
<img src="./images/logo/moh-logo.png" alt="Moh Logo" />
<img src="./images/logo/save-logo.png" alt="Save-children-Logo" />
<img src="./images/logo/unicef logo.png" alt="unicef Logo" />
<img
src="./images/logo/who-logo.png"
alt="Clinton Foundation logo"
/>
<img src="./images/logo/jhu-logo.png" alt="jhu-logo" />
</div>
</div>
</section>
</main>
<footer>
<div class="desktop-footer">
<div><img src="./images/logo/iphclogo.png" alt="iphclogo" /></div>
<div><p>© 2023 ICPHC, All rights reserved.</p></div>
</div>
</footer>
<script src="./JS/script.js"></script>
</body>
</html>