Skip to content

Commit b183bc5

Browse files
committed
Updated
1 parent e8ad5af commit b183bc5

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

assets/css/main.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,11 +317,11 @@ header{
317317
background-size: cover;
318318
}
319319
.vision-text {
320-
position: relative;
320+
position: absolute;
321321
left: 54%;
322322
width: 40%;
323323
min-height:450px;
324-
font-size: 1.4rem;
324+
font-size: 1.3rem;
325325
padding: 0 40px;
326326
font-family: 'Barlow Condensed', sans-serif;
327327
box-sizing: border-box;
@@ -355,6 +355,11 @@ header{
355355
}
356356
}
357357

358+
359+
/*Event Section*/
360+
361+
362+
358363
/*
359364
Back to Top Button*/
360365
/* Back to top button */
@@ -395,3 +400,5 @@ Back to Top Button*/
395400
}
396401

397402

403+
404+

assets/images/elements/breaker.svg

Lines changed: 1 addition & 0 deletions
Loading

index.html

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828

2929

3030
<body>
31-
<!-- <header> -->
31+
32+
<!-- <header> -->
33+
3234
<header>
3335

3436
<nav class="navbar navbar-expand-lg navbar-white white fixed-top scrolling-navbar" style="padding: .5rem 0;">
@@ -102,7 +104,7 @@
102104
<div class="container-fluid">
103105
<div class="row">
104106
<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>
106108
<div data-aos="fade-top" data-aos-anchor-placement="bottom-bottom">
107109
<p><li>We focus on learning and thus our team works
108110
closely without any spaces and help you to develop the skills
@@ -126,10 +128,19 @@ <h1>Who we are?</h1>
126128
</section>
127129

128130

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+
129140

130141
<a href="#" class="back-to-top" style="display: inline;"><i class="fa fa-angle-up"></i></a>
131142

132-
<!--Main Content-->
143+
<!--Main Conteent-->
133144

134145
<!--Main Content-->
135146

0 commit comments

Comments
 (0)