-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
461 lines (457 loc) · 18.9 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
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
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
<!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="icon" type="image/png" sizes="16x16" href="imgs/layer1.svg" />
<title>CAT Reloaded</title>
<link rel="stylesheet" href="styles/mainStyle.css" />
</head>
<body>
<nav>
<div class="container">
<div class="logo">
<img src="imgs/logo-nav.svg" alt="" />
</div>
<button class="menu-button">Menu
<span class="arrow-down"></span>
</button>
<div class="nav-bar">
<ul>
<li class="activee"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="https://blog.catreloaded.org/">CATazine</a></li>
<li><a href="committees.html">Committees</a></li>
<li><a href="#">Contact Us</a></li>
<button class="btn-newsletter">Newsletter</button>
</ul>
</div>
<div class="btns">
<div class="news-letter">
<!--<button class="btn-newsletter">Newsletter</button>-->
<div class="lay1">
<button class="exit"><img src="imgs/exit.svg" alt="" /></button>
<div class="lay2">
<div class="NL-img">
<img src="imgs/newletter.svg" alt="" />
</div>
<div class="NL-sub">
<h4>Subscribe to our Newsletter!</h4>
<p>We'll informed you with our new blogs and the latest updates!</p>
<form>
<input type="text" placeholder="Name" />
<input type="email" placeholder="Email" />
<input class="submittt" type="submit" value="Subscribe" />
</form>
</div>
</div>
</div>
</div>
<!-- registration btn -- to hide it just comment this div -->
<div class="register">
<button class="btn-register">Register</button>
<div class="bg-modal">
<div class="modal 1">
<img src="./imgs/logo header.svg" />
<div class="text">
<h2>Recruitment 20<span>/</span>21</h2>
<p>
- This application is for those who are interested in
computer science and want to take the chance to join CAT
community and be part of our family.
</p>
<p>
- Please take your time and fill this application carefully.
</p>
<p>
- You can use any language you prefer(Arabic is allowed).
</p>
<p>
- Note that the opening period of the form is 3 days, from
19/12/2021 to 21/12/2021.
</p>
<p>Good Luck.</p>
</div>
<form class="register-form">
<input type="text" placeholder="Full Name (In English)*" />
<input type="email" placeholder="Email*" />
<input type="text" placeholder="Phone Number*" />
<input type="text" placeholder="Facebook Link*" />
<input type="text" placeholder="LinkedIn Link*" />
<select>
<option selected disabled>Faculty</option>
<option>Engineering</option>
<option>Computer Science</option>
<option>Other</option>
</select>
<select>
<option selected disabled>University</option>
<option>Mansoura</option>
<option>Other</option>
</select>
<select>
<option selected disabled>Academic Year</option>
<option>Prepatory</option>
<option>First</option>
<option>Second</option>
<option>Third</option>
<option>Fourth</option>
</select>
<div class="form-btn">
<button class="nxt-btn">Next</button>
</div>
</form>
<span class="close-btn">X</span>
</div>
<div class="modal hide 2">
<img src="./imgs/logo header.svg" />
<form class="register-form">
<p>Did you join any student activity before?</p>
<textarea></textarea>
<select>
<option disabled selected>
How did you know about CAT?
</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
<p>Why do you want to join our community?</p>
<textarea></textarea>
<select>
<option disabled selected>Choose a technical circle</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
<p>Why did you choose this technical circle?</p>
<textarea></textarea>
<p>Add your experience in the track you chose</p>
<textarea></textarea>
<p>What are your other technical skills?</p>
<textarea></textarea>
<select>
<option disabled selected>
Choose a non-technical circle
</option>
<option value="hr">HR</option>
<option value="pr">PR</option>
<option value="logistics">Logistics</option>
<option value="media">Media</option>
</select>
<div class="form-btn">
<button class="nxt-btn">Next</button>
</div>
</form>
<span class="close-btn">X</span>
</div>
<div class="modal hide three">
<img src="./imgs/logo header.svg" />
<h2>Content Creation</h2>
<form class="register-form">
<p>What is the content creation?</p>
<textarea></textarea>
<p>Why did you choose content creation?</p>
<textarea></textarea>
<p>
CAT Reloaded has a new partnership with @Xcompany, Xcompany
is a tech company that seeks to offer internships to
undergraduate students in most CS fields, write a little
post about it.
</p>
<textarea></textarea>
<div class="form-btn">
<button class="submit-btn">Submit</button>
</div>
</form>
<span class="close-btn">X</span>
</div>
</div>
</div>
</div>
</div>
</nav>
<header>
<div class="container">
<section class="logo-header">
<img src="imgs/logo header.svg" alt="CAT LOGO" />
</section>
</div>
</header>
<section class="about">
<div class="container">
<section class="about-us">
<h2>About CAT Reloaded?</h2>
<p>
CAT" is a non-profit foundation focused on" <br />
Computer Science and IT specially Open Source technologies. CAT's
primary goal was to create an IT community in Mansoura University that
is dynamic, innovative and highly scalable for the undergraduate
computer engineering/science students, that would help them achieve a
good level of technical proficiency through projects and seminars.
</p>
<button class="read-more">Read More ...</button>
</section>
<section class="cat-chars">
<img src="imgs/person cat.svg" alt="" />
</section>
</div>
</section>
<section class="achievement">
<div class="container">
<h2>Our Achievement</h2>
<section class="ach-nums">
<div class="card card1">
<span>
<img src="imgs/location-pin-red.svg" alt="" />
</span>
<span> 50+ </span>
<span> workshops </span>
</div>
<div class="card card2">
<span>
<img src="imgs/code-branch-solid.svg" alt="" />
</span>
<span> 50+ </span>
<span> Projects </span>
</div>
<div class="card card3">
<span>
<img src="imgs/calendar-alt-regular.svg" alt="" />
</span>
<span> +50 </span>
<span> Events </span>
</div>
<div class="card card4">
<span>
<img src="imgs/users-solid.svg" alt="" />
</span>
<span> +7k </span>
<span>
Audience
</span>
</div>
<div class="card card5">
<span>
<img src="imgs/video-solid.svg" alt="" />
</span>
<span> +60k </span>
<span>
Views
</span>
</div>
<div class="card card6">
<span>
<img src="imgs/seessions.svg" alt="" />
</span>
<span> +200 </span>
<span>
session
</span>
</div>
</section>
</div>
</section>
<section class="events">
<div class="container">
<h2>Our Events</h2>
<section class="events-slider-parent">
<section class="events-slider">
<section class="event">
<div class="event-img">
<img src="imgs/event1.jpg" alt="Scope 21" />
</div>
<div class="event-description">
<h3>CAT Quarter Century</h3>
<p class="add-data">25 Years CAT</p>
<p class="event-date">
<img src="imgs/calendar-alt-regular.svg" alt="" />
<span>2 - 9 SEP</span>
</p>
<p class="event-location">
<img src="imgs/location-pin.svg" alt="" />
<span>Our Facebook Page</span>
</p>
<p class="description">
Forgetting is no longer possible; the memories have become so plentiful and are about to explode with all the good
and
the great that we have been through, so are you ready?!…
</p>
<a href="https://fb.me/e/2tZA028Om"><button class="read-more">Read More...</button></a>
</div>
</section>
<section class="event">
<div class="event-img">
<img src="imgs/Up Event cover.png" alt="Scope 21" />
</div>
<div class="event-description">
<h3>Scope 21</h3>
<p class="add-data">Bootcamp & Mini-Hackathon</p>
<p class="event-date">
<img src="imgs/calendar-alt-regular.svg" alt="" />
<span>21 - 28 April</span>
</p>
<p class="event-location">
<img src="imgs/location-pin.svg" alt="" />
<span>ITI - Mansoura University</span>
</p>
<p class="description">
Do you have a passion for learning about the world's trending technologies? Well.., CAT Scope 21 is your place to
start
your dream.
</p>
<a href="https://fb.me/e/5WzQiC83k"><button class="read-more">Read More...</button></a>
</div>
</section>
<section class="event">
<div class="event-img">
<img src="imgs/event3.jpg" alt="Scope 21" />
</div>
<div class="event-description">
<h3>Tech Tips</h3>
<p class="add-data"></p>
<p class="event-date">
<img src="imgs/calendar-alt-regular.svg" alt="" />
<span>18 DEC 2020</span>
</p>
<p class="event-location">
<img src="imgs/location-pin.svg" alt="" />
<span>ITI - Mansoura Bransh Facebook Page</span>
</p>
<p class="description">
The truly benefit comes from knowing who offers it in the first place.
So really, who are we? And what are we offering?
From here we decided to organise this Event to clear the whole photo.
Starting with introducing ourselves passing through what we are offering.
</p>
<a href="https://fb.me/e/1PN1tiOIl"><button class="read-more">Read More...</button></a>
</div>
</section>
</section>
</section>
<section class="indicators-events">
<button class="indicator-event active"></button>
<button class="indicator-event"></button>
<button class="indicator-event"></button>
</section>
</div>
</section>
<section class="projects">
<div class="container">
<h2>Our Projects</h2>
<section class="projects-slider-parent">
<section class="projects-slider">
<section class="project">
<div class="project-img">
<img src="imgs/kawen.PNG" alt="Kawen" />
</div>
<div class="project-description">
<h3>Kawen</h3>
<p class="description">
Kawen is an interactive learning website for CS fields that we believe was
tailored precisely to suit most of the
learners according to insights from statistical data and surveys.<br>
It's designed to make you keep track of your progress,
motivates your passion by taking quizzes with XP scores and a
final test.
</p>
<button class="read-more">Read More...</button>
<button class="visit-website">Visit Website</button>
</div>
</section>
<section class="project">
<div class="project-img">
<img src="imgs/kawen.PNG" alt="Kawen" />
</div>
<div class="project-description">
<h3>Kawen</h3>
<p class="description">
Kawen is an interactive learning website for CS fields that we believe was
tailored precisely to suit most of the
learners according to insights from statistical data and surveys.<br>
It's designed to make you keep track of your progress,
motivates your passion by taking quizzes with XP scores and a
final test.
</p>
<button class="read-more">Read More...</button>
<button class="visit-website">Visit Website</button>
</div>
</section>
</section>
</section>
</section>
<section class="indicators-projects">
<button class="indicator-project active"></button>
<button class="indicator-project"></button>
</section>
</div>
</section>
<section class="sponsors">
<div class="container">
<h2>Sponsors</h2>
<section class="sponsors-imgs">
<div class="sponser"><img src="imgs/sponser1.png" alt="Triago" /></div>
<div class="sponser"><img src="imgs/sponser2.png" alt="Triago" /></div>
<div class="sponser"><img src="imgs/sponser3.png" alt="Triago" /></div>
<div class="sponser"><img src="imgs/sponser4.png" alt="Triago" /></div>
<div class="sponser"><img src="imgs/sponser5.png" alt="Triago" /></div>
<div class="sponser"><img src="imgs/sponser6.png" alt="Triago" /></div>
<div class="sponser"><img src="imgs/sponser7.png" alt="Triago" /></div>
</section>
</div>
</section>
<footer>
<div class="container">
<section class="footer1">
<section class="info">
<img src="imgs/logo-nav.svg" alt="" />
</section>
<section class="news-letter">
<p class="info-location">
<span>
<img src="imgs/location-pin-red.svg" alt="" />
</span>
LOCATION
</p>
<p class="adrees">
Faculty of Engineering,<br/>Mansoura University,<br/>Dakhliya, Egypt
</p>
</section>
<section class="annual-partner">
<p>ANNUAL PARTENER</p>
<div class="partner">
<img src="imgs/triago.png" alt="" width="50px" height="50px" />
<img src="imgs/triago.png" alt="" width="50px" height="50px" />
</div>
</section>
<section class="blog-tags">
<p>FOLLOW US</p>
<div class="contact-us">
<a href="https://web.facebook.com/CATReloaded">
<img src="imgs/facebook-f-brands.svg" alt="" />
</a>
<a href="https://twitter.com/CATReloaded">
<img src="imgs/twitter-brands.svg" alt="" />
</a>
<a href="https://www.youtube.com/user/C4TReloaded">
<img src="imgs/youtube-brands.svg" alt="" />
</a>
<a href="https://github.com/CATReloaded">
<img src="imgs/github-brands.svg" alt="" />
</a>
<a href="https://www.linkedin.com/company/cat-reloaded/">
<img src="imgs/linkedin-in-brands.svg" alt="" />
</a>
</div>
</section>
</section>
</div>
<section class="footer2">
<p>CopyRights© 2021 All Right Reserved by CATReloaded Technical</p>
</section>
</footer>
<script src="jsCode/code.js"></script>
</body>
</html>