-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
212 lines (201 loc) · 7.52 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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!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" />
<meta
name="description"
content="Musangamfura Emmanuel | capstone project first module, Front-End Developer from Microverse"
/>
<meta
name="keywords"
content="Microverse capstone project,Front-End,Front-End Developer,, HTML, CSS, Javascript, Musangamfure"
/>
<meta name="author" content="Musangamfura Emmanuel" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/favicon.png"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300&family=Poppins:ital,wght@0,100;0,400;0,500;1,400;1,500&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="style.css" />
<title>Global Remote Developer Summit</title>
</head>
<body>
<header>
<nav>
<div class="top-nav">
<div class="top-nav__container">
<img
src="./images/home/facebook.svg"
alt="facebook-logo"
class="icon"
/>
<img
src="./images/home/twitter.svg"
alt="facebook-logo"
class="icon"
/>
<ul class="top-nav__menu">
<li class="top-nav__menu-item"><a href="#">English</a></li>
<li class="top-nav__menu-item"><a href="#">My Page</a></li>
<li class="top-nav__menu-item"><a href="#">Logout</a></li>
</ul>
</div>
</div>
<div class="lower-nav">
<div class="lower-nav__center hide" id="menu">
<a class="logo" href="index.html"><h3>WeRemote</h3></a>
<ul class="logo__menu-list">
<li class="menu-list__item"><a href="#index.html">Home</a></li>
<li class="menu-list__item"><a href="about.html">About</a></li>
<li class="menu-list__item"><a href="#speakers">Speakers</a></li>
<li class="menu-list__item"><a href="#programs">Programs</a></li>
<li class="menu-list__item"><a href="#join">Join</a></li>
<li class="menu-list__item"><a href="#partners">Partners</a></li>
<li class="menu-list__item WeRemote">
<a href="#index.html">WeRemote</a>
</li>
</ul>
</div>
</div>
<div class="lower-nav__hamburger" id="hambuger">
<img
src="./images/home/hamburgermenu.svg"
alt="hambuger"
class="open ham-icon"
id="openHam"
/>
<img
src="./images/home/XIcon.svg"
alt="hambuger"
class="close hide ham-icon"
id="closeHam"
/>
</div>
</nav>
<div class="hero" id="about">
<h3 class="hero__title">"Hello! Remote world""</h3>
<h1 class="hero__heading">
Global remote <br />
software developer <br />
summit 2023
</h1>
<p class="hero__body">
Remote is the future of work. Let reshape the meaning of our work<br />
a postive change with people over 100 countries is taking place
</p>
<p class="hero__date">2023.10.16(MO) ~ 17(TUE)</p>
<p class="hero__venue">@zoom virtual</p>
</div>
</header>
<main>
<div class="program" id="programs">
<h3 class="program__title">Main Program</h3>
<div class="program__cards">
<div class="program__card">
<img
src="./images/home/research.svg"
alt="lecture"
class="program__card-image"
/>
<h2 class="program__card-title">Work Opportunities</h2>
<p class="program__card-body">
remote unlock global jobs and exposure to international working
experience.
</p>
</div>
<div class="program__card">
<img
src="./images/home/discussion.svg"
alt="exhibition"
class="program__card-image"
/>
<h2 class="program__card-title">Collaboration</h2>
<p class="program__card-body">
Learn through pair programming, group projects and project
reviews.
</p>
</div>
<div class="program__card">
<img
src="./images/home/knowledge.svg"
alt="forum"
class="program__card-image"
/>
<h2 class="program__card-title">Accountability</h2>
<p class="program__card-body">
Have the time to share your thoughts and opinions with experts for
each topic.
</p>
</div>
<div class="program__card">
<img
src="/images/home/networking.svg"
alt="workshop"
class="program__card-image"
/>
<h2 class="program__card-title">Teamwork</h2>
<p class="program__card-body">
Learn through pair programming, group projects, career coach
guidance, and project reviews.
</p>
</div>
<div class="program__card">
<img
src="./images/home/design.svg"
alt="CC ignite"
class="program__card-image"
/>
<h2 class="program__card-title">Milticulture</h2>
<p class="program__card-body">
Get opportuntities to work to and connect with developers around
the world, also after the summit.
</p>
</div>
</div>
<button class="program__btn" id="join">Join GRSDS 2023</button>
<a href="#" class="program__link">See The Whole Program</a>
</div>
<section class="feature-speakers" id="speakers">
<h2 class="feature-speakers__container-title">Feature Speakers</h2>
<div class="feature-speakers__container" id="all-speakers"></div>
<button class="feature-speakers__see-more">See More</button>
<button class="feature-speakers__see-less hide">See Less</button>
</section>
<section class="partners" id="partners">
<div class="partners__container">
<h2 class="partners__container-heading">Partners</h2>
<div class="partners__container-logo">
<div class="partners__container-logo__item">Google</div>
<div class="partners__container-logo__item">Microverse</div>
<div class="partners__container-logo__item">Meta</div>
<div class="partners__container-logo__item">Remote</div>
<div class="partners__container-logo__item">GitHub</div>
</div>
</div>
</section>
</main>
<footer>
<div class="footer__container">
<h3 class="logo">WeRemote</h3>
<p class="reserve">2023 WeRemotes. All rights reserved.</p>
</div>
</footer>
<script src="./app/app.js"></script>
</body>
</html>