-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
188 lines (175 loc) · 7.53 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
<!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>My Capstone Project</title>
<link rel="stylesheet" href="styles.css">
<script src="https://kit.fontawesome.com/d6cd3c7604.js" crossorigin="anonymous"></script>
</head>
<body>
<header class="header">
<ul id="header-list">
<li class="header-item icon"><a href="#"><i class="fa fa-facebook"></i></a></li>
<li class="header-item icon"><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li class="header-item"><a href="#">English</a></li>
<li class="header-item"><a href="#">My Page</a></li>
<li class="header-item"><a href="#">Logout</a></li>
</ul>
</header>
<div class="head-container">
<div class="head-image">
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<nav class="nav-container">
<div class="nav-logo">
<img src="images/logo1.svg" alt="home logo">
<a href="index.html" class="nav-head">Leadway.org.ng<br>Summit 2022</a>
</div>
<div class="nav-dir">
<ul class="nav-menu hide">
<li class="nav-item">
<a class="nav_link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav_link" href="#program">Program</a>
</li>
<li class="nav-item">
<a class="nav_link" href="#join">Join</a>
</li>
<li class="nav-item">
<a class="nav_link" href="#sponsors">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav_link" href="#news">News</a>
</li>
</ul>
</div>
</nav>
<!-- headline and text for the heading -->
<section class="main-section">
<div class="main-text">
<p class="para">"Hello! Sharing world"</p>
<h1 class="head">LEADWAY COMMONS <br>GLOBAL SUMMIT <br>2022</h1>
</div>
<div class="text">
<p class="para1">
A joyful celebration believing in the value of openness and
sharing, creating a positive change with people from over
80 countries is taking placein october ICC (International Conference Center).
Nigeria
</p>
<h2 class="head2">
2022.10.20 (THU) ~ 30 (MON)
</h2>
<p class="para2">
@ International Conference Center of Nigeria,
</p>
</div>
</section>
</div>
</div>
<!-- main section for the event-->
<main class="main-container" id="program">
<div class="main-head">
<div class="main-box">
<h1>Main Program</h1>
<div class="line"></div>
<div class="event-box">
<div class="event">
<img src="images/program1.png" alt="program-img1">
<a href="#">Lecturing</a>
<p>Try creating your own work using opening
source license rather than just watching.
Agricullture has been saving life since 1800.
Start a project on Agriculture today!</p>
</div>
<div class="event">
<img src="images/program2.png" alt="program-img2">
<a href="#">Exhibition</a>
<p>Try creating your own work using opening
source license rather than just watching.
Agricullture has been saving life since 1800.
Start a project on Agriculture today!</p>
</div>
<div class="event">
<img src="images/program3.png" alt="program-img3">
<a href="#">Forum-talk</a>
<p>Try creating your own work using opening
source license rather than just watching.
Agricullture has been saving life since 1800.
Start a project on Agriculture today!</p>
</div>
<div class="event">
<img src="images/program4.png" alt="program-img4">
<a href="#">Workshop</a>
<p>Try creating your own work using opening
source license rather than just watching.
Agricullture has been saving life since 1800.
Start a project on Agriculture today!
</p>
</div>
<div class="event">
<img src="images/program5.png" alt="program-img5">
<a href="#">Discussion</a>
<p>Try creating your own work using opening
source license rather than just watching.
Agricullture has been saving life since 1800.
Start a project on Agriculture today!</p>
</div>
</div>
<a href="#" class="come">See the whole program</a>
<button type="submit" class="join">Join Summit 2022</button>
</div>
</div>
</main>
<!-- about the speaker session making it dynamic using js-->
<section class="about-cont" id="join">
<h1 class="speak-head">Featured Speakers</h1>
<div class="line3"></div>
<div class="about-head" id="speakers">
</div>
</div>
<button type="submit" class="btn" onclick="myFunction()">MORE
<i class="fa fa-angle-down" aria-hidden="true"></i>
</button>
</section>
<!-- about the speaker section making it dynamic ends -->
<!-- partner section start -->
<section id="sponsors">
<div class="foot-cont">
<div class="foot-head">
<h1>Partners</h1>
<div class="line3"></div>
<div class="foot-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>
<!-- partner section ends -->
<!-- footer start -->
<footer class="footer" id="news">
<div class="footer-cont">
<div class="footer-box">
<img src="images/logo1.svg" alt="footer logo"/>
<p>GreenHome Leadway Summit 2022.</p>
</div>
<div class="footer-text">
<p>@ 2022 GreenHome Leadway summit some right reserved
</p>
</div>
</div>
</footer>
<!-- footer ends -->
<script src="script.js"></script>
</body>
</html>