-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·495 lines (396 loc) · 17.6 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
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
<!DOCTYPE html>
<html>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<head>
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,300,700" rel="stylesheet">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ezy.cv</title>
<meta name="description" content="Startup Landing Page">
<link rel="shortcut icon" href="img/favicon.jpg" type="image/x-icon">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/magnific-popup.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<!--hero section-->
<header class="hero-section">
<!--navigation-->
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand" href="#"><img class="logo-nav" alt="logo" src="img/logo-nav.png"><img class="logo-head" alt="logo" src="img/logo-head.png"></a> </div>
<div class="collapse navbar-collapse" id="bs-navbar-collapse-1">
<ul class="nav navbar-nav nav-left">
<li><a href="#features">Features</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#reviews">Reviews</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!--navigation end-->
<!--welcome message-->
<section class="container text-center welcome-message">
<div class="row">
<div class="col-md-12">
<h1>Make Your Resume In Minutes</h1>
<h2>Perfect And Awesome Way To Make Interactive Resumes</h2>
<div class="play-btn"> <a href="https://vimeo.com/208367452" class="play litebox-hero"><img src="img/play-btn.png">
<br>
<div class="cta-btn"> <a href="http://m.me/ezycv" class="btn">EXPERIENCE IT YOURSELF</a>
<!-- <p><span class="total-number-1">0</span>K Worldwide Signups</p>-->
</div>
</div>
</div>
</section>
<!--welcome message end-->
</header>
<!--hero section end-->
<!--Featured on-->
<section class="featured-on section-spacing text-center">
<div class="container">
<header class="section-header">
<h2>We Are Featured On</h2>
</header>
<div class="row">
<div class="col-md-12">
<ul class="featured-sites">
<li><a href="http://m.me/ezycv" title="Site Name"><img src="img/asd.png" alt="site" ></a> </li>
</ul>
</div>
</div>
</div>
</section>
<!--Featured on end-->
<!--benefits-->
<section class="benefits section-spacing text-center" id="features">
<div class="container">
<header class="section-header">
<h2>Main Benefits Of The Product</h2>
<h3>Reasons why you should use this product</h3>
</header>
<div class="row">
<div class="col-sm-4"> <img src="img/benefits-1.png" alt="benefits of product">
<h4>Eco-Friendly</h4>
<p>Better for the environment as there is no wastage of paper for printing multiple copies of Resume.</p>
</div>
<div class="col-sm-4"> <img src="img/benefits-2.png" alt="benefits of product">
<h4>User Friendly</h4>
<p>Responsive design of resume makes it convenient to view it on Desktops as well as Mobiles. </p>
</div>
<div class="col-sm-4"> <img src="img/benefits-3.png" alt="benefits of product">
<h4>More Interactive</h4>
<p>More readable and looks presentable and gives you an edge over other applicants.</p>
</div>
</div>
</div>
</section>
<!--benefits end-->
<!--Features-->
<div class="features section-spacing">
<div class="container">
<!--feature 1-->
<div class="row">
<div class="col-md-7 col-md-push-5 text-center"> <img src="img/feature-1.png" alt="feature"> </div>
<div class="col-md-5 col-md-pull-7">
<article>
<h2>Template 1</h2>
<p>Ezy.cv is a new word and high standard in the world of online resume and cv. Clean and beautiful eye-catching design will attract your future employer with first impression. </p>
<ul>
<li>Great User Interface</li>
<li>Easy To Use</li>
<li>Well Organised Information</li>
</ul>
</article>
</div>
</div>
<!--feature 1 end-->
<!--feature 2-->
<div class="row">
<div class="col-md-7 text-center"> <img src="img/feature-2.png" alt="feature"> </div>
<div class="col-md-5">
<article>
<h2>Template 2</h2>
<p>Template is a clean and modern, it is responsive, easy to customize, perfectly suits for placing your informations. </p>
<ul>
<li>Great User Interface</li>
<li>Easy To Use</li>
<li>Well Organised Information</li>
</ul>
</article>
</div>
</div>
<!--feature 2 end-->
<!--feature 3-->
<div class="row">
<div class="col-md-7 col-md-push-5 text-center"> <img src="img/feature-3.png" alt="feature"> </div>
<div class="col-md-5 col-md-pull-7">
<article>
<h2>Template 3 </h2>
<p>A modern, well-structured and highly functional resume template, exactly how your professional online presence should be. </p>
<ul>
<li>Great User Interface</li>
<li>Easy To Use</li>
<li>Well Organised Information</li>
</ul>
</article>
</div>
</div>
<!--feature 3 end-->
</div>
</div>
<!--Features end-->
<!--Video section-->
<section class="video-tour text-center">
<div class="play-btn"> <a href="https://vimeo.com/208367452" class="play litebox-tour"><img src="img/play-btn-vs.png" alt="play"></a>
<h2>Video Preview Of Product</h2>
</div>
<!--HTML5 Video-->
<video autoplay loop muted id="bgvid" poster="video/poster.jpg">
<source src="video/vb.mp4" type="video/mp4">
<source src="video/vb.webm" type="video/webm">
</video>
<!--HTML5 Video end-->
</section>
<!--Video section end-->
<!--Tour-->
<section class="tour section-spacing text-center">
<div class="container">
<div class="row">
<div class="col-md-8 center-block">
<h2>Learn More About The Product <a href="https://www.facebook.com/ezycv/" class="btn">TAKE A TOUR <i class="fa fa-arrow-right"></i></a></h2>
</div>
</div>
</div>
</section>
<!--Tour end-->
<!--Team-->
<section class="team section-spacing text-center" id="team">
<div class="container">
<header class="section-header">
<h2>Meet The Team</h2>
<h3>Folks who created this awesome product</h3>
</header>
<div class="row">
<div class="col-sm-4">
<div class="team-details">
<figure><img src="img/team-1.jpg" alt="Team Member">
<figcaption>
<div>
<p>Presenting to you a bot when interacted will respond with great ideas , hardwork and will help you put your ideas to life</p>
<!--social-->
<ul class="social">
<li><a href="https://www.facebook.com/vishrut.kohli.1" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://github.com/vishrutkohli" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/vishrut-kohli-aab499131/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
<!--social end-->
</div>
</figcaption>
</figure>
<div class="team-info">
<h4>Vishrut Kohli</h4>
<h5>Full Stack Web Developer</h5>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="team-details">
<figure><img src="img/team-2.jpg" alt="Team Member">
<figcaption>
<div>
<p>Front-End Web Developer who is always eager to learn new things and open to challenges.</p>
<!--social-->
<ul class="social">
<li><a href="https://www.facebook.com/tejasav.khattar" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://github.com/tejasavkhattar" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/tejasav-khattar-222825133/?trk=hp-identity-name" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
<!--social end-->
</div>
</figcaption>
</figure>
<div class="team-info">
<h4>Tejasav Khattar</h4>
<h5>Frontend Web Developer</h5>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="team-details">
<figure><img src="img/team-3.jpg" alt="Team Member">
<figcaption>
<div>
<p>I'm a Delhi based developer, programmer and webdesigner creating awesome and effective visual identities . </p>
<!--social-->
<ul class="social">
<li><a href="https://www.facebook.com/shivam.kohli.5522" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://github.com/kohlishivam" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/shivam-kohli-63670210a/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
<!--social end-->
</div>
</figcaption>
</figure>
<div class="team-info">
<h4>Shivam Kohli</h4>
<h5>Full Stack Web Developer</h5>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Team end-->
<!--reviews-->
<section class="reviews section-spacing" id="reviews">
<div class="container">
<header class="section-header text-center">
<h2>Reviews From Our Users</h2>
<h3>What our users are saying about the product</h3>
</header>
<div class="row">
<div class="col-sm-4">
<!--review 1-->
<figure class="text-center"><img src="img/review-1.jpg" alt="face" class="img-circle"> </figure>
<blockquote>
<p>In this eco-friendly world, this is amazing. </p>
<cite>— Deepanshu Jayant, Student</cite> </blockquote>
<!--review 1 end-->
</div>
<div class="col-sm-4">
<!--review 2-->
<figure class="text-center"><img src="img/review-2.jpg" alt="face" class="img-circle"> </figure>
<blockquote>
<p>Amazing concept, loved it. </p>
<cite>— Pratyasha Sharma, Student</cite> </blockquote>
<!--review 2 end-->
</div>
<div class="col-sm-4">
<!--review 3-->
<figure class="text-center"><img src="img/review-3.jpg" alt="face" class="img-circle"> </figure>
<blockquote>
<p>It's easy to use. Had a great experience. </p>
<cite>— Uditi Choudhary, Student</cite> </blockquote>
<!--review 3 end-->
</div>
</div>
</div>
</section>
<!--reviews end-->
<!--contact us-->
<section class="contact section-spacing text-center" id="contact">
<div class="container">
<header class="section-header">
<h2>Contact Us</h2>
<h3>Have any questions? Get in touch</h3>
</header>
<!--contact form-->
<div class="contact-form text-center">
<header class="section-header"> <img src="img/support-icon.svg" alt="support icon">
<!--
<h2>Contact us</h2>
<h3>Have any questions? Send us a message.</h3>
-->
</header>
<form class="cta-form" action="http://csmthemes.com/themes/launch/image/php/contact.php" method="post">
<div class="form-group">
<input type="text" name="name" class="contact-name form-control input-lg" placeholder="Name *" id="contact-name">
</div>
<div class="form-group">
<input type="text" name="email" class="contact-email form-control input-lg" placeholder="Email address *" id="contact-email">
</div>
<div class="form-group">
<textarea name="message" class="contact-message form-control input-lg" rows="4" placeholder="Message *" id="contact-message"></textarea>
</div>
<div class="form-group">
<input type="text" name="antispam" placeholder="Antispam question: 7 + 5 = ?" class="contact-antispam form-control input-lg" id="contact-antispam">
</div>
<button type="submit" class="btn">SEND MESSAGE</button>
</form>
</div>
<!--contact form end-->
</div>
</section>
<!--contact us end-->
<br>
<!--site-footer-->
<footer class="site-footer section-spacing text-center">
<div class="container">
<div class="row">
<div class="col-md-4">
<!-- <p class="footer-links"><a href="#">Terms of Use</a> <a href="#">Privacy Policy</a></p>-->
</div>
<div class="col-md-4"> <small>© Developed By BITCAP</small></div>
<div class="col-md-4">
<!--social-->
<ul class="social">
<!-- <li><a href="https://twitter.com/" target="_blank"><i class="fa fa-twitter"></i></a></li>-->
<li><a href="https://www.facebook.com/" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.youtube.com/" target="_blank"><i class="fa fa-youtube-play"></i></a></li>
</ul>
<!--social end-->
</div>
</div>
<!--chat-btn-->
<a href="#" class="chat-btn" data-toggle="modal" data-target="#modal-contact-form"></a>
<!--chat-btn end-->
</div>
</footer>
<!--site-footer end-->
<!--contact form modal-->
<div class="modal fade" id="modal-contact-form" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<div class="modal-body">
<!--contact form-->
<div class="contact-form text-center">
<header class="section-header"> <img src="img/support-icon.svg" alt="support icon">
<h2>Contact us</h2>
<h3>Have any questions? Send us a message.</h3>
</header>
<form class="cta-form" action="http://csmthemes.com/themes/launch/image/php/contact.php" method="post">
<div class="form-group">
<input type="text" name="name" class="contact-name form-control input-lg" placeholder="Name *" id="contact-name">
</div>
<div class="form-group">
<input type="text" name="email" class="contact-email form-control input-lg" placeholder="Email address *" id="contact-email">
</div>
<div class="form-group">
<textarea name="message" class="contact-message form-control input-lg" rows="4" placeholder="Message *" id="contact-message"></textarea>
</div>
<div class="form-group">
<input type="text" name="antispam" placeholder="Antispam question: 7 + 5 = ?" class="contact-antispam form-control input-lg" id="contact-antispam">
</div>
<button type="submit" class="btn">SEND MESSAGE</button>
</form>
</div>
<!--contact form end-->
<p class="contact-form-success"><i class="fa fa-check"></i><span>Thanks for contacting us!</span> We will get back to you very soon.</p>
</div>
</div>
</div>
</div>
<!--contact form modal end-->
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/waypoints-sticky.min.js"></script>
<script src="js/retina.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/tweetie.min.js"></script>
<script src="js/main.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script>
<script src="js/gmap.js"></script>
</body>
<!-- Mirrored from csmthemes.com/themes/launch/image/ by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 09 Mar 2017 05:58:09 GMT -->
</html>