-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
152 lines (135 loc) · 5.9 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="img/favicon.png" type="image/png">
<title>Easy Engineering Notes</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="vendors/linericon/style.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="vendors/owl-carousel/owl.carousel.min.css">
<link rel="stylesheet" href="vendors/lightbox/simpleLightbox.css">
<link rel="stylesheet" href="vendors/nice-select/css/nice-select.css">
<link rel="stylesheet" href="vendors/animate-css/animate.css">
<link rel="stylesheet" href="vendors/popup/magnific-popup.css">
<!-- main css -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<!--================Header Menu Area =================-->
<!--================Header Menu Area =================-->
<!--================Home Banner Area =================-->
<section class="home_banner_area">
<div class="banner_inner d-flex align-items-center">
<div class="overlay bg-parallax" data-stellar-ratio="0.9" data-stellar-vertical-offset="0" data-background=""></div>
<div class="container">
<div class="banner_content text-center">
<h3>All Engineering notes <br> under one place.</h3>
<p>In the history of modern astronomy, there is probably no one greater leap forward than the building and launch of the space telescope known as the Hubble.</p>
<a class="main_btn" href="#get">Get Started</a>
</div>
</div>
</div>
</section>
<!--================End Home Banner Area =================-->
<!--================Finance Area =================-->
<section class="finance_area" id="get">
<div style="text-align:center">
<h2> COMPUTER SCIENCE ENGINEERING</h2>
</div>
</section>
<!--================End Finance Area =================-->
<!--================Courses Area =================-->
<section class="courses_area p_120">
<div class="container">
<div class="main_title">
<h2>Easy Free Notes</h2>
<p>Easy Notes that will help ou score well in your engineering exams</p>
</div>
<div class="row courses_inner">
<div class="col-lg-9">
<div class="grid_inner">
<div class="grid_item wd55">
<div class="courses_item">
<img src="img/courses/course-1.jpg" alt="">
<div class="hover_text">
<a class="cat" href="#">Free</a>
<a href="#"><h4>Artificial Intelligence</h4></a>
</div>
</div>
</div>
<div class="grid_item wd44">
<div class="courses_item">
<img src="img/courses/course-2.jpg" alt="">
<div class="hover_text">
<a class="cat" href="#">Free</a>
<a href="#"><h4>Theory Of Computation</h4></a>
</div>
</div>
</div>
<div class="grid_item wd44">
<div class="courses_item">
<img src="img/courses/course-4.jpg" alt="">
<div class="hover_text">
<a class="cat" href="#">Free</a>
<a href="#"><h4>Design And Analysis of Algorithms</h4></a>
</div>
</div>
</div>
<div class="grid_item wd55">
<div class="courses_item">
<img src="img/courses/course-5.jpg" alt="">
<div class="hover_text">
<a class="cat" href="#">Free</a>
<a href="#"><h4>Computer Networks</h4></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="course_item">
<img src="img/courses/course-3.jpg" alt="">
<div class="hover_text">
<a class="cat" href="#">Free</a>
<a href="#"><h4>Japanease Language Class</h4></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================End Courses Area =================-->
<!--================ start footer Area =================-->
<footer class="footer-area p_120">
<div class="container">
<div class="row">
<div style="text-align:center">
<br><br> <br> <br>
<img src="img/logo.png" alt="" width="160px" height="560px" class="center">
</div>
</footer>
<!--================ End footer Area =================-->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/stellar.js"></script>
<script src="vendors/lightbox/simpleLightbox.min.js"></script>
<script src="vendors/nice-select/js/jquery.nice-select.min.js"></script>
<script src="vendors/isotope/imagesloaded.pkgd.min.js"></script>
<script src="vendors/isotope/isotope.pkgd.min.js"></script>
<script src="vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="vendors/popup/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="vendors/counter-up/jquery.waypoints.min.js"></script>
<script src="vendors/counter-up/jquery.counterup.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/theme.js"></script>
</body>
</html>