-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
171 lines (164 loc) · 5.83 KB
/
Copy pathabout.html
File metadata and controls
171 lines (164 loc) · 5.83 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
<!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 - About</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">
<a href="./index.html">Home</a>
</li>
<li class="mobile-list-items">
<a href="./about.html">About</a>
</li>
<li class="mobile-list-items">
<a href="./index.html#activities-link">Program</a>
</li>
<li class="mobile-list-items">
<a href="./index.html#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="index.html#activities-link"
>Program</a
>
</li>
<li class="desktop-nav-items">
<a class="desktop-nav-link" href="index.html#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 class="about-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">The Third Edition!</h2>
</div>
<div class="hero-paragraph about-hero-paragraph">
It's going to be a day of interaction with some of the world's most
promising software developers. You wouldn't want to miss this
opportunity to learn from seasoned devs. Connect and network with
other amazing software developers.
</div>
<p id="get-in-touch">
Please contact us via email for any further questions about the Ghana
Micronauts Meetup 2022.
</p>
<p class="our-email">info@ghanamicronauts.com</p>
</div>
</header>
<section class="more-info">
<h3 id="more-information-heading">More info</h3>
<img id="ghmmLogo-about" src="./images/ghmm-logo.png" alt="" />
<p class="program-brief">
The Ghana Micronauts Meetup is an initiative of Microverse students
risiding in Ghana. The next edition is going to be amazing You wouldn't
want to miss it. Mark it on your calendar.
</p>
<img
id="ghmm-photo"
src="./images/micronautsMeetup.jpg"
alt="Two Micronauts alumni"
/>
</section>
<section class="previous-edition">
<h3 class="previous-edition-title">Highlights of Previous Editions</h3>
<div id="previous-editions-underline"></div>
<p>
Take a closer look at the first two meetups which took place at Takoradi
and Kumasi
</p>
<div class="previous-meetups">
<div class="previous-meetup-details">
<div class="first-edition-brief takoradiImage">
<h4>FIRST EDITION</h4>
<p>
Maiden edition of Ghana Micronauts Meetup held in Takoradi, Ghana.
</p>
</div>
</div>
<div class="previous-meetup-details">
<div class="second-edition-brief kumasiImage">
<h4>SECOND EDITION</h4>
<p>
Second edition of Ghana Micronauts Meetup held in Kumasi, Ghana.
</p>
</div>
</div>
</div>
</section>
<section class="sponsors">
<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>