File tree Expand file tree Collapse file tree 3 files changed +24
-5
lines changed Expand file tree Collapse file tree 3 files changed +24
-5
lines changed Original file line number Diff line number Diff line change @@ -317,11 +317,11 @@ header{
317
317
background-size : cover;
318
318
}
319
319
.vision-text {
320
- position : relative ;
320
+ position : absolute ;
321
321
left : 54% ;
322
322
width : 40% ;
323
323
min-height : 450px ;
324
- font-size : 1.4 rem ;
324
+ font-size : 1.3 rem ;
325
325
padding : 0 40px ;
326
326
font-family : 'Barlow Condensed' , sans-serif;
327
327
box-sizing : border-box;
@@ -355,6 +355,11 @@ header{
355
355
}
356
356
}
357
357
358
+
359
+ /*Event Section*/
360
+
361
+
362
+
358
363
/*
359
364
Back to Top Button*/
360
365
/* Back to top button */
@@ -395,3 +400,5 @@ Back to Top Button*/
395
400
}
396
401
397
402
403
+
404
+
Original file line number Diff line number Diff line change 28
28
29
29
30
30
< body >
31
- <!-- <header> -->
31
+
32
+ <!-- <header> -->
33
+
32
34
< header >
33
35
34
36
< nav class ="navbar navbar-expand-lg navbar-white white fixed-top scrolling-navbar " style ="padding: .5rem 0; ">
102
104
< div class ="container-fluid ">
103
105
< div class ="row ">
104
106
< div class ="vision-text " data-aos ="zoom-in " data-aos-delay ="150 ">
105
- < h1 class ="text-center "> Our Vision</ h1 >
107
+ < h1 class ="text-center "> < strong > Our Vision</ h1 > </ strong >
106
108
< div data-aos ="fade-top " data-aos-anchor-placement ="bottom-bottom ">
107
109
< p > < li > We focus on learning and thus our team works
108
110
closely without any spaces and help you to develop the skills
@@ -126,10 +128,19 @@ <h1>Who we are?</h1>
126
128
</ section >
127
129
128
130
131
+ <!--Event Section-->
132
+
133
+ < section id ="events ">
134
+ < div class ="container " data-aos ="fade-up ">
135
+ < div class ="event-header ">
136
+ < h1 > Explore Our Event</ h1 >
137
+ </ div >
138
+ </ div >
139
+
129
140
130
141
< a href ="# " class ="back-to-top " style ="display: inline; "> < i class ="fa fa-angle-up "> </ i > </ a >
131
142
132
- <!--Main Content -->
143
+ <!--Main Conteent -->
133
144
134
145
<!--Main Content-->
135
146
You can’t perform that action at this time.
0 commit comments