-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
230 lines (229 loc) · 10.6 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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!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://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<link rel="stylesheet" href="./css/styles.css">
<title>React Summit 2022</title>
</head>
<body onload="main()">
<div class="container">
<header>
<div class="menu-container">
<div class="top-bar hide-on-small">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-twitter"></i>
<ul class="menu">
<li class="menu-item"><a href="#" title="Change the language">English</a></li>
<li class="menu-item"><a href="#" title="My page">My page</a></li>
<li class="menu-item"><a href="#" title="Logout">Logout</a></li>
</ul>
</div>
</div>
<div class="second-bar">
<div class="navigation">
<div class="logo">
<a class="hide-on-small" href="index.html" title="Home"><img src="./images/react_logo.png" alt="React logo"
width="96"></a>
<span class="logo-text hide-on-small">React Global Summit 2022</span>
</div>
<nav class="navigation-small hide-on-small">
<ul class="links">
<li class="link link-first"><a href="about.html" title="About us">About</a></li>
<li class="link"><a href="#program" title="Program">Program</a></li>
<li class="link"><a href="https://ti.to/gitnation/react-summit-2022" title="Join">Join</a></li>
<li class="link"><a href="#sponsors" title="Sponsor">Sponsor</a></li>
<li class="link"><a href="https://www.facebook.com/reactamsterdam" title="News">News</a></li>
<li class="link link-last"><a href="index.html" title="React Sumit">RS Conference</a></li>
</ul>
</nav>
<nav class="hide-on-big">
<i class="fas fa-bars hamburger"></i>
<i class="fas fa-times close-button"></i>
</nav>
</div>
</div>
</header>
<img class="people-img hide-on-small" src="./images/React_summit_people_1920.jpg" alt="people">
<img class="people-img hide-on-big" src="./images/React_summit_people_767_light.jpg" alt="people">
<div class="heading">
<div class="cross-circle"></div>
<div class="heading-text">
<span class="hello">"The biggest React conference worldwide"</span>
<div class="back">
<h1 class="title"><span class="letters">REACT THAT ROCKS<br>GLOBAL SUMIT<br>2022</span></h1>
</div>
<p class="summit-text">React Summit is an annual conference on all things React, gathering thousands of
Front-end and Full-stack
engineers from around the world.</p>
<h2 class="date">2022.06.17(SUN) ~ 21(THU) Remote</h2>
<p class="place">@ Amsterdam Conference Centre, The Netherlands</p>
</div>
</div>
<main>
<section id="program" class="program">
<h3 class="program-title">Main Program</h3>
<hr class="line-orange">
<div class="cards">
<div class="card">
<div class="card-content">
<img class="program-icon" src="./images/Lecturer_icon.png" alt="lecturer" width="64">
<h4 class="h4-orange">Lecture</h4>
<p class="program-text">Listen to the speakers from all around the world, top React developers, engineers
and instructors.</p>
</div>
</div>
<div class="card">
<div class="card-content">
<img class="program-icon" src="./images/Exhibition_icon.png" alt="Exhibition" width="64">
<h4 class="h4-orange">RS Exhibition</h4>
<p class="program-text">Appreciate various creation applying React and React Native plus other libraries
and plugins.</p>
</div>
</div>
<div class="card">
<div class="card-content">
<img class="program-icon" src="./images/Chat_icon.png" alt="Forum" width="64">
<h4 class="h4-orange">Forum</h4>
<p class="program-text">Have the time to share your thoughts and opinions with experts for each topic.</p>
</div>
</div>
<div class="card">
<div class="card-content">
<img class="program-icon" src="./images/Workshop_icon.png" alt="Workshop" width="64">
<h4 class="h4-orange">Workshop</h4>
<p class="program-text">Try creating your own app using open source framework for free on our workshops.
</p>
</div>
</div>
<div class="card">
<div class="card-content">
<img class="program-icon" src="./images/Network_icon.png" alt="Network" width="64">
<h4 class="h4-orange">Network</h4>
<p class="program-text">Get opportunity to network with React professionals around the world, after the
sumit.</p>
</div>
</div>
</div>
<p class="whole-program hide-on-small"><a href="https://reactsummit.com/" title="React Global summit 2022">SEE
THE WHOLE PROGRAM</a></p>
<a class="join hide-on-big" href="https://reactsummit.com/" title="React Global summit 2022"><p>Join React
Summit 2022</p></a>
<div class="hide-on-big pad-link"></div>
</section>
<section class="featured-speakers">
<h3 class="speakers-title">Featured Speakers</h3>
<hr class="line-orange">
<div class="speakers">
<div class="first-speakers">
<div class="speaker">
<img class="speaker-photo" src="#" alt="Tejas Kumar">
<div class="bio">
<h4 class="speaker-name">#</h4>
<h5 class="company">#</h5>
<hr class="line-grey">
<p class="speaker-text"></p>
</div>
</div>
<div class="speaker">
<img class="speaker-photo" src="#" alt="Tanner Linsley">
<div class="bio">
<h4 class="speaker-name">#</h4>
<h5 class="company">#</h5>
<hr class="line-grey">
<p class="speaker-text"></p>
</div>
</div>
</div>
<button class="more hide-on-big" type="button">MORE <i class="fas fa-chevron-down"></i></button>
<div class="second-speakers hide-on-small">
<div class="speaker">
<img class="speaker-photo" src="#" alt="Sara Vieira">
<div class="bio">
<h4 class="speaker-name">#</h4>
<h5 class="company">#</h5>
<hr class="line-grey">
<p class="speaker-text"></p>
</div>
</div>
<div class="speaker">
<img class="speaker-photo" src="#" alt="Ken Wheeler">
<div class="bio">
<h4 class="speaker-name">#</h4>
<h5 class="company">#</h5>
<hr class="line-grey">
<p class="speaker-text"></p>
</div>
</div>
</div>
<div class="third-speakers hide-on-small">
<div class="speaker">
<img class="speaker-photo" src="#" alt="Sunil Pai">
<div class="bio">
<h4 class="speaker-name">#</h4>
<h5 class="company">#</h5>
<hr class="line-grey">
<p class="speaker-text"></p>
</div>
</div>
<div class="speaker">
<img class="speaker-photo" src="#" alt="Anjana Vakil">
<div class="bio">
<h4 class="speaker-name">#</h4>
<h5 class="company">#</h5>
<hr class="line-grey">
<p class="speaker-text"></p>
</div>
</div>
</div>
</div>
</section>
<section id="sponsors" class="partners hide-on-small">
<h3 class="partner-title">Sponsors</h3>
<hr class="line-orange">
<div class="brands">
<a href="https://rangle.io/" title="Rangle"><img class="brand-img" src="./images/rangle_color.png"
alt="Rangle.io"></a>
<a href="https://www.shopify.com/careers" title="Shopify"><img class="brand-img"
src="./images/shopify_color.png" alt="Shopify"></a>
<a href="https://www.microsoft.com/" title="Microsoft"><img class="brand-img"
src="./images/Microsoft_color.png" alt="Microsoft"></a>
<a href="https://www.storyblok.com/" title="Storyblok"><img class="brand-img"
src="./images/Storyblok_color.png" alt="Storyblok"></a>
<a href="https://rollbar.com/" title="Rollbar"></a><img class="brand-img" src="./images/Rollbar_color.png"
alt="Rollbar">
</div>
</section>
</main>
<footer class="footer-home hide-on-small">
<div class="footer-container">
<div class="react">
<img src="./images/react_logo_black.png" alt="React Sumit logo" width="96">
<span class="react-footer">REACT SUMMIT<br>AMSTERDAM</span>
</div>
<div class="legal">
<span>Copyright © 2021 Facebook Inc. All rights reserved.</span>
<p class="footer-last">To find out more, full summit schedule, registration and tickets, please visit <a
class="speaker-link" href="https://reactsummit.com/" title="React Sumit 2022">React summit</a> at:
https://reactsummit.com/</p>
</div>
</div>
</footer>
<div class="demo"></div>
<img class="eyes" src="./images/eyes.png" alt="simple cross">
<img class="dollar-sign" src="./images/dollar_sign.png" alt="Dollar sign">
<img class="yen-sign hide-on-small" src="./images/yen_sign.png" alt="Yen sign">
<img class="zero" src="./images/zero_grey.png" alt="Zero number">
<img class="zero-2 hide-on-small" src="./images/zero_grey.png" alt="Zero number">
<img class="cross-single" src="./images/cross_single_d3.png" alt="Single cross">
<img class="cross-single-2" src="./images/cross_single_d3.png" alt="Single cross">
<img class="cross-single-3 hide-on-small" src="./images/cross_single_d3.png" alt="Single cross">
<img class="letter-c" src="./images/letter_c.png" alt="Letter C">
<img class="cross-single-2" src="./images/cross_single_d3.png" alt="Single cross yet again">
</div>
<script src="./js/script.js"></script>
</body>
</html>