generated from microverseinc/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
294 lines (253 loc) · 13.2 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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<!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="css/index.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<title>Document</title>
</head>
<body>
<header>
<nav>
<section class="contenedor border-shadow-header">
<h2 class="hidden-section-title">.</h2>
<div class="top-navbar d-none d-md-block ">
<div class="container-fluid">
<ul class="list-unstyled flex-adjust-center">
<li>
<a href="#"><i class="fab fa-facebook-f mr-3"></i></a>
</li>
<li>
<a href="#"><i class="fab fa-twitter mr-3"></i></a>
</li>
<li>
<a href="#"><span>Logout</span></a>
</li>
<li>
<a href="#"><span>Mypage</span></a>
</li>
<li>
<a href="#"><span>Korean</span></a>
</li>
</ul>
</div>
</div>
<div class="bottom-navbar ">
<div class="container-fluid flex-adjust-center">
<div class="left-side">
<a href="/">
<img src="assets/img/logo-400.jpg" alt="logo-header" class=" d-none d-md-block">
</a>
</div>
<div class="center-list d-none d-md-block">
<ul class="list-unstyled flex-adjust-center">
<li>
<a href="about.html">
<span class="text-secondary-color font-weight-bold">About</span>
</a>
</li>
<li>
<a href="#active">
<span class="text-secondary-color font-weight-bold">Activities</span>
</a>
</li>
<li>
<a href="#partners">
<span class="text-secondary-color font-weight-bold">Partners</span>
</a>
</li>
</ul>
</div>
<button type="button" class=" campaign-button d-none d-md-block">
Plan</button>
</div>
</div>
</section>
</nav>
<div class="behind-navbar"></div>
<div class="opacited"> <button type="button" class="ham">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
</svg>
</button></div>
<!-- <div class="leftsided"> <a href="/">
<img src="assets/img/logo-400.jpg" alt="logo-header" class=" d-md-block">
</a></div>
</div> -->
<div class="overlayy"></div>
<nav class="sideNav">
<button type="button" class="menuX">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
</svg>
</button>
<ul>
<li><a class="menuLink" href="index.html">Home</a></li>
<li><a class="menuLink" href="about.html">About</a></li>
<li><a class="menuLink" href="#active">Activites<a></li>
<li><a class="menuLink" href="#partners">Partners</a></li>
<li><a class="menuLink main-button" href="#footer">Buy Tickets</a></li>
</ul>
</nav>
</header>
<section class="showcase">
<video class="video" autoplay loop muted="" playsinline="" data-wf-ignore="true" ata-object-fit="cover">
<source
src="https://uploads-ssl.webflow.com/6180b7ea31c5203e568d88d0/618dc8b5b5da606d4e850b59_IMG_4301-transcode.mp4"
data-wf-ignore="true">
<source
src="https://uploads-ssl.webflow.com/6180b7ea31c5203e568d88d0/618dc8b5b5da606d4e850b59_IMG_4301-transcode.webm"
data-wf-ignore="true">
</video>
<div class="overlay"></div>
<div class="text">
<h2>"HELLO! PARTY PEOPLE "</h2>
<h3>The CHANCE CONCERT FOR 2022 </h3>
<p>A Concert For All We Dont Care Where Your Coming From We Dont Discriminate Its An Event Of A Life Time
dont miss it </p>
<span class="text-p"> 2022.06.15(Web)~17(Sat)</span>
<div class="demo">
<h6> @ the pensula staduim hrq</h6>
</div>
</div>
</section>
<section id='active' class="main-program">
<div class="section-content container-fluid">
<div class="section-title">
<h4>Activities</h4>
<hr>
</div>
<div class="articles-content">
<article>
<div class="articles-content-info container-fluid">
<div class="left-content mr-3 mr-md-0 d-flex align-items-center">
<i class="fab fa-accusoft mr-3 mr-md-0 fa-2x"></i>
<h5 class="text-primary-color font-weight-bolder">Activities Tent</h5>
</div>
<div class="right-content">Games, giveaways and good times going down in Camping. Check back in
late March for all the glorious details.</div>
</div>
</article>
<article>
<div class="articles-content-info container-fluid">
<div class="left-content mr-3 mr-md-0 d-flex align-items-center">
<i class="fas fa-apple-alt mr-3 mr-md-0 fa-2x"></i>
<h5 class="text-primary-color font-weight-bolder">Camping Eats + Drinks</h5>
</div>
<div class="right-content">Food Trucks & vendors of nearly every type (vegetarian/vegan items)
will be on hand to feed all your on site camping hunger needs. Head to the hill in Lot 8 to
get your grub on! PLUS, Beer to go, Bloody Mary’s + more!</div>
</div>
</article>
<article>
<div class="articles-content-info container-fluid">
<div class="left-content mr-3 mr-md-0 d-flex align-items-center">
<i class="fas fa-chalkboard-teacher mr-3 mr-md-0 fa-2x"></i>
<h5 class="text-primary-color font-weight-bolder">Chance art studio</h5>
</div>
<div class="right-content">Enter this D.I.Y. domain and let your creativity flow. Check back in
late March for thorough details. </div>
</div>
</article>
<article>
<div class="articles-content-info container-fluid">
<div class="left-content mr-3 mr-md-0 d-flex align-items-center">
<i class="fab fa-android mr-3 mr-md-0 fa-2x"></i>
<h5 class="text-primary-color font-weight-bolder">The Dome</h5>
</div>
<div class="right-content">Get your late night groove on in The Dome Dance party nightly. The
music rages on, yet silently, starting at 1am. Stop by early on Thur only for the Vintage
Merch Sale to get your oldchella on! Check back in late March for more details.</div>
</div>
</article>
<article>
<div class="articles-content-info container-fluid">
<div class="left-content mr-3 mr-md-0 d-flex align-items-center">
<i class="fas fa-atom mr-3 mr-md-0 fa-2x"></i>
<h5 class="text-primary-color font-weight-bolder">Ferris wheel </h5>
</div>
<div class="right-content">Catch all the feels at the top of the Ferris Wheel while taking in
the epic desert views of the entire Coachella Valley.</div>
</div>
</article>
</div>
<div class="center-links"><button class="bg-primary-color join-boton d-lg-none">
JOIN US Today
</button>
<a href="/src/pages/schedule/schedule-skeleton.html" class="whole-program-link d-none d-lg-block"><span
class="text-third-color">SEE WHOLE ACTIVITIES</span></a>
</div>
</div>
</section>
<section id=' speakers' class="featured-speakers">
<div class="section-content container-fluid">
<div class="section-title">
<h4>Lineup</h4>
<hr>
<div class="featured-speaking-content ">
<div class="first-articles-col row row-cols-lg-2">
</div>
</div>
<button type="button" class="btn btn-outline-primary w-100 d-lg-none more-button" onclick="viewMore()">
<span id="name-button" class="font-weight-bold">MORE</span>
<i class="fas fa-angle-down ml-2 text-primary-color" id="icon-button"></i>
</button>
</div>
</section>
<div class="section4">
</div>
<section id="partners" class="partners ">
<div class="container-fluid">
<div class="section-title">
<h4>Partner</h4>
<hr>
</div>
<div class="partners-info">
<ul class="list-unstyled">
<li><a href="https://www.amazon.com/" target="_blank"><i class="fab fa-amazon fa-3x"></i></a>
</li>
<li><a href="https://www.apple.com/" target="_blank"><i class="fab fa-apple fa-3x"></i></a></li>
<li><a href="https://about.fb.com/company-info/" target="_blank">
<i class="fab fa-facebook-square fa-3x"></i></a>
</li>
<li><a href="https://www.paypal.com/" target="_blank"><i class="fab fa-cc-paypal fa-3x"></i></a>
</li>
<li><a href="https://www.spotify.com/" target="_blank"><i class="fab fa-spotify fa-3x"></i></a>
</li>
<li><a href="https://www.twitch.tv/" target="_blank"><i class="fab fa-twitch fa-3x"></i></a>
</li>
<li><a href="https://usa.visa.com/" target="_blank"><i class="fab fa-cc-visa fa-3x"></i></a>
</li>
<li><a href="https://www.xbox.com/" target="_blank"><i class="fab fa-xbox fa-3x"></i></a></li>
<li><a href="https://www.youtube.com/about/" target="_blank"><i
class="fab fa-youtube fa-3x"></i></a></li>
</ul>
</div>
</div>
</section>
<footer class=" footer">
<div class="container-fluid">
<div class="logo mr-5 mr-sm-3">
<img src="./assets/img/logo-400.jpg" alt="logo-footer">
</div>
<div class="info-footer">
<div class="titulo d-lg-flex">
<h6 class="font-weight-bold mr-lg-1">BUILT BY HEDEVEDUP </h6>
<h6 class="font-weight-bold"> All rights reserved </h6>
</div>
<p class="d-none d-lg-block">Welcome to AEG’s Privacy Request Portal. This form allows you to submit
certain data rights requests across the AEG family of companies. </p>
</div>
</div>
</footer>
<script src="https://kit.fontawesome.com/e0e8402a60.js" crossorigin="anonymous"></script>
<script src="./js/menulis.js"></script>
</body>
</html>