-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
345 lines (299 loc) · 15.1 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta name="google-site-verification" content="NPbhtmatod3nLRK1RrE_ZeV05B-_-XGvL3Djac-FtrU" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ICSE Class 10 All Chapter Notes by Holo Learn</title>
<link rel="icon" type="image.png" href="img/logo1.png">
<link rel="stylesheet" href="css/components.css">
<link rel="stylesheet" href="css/icons.css">
<link rel="stylesheet" href="css/responsee.css">
<link rel="stylesheet" href="owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="owl-carousel/owl.theme.css">
<link rel="stylesheet" href="css/template-style.css">
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href='https://fonts.googleapis.com/css?family=Playfair+Display&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script>
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Bungee+Shade&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Satisfy&display=swap" rel="stylesheet">
</head>
<body class="size-1140">
<!-- HEADER -->
<header role="banner" class="position-absolute">
<!-- Top Navigation -->
<nav class="background-transparent background-transparent-hightlight full-width sticky">
<div class="s-12 l-2">
<!-- Logo White Version -->
<img class="logo-white" src="img/logo.png" alt="">
<!-- Logo Dark Version -->
<img class="logo-dark" src="img/logo.png" alt="">
</div>
<div class="top-nav s-12 l-10">
<p class="nav-text"></p>
<ul class="right chevron">
<li><a href="index.html">Home</a></li>
<li><a>DPP</a>
<ul>
<li><a href="main/phy-solution.html">Physics</a> </li>
<li><a href="main/chem-solution.html">Chemistry</a> </li>
<li><a href="main/comp-solution.html">Computer</a></li>
<li><a href="main/bio-solution.html">Biology</a> </li>
</ul>
</li>
<li><a href="main/videos.html">Videos</a></li>
<li><a href="pro-features/pro.html">Membership</a></li>
<li><a href="main/about.html">About</a></li>
<li><a href="comment/index.html">Contact</a></li>
</ul>
</div>
</nav>
</header>
<!-- MAIN -->
<main role="main">
<!-- Main Header -->
<header>
<div class="carousel-default owl-carousel carousel-main carousel-nav-white background-dark text-center">
<div class="item">
<img src="img/header.jpg">
<div class="carousel-content">
<div class="content-center-vertical line">
<div class="margin-top-bottom-80">
<!-- Title -->
</br> </br> </br> </br><h3 class="text-white margin-bottom-30 text-size-50 text-m-size-50 text-line-height-1"><strong>Howdy!</strong></h3>
<div class="s-12 m-10 l-8 center"><p class="text-white text-size-14 margin-bottom-40" style="color:#262626">Welcome to the our one and only exclusive website of Holo learn. You will get access to tonnes of features. What are you waiting for? Get started now and discover everything in Holo learn. </p></div>
<div class="line">
<div class="s-12 m-12 l-3 center">
<a class="button button-white-stroke s-12" href="#DPP">Get Started Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Section 1 -->
<section class="section-small-padding background-white text-center" id="DPP">
</br>
</br>
</br>
<h2 class="text-size-50 text-center">Get your solutions here!</h2>
<hr class="break-small background-primary break-center">
<div class="line">
<div class="margin">
<div class="s-12 m-12 l-4 margin-m-bottom box grow">
<i class="fas fa-user-astronaut" style='font-size:47px;'></i>
</br>
</br>
</br>
<h2 class="text-thin">PHYSICS</h2>
<p class="margin-bottom-30">Now you can get all your dpp for free. You can get your physics solutions with just few clicks from now. Stop assuming and get started.</p>
<a class="button button-dark-stroke text-size-12" href="/main/phy-solution.html">GET MORE INFO</a>
</div>
<div class="s-12 m-12 l-4 margin-m-bottom box grow">
<i class="fas fa-atom" style='font-size:47px'></i>
</br>
</br>
</br>
<h2 class="text-thin">CHEMISTRY</h2>
<p class="margin-bottom-30">Now you can get all your dpp for free. You can get your chemistry solutions with just few clicks from now. Stop assuming and get started.</p>
<a class="button button-dark-stroke text-size-12" href="/main/chem-solution.html">GET MORE INFO</a>
</div>
<div class="s-12 m-12 l-4 margin-m-bottom box grow">
<i class='fab fa-java' style='font-size:47px'></i>
</br>
</br>
</br>
<h2 class="text-thin">COMPUTER</h2>
<p class="margin-bottom-30">Now you can get all your dpp for free. You can get your computer solutions with just few clicks now. Stop assuming and and get started.</p>
<a class="button button-dark-stroke text-size-12" href="/main/comp-solution.html">GET MORE INFO</a>
</div>
<div class="s-12 m-12 l-4 margin-m-bottom box grow">
<i class='fas fa-microscope' style='font-size:47px'></i>
</br>
</br>
</br>
<h2 class="text-thin">Biology</h2>
<p class="margin-bottom-30">Now you can get all your dpp for free. You can get your computer solutions with just few clicks now. Stop assuming and and get started.</p>
<a class="button button-dark-stroke text-size-12" href="/main/bio-solution.html">GET MORE INFO</a>
</div>
</div>
</div>
</section>
<!-- Section 1 -->
<section class="section">
<div class="line">
<h2 class="text-size-50 text-center">About Us</h2>
<hr class="break-small background-primary break-center">
</div>
<div class="line">
<div class="margin">
<div class="s-12 m-12 l-2">
<p class="h1 text-size-30 margin-m-bottom-30 text-primary text-line-height-1 text-right">We Are<br> Your Holo Learn Teacher</p>
</div>
<div class="s-12 m-12 l-5">
<p class="text-size-14 margin-m-bottom-30 text-dark">We teach PHYSICS, CHEMISTRY, BIOLOGY and COMPUTER TO help students acquire knowledge, competence or virtue. My task, as an instructor, is to create an atmosphere that should be of any 21st century teacher. I am an instructor because I have a passion for guiding my students through the learning process. I tend to encourage learning by creating a relaxed environment for students. </p>
</div>
<div class="s-12 m-12 l-5">
<p class="text-size-14 text-dark"> As I continue to instruct classes, I aim to enhance my ease and confidence in front of classrooms and audiences and to develop my way of teaching too. Finally, I plan to use different methods and means of presenting information to my classes to have a great the learning atmosphere for my students.</p>
</div>
</div>
</div>
</section>
<!-- Section 2 -->
<section class="full-width">
<div class="s-12 m-12 l-6">
<img src="img/img-12.jpg" alt="">
</div>
<div class="s-12 m-12 l-6">
<div class="padding-2x">
<div class="line">
<div class="float-left">
<i class="fas fa-user-graduate" style="font-size:47px"></i>
</div>
<div class="margin-left-60 margin-bottom-30">
<h3 class="text-size-25 margin-bottom-0">Learning Environment</h3>
<p class="text-dark">We try to create effective learning environments that foster student achievement.</p>
</div>
</div>
<div class="line">
<div class="float-left">
<i class="fas fa-brain" style="font-size:45px"></i>
</div>
<div class="margin-left-60 margin-bottom-30">
<h3 class="text-size-25 margin-bottom-0">Innovative Discussions</h3>
<p class="text-dark">We teach innovative ideas to get our students working on material they may not do their own.</p>
</div>
</div>
<div class="line">
<div class="float-left">
<i class="fas fa-chalkboard-teacher" style="font-size:45px"></i>
</div>
<div class="margin-left-60 margin-bottom-30">
<h3 class="text-size-25 margin-bottom-0">Motivation</h3>
<p>We think of ways to motivate all of your students to get the most out of your class</p>
</div>
</div>
<div class="line">
<div class="float-left">
<i class="fas fa-users" style="font-size:45px"></i>
</div>
<div class="margin-left-60 margin-bottom-30">
<h3 class="text-size-25 margin-bottom-0">Group Interactions</h3>
<p>We conduct live sessions twice for stratergy plans and build new ways to tach.</p>
</div>
</div>
<div class="line">
<div class="float-left">
<i class="fas fa-clipboard" style="font-size:45px"></i>
</div>
<div class="margin-left-60">
<h3 class="text-size-25 margin-bottom-0">Lecture Notes</h3>
<p class="text-dark">We post DPP so that our students can forge questions that will help them for their exam. </p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Section 5 -->
<section class="section background-white text-center">
<div class="line">
<h2 class="text-size-50 text-center">Testimonials</h2>
<hr class="break-small background-primary break-center">
<div class="carousel-default owl-carousel carousel-wide-arrows">
<div class="item">
<div class="s-12 m-12 l-7 center text-center">
<img class="image-testimonial-small" src="img/testimonials-04.png" alt="">
<p class="h1 margin-bottom text-size-20">By making leaning videos on youtube, we educate and inspire students to learn. Let us Discover how learning can surprise, delight and excite! </p>
<p class="h1 text-size-16">Shovan Mondal / Instructor and Developer / Holo Learn</p>
</div>
</div>
<div class="item">
<div class="s-12 m-12 l-7 center text-center">
<img class="image-testimonial-small" src="img/testimonials-05.png" alt="">
<p class="h1 margin-bottom text-size-20">The purpose of our channel is to help each one of you to explore beyond your limits in learning and to foster students that there is nothing impossible in this world.</p>
<p class="h1 text-size-16">Anik Tiwary / Member / Holo Learn </h5>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- FOOTER -->
<div class="background-primary padding text-center">
<h3 class="h1"></h3>
</div>
<section class="background-dark full-width">
<div class="main-footer" style="padding-top: 0px;">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-bg" style="border-right-width: 45px;border-left-width: 45px;border-top-width:7px;border-bottom-width:7px;">
<!--addres-->
<div class="footer-address">
<h1 style="text-align:center">HOLO <span>LEARN</span></a></h1>
<h2 class="cen" style="float:right"><strong>Special Thanks:</strong> </br><a href"">Aman Kumar</a> </br><a href="https://github.com/ChlorinePentoxide-zz"> Prajval.K</a></h2>
<h2 style="float:left">Image Design:  </h2>
<h2 style="text-align:left"><a href="https://freepik.com/">Freepik</a></h2>
<h2 style="float:left">Photo:  </h2>
<h2 style="float:left"><a href="https://unsplash.com/">Unsplash  </a>, </h2>
<h2 style="text-align:left"><a href="https://www.facebook.com/arnab.pratihar.56">Arnab Pratihar</a></h2>
<h2 style="float:left">Fonts:  </h2>
<h2 style="float:left"><a href="https://fontawesome.com/">Font Awesome  </a></h2>
<h2 style="text-align:left"><a href="https://fonts.google.com/">Google Fonts</h2>
</div>
<!--addres-->
<!--email-phone-->
<div class="footer-email-phone">
<ul>
<li><a class="mail" href="mailto:[email protected]" style="padding-left:0"><i class="fa fa-envelope"></i> [email protected]</a></li>
</ul>
</div>
<!--email-phone-->
<!--social-icons-->
<div class="footer-social-icons">
<ul>
<li><a href="https://www.facebook.com/holo.learn.5" target="_blank"> <i class="fab fa-facebook"></i></a></li>
<li><a href="" target="_blank"> <i class="fab fa-telegram"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCNeytXzmXcB4WHg0BBmpdyw" target="_blank"> <i class="fab fa-youtube"></i></a></li>
</ul>
</div>
<!--social-icons-->
</div>
</div>
<div class="col-md-12">
<div class="footer-menu">
<ul>
<li><a href="#">Home</a></li>
<li><a href="/main/about.html">About Us</a></li>
<li><a href="/comment/index.html">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer-strip">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-text">
<p style="color:grey"> All Rights Reserved. Copyright 2020 Holo Learn.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/responsee.js"></script>
<script type="text/javascript" src="owl-carousel/owl.carousel.js"></script>
<script type="text/javascript" src="js/template-scripts.js"></script>
</body>
</html>