-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
187 lines (179 loc) · 6.28 KB
/
Copy pathindex.html
File metadata and controls
187 lines (179 loc) · 6.28 KB
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
<!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="stylesheet.css" />
<title>Ghana Micronauts Meetup</title>
</head>
<body>
<!-- MOBILE MENU START -->
<div class="mobile-menu">
<button type="button" id="mobile-menu-close" class="mobile-menu-close">X</button>
<ul id="mobile-menu-list" class="mobile-menu-list">
<li class="mobile-list-items mobile-menu-home">
<a href="./index.html">Home</a>
</li>
<li class="mobile-list-items mobile-menu-about">
<a href="./about.html">About</a>
</li>
<li class="mobile-list-items mobile-menu-program">
<a href="#activities-link">Program</a>
</li>
<li class="mobile-list-items mobile-menu-sponsors">
<a href="#sponsors-link">Sponsors</a>
</li>
<li class="mobile-list-items">
<a id="mm-sign-up" href="">Sign Up</a>
</li>
</ul>
</div>
<!-- MOBILE MENU END -->
<!-- DESKTOP NAVIGATION START -->
<ul class="upperNav">
<li class="upper-nav-list">
<img src="./images/facebook-logo.png" alt="Twitter Logo" />
</li>
<li class="upper-nav-list">
<img src="./images/twitter-logo.png" alt="Twitter Logo" />
</li>
<li class="upper-nav-list">English</li>
<li class="upper-nav-list">My Page</li>
<li class="upper-nav-list">Logout</li>
</ul>
<div class="desktop-nav-wrapper">
<nav class="desktop-navbar">
<a href="./index.html">
<img class="nav-logo" src="./images/ghmm-logo.png" alt="GHMM Logo" />
</a>
<ul>
<li class="desktop-nav-items">
<a class="desktop-nav-link" href="./about.html">About</a>
</li>
<li class="desktop-nav-items">
<a class="desktop-nav-link" href="#activities-link">Program</a>
</li>
<li class="desktop-nav-items">
<a class="desktop-nav-link" href="#sponsors-link">Sponsors</a>
</li>
<li class="desktop-nav-items">
<button type="button" id="nav-signup">Sign Up</button>
</li>
</ul>
</nav>
</div>
<!-- DESKTOP NAVIGATION END -->
<header>
<nav class="navigation">
<a href="#"
><img
class="hamburger-menu"
id="hmenu"
src="./images/hamburger-menu.svg"
alt="hamburger menu icon"
/>
</a>
</nav>
<div class="hero">
<div class="hero-title">
<h1 class="hero-main-title">GHANA MICRONAUTS MEETUP 2022</h1>
<h1 class="desktop-main-title">GHANA MICRONAUTS<br />MEETUP 2022</h1>
<h2 class="hero-sub-title">"Hello! Micronauts"</h2>
</div>
<div class="hero-paragraph">
<p>
A day of interaction with some of the world's most promising
software devs. Come learn from developers, have fun and network. You
wouldn't want to miss this.
</p>
</div>
<h3 class="hero-date">2022.11.26(SAT)</h3>
<p class="hero-venue">@International DEV. Center - Accra, Ghana</p>
</div>
</header>
<section class="activities" id="activities-link">
<div class="activities-heading">
<h3 id="activities-title">Activities Include</h3>
<div id="activities-underline"></div>
</div>
<ul class="activities-lineup">
<!-- ACTIVITIES CARD GENERATED DYNAMICALLY WITH JAVASCRIPT -->
</ul>
<div class="register">
<button type="button" class="register-button">Register Now</button>
</div>
<a href="" id="whole-program">SEE THE WHOLE PROGRAM</a>
</section>
<!-- REGISTRATION FORM START -->
<div class="form-container" id="form-container">
<form action="/" class="form" id="form">
<div class="input-control">
<input class="name-form" type="text" name="name" placeholder="YOUR NAME">
<div class="nameError"></div>
</div>
<div class="input-control">
<input class="email-form" type="email" name="email" placeholder="YOUR EMAIL">
<div class="emailError"></div>
</div>
<input class="register-form" type="submit" value="REGISTER">
</form>
</div>
<!-- REGISTRATION FORM END -->
<section class="speakers">
<div class="speakers-heading">
<h3 class="speakers-title">Featured Speakers</h3>
<div id="speakers-underline"></div>
</div>
<ul class="speakers-list">
<!-- Speaker Cards Generated Dynamically with JavaScript -->
</ul>
<div class="more-speakers-button">
<button type="button" class="more-speakers">
MORE
<img
id="more-speakers-arrow"
class="up-and-down-arrows"
src="./images/down-arrow.svg"
alt="down arrow"
/>
</button>
</div>
<div class="less-speakers-button">
<button type="button" class="less-speakers">
LESS
<img
id="less-speakers-arrow"
class="up-and-down-arrows"
src="./images/up-arrow.svg"
alt="up arrow"
/>
</button>
</div>
</section>
<section class="sponsors" id="sponsors-link">
<div class="sponsors-heading">
<h5 class="sponsors-title">Sponsors / Partners</h5>
<div id="sponsors-underline"></div>
</div>
<div class="sponsors-logos">
<img src="./images/partners/bvmstudio-logo.png" alt="BVM Studio Logo" />
<img src="./images/partners/google-logo.png" alt="Google Logo" />
<img src="./images/partners/nita-logo.png" alt="Nita Logo" />
<img
src="./images/partners/microverse-logo.png"
alt="Microverse Logo"
/>
<img src="./images/partners/github-logo.png" alt="GitHub Logo" />
</div>
</section>
<footer>
<img src="./images/ghmm-logo.png" alt="" class="footer-logo" />
<div class="footer-text">
<p>Built By Benjamin Semah</p>
<p>(2021) All Rights Reserved.</p>
</div>
</footer>
<script src="./interactions.js"></script>
</body>
</html>