-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
587 lines (455 loc) · 24.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
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
<!DOCTYPE html>
<html onscroll="opacity()" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- SEO Meta Tags -->
<meta name="description" content="MTC">
<meta name="author" content="Your name">
<!-- OG Meta Tags to improve the way the post looks when you share the page on Facebook, Twitter, LinkedIn -->
<meta property="og:site_name" content="" /> <!-- website name -->
<meta property="og:site" content="" /> <!-- website link -->
<meta property="og:title" content=""/> <!-- title shown in the actual shared post -->
<meta property="og:description" content="" /> <!-- description shown in the actual shared post -->
<meta property="og:image" content="" /> <!-- image link, make sure it's jpg -->
<meta property="og:url" content="" /> <!-- where do you want your post to link to -->
<meta name="twitter:card" content="summary_large_image"> <!-- to have large image post format in Twitter -->
<!-- Webpage Title -->
<title>MTC ENETCOM</title>
<!-- Styles -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/fontawesome-all.min.css" rel="stylesheet">
<link href="css/swiper.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" href="images/mtclogo.png">
</head>
<body data-bs-spy="scroll" data-bs-target="#navbarExample">
<!-- Navigation -->
<nav style="background-color: #ef8422;" id="navbarExample" class="navbar navbar-expand-lg fixed-top navbar-light" aria-label="Main navigation">
<div style="margin-left: 0%" class="container">
<!-- Image Logo -->
<a class="navbar-brand logo-image" href="index.html"><img src="images/mtclogo.png" alt="alternative"></a>
<button class="navbar-toggler p-0 border-0" type="button" id="navbarSideCollapse" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse offcanvas-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav ms-auto navbar-nav-scroll">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#header">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#aboutus">About US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contactus">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#app">Our Application</a>
</li>
</ul>
<span class="nav-item" style="position: absolute;right: 130px ;">
<a class="btn-solid-sm" href="login.html"> Login </a>
</span>
<span class="nav-item" style="position: absolute;right: 10px ;">
<a class="btn-solid-sm" href="form.html"> Join Us </a>
</span>
</div> <!-- end of navbar-collapse -->
</div> <!-- end of container -->
</nav> <!-- end of navbar -->
<!-- end of navigation -->
<!-- Header -->
<header id="header" class="header" style="background-image: url(images/bg.jpg);">
<div class="container" style="margin-left: 10%;">
<div class="row" >
<div class="col-lg-6 col-xl-5">
<div class="text-container">
<h1 class="h1-large"> Welcome to our platform </h1>
<p class="p-large">
MTC ENET'COM is a club founded in 2012 <br>
For non-profit education goal
</p>
<a class="btn-solid-lg" href="form.html">Join Us now !</a>
</div> <!-- end of text-container -->
</div> <!-- end of col -->
<div class="col-lg-6 col-xl-7">
<div class="image-container">
<img class="img-fluid" style="width: 120%;" src="images/web-development-course.png" alt="alternative">
</div> <!-- end of image-container -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</header> <!-- end of header -->
<!-- end of header -->
<!-- Services -->
<div id="services" class="cards-1 bg-gray">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>Which Technology Intrest You !</h2>
</div> <!-- end of col -->
</div> <!-- end of row -->
<div class="row">
<div class="col-lg-12">
<!-- Card -->
<div class="card">
<div class="card-icon">
<img src="images/vscode.png" width="100%" alt="">
</div>
<div class="card-body">
<h5 class="card-title">VS Code </h5>
<p>
Visual Studio Code is an Integrated development environment made by Microsoft for Windows, Linux and macOS.
</p>
</div>
</div>
<!-- end of card -->
<!-- Card -->
<div class="card">
<div class="card-icon">
<img src="images/node.jpg" style="width: 150%;" alt="">
</div>
<div class="card-body">
<h5 class="card-title">Node JS</h5>
<p> Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser</p>
</div>
</div>
<!-- end of card -->
<!-- Card -->
<div class="card">
<div class="card-icon">
<img src="images/angular.png" style="width: 100%;" alt="">
</div>
<div class="card-body">
<h5 class="card-title">Angular</h5>
<p>Angular is a TypeScript-based free and open-source web application framework led by the Angular Team at Google and by a community of individuals and corporations</p>
</div>
</div>
<!-- end of card -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of cards-1 -->
<!-- end of services -->
<!-- Details 2 -->
<div class="basic-2" id="aboutus" style="margin-top: -0px;padding-top: 0px;" >
<div class="container">
<div class="row">
<div class="col-lg-6 col-xl-5">
<div class="text-container">
<div class="section-title">ABOUT US</div>
<span class="far fa-quote-right"></span>
<h2 class="quotes"> Teachers can open
the door, but you
must enter it
yourself </h2>
<span class="far fa-quote-left"></span>
<p>
The goal of the ENET'Com Microsoft Club is to provide a structured training process to improve development skills. It provides the ability to develop desktop, and mobile applications. This is a no-cost program from Microsoft that supports technical education.The club encourages participation in the world's most prestigious student tech competition, the Imagine Cup, where teams have to solve challenging technological problems.
</p>
</div> <!-- end of text-container -->
</div> <!-- end of col -->
<div class="col-lg-6 col-xl-7">
<div class="image-container">
<img style="margin-top: 100px;" class="img-fluid" src="images/aboutUS.jpg" alt="alternative">
</div> <!-- end of image-container -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of basic-2 -->
<!-- end of details 2 -->
</div> <!-- end of container -->
</div> <!-- end of accordion-1 -->
<!-- end of features -->
<!-- Testimonials -->
<div class="cards-2 bg-gray">
<div class="container" style="padding-top: 0px;margin-top: -50px;">
<div class="row">
<div class="col-lg-12" >
<h2 class="h2-heading">Live The Experience</h2>
</div> <!-- end of col -->
</div> <!-- end of row -->
<div class="row">
<div class="col-lg-12">
<!-- Card -->
<div class="card">
<img style="width: 50%;" src="images/ambassador.jpg" alt="alternative">
<div class="card-body">
<p class="testimonial-text">
<b>The Microsoft Learn Student Ambassadors </b> program is a global group of on-campus ambassadors who are eager to help students and their communities, lead in their local tech circles, and develop technical and career skills for the future. As a Student Ambassador, you might find yourself organizing a campus or community hackathon, mentoring other students, or volunteering with an elementary school STEM class.
</p>
</div>
<div class="gradient-floor red-to-blue"></div>
</div>
<!-- end of card -->
<!-- Card -->
<div class="card">
<img style="width: 50%;border-radius: 100%;margin-top: 25px;" src="images/cup.jif" alt="alternative">
<div class="card-body">
<p class="testimonial-text"><b> Imagine Cup </b> is more than just a competition for students—you can work with friends and make new ones!
Network with professionals, gain new skills, make a difference in the world, and have the chance to win great
this competition permits you to make an impact through coding and collaboration. Innovate with passion to tackle global issues and bring your idea to life in the Imagine Cup.</p>
</div>
<div class="gradient-floor blue-to-purple"></div>
</div>
<!-- end of card -->
<!-- Card -->
<div class="card">
<img style="width: 70%;" src="images/5064265.jpg" alt="alternative">
<div class="card-body">
<p class="testimonial-text">
Our club offers <b> Official certificate </b> to the members the opportunity to receive verified certificates signed by Microsoft, also certifications from our gold partner PROGED thanks to the different sessions that take place all over the year
</p>
</div>
<div class="gradient-floor purple-to-green"></div>
</div>
<!-- end of card -->
<!-- Card -->
<!-- end of card -->
<!-- Card -->
<div class="card" style="width: 60%;">
<img style="width: 50%;border-radius: 100%;" src="images/nmtc.png" alt="alternative">
<div class="card-body">
<p class="testimonial-text">
National Microsoft Technologies Camp, is a collaboration between all Microsoft tech clubs in Tunisia
you are free to attend NMTC as a participant and take part in various workshops, training sessions and tech talks or as a challenger and compete in the hackathon.
</p>
</div>
<div class="gradient-floor blue-to-purple"></div>
</div>
<!-- end of card -->
<!-- Card -->
<!-- end of card -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of cards-2 -->
<!-- end of testimonials -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of slider-1 -->
<!-- end of customers -->
<!-- Invitation -->
<div class="basic-3" id="app" style="margin-bottom: 30px;">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="text-container">
<h2> Download our mobile application to win a prize </h2>
<p class="p-large">By collecting a maximum number of QR Codes you can be the winner. Take your chance </p>
<a class="btn-solid-lg" href="#contact">Download Now</a>
</div> <!-- end of text-container -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of basic-3 -->
<!-- end of invitation -->
<!-- end of contact -->
<!-- Footer -->
<!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of footer -->
<!-- end of footer -->
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<header style="font-weight: bold;font-size: 35px;text-align: center;margin-bottom: 30px;margin-top: 60px;"> Committee members </header>
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="member col">
<img style="width: 50%; margin-left: 10%; margin-bottom: 20px;" src="images/ach.png" alt="...">
<div class="info" style="margin-left: 20%;">
<b> CHROUDA ACHREF </b>
<p> President </p>
</div>
</div>
<div class="member col">
<img style="width: 50%; margin-left: 25px; margin-bottom: 20px;" src="images/hadil.png" alt="...">
<div class="info" style="margin-left: 20%;">
<b> OTAY HADIL </b>
<p> Treasurer </p>
</div>
</div>
<div class="member col">
<img style="width: 50%; margin-left: 25px; margin-bottom: 20px;" src="images/aya.png" alt="...">
<div class="info" style="margin-left: 10%;">
<b> TLILI AYA </b>
<p> Vice President </p>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="member col">
<img style="width: 50%; margin-left: 10%; margin-bottom: 20px;" src="images/amin.png" alt="...">
<div class="info" style="margin-left: 20%;">
<b> AMINE SAIDI </b>
<p> Humain Ressource </p>
</div>
</div>
<div class="member col">
<img style="width: 50%; margin-left: 25px; margin-bottom: 20px;" src="images/safa.png" alt="...">
<div class="info" style="margin-left: 20%;">
<b> SAFA HASSINE </b>
<p> General Secretary </p>
</div>
</div>
<div class="member col">
<img style="width: 50%; margin-left: 25px; margin-bottom: 20px;" src="images/amira (2).png" alt="...">
<div class="info" style="margin-left: 10%;">
<b> AMIRA BEN YAHYA </b>
<p> Training Manager </p>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="member col">
<img style="width: 50%; margin-left: 10%; margin-bottom: 20px;" src="images/jedd.png" alt="...">
<div class="info" style="margin-left: 20%;">
<b> JED AROUA </b>
<p> Event Manager </p>
</div>
</div>
<div class="member col">
<img style="width: 50%; margin-left: 25px; margin-bottom: 20px;" src="images/wiemm.png" alt="...">
<div class="info" style="margin-left: 20px;">
<b> WIEM BEN HLIMA </b>
<p> Sponsoring Manager </p>
</div>
</div>
<div class="member col">
<img style="width: 50%; margin-left: 25px; margin-bottom: 20px;" src="images/helimii.png" alt="...">
<div class="info" style="margin-left: 10%;">
<b> HELMI BOUCHIHA </b>
<p> Project Manager </p>
</div>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<div id="contactus" style="margin-top: 30px;" class="accordion-1">
<div class="container">
<div class="row">
<div class="col" style="margin-top: -55px;" >
<h2 class="h2-heading"> CONTACT US </h2>
<p class="p-heading"> </p>
</div> <!-- end of col -->
</div> <!-- end of row -->
<div class="row">
<div class="col" id="accordionExample">
<!-- Accordion Item -->
<div class="accordion-item">
<div class="accordion-icon">
<span class="fas fa-map-marker-alt"></span>
</div> <!-- end of accordion-icon -->
<div class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
LOCATION
</button>
<div style="color: white;"> ENET'COM SFAX </div>
</div> <!-- end of accordion-header -->
</div> <!-- end of accordion-collapse -->
</div> <!-- end of accordion-item -->
<div class="col">
<div class="accordion-icon blue">
<span class="fas fa-phone-volume"></span>
</div> <!-- end of accordion-icon -->
<div class="accordion-header" id="headingTwo">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
CONTACT US
</button>
<div style="color: white;">
(+216) 589 490 24
</div>
</div> <!-- end of accordion-header -->
<!-- end of accordion-collapse -->
</div> <!-- end of accordion-item -->
<!-- end of accordion-item -->
<!-- Accordion Item -->
<div class="col">
<div class="accordion-icon purple">
<span class="fas fa-lightbulb"></span>
</div> <!-- end of accordion-icon -->
<div class="accordion-header" id="headingThree">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
BRING US SOME IDEAS
</button>
<div style="color: white;"> [email protected] </div>
</div> <!-- end of accordion-header -->
<div>
<div class="accordion-body"> </div>
</div> <!-- end of accordion-collapse -->
</div> <!-- end of accordion-item -->
</div> <!-- end of accordion -->
</div> <!-- end of col -->
</div> <!-- end of row -->
<!-- Copyright -->
<div class="copyright bg-gray">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-12 col-sm-12">
<p class="p-small statement">Copyright © <a href="#"> MTC ENETCOM </a></p>
</div> <!-- enf of row -->
<div class="col" style="padding-left: 700px;">
<span class="fa-stack">
<a target="_blanc" href="https://www.facebook.com/mtc.enetcom">
<i class="fab fa-facebook fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a target="_blanc" href="https://www.instagram.com/mtc_enetcom">
<i class="fab fa-instagram fa-stack-1x"></i>
</a>
</span>
</div>
</div> <!-- end of container -->
</div> <!-- end of copyright -->
</div>
<!-- end of copyright -->
<!-- Back To Top Button -->
<button onclick="topFunction()" id="myBtn">
<img src="images/up-arrow.png" alt="alternative">
</button>
<!-- end of back to top button -->
<!-- Scripts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script> <!-- Bootstrap framework -->
<script src="js/swiper.min.js"></script> <!-- Swiper for image and text sliders -->
<script src="js/scripts.js"></script> <!-- Custom scripts -->
<script>
window.addEventListener('scroll',opacity)
function opacity(){
const nav = document.getElementById('navbarExample')
if(window.scrollY == 0){
//alert('qsdqsd')
nav.style.opacity = 1;
}else{
nav.style.opacity = 0.5
}
//alert(window.scrollY)
}
</script>
</body>
</html>