-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevent.html
More file actions
325 lines (295 loc) · 18 KB
/
event.html
File metadata and controls
325 lines (295 loc) · 18 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
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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
<!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">
<title>PuddingFest</title>
<link rel="shortcut icon" href="./assets/puddingfest-icon.svg" type="image/x-icon">
<!-- css -->
<link rel="stylesheet" href="./css/base/build.css" />
<link rel="stylesheet" href="./css/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script async src="https://ga.jspm.io/npm:es-module-shims@1.4.3/dist/es-module-shims.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.3/jquery.validate.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/firebase/7.14.1-0/firebase.js"></script>
</head>
<body class="bg-slate-700 text-white ">
<!-- Navbar for Web -->
<nav class="hidden fixed top-0 lg:flex items-center justify-between px-20 py-10 bg-slate-700 z-30 w-full" id="web-nav">
<a href="#"><img src="./assets/puddingfest-logo.svg" alt=""></a>
<ul class="flex space-x-16">
<li><a href="./home.html">home</a></li>
<li><a href="./event.html">event</a></li>
<li><a href="./contact.html">Contact Us</a></li>
</ul>
</nav>
<!-- event -->
<section class="mt-32 flex flex-col items-center justify-center ">
<div id="webinar" class="right-0 flex w-[60%] items-center justify-between relative absolute">
<div>
<img class="h-72" src="./assets/webinar.png" alt="">
</div>
<div class="w-1/2">
<div class="text-4xl font-bold tracking-wider mb-4">
Webinar
</div>
<div>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Culpa rerum voluptatem est
inventore quae soluta dignissimos itaque nostrum vero deserunt aliquid quas,
error expedita doloribus, consectetur eligendi, molestiae quod?
</div>
</div>
</div>
<div id="workshop" class="right-52 opacity-0 hidden flex w-[60%] items-center justify-between relative absolute">
<div>
<img class="h-72" src="./assets/workshop.png" alt="">
</div>
<div class="w-1/2">
<div class="text-4xl font-bold tracking-wider mb-4">
Workshop
</div>
<div>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Culpa rerum voluptatem est
inventore quae soluta dignissimos itaque nostrum vero deserunt aliquid quas,
error expedita doloribus, consectetur eligendi, molestiae quod?
</div>
</div>
</div>
<div id="hackathon" class="right-52 opacity-0 hidden flex w-[60%] items-center justify-between relative absolute">
<div>
<img class="h-72" src="./assets/hackathon.png" alt="">
</div>
<div class="w-1/2">
<div class="text-4xl font-bold tracking-wider mb-4">
Hackathon
</div>
<div>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Culpa rerum voluptatem est
inventore quae soluta dignissimos itaque nostrum vero deserunt aliquid quas,
error expedita doloribus, consectetur eligendi, molestiae quod?
</div>
</div>
</div>
<div class="relative grid grid-cols-4 gap-4 lg:flex lg:justify-evenly lg:gap-0 my-28 w-full">
<div class="absolute top-1/2 hidden h-1 w-full -translate-y-1/2 transform rounded-md bg-white opacity-30 lg:block"></div>
<button id="webinar-btn" class="btn-event relative z-10 flex h-28 flex-col items-center justify-center rounded-lg lg:w-52 active">
<p class="mx-2 text-center text-sm font-bold">Webinar</p>
<div class="my-2 h-4 w-4 rounded-full border-2 border-card bg-blueberryLight"></div>
<p class="font-rflex text-sm font-bold uppercase tracking-[0.15em] opacity-80">21 May</p>
</button>
<button id="workshop-btn" class="btn-event relative z-10 flex h-28 flex-col items-center justify-center rounded-lg lg:w-52">
<p class="mx-2 text-center text-sm font-bold">Workshop</p>
<div class="my-2 h-4 w-4 rounded-full border-2 border-card bg-blueberryLight"></div>
<p class="font-rflex text-sm font-bold uppercase tracking-[0.15em] opacity-80">21 May</p>
</button>
<button id="hackathon-btn" class="btn-event relative z-10 flex h-28 flex-col items-center justify-center rounded-lg lg:w-52">
<p class="mx-2 text-center text-sm font-bold">Hackathon</p>
<div class="my-2 h-4 w-4 rounded-full border-2 border-card bg-blueberryLight"></div>
<p class="font-rflex text-sm font-bold uppercase tracking-[0.15em] opacity-80">21 May</p>
</button>
<!-- <button class="btn relative z-10 flex h-28 flex-col items-center justify-center rounded-lg lg:w-52 border-4 border-transparent bg-transparent">
<p class="mx-2 text-center text-sm font-bold">Academy & Competition</p>
<div class="my-2 h-4 w-4 rounded-full border-2 border-card bg-blueberryLight"></div>
<p class="font-rflex text-sm font-bold uppercase tracking-[0.15em] opacity-80">15 June - 2 Oct</p>
</button> -->
</div>
</section>
<section class="flex justify-center items-center m-32 ">
<!--image slider start-->
<div class="slider w-[800px] h-[600px] rounded-xl overflow-hidden">
<div class="slides w-[500%] h-[600px] rounded-xl flex overflow-hidden">
<!--radio buttons start-->
<input class="hidden" type="radio" name="radio-btn" id="radio1">
<input class="hidden" type="radio" name="radio-btn" id="radio2">
<input class="hidden" type="radio" name="radio-btn" id="radio3">
<input class="hidden" type="radio" name="radio-btn" id="radio4">
<!--radio buttons end-->
<!--slide images start-->
<div class="slide w-[20%] h-full first px-24 relative ">
<div>
<img class="w-[800px] h-[500px] rounded-xl " src="./assets/dummy.png" alt="">
<div class="absolute -bottom-[2rem] bg-[#e0e0e0] w-[610px] px-4 py-8 text-slate-500 rounded-t-2xl rounded-b-md">
<div class="mb-3">speaker webinar 2018</div>
<div class="text-right text-3xl font-bold tracking-wider">Johnny Doe</div>
<div class="text-right text-xl">CEO of tikipidio</div>
</div>
</div>
</div>
<div class="slide w-[20%] h-full px-24 relative ">
<div>
<img class="w-[800px] h-[500px] rounded-xl " src="./assets/dummy.png" alt="">
<div class="absolute -bottom-[2rem] bg-[#e0e0e0] w-[610px] px-4 py-8 text-slate-500 rounded-t-2xl rounded-b-md">
<div class="mb-3">speaker webinar 2019</div>
<div class="text-right text-3xl font-bold tracking-wider">Johnny Doe</div>
<div class="text-right text-xl">CEO of tikipidio</div>
</div>
</div>
</div>
<div class="slide w-[20%] h-full px-24 relative ">
<div>
<img class="w-[800px] h-[500px] rounded-xl " src="./assets/dummy.png" alt="">
<div class="absolute -bottom-[2rem] bg-[#e0e0e0] w-[610px] px-4 py-8 text-slate-500 rounded-t-2xl rounded-b-md">
<div class="mb-3">speaker webinar 2020</div>
<div class="text-right text-3xl font-bold tracking-wider">Johnny Doe</div>
<div class="text-right text-xl">CEO of tikipidio</div>
</div>
</div>
</div>
<div class="slide w-[20%] h-full px-24 relative ">
<div>
<img class="w-[800px] h-[500px] rounded-xl " src="./assets/dummy.png" alt="">
<div class="absolute -bottom-[2rem] bg-[#e0e0e0] w-[610px] px-4 py-8 text-slate-500 rounded-t-2xl rounded-b-md">
<div class="mb-3">speaker webinar 2021</div>
<div class="text-right text-3xl font-bold tracking-wider">Johnny Doe</div>
<div class="text-right text-xl">CEO of tikipidio</div>
</div>
</div>
</div>
<!--slide images end-->
<!--automatic navigation start-->
<div class="navigation-auto">
<div class="auto-btn1"></div>
<div class="auto-btn2"></div>
<div class="auto-btn3"></div>
<div class="auto-btn4"></div>
</div>
<!--automatic navigation end-->
<!--manual navigation start-->
<div class="navigation-manual">
<label for="radio1" class="manual-btn "></label>
<label for="radio2" class="manual-btn"></label>
<label for="radio3" class="manual-btn"></label>
<label for="radio4" class="manual-btn"></label>
</div>
<!--manual navigation end-->
</div>
</div>
<!--image slider end-->
</section>
<!-- timeline -->
<section class="p-32">
<ol class="relative border-l border-gray-200 ">
<li class="mb-10 ml-4">
<div class="absolute w-3 h-3 bg-gray-200 rounded-full mt-1.5 -left-1.5 border border-white dark:border-gray-900 dark:bg-gray-700"></div>
<time class="mb-1 text-sm font-normal leading-none dark:text-gray-500">February 2022</time>
<h3 class="text-lg font-semibold mix-blend-overlay dark:text-white">Application UI code in Tailwind CSS</h3>
<p class="mb-4 text-base font-normal text-gray-200 dark:text-gray-400">Get access to over 20+ pages including a dashboard layout, charts, kanban board, calendar, and pre-order E-commerce & Marketing pages.</p>
</li>
<li class="mb-10 ml-4">
<div class="absolute w-3 h-3 bg-gray-200 rounded-full mt-1.5 -left-1.5 border border-white dark:border-gray-900 dark:bg-gray-700"></div>
<time class="mb-1 text-sm font-normal leading-none dark:text-gray-500">March 2022</time>
<h3 class="text-lg font-semibold mix-blend-overlay dark:text-white">Marketing UI design in Figma</h3>
<p class="text-base font-normal text-gray-200 dark:text-gray-400">All of the pages and components are first designed in Figma and we keep a parity between the two versions even as we update the project.</p>
</li>
<li class="ml-4">
<div class="absolute w-3 h-3 bg-gray-200 rounded-full mt-1.5 -left-1.5 border border-white dark:border-gray-900 dark:bg-gray-700"></div>
<time class="mb-1 text-sm font-normal leading-none dark:text-gray-500">April 2022</time>
<h3 class="text-lg font-semibold mix-blend-overlay dark:text-white">E-Commerce UI code in Tailwind CSS</h3>
<p class="text-base font-normal text-gray-200 dark:text-gray-400">Get started with dozens of web components and interactive elements built on top of Tailwind CSS.</p>
</li>
</ol>
</section>
<section class="flex justify-between px-10 w-full mb-32">
<div>
<img src="./assets/casual-life-3d-recruiter-woman-having-online-interview.png" alt="">
</div>
<div class="w-[80%] flex flex-col justify-center">
<div>
<div class="text-[4rem] font-bold flex justify-between items-center">
<div>
Interested with
</div>
<!-- <img class="h-52 mr-4" src="./assets/pudding.png" alt=""> -->
</div>
<div class="text-[4rem] font-bold text-right w-full">
our event ?
</div>
</div>
<div class="flex justify-center mt-20">
<div class="open-modals text-center border-2 w-[20%] py-3 rounded-xl">Register Now</div>
</div>
</div>
</section>
<!-- modals-->
<div class="modals bg-black/30 modals w-full h-full fixed top-0 z-50 overflow-y-scroll flex justify-center items-center hidden">
<div class=" z-0 absolute top-0 left-0 w-full h-full "></div>
<div class="flex justify-center items-center w-full form-card relative h-full">
<div class="bg-slate-400 flex flex-col justify-center sm:px-10 sm:py-8 px-4 py-4 lg:w-1/2 w-[85%] sm:h-27 sm:rounded-1.75rem rounded-2xl shadow-bsInput">
<div class="btn-close w-full flex justify-end">
<img class="sm:h-full h-4" src="https://img.icons8.com/ios-glyphs/30/ffffff/multiply.png" alt="">
</div>
<div class="sm:my-5 lg:px-16 px-10 mb-3 w-full relative">
<div class="text-center text-4xl font-bold tracking-wide">
Registration
</div>
<!-- form -->
<form action="submit" class="w-full" id="form">
<div class="sm:mb-2">
<div>
<label class="font-PJSSemiBold text-cGray sm:text-base text-[10px]" for="name" >Name</label>
</div>
<div for="name" class=" sm:mt-2 mt-1 flex items-center sm:rounded-lg rounded-md bg-white remove">
<span class="sm:px-3 px-2 absolute">
<img class="sm:h-full h-3" src="./assets/name-form.svg" alt="" />
</span>
<div for="name" class="absolute text-cGray lg:left-[6.75rem] sm:left-[5.25rem] left-[2.80rem] sm:text-base text-[12px] focusshow hidden">|</div>
<input class="input sm:pl-12 pl-7 py-1 w-full sm:h-[3.5rem] sm:text-base text-[9px] sm:rounded-lg rounded-md bg-transparent text-gray-700 transition-all delay-20 "
id="name" type="text" name="name" placeholder="please type your name here..." />
</div>
<p for="name" class="error-msg text-red-500 sm:text-sm text-[8px] w-full mt-1 "></p>
</div>
<div class="sm:mb-2 ">
<div>
<label for="email" class="font-PJSSemiBold sm:text-base text-[10px]">Email</label>
</div>
<div class="sm:mt-2 mt-1 flex items-center sm:rounded-lg rounded-md bg-white remove">
<span class="px-2 absolute">
<img class="sm:h-4 h-2" src="./assets/email-form.svg" alt="" />
</span>
<input class= " text-gray-700 input sm:pl-12 pl-7 py-1 w-full sm:h-[3.5rem] sm:text-base text-[9px] sm:rounded-lg rounded-md bg-transparent transition-all delay-20 " id="email"
type="email" name="email" placeholder="please type your email here.." />
</div>
<p for="email" class="error-msg text-red-500 sm:text-sm text-[8px] w-full mt-1"></p>
</div>
<div class="mb-2">
<div>
<label for="whatsapp" class="font-PJSSemiBold text-cGray sm:text-base text-[10px]">Number Phone</label>
</div>
<div for="whatsapp" class="sm:mt-2 mt-1 flex items-center sm:rounded-lg rounded-md bg-white remove">
<span class="sm:px-3 px-2 absolute">
<img class="sm:h-full h-3" src="./assets/whatsapp.svg" alt="" />
</span>
<div for="whatsapp" class="absolute text-cGray lg:left-[6.75rem] sm:left-[5.25rem] left-[2.80rem] sm:text-base text-[12px] focusshow hidden ">|</div>
<input class="text-gray-700 input sm:pl-12 pl-7 py-1 w-full sm:h-[3.5rem] sm:text-base text-[9px] sm:rounded-lg rounded-md bg-transparent transition-all delay-20 "
id="whatsapp" type="tel" name="whatsapp" placeholder="please type ypur number here..." />
</div>
<p for="whatsapp" class="error-msg text-red-500 sm:text-sm text-[8px] w-full mt-1"></p>
</div>
<div class="w-full">
<div class="w-full ">
<div>
<label for="event" class="font-PJSSemiBold text-cGray sm:text-base text-[10px]">Event</label>
</div>
<select name="event" id="event" class="sm:rounded-lg rounded-md sm:h-[3.5rem] form-select appearance-none block w-full px-3 py-1.5 text-base font-normal text-gray-400 bg-white bg-clip-padding bg-no-repeat border border-solid border-gray-300 transition ease-in-out m-0
focus:text-gray-700 focus:bg-white focus:outline-none">
<option value="default" class="text-gray-400">choose our Event</option>
<option value="1">Webinar</option>
<option value="2">Workshop</option>
<option value="3">Hackathon</option>
</select>
<p for="event" class="error-msg text-red-500 sm:text-sm text-[8px] w-full mt-1"></p>
</div>
</div>
</form>
</div>
<button type="submit" id="btn-submit" class=" cursor-pointer bg-white block mx-auto mb-5 text-slate-400 sm:text-lg text-[10px] sm:rounded-2xl rounded-md shadow-md sm:px-10 sm:py-3 px-2 py-1 text-cWhite drop-shadow-2xl tracking-wide">
Submit
</button>
</div>
</div>
</div>
</div>
<script src="./js/script.js"></script>
</body>
</html>