-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
394 lines (325 loc) · 14.3 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
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=chrome'>
<title>Code Easy | Home</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel='stylesheet' type='text/css' href="./codeeasy.css">
<link rel="stylesheet" href="https://s.pageclip.co/v1/pageclip.css" media="screen">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Secular+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Dosis:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Walter+Turncoat&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Sansita+Swashed:wght@700&display=swap" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="shortcut icon" href="/img/CodeEasy.ico" type="image/x-icon">
</head>
<body>
<nav>
<div class="logo"><a href="./codeeasy.html">
<h1>Code Easy</h1>
</a></div>
<div class="menu"><a href="#contacts">
<h1>Contact Us</h1>
</a></div>
<div class="menu"><a href="#events">
<h1>Events</h1>
</a></div>
<div class="menu"><a href="#">
<h1>Blogs</h1>
</a></div>
<div class="menu"><a href="#COURSES">
<h1>Courses</h1>
</a></div>
<div class="menu"><a href="./codeeasy.html">
<h1>Home</h1>
</a>
</div>
</nav>
<div class="main">
<video id="video" preload autoplay muted playsinline loop>
<source src="./Letter - 18003.mp4" type="video/mp4"></source>
</video>
<div class="show">
<p class="show1">an easy path
<br>
to code
</p>
<br>
<p class="start">start your free trial now!<br><br></p>
<form class="form1">
<input type="text" name="text" value="Enter your emai id" />
<input type="submit" value="Start Now" />
</form>
</div>
</div>
<div class="cody">
<img class="cod" src="./img/CodeEasy1.png" />
<img class="thought" src="./img/Python.png" />
</div>
<div class="cont">
<h1 class="head1"> What PLATFORM is this?? </h1>
<p class="para1"> Well... This is a kind of a Education plateform that is dedicated to make your Coding jouney
more easy
specialy
when you are starting for the first time.<br>
This is plateform is a startup run by students for student who wanted to learn and teach
others too.
</p>
</div>
<div class="course_head" id="COURSES">
Our Courses
</div>
<div class="course">
<a href="#">
<div class="card middel">
<div class="front">
<img src="./img/Py.png" />
</div>
<div class="back">
<div class="back-content middel">
<h1>Python Introductory Course</h1>
<br>
<span>Get started at Just
<br> INR 299/-
</span>
</div>
</div>
</div>
</a>
<a href="#">
<div class="card1 middel1">
<div class="front1">
<img src="./img/Cpp.jpeg" />
</div>
<div class="back1">
<div class="back-content middel1">
<h1>C++ Introductory Course</h1>
<br>
<span>Get started at Just
<br> INR 299/-
</span>
</div>
</div>
</div>
</a>
<a href="#">
<div class="card2 middel2">
<div class="front2">
<img src="./img/JS.jpeg" />
</div>
<div class="back2">
<div class="back-content middel2">
<h1>JavaScript Introductory Course</h1>
<br>
<span>Get started at Just
<br> INR 299/-
</span>
</div>
</div>
</div>
</a>
<a href="#">
<div class="card3 middel3">
<div class="front3">
<img src="./img/html.png" />
</div>
<div class="back3">
<div class="back-content middel3">
<h1>HTML/CSS Introductory Course</h1>
<br>
<span>Get started at Just
<br> INR 299/-
</span>
</div>
</div>
</div>
</a>
<a href="#">
<div class="card4 middel4">
<div class="front4">
<img src="./img/mysql.png" />
</div>
<div class="back4">
<div class="back-content middel4">
<h1>MySQL Introductory Course</h1>
<br>
<span>Get started Just
<br> For FREE.
</span>
</div>
</div>
</div>
</a>
<a href="#">
<div class="card5 middel5">
<div class="front5">
<img src="./img/github.jpg" />
</div>
<div class="back5">
<div class="back-content middel5">
<h1>GitHub Introductory Course</h1>
<br>
<span>Get started Just
<br> For FREE.
</span>
</div>
</div>
</div>
</a>
</div>
<div style="width: 80%; border-top: 1px solid white ; padding-top: 2vw; margin: 2vw auto; color: white; font-size: 4vw; text-align: center; font-family: 'Secular One', sans-serif;">Our Recent Events</div>
<div class="event" id="events">
<div class="event1">
<img src="./img/harsh.png" style="width: 10vw; border-radius: 100%;"/>
<br>
<span style="font-size: 1.7vw;"> Mr. Harshit Jindal </span>
<br>
A Software developer at IBM Banglore
<br><br>
Has conducted an event based on the
<br>
following topics
<br><br>
Interview Guidance
<br>
Competitive Programming
<br>
How to make profile
<br>
Projects Guidance
</div>
<div class="event2">
<img src="./img/harsh.png" style="width: 10vw; border-radius: 100%;"/>
<br>
<span style="font-size: 1.7vw;"> Mr. Harshit Jindal </span>
<br>
A Software developer at IBM Banglore
<br><br>
Has conducted an event based on the
<br>
following topics
<br><br>
Interview Guidance
<br>
Competitive Programming
<br>
How to make profile
<br>
Projects Guidance
</div>
<div class="event3">
<img src="./img/harsh.png" style="width: 10vw; border-radius: 100%;"/>
<br>
<span style="font-size: 1.7vw;"> Mr. Harshit Jindal </span>
<br>
A Software developer at IBM Banglore
<br><br>
Has conducted an event based on the
<br>
following topics
<br><br>
Interview Guidance
<br>
Competitive Programming
<br>
How to make profile
<br>
Projects Guidance
</div>
</div>
<div style="margin-top: 3vw; color: white; font-size: 4vw; text-align: center; font-family: 'Secular One', sans-serif;">What Students Say About Us</div>
<div class="container">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<div id="review1">
<p style="text-align: center;">"Supportive tutors.Doubts are being cleared until you'll understande. friendly nature. high energy. Even a person from non technical background can go through it very easily. Overall, it's a recommended course."</p>
<h1 style="font-size: 2vw; text-align: center;">-Shristi Sahu</h1>
<br>
<div class="rate">
<span class="h1">Ratings:</span><div class="rate1"></div><div class="background1"></div><span class="h">4.5</span>
</div>
</div>
</div>
<div class="item">
<div id="review2">
<p style="text-align: center;">"Just Fantastic. The tutors help you 24x7 hrs. You get notes, revision handbook and open source resources to expand your knowledge. Extremly satifsied. I highly recommend this course."</p>
<h1 style="font-size: 2vw; text-align: center;">-Aum Singhal</h1>
<br>
<div class="rate">
<span class="h1">Ratings:</span><div class="rate2"></div><div class="background2"></div><span class="h">5</span>
</div>
</div>
</div>
<div class="item">
<div id="review3">
<p style="text-align: center;">"Good Teaching. Easy Access. Nice presentation. Best Notes. Just, Go for it."</p>
<br>
<h1 style="font-size: 2vw; text-align: center;">-Argit Sahu</h1>
<br><br>
<div class="rate">
<span class="h1">Ratings:</span><div class="rate3"></div><div class="background3"></div><span class="h">4</span>
</div>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev" style="height: 10%; width: 5%; margin-top: auto; margin-bottom: auto;">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only"><img src="./img/left.png" /></span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next" style="height: 10%; width: 5%; margin-top: auto; margin-bottom: auto;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only"><img src="./img/right.png" /></span>
</a>
</div>
</div>
<div class="contact" id="contacts">
<h1>Contact Us</h1>
<form action="https://send.pageclip.co/o53LOcwe42UidfQM14QGIzjuRVRjooYR/message" class="pageclip-form" method="post">
<label class="name" name="name">Name: </label>
<input class="name1" type="text" name="text" />
<br><br>
<label class="email" name="email">Email id: </label>
<input class="email1" name="email" type="email" />
<br><br>
<label class="phone" name="phone">Phone No. : </label>
<input class="phone1" name="phone" type="text" />
<br><br>
<label class="message" name="message">Your message: </label>
<textarea rows="4" cols="1" class="message1"></textarea>
<br>
<input class="submit" type="submit" name="submit" >
</form>
<img src="./img/contact.png" />
</div>
<footer>
<div id=foot>
<h3> You can follow us on our social media handles:</h3>
<p>
<a href="#"><i id="facebook" class="fa fa-facebook fa-2x"></i></a>
<a href="#"><i id="instagram" class="fa fa-instagram fa-2x"></i></a>
<a href="#"><i id="youtube" class="fa fa-youtube fa-2x"></i></a>
<a href="#"><i id="twitter" class="fa fa-twitter fa-2x"></i></a>
</p>
<p>© All copy rights are reserved under Code Easy 2020.</p>
</div>
</footer>
<script src="https://s.pageclip.co/v1/pageclip.js" charset="utf-8"></script>
</body>
</html>