Skip to content

Commit 7ba20ae

Browse files
committed
Files Added
1 parent 1f72050 commit 7ba20ae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+36359
-48
lines changed

assets/css/main.css

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,16 @@ color: #fff;
192192
margin-top: 151px;
193193
color: #ffffff;
194194
background-image: url("../images/banner.svg");
195-
min-height: 580px;
195+
min-height: 590px;
196196
height: 100%;
197197
width: 100%;
198198
position: relative;
199199
background-position: center center;
200200
background-size: cover;
201201
padding: 125px;
202+
overflow: hidden;
202203
}
204+
203205
.content-banner:before {
204206
position: absolute;
205207
content: "";
@@ -298,11 +300,12 @@ color: #fff;
298300
background-color: #6651c4;
299301
}
300302

303+
301304
/* Vision Section */
302305
.vision {
303306
margin-top: 100px;
304307
margin-bottom: 100px;
305-
min-height: 580px;
308+
min-height: 470px;
306309
height: 100%;
307310
width: 100%;
308311
}
@@ -315,7 +318,7 @@ color: #fff;
315318
position: relative;
316319
left: 54%;
317320
width: 40%;
318-
min-height: 500px;
321+
min-height:450px;
319322
font-size: 1.4rem;
320323
padding: 0 40px;
321324
font-family: 'Barlow Condensed', sans-serif;
@@ -349,3 +352,8 @@ color: #fff;
349352
width: 195px;
350353
}
351354
}
355+
356+
/*
357+
Preloader */
358+
359+

assets/js/script.js

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1+
//Init AOS
2+
3+
function aos_init() {
4+
AOS.init({
5+
duration: 1000,
6+
once: true
7+
});
8+
}
9+
$(window).on('load', function() {
10+
aos_init();
11+
});
12+
})(jQuery);
13+
14+
/*Automatic scroll to top when refreshing Prevention*/
115

2-
AOS.init({
3-
offset: 400, // offset (in px) from the original trigger point
4-
delay: 0, // values from 0 to 3000, with step 50ms
5-
duration: 1000 // values from 0 to 3000, with step 50ms
6-
});

index.html

Lines changed: 26 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,46 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<!-- Required meta tags -->
54
<meta charset="utf-8" />
65
<meta
76
name="viewport"
87
content="width=device-width, initial-scale=1, shrink-to-fit=no"
98
/>
109

11-
<!-- Font Awesome -->
12-
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
13-
<!-- Google Fonts -->
14-
<link
15-
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap"
16-
rel="stylesheet"
17-
/>
18-
<!-- Bootstrap core CSS -->
19-
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet">
20-
<!-- Material Design Bootstrap -->
21-
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.19.1/css/mdb.min.css" rel="stylesheet">
22-
<link
23-
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap"
24-
rel="stylesheet"
25-
/>
26-
<!-- Main CSS -->
27-
<link rel="stylesheet" href="assets/css/main.css" />
10+
<!--Vendor CSS Files-->
11+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
12+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap" rel="stylesheet"/>
13+
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet">
14+
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.19.1/css/mdb.min.css" rel="stylesheet">
15+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap" rel="stylesheet"/>
16+
<link rel="stylesheet" href="assets/css/main.css" />
17+
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css"/>
2818

19+
<!--Site Main CSS-->
20+
<link rel="stylesheet" href="assets/css/main.css" />
2921

30-
<!-- <link rel="preconnect" href="https://fonts.gstatic.com" /> -->
31-
<!-- <link
32-
href="https://fonts.googleapis.com/css2?family=Dosis&display=swap"
33-
rel="stylesheet"
34-
/> -->
3522
<meta charset="utf-8" />
3623
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
3724
<title>LearnScript: Learn, Connect and Inspire</title>
3825
<meta name="description" content="" />
3926
<meta name="viewport" content="width=device-width, initial-scale=1" />
40-
<link rel="stylesheet" href="assets/css/main.css" />
41-
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css"/>
42-
43-
</head>
44-
<body>
45-
46-
27+
</head>
28+
29+
30+
<body>
4731
<!-- <header> -->
48-
49-
5032
<header>
51-
<!-- <div class="container-fluid px-lg-5">-->
5233
<div class="header">
5334
<nav class="navbar fixed-top navbar-white white navbar-expand-lg" style="padding: .5rem 0;">
54-
<a class="navbar-brand" href="#"><span class="logo">
35+
<div class="pull-left">
36+
<a class="navbar-brand" href="#"><span class="logo">
5537
<img src="assets/images/logo.svg" class="img-fluid"></span>
5638
</a>
39+
</div>
40+
5741
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
5842
<span class="navbar-toggler-icon"><i class="fas fa-bars"></i></span>
5943
</button>
60-
6144
<div class="collapse navbar-collapse" id="navbarSupportedContent">
6245
<ul class="navbar-nav mr-auto">
6346
<li class="nav-item active">
@@ -92,13 +75,17 @@
9275
</div>
9376
</header>
9477

78+
<!--Preloader-->
79+
80+
81+
9582
<!-- Main Section -->
96-
<section id= "intro" class="content-banner">
97-
<div class= "intro-container">
83+
<section id= "intro" class="content-banner" data-aos="zoom-in" data-aos-delay="100">
84+
<div class= "intro-container" data-aos="zoom-in" data-aos-delay="100">
9885
<div class="row d-flex">
9986
<div class="col-md-12">
10087
<div class="banner-con text-center">
101-
<div class="intro-container" data-aos="fade-left"></div>
88+
<div class="intro-container"></div>
10289
<a href="#join" class="join-btn scrollto" target="_blank" class="banner-btn">Join Our Community</a>
10390
</div>
10491
</div>
@@ -112,7 +99,7 @@
11299
<section class="vision vision-img">
113100
<div class="container-fluid">
114101
<div class="row">
115-
<div class="vision-text">
102+
<div class="vision-text" data-aos="fade-up">
116103
<h1 class="text-center">Our Vision</h1>
117104
<div data-aos="fade-top" data-aos-anchor-placement="bottom-bottom">
118105
<p><li>We focus on learning and thus our team works
@@ -153,5 +140,4 @@ <h1 class="text-center">Our Vision</h1>
153140
AOS.init();
154141
</script>
155142
</body>
156-
157143
</html>

vendor/aos/aos.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)