Skip to content

Commit cd048a7

Browse files
committed
Feature Added
1 parent e019e31 commit cd048a7

File tree

1 file changed

+29
-25
lines changed

1 file changed

+29
-25
lines changed

index.html

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="utf-8" />
5-
<meta
4+
<meta charset="utf-8" />
5+
<meta
66
name="viewport"
7-
content="width=device-width, initial-scale=1, shrink-to-fit=no"
8-
/>
7+
content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
98

10-
<!--Vendor CSS Files-->
9+
<!--==============Vendor CSS Files=======================-->
1110
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
1211
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap" rel="stylesheet"/>
1312
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet">
@@ -18,20 +17,21 @@
1817
<link rel="preconnect" href="https://fonts.gstatic.com">
1918
<link href="https://fonts.googleapis.com/css2?family=Staatliches&display=swap" rel="stylesheet">
2019

21-
<!--Site Main CSS-->
22-
<link rel="stylesheet" href="assets/css/main.css" />
2320

21+
22+
<!--====================Site Main CSS====================-->
23+
<link rel="stylesheet" href="assets/css/main.css" />
2424
<meta charset="utf-8" />
2525
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
2626
<title>LearnScript: Learn, Connect and Inspire</title>
2727
<meta name="description" content="" />
2828
<meta name="viewport" content="width=device-width, initial-scale=1" />
2929
</head>
30-
31-
30+
3231
<body>
3332

34-
<!--=======Preloader Part=========-->
33+
34+
<!--=======Preloader Part=========-->
3535

3636
<div class="preloader">
3737
<div class="loader">
@@ -49,8 +49,9 @@
4949
</div>
5050
</div>
5151
</div>
52-
53-
<!-- <header> -->
52+
53+
54+
<!--==================== <header>==================== -->
5455

5556
<header>
5657

@@ -97,17 +98,14 @@
9798
</li>
9899
</ul>
99100
</div>
100-
</div>
101-
</nav>
101+
</div>
102+
</nav>
102103
</div>
103104
</div>
104105
</header>
105-
106-
<!--Preloader-->
107-
108106

109107

110-
<!-- Main Section -->
108+
<!--==========================Main Section===================================== -->
111109
<section id= "intro" class="content-banner" data-aos="zoom-in" data-aos-delay="100">
112110
<div class= "intro-container" data-aos="zoom-in" data-aos-delay="100">
113111
<div class="row d-flex">
@@ -122,15 +120,21 @@
122120
</div>
123121
</section>
124122

125-
<!-- Vision Section -->
123+
124+
125+
126+
127+
<!-- ===========================Vision Section======================================= -->
128+
129+
126130
<div data-aos="fade-up" data-aos-anchor-placement="bottom-bottom">
127131
<section id= "aboutus" class="vision vision-img">
128-
<div class="container-fluid">
129-
<div class="row">
130-
<div class="vision-text" data-aos="zoom-in" data-aos-delay="150">
131-
<h1 class="text-center"><strong>Our Vision</strong></h1>
132+
<div class="container-fluid">
133+
<div class="row">
134+
<div class="vision-text" data-aos="zoom-in" data-aos-delay="150">
135+
<h1 class="text-center"><strong>Our Vision</strong></h1>
132136
<div data-aos="fade-top" data-aos-anchor-placement="bottom-bottom">
133-
<p><li>We focus on learning and thus our team works
137+
<p><li>We focus on learning and thus our team works
134138
closely without any spaces and help you to develop the skills
135139
you want to learn.</li></p>
136140

@@ -149,7 +153,7 @@ <h1>Who we are?</h1>
149153
</div>
150154
</div>
151155
</div>
152-
</section>
156+
</section>
153157

154158

155159
<!--Event Section

0 commit comments

Comments
 (0)