-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
690 lines (663 loc) · 28.1 KB
/
Copy pathindex.html
File metadata and controls
690 lines (663 loc) · 28.1 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
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
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="icon" href="assets/images/code.png" type="image/x-icon">
<title>CodeIn</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/templatemo-scholar.css">
<link rel="stylesheet" href="assets/css/owl.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css"/>
</head>
<!--animations styling-->
<style>
@keyframes appear {
from{
opacity: 0;
transform: translateX(-100px);
}to{
opacity: 1;
transform: translateX(0px);
}
}
@keyframes appear2{
from{
opacity: 0;
scale: 0.5;
}to{
opacity: 1;
scale:1;
}
}
.section.events .col-lg-12{
animation : appear2 linear;
animation-timeline: view();
animation-range: entry 0% cover 40%;
}
.services{
animation: appear linear;
animation-timeline : view();
animation-range : entry 0% cover 40%;
}
.section.courses .section-heading{
animation : appear2 linear;
animation-timeline: view();
animation-range: entry 0% cover 40%;
}
.shadow-box {
position: relative;
left: 1cm;
width: 350px;
padding: 20px;
border-radius: 8px;
margin: 20px;
font-family: Arial, sans-serif;
background: rgba(126, 169, 215, 0.241);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}
</style>
<!--style for preloader-->
<style>
.js-preloader{
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background: #000;
overflow: hidden;
}
.containerofpreloader{
position: absolute;
top: 20%;
height: 90%;
display: flex;
justify-content: center;
align-items: center;
}
.circle{
position: absolute;
background: transparent;
width: calc(var(--i) * 2.5vmin);
aspect-ratio: 1;
border-radius: 50%;
border : 3px solid rgb(0 , 255 , 13);
transform-style: preserve-3d;
transform: rotateX(70deg) translateZ(50px);
animation: animate 3s ease-in-out calc(var(--i) * 0.08s) infinite;
box-shadow: 0 0 15px rgb(124 , 124 , 124) ,
inset 0 0 15px rgb(124 , 124 , 124);
}
@keyframes animate{
0%,
100% {
transform: rotateX(70deg) translateZ(50px) translateY(0);
filter : hue-rotate(0);
}
50%{
transform:rotateX(70deg) translateZ(50px) translateY(-50vmin);
filter : hue-rotate(360deg);
}
}
</style>
<body>
<!-- ***** Preloader Start ***** -->
<div id="js-preloader" class="js-preloader">
<div class="preloader-inner">
<div class="containerofpreloader">
<div class="circle" style="--i:0;"></div>
<div class="circle" style="--i:1;"></div>
<div class="circle" style="--i:2;"></div>
<div class="circle" style="--i:3;"></div>
<div class="circle" style="--i:4;"></div>
<div class="circle" style="--i:5;"></div>
<div class="circle" style="--i:6;"></div>
<div class="circle" style="--i:7;"></div>
<div class="circle" style="--i:8;"></div>
<div class="circle" style="--i:9;"></div>
<div class="circle" style="--i:10;"></div>
<div class="circle" style="--i:11;"></div>
<div class="circle" style="--i:12;"></div>
<div class="circle" style="--i:13;"></div>
<div class="circle" style="--i:14;"></div>
<div class="circle" style="--i:15;"></div>
<div class="circle" style="--i:16;"></div>
<div class="circle" style="--i:17;"></div>
<div class="circle" style="--i:18;"></div>
<div class="circle" style="--i:19;"></div>
<div class="circle" style="--i:20;"></div>
<div class="circle" style="--i:21;"></div>
<div class="circle" style="--i:22;"></div>
<div class="circle" style="--i:23;"></div>
<div class="circle" style="--i:24;"></div>
<div class="circle" style="--i:25;"></div>
<div class="circle" style="--i:26;"></div>
<div class="circle" style="--i:27;"></div>
<div class="circle" style="--i:28;"></div>
<div class="circle" style="--i:29;"></div>
<div class="circle" style="--i:30;"></div>
</div>
</div>
</div>
<!-- ***** Preloader End ***** -->
<!-- ***** Header Area Start ***** -->
<header class="header-area header-sticky">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="main-nav">
<!-- ***** Logo Start ***** -->
<a href="index.html" class="logo">
<h1>CodeIn</h1>
</a>
<!-- ***** Logo End ***** -->
<!-- ***** Menu Start ***** -->
<ul class="nav">
<li class="scroll-to-section"><a href="#top" class="active">Home</a></li>
<li class="scroll-to-section"><a href="#services">Services</a></li>
<li class="scroll-to-section"><a href="#courses">Courses</a></li>
<li class="scroll-to-section"><a href="#team">Team</a></li>
<li class="scroll-to-section"><a href="#events">Events</a></li>
<li class="scroll-to-section"><a href="#contact">Register Now!</a></li>
</ul>
<a class='menu-trigger'>
<span>Menu</span>
</a>
<!-- ***** Menu End ***** -->
</nav>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<!--main banner-->
<div class="main-banner" id="top">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="owl-carousel owl-banner">
<div class="item item-1" >
<div class="header-text">
<span class="category">Our Courses</span>
<h2 style="color:#000">With CodeIn you'll fly through your courses</h2>
<h5 class="shadow-box" style="color: aqua;">Code In institution provides you with all the theoretical and implementational practices you'll need to pass all your courses with flying colors!</h5>
</div>
</div>
<div class="item item-2">
<div class="header-text">
<span class="category">Best Result</span>
<h2>Get the best result out of your effort</h2>
<h5 class="shadow-box" style="color: aqua;">Your coding needs alot of practice and sleepless nights inorder to reach a comfortable level.But don't be afraid it gets easier with time just like any other practice in life.</h5>
</div>
</div>
<div class="item item-3">
<div class="header-text">
<span class="category">Online Learning</span>
<h2>Online Learning helps you save the time</h2>
<h5 class="shadow-box" style="color: aqua;">We save you tons of time as we provide what your uni does and more from the comfort of your house!</h5>
<div class="buttons">
<div class="main-button">
</div>
<div class="icon-button">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ///////////////////////Services//////////////////////// -->
<div class="services section" id="services">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="service-item">
<div class="icon">
<img class="serviceOne" src="assets/images/service-01.png" alt="online degrees">
</div>
<div class="main-content">
<h4>Online Degrees</h4>
<p>When we reach the level we aspire , we'll officially have our own degree that's going to be recognized globally.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="service-item">
<div class="icon">
<img src="assets/images/service-02.png" alt="short courses">
</div>
<div class="main-content">
<h4>Important Courses</h4>
<p>We present before you all the crucial courses a computer scientist must take and learn.Check our courses!</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="service-item">
<div class="icon">
<img src="assets/images/service-03.png" alt="web experts">
</div>
<div class="main-content">
<h4>Web Experts</h4>
<p>Join our .NET course which indulges in the details of HTML mechanics of requests and responeses.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- //////////////////////Serivces-About Us//////////////// -->
<div class="section about-us">
<div class="container">
<div class="row">
<div class="col-lg-6 offset-lg-1">
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 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">
Where shall we begin?
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
We'll start off with learning the basics of the <code>C language</code>.This low level language opens the door for all other languages.When you learn C in 3 months , you'll learn python , java script , java and many others in a matter of days.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
How do we work together?
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<div class="accordion-body">
We'll use <i>google classroom</i> for online sessions held by our instructors <b>Mohammad Rostom</b>(labs) and <b>Mohammad Rida Mahdi</b>(theory).Recorded sessions will be sent through a telegram channel.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Why CodeIn is the best?
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
<div class="accordion-body">
Our instructors are experienced in problem solving and theoretical thinking , two characteristics that are absolutely crucial to have as a computer scientist.Two traits you'll need to make it as a cs major.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFour">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
Do we get the best support?
</button>
</h2>
<div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingFour" data-bs-parent="#accordionExample">
<div class="accordion-body">
As a start up instituation we need time to get our deserved recognition and support. We reach our goals by helping you reach yours.
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-5 align-self-center">
<div class="section-heading">
<h6>About Us</h6>
<h2>What make us the best instituation online?</h2>
<p>We don't just aim to make you pass/learn. We aim to give you experience as you are learning. We give you an idea of how the world works. What to focus on and what to take as general knowledge. Two concepts which are often confused. With <i>CodeIn</i> you work through studying.</p>
</div>
</div>
</div>
</div>
</div>
<!-- ////////////////////////Courses//////////////////////// -->
<section class="section courses" id="courses" >
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="section-heading">
<h6>Lets Begin!</h6>
<h2>Latest Courses</h2>
</div>
</div>
</div>
<ul class="event_filter">
<li>
<a class="is_active" href="#!" data-filter="*">Show All</a>
</li>
<li>
<a href="#!" data-filter=".design">Data Structures</a>
</li>
<li>
<a href="#!" data-filter=".development">Data Base</a>
</li>
<li>
<a href="#!" data-filter=".wordpress">OOP</a>
</li>
</ul>
<div class="row event_box">
<div class="col-lg-4 col-md-6 align-self-center mb-30 event_outer design">
<div class="events_item">
<div class="thumb">
<a href="CI.html"><img src="assets/images/course-01.jpeg" alt=""></a>
<span class="category">C Language I (5 credits)</span>
<span class="price"><h6><em>$</em>20</h6></span>
</div>
<div class="down-content">
<span class="author">Mohammad Rida Mahdi</span>
<h4>C language basics(functions , arrays , declaratoin)</h4>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 align-self-center mb-30 event_outer development">
<div class="events_item">
<div class="thumb">
<a href="DBI.html"><img src="assets/images/course-02.jpg" alt=""></a>
<span class="category">Data Base I (5 credits)</span>
<span class="price"><h6><em>$</em>25</h6></span>
</div>
<div class="down-content">
<span class="author">Mohammad Rida Mahdi</span>
<h4>Data Base Design/Development</h4>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 align-self-center mb-30 event_outer design ">
<div class="events_item">
<div class="thumb">
<a href="DS.html"><img src="assets/images/course-03.jpg" alt=""></a>
<span class="category">Data Structure (5 credits)</span>
<span class="price"><h6><em>$</em>30</h6></span>
</div>
<div class="down-content">
<span class="author">Mohammad Rostom</span>
<h4>(Hash Maps , Trees , Linked Lists)</h4>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 align-self-center mb-30 event_outer development">
<div class="events_item">
<div class="thumb">
<a href="DBII.html"><img src="assets/images/course-04.jpg" alt=""></a>
<span class="category">Database II (4 credits)</span>
<span class="price"><h6><em>$</em>20</h6></span>
</div>
<div class="down-content">
<span class="author">Mohammad Rostom</span>
<h4>Advanced SQL</h4>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 align-self-center mb-30 event_outer wordpress ">
<div class="events_item">
<div class="thumb">
<a href="OOP.html"><img src="assets/images/course-05.jpeg" alt=""></a>
<span class="category">Java OOP (5 credits)</span>
<span class="price"><h6><em>$</em>25</h6></span>
</div>
<div class="down-content">
<span class="author">Mohammad Rida Mahdi</span>
<h4>Key Concepts(Encapsulation , Inheritance , Polymorphism , Abstraction)</h4>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 align-self-center mb-30 event_outer design">
<div class="events_item">
<div class="thumb">
<a href="CII.html"><img src="assets/images/course-06.jpeg" alt=""></a>
<span class="category">C language II (5 credits)</span>
<span class="price"><h6><em>$</em>25</h6></span>
</div>
<div class="down-content">
<span class="author">Mohammad Rostom</span>
<h4>C advanced(pointers , memmory allocation , algorithims)</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /////////////////////////Team members///////////////////////// -->
<h1 style="text-align: center; margin-top: 20px; ;">Our Team</h1>
<div class="team section" id="team">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="team-member">
<div class="main-content">
<img src="assets/images/ananymous.png" alt="">
<span class="category">Founder</span>
<h4>Mohammad Rida Mahdi</h4>
<ul class="social-icons">
<li><a href="https://www.instagram.com/mohamad.rida.mahdi" target="_blank"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/in/mohamad-rida-mahdi-0028a8349/" target="_blank"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="team-member">
<div class="main-content">
<img src="assets/images/ananymous.png" alt="">
<span class="category">Founder</span>
<h4>Mohammad Rostom</h4>
<ul class="social-icons">
<li><a href="https://www.instagram.com/mhmdrsstmm/" target="_blank"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/in/mhmd-rstm-88b3652a3/" target="_blank"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="team-member">
<div class="main-content">
<img src="assets/images/ananymous.png" alt="">
<span class="category">Founder</span>
<h4>Mohammad Awela</h4>
<ul class="social-icons">
<li><a href="https://www.instagram.com/awala_mohammad/" target="_blank"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/in/mohammad-awala-6b084b264/" target="_blank"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!--///////////////////////////////events///////////////////////////// -->
<div class="section events" id="events">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="section-heading">
<h6>Schedule</h6>
<h2>Upcoming Sessions</h2>
</div>
</div>
<div class="col-lg-12 col-md-6">
<div class="item">
<div class="row">
<div class="col-lg-3">
<div class="image">
<img src="assets/images/course-01.jpeg" style="top:-37px; left: -20px; height:185px;" alt="">
</div>
</div>
<div class="col-lg-9">
<ul>
<li>
<span class="category">C language I</span>
<h4>Arrays , Functoins , Decalaratoin</h4>
</li>
<li>
<span>Semester:</span>
<h6>Sem 2</h6>
</li>
<li>
<span>Duration:</span>
<h6>20 Hours</h6>
</li>
<li>
<span>Price:</span>
<h6>$20</h6>
</li>
</ul>
<a href="CI.html"><i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-12 col-md-6">
<div class="item">
<div class="row">
<div class="col-lg-3">
<div class="image">
<img src="assets/images/course-02.jpg" style="top:-37px; left: -20px; height:155px;"alt="">
</div>
</div>
<div class="col-lg-9">
<ul>
<li>
<span class="category">Databse I</span>
<h4>Design / Development</h4>
</li>
<li>
<span>Semester:</span>
<h6>Sem 3</h6>
</li>
<li>
<span>Duration:</span>
<h6>30 Hours</h6>
</li>
<li>
<span>Price:</span>
<h6>$25</h6>
</li>
</ul>
<a href="DBI.html"><i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-12 col-md-6">
<div class="item">
<div class="row">
<div class="col-lg-3">
<div class="image">
<img src="assets/images/course-06.jpeg" style="top:-37px; left: -20px; height:185px;" alt="">
</div>
</div>
<div class="col-lg-9">
<ul>
<li>
<span class="category">C Language II</span>
<h4>Memory Allocation , Pointers , Linked Lists</h4>
</li>
<li>
<span>Semester:</span>
<h6>Sem 3</h6>
</li>
<li>
<span>Duration:</span>
<h6>30 Hours</h6>
</li>
<li>
<span>Price:</span>
<h6>$25</h6>
</li>
</ul>
<a href="CII.html"><i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="contact-us section" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-6 align-self-center">
<div class="section-heading">
<h6>Contact Us</h6>
<h2>Feel free to contact us anytime</h2>
<p>Thank you for choosing our instituation. We provide you with the best courses and give you the push you need to move forward with your career.Join us!</p>
<div class="image" style="margin:10px;">
<img src="assets/images/gradutation.jpg" alt="" style="border-radius: 10%;">
</div>
</div>
</div>
<div class="col-lg-6">
<div class="contact-us-content">
<form id="contact-form" action="https://formsubmit.co/2c93fc953cc4634811508b2f58ac3cd1" method="POST">
<div class="row">
<div class="col-lg-12">
<fieldset>
<input type="text" name="name" id="name" placeholder="Your Name..." autocomplete="on" required>
</fieldset>
</div>
<div class="col-lg-12">
<fieldset>
<input type="email" name="email" id="email" placeholder="Your E-mail..." required>
</fieldset>
</div>
<div class="col-lg-12">
<fieldset>
<textarea name="message" id="message" placeholder="Your Message (please include the courses you want to join)"></textarea>
</fieldset>
</div>
<input type="hidden" name="_next" value="https://mohammadrstm.github.io/CodeIn/thankyou.html">
<!--displayes a thank you page for the user-->
<input type="hidden" name="_captcha" value="true"><!--disables captcha for users that did it before-->
<input type="text" name="_honey" style="display:none"><!--prevents spammers using bots-->
<div class="col-lg-12">
<fieldset>
<button type="submit" id="form-submit" class="orange-button">Send Message Now</button>
</fieldset>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<footer>
<div style="position: relative; top: 50px;">
<div style="position: relative; top: 30px;">
<h4 style="color: white;text-align: center;">Follow us :</h4>
<p class="social-icons" style="position: relative; bottom: 50px;font-size: x-large;">
<a href="https://www.instagram.com/codein.it.academy/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="#" target="_blank"><i class="fab fa-tiktok"></i></a>
</p>
</div>
<div class="container" style="position: relative; bottom:50px;">
<div class="col-lg-12">
<p style="font-size: small;">Copyright © 2026 Code it Institution. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<!-- Scripts -->
<!-- Bootstrap core JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js"></script>
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/isotope.min.js"></script>
<script src="https://unpkg.com/imagesloaded@4/imagesloaded.pkgd.min.js"></script>
<script src="assets/js/owl-carousel.js"></script>
<script src="assets/js/counter.js"></script>
<script src="assets/js/custom.js"></script>
<script src="animationScript.js"></script>
</body>
</html>