-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
503 lines (416 loc) · 20.4 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
496
497
498
499
500
501
502
503
<!DOCTYPE html>
<html>
<head>
<meta hhtp-equiv="Content-Type" content="text/html; cahrset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta naem="author" content="">
<link rel="icon" href="assets/img/favicon.ico">
<title>Bootstrap to Wordpress</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<!-- font-awesome -->
<link rel="stylesheet" type="text/css" href="assets/css/font-awesome/css/font-awesome.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/custom.css">
<!-- Google fonts -->
<link href='https://fonts.googleapis.com/css?family=Raleway:400,700' rel='stylesheet' type='text/css'>
<!-- HTML5 shiv and resond.js
======================================================== -->
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
</head>
<body>
<!-- HEADER
======================================================== -->
<header class="site-header" role="banner">
<!-- Navbar
=============================== -->
<div class="navbar-wrapper">
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<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="#"><span><img src="assets/img/logo.png" alt="Editor"></span></a>
</div><!--navbar-header -->
<div id="navbar-collapse" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="/">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="contact.html">Contact</a></li>
</ul><!-- nav -->
</div><!--navbar collapse-->
</div><!--container -->
</div><!--navbar -->
</div><!-- navbar-wrapper -->
</header>
<!-- HERO
======================================================== -->
<section id="hero" data-type="background" data-speed="5">
<article>
<div class="container clearfix">
<div calss="row">
<div class="col-sm-5">
<img src="assets/img/logoBadge.png" alt="Bootstrap to Wordpress" class="logo">
</div><!--div col-->
<div class="col-sm-7 hero-text">
<h1>Bootstrap to Wordpress</h1>
<p class="lead">Earn An Extra $1k - $5k a Month by Learning to Code Your Very Own Responsive & Custom Wordpress Website with Bootstrap</p>
<div id="price-timeline">
<div class="price active">
<h4>Pre-Launch Price <small>Ends soon!</small> </h4>
<span>$149</span>
</div><!-- price -->
<div class="price">
<h4>Launch Price <small>Comming soon!</small> </h4>
<span>$299</span>
</div><!-- price -->
<div class="price">
<h4>Final Price <small>Coming soon!</small> </h4>
<span>$399</span>
</div><!-- price -->
</div><!-- price-timeline -->
<p> <a class="btn btn-lg btn-danger" href="#" role="button">Enroll »</a> </p>
</div><!--col -->
</div><!-- row -->
</div><!-- container -->
</article>
</section><!-- hero -->
<!-- OPT IN SECTION
======================================================== -->
<section id="optin">
<div class="container">
<div class="row">
<div class="col-sm-8">
<p class="lead"><strong>Subscribe to our mailing list. </strong>We'll send something special as a thank you.</p>
</div><!-- col -->
<div class="col-sm-4">
<button class="btn btn-success btn-lg btn-block" data-toggle="modal" data-target="#myModal">
Click here to subscribe
</button><!-- col -->
</div>
</div><!-- row -->
</div><!-- container -->
</section><!-- optin -->
<!-- BOOST YOUR INCOME
======================================================== -->
<section id="boost-income">
<div class="container">
<div class="section-header">
<img src="assets/img/boost0.svg" alt="Chart">
<h2>How You Can Boost Your Income</h2>
</div><!-- section header -->
<p class="lead">Whatever you’re a freelancer designer, enterpreneur, employee for a company, code hobbyist, or looking for a new career— this course gives you an immensely valuable skill that will enable you to either:</p>
<div class="row">
<div class="col-sm-6">
<h3>Make money in the side</h3>
<p>So you can save up for that Havaiian vacation you’ve been wanting, help ;pay off your debt, your car, your mortgage, or simply just to have bonus cash laying around.</p>
</div><!-- col -->
<div class="col-sm-6">
<h3>Create a full-time income</h3>
<p>Wordpree developers have options. Many developers make a generous living off of creating custom Wordpress themes and selling them on websites like ThemeForest. Freelance designers and developers can also take on Wordpress projects and make an extra $1,000 - $5,000+ per month.</p>
</div><!-- col -->
</div>
</div><!-- container -->
</section>
<!-- WHO BENIFITS
======================================================== -->
<section id="who-benifits">
<div class="container">
<div class="section-header">
<img src="assets/img/boost.svg" alt="Pad and pencil">
<h2>Who Should Take This Course?</h2>
</div><!-- section header -->
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<h3>Graphics & Web designers</h3>
<p>Graphic designers are extremely talented, but ask them to code their designs and they'll freeze up! This leaves them with no other choice but to hire a web developer. Any professional graphic designer knows web developers can be expensive.</p>
<p>
If you’re a designer, learning to code your own wordpress websites can change your business entirely! Now, not only are you a great designer, but you're a skillful developer, too! This puts you in a position to <strong>make an extra $1,000 - $5,000 per project.</strong>
</p>
<h3>Entrepreneurs</h3>
<p>Entrepreneurs have big dreams, and in many cases, shoestring budgets. In order to survive in the cut-throat world of the Startup company, it’s a necessity to have a world-class website. However, world-class website come with a large price tag.</p>
<p>If you can learrn how to build a high-quality startup website by yourself, then you’ve just saved yourself a lot of cash, <strong>tens of thousands of dollars in many cases.</strong> </p>
<h3>Employee</h3>
<p>Any company knows the education & training if their employee is the key to a thriving team.</p>
<p>Depending on the type of company you work for, if you understand hoe to code, and can develop CMS driven websites, that gives you <strong>negotiation power for a better position, or a higher salary.</strong>
</p>
<h3>Code Hobbyists</h3>
<p>It’s fun to learn challenging new skills. Code hobbyists can add dynamic websites to their arsenal of tools to play with — you can even <strong>sell wordpress themes and plugins for cash!</strong> The possibilities are truely endless. </p>
<h3>People Looking for a New Career</h3>
<p>Are you out of work? Looking for a more rewarding job? Desire a career that can allow you to work almost anywhere in the world? Becoming a Web Developer might be the answer for you.</p>
<p> <strong>Web Developers are paid well, anywhere from $33,000 to more than $105,000 per year.</strong> They get to work at amazing companies that are changing the world, ot they enjoy the ability to start their own companies, become location-independent and work from home, from coffee shops, in an airplane, on the beach, or wherever they want! </p>
</div><!-- col -->
</div><!-- row -->
</div><!-- container -->
</section><!-- who benifits -->
<!-- COURSE FEATURES
======================================================== -->
<section id="course-features">
<div class="container">
<div class="section-header">
<img src="assets/img/boost1.svg" alt="Rocket">
<h2>Course Features</h2>
</div><!-- section header -->
<div class="row">
<div class="col-sm-2">
<i class="ci ci-computer"></i>
<h4>Lifetime access to 80+ lectures</h4>
</div><!-- end col -->
<div class="col-sm-2">
<i class="ci ci-watch"></i>
<h4>10+ hours of HD video content</h4>
</div><!-- end col -->
<div class="col-sm-2">
<i class="ci ci-calendar"></i>
<h4>30-day money back guarantee</h4>
</div><!-- end col -->
<div class="col-sm-2">
<i class="ci ci-community"></i>
<h4>Access to a community of like-minded students</h4>
</div><!-- end col -->
<div class="col-sm-2">
<i class="ci ci-instructor"></i>
<h4>Direct access to the instructor</h4>
</div><!-- end col -->
<div class="col-sm-2">
<i class="ci ci-device"></i>
<h4>Accessible conntent on your mobile devices</h4>
</div><!-- end col -->
</div>
</div>
</section>
<!-- PROJECT FEATURES
======================================================== -->
<section id="project-features">
<div class="container">
<h2>Final Project Features</h2>
<p class="lead">Throughout this entire course, you work towards building an incredibly beautiful website. Want to see the website <strong>you </strong> are going to build? <em>You're looking at it!</em> The website you're using right now is the website you will have built entirely by yourself, by the end of this course. </p>
<div class="row">
<div class="col-sm-4">
<img src="assets/img/boost1.svg" alt="Design">
<h3>Sexy & Modern Design</h3>
<p>You fet to work with a modern, professional quality design & layout.</p>
</div><!-- col -->
<div class="col-sm-4">
<img src="assets/img/boost.svg" alt="Design">
<h3>Quality HTML5 & CSS3</h3>
<p>You'll learn how hand-craft a stunning website with valid, semantic and beautiful HTML5 & CSS#</p>
</div><!-- col -->
<div class="col-sm-4">
<img src="assets/img/boost1.svg" alt="Design">
<h3>Easy-to-use CMS</h3>
<p>Allow your clients to easily update their websites by converting your static websites to dynamic websites, using WordPress.</p>
</div><!-- end col -->
</div><!-- end row -->
</div><!-- container -->
</section><!-- project features -->
<!-- VIDEO FEATURETTE
======================================================== -->
<section id="featurette" data-type="background" data-speed="5">
<div class="container">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<h2>Watch the Video Song</h2>
<iframe width="100%" height="415" src="https://www.youtube.com/embed/a18py61_F_w" frameborder="0" allowfullscreen></iframe>
</div><!-- end col -->
</div><!-- row -->
</div><!-- container -->
</section><!-- featurette -->
<!-- INSTRUCTOR
======================================================== -->
<section id="instructor">
<div class="container">
<div class="row">
<div class="col-sm-8 col-md-6">
<div class="row">
<div class="col-lg-8">
<h2> Your Instructor <small>Farrukh Naeem</small> </h2>
</div><!-- end col -->
<div class="col-lg-4">
<a href="https://www.facebook.com/farrukh.naeem.58" target="_blank" class="badge social facebook"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/FarrukhNaeem14" target="_blank" class="badge social twitter"><i class="fa fa-twitter"></i></a>
<a href="https://plus.google.com/u/0/102165595129890729023/posts" target="_blank" class="badge social gplus"><i class="fa fa-google-plus"></i></a>
</div><!-- end col -->
</div><!-- row -->
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequa.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Exercitation ullamco laboris nisi ut aliquip ex ea commodo consequa.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt magna aliqua ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco Ut enim ad minim veniam, laboris nisi ut aliquip ex ea commodo consequa.</p>
<hr>
<h3>The Numbers <small>They Don't Lie</small> </h3>
<div class="row">
<div class="col-xs-4">
<div class="num">
<div class="num-content">
41,000+ <span>students</span>
</div><!-- num content -->
</div><!-- num -->
</div><!-- end col -->
<div class="col-xs-4">
<div class="num">
<div class="num-content">
1000+ <span>5 stars</span>
</div><!-- num content -->
</div><!-- num -->
</div><!-- end col -->
<div class="col-xs-4">
<div class="num">
<div class="num-content">
700 <span>4 stars</span>
</div><!-- num content -->
</div><!-- num -->
</div><!-- end col -->
</div><!-- row -->
</div><!-- end col -->
</div><!-- row -->
</div><!-- container -->
</section><!-- instructor -->
<!-- TESTIMONIALS
======================================================== -->
<section id="kudos">
<div class="container">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<h2>What People Are Saying About Brad</h2>
<!-- TESTIMONIALS -->
<div class="row testimonial">
<div class="col-sm-4">
<img src="assets/img/test1.png" alt="ali">
</div><!-- end col -->
<div class="col-sm-8">
<blockquote>
These videos are well created, concise, fast-paced, easy to follow, and just funny enough to keep you chuckling as you're slamming out lines of code. I've taken 3 courses from this instructor. Whenever I have questions he is right there with a simple solution or a helpful suggestion to keep me going forward with the course work.
<cite>— Ali Ahmad, graduate off all of Farrukh's courses</cite>
</blockquote>
</div><!-- end col -->
</div><!-- row -->
<!-- TESTIMONIALS -->
<div class="row testimonial">
<div class="col-sm-4">
<img src="assets/img/test2.png" alt="aliN">
</div><!-- end col -->
<div class="col-sm-8">
<blockquote>
YOLO yr quinoa, actually XOXO flannel roof party small batch next level freegan master cleanse. Kickstarter master cleanse Williamsburg, meggings health goth Neutra DIY trust fund migas occupy banh mi heirloom vinyl.
<cite>— Ali Nawaz, graduate of Build Custom Wordpress themes</cite>
</blockquote>
</div><!-- end col -->
</div><!-- row -->
<div class="row testimonial">
<div class="col-sm-4">
<img src="assets/img/test3.png" alt="tidda">
</div><!-- end col -->
<div class="col-sm-8">
<blockquote>
Selfies lo-fi cornhole wayfarers. Yr VHS roof party, messenger bag forage bespoke four dollar toast cronut Williamsburg.
<cite>— Usman Bhatti, graduate of Build Custom Wordpress themes and Design</cite>
</blockquote>
</div><!-- end col -->
</div><!-- row -->
<div class="row testimonial">
<div class="col-sm-4">
<img src="assets/img/test4.png" alt="bonjja">
</div><!-- end col -->
<div class="col-sm-8">
<blockquote>
Banh mi mumblecore occupy, before they sold out iPhone Etsy deep v cronut jean shorts asymmetrical listicle. Neutra fixie hella Marfa, tilde kitsch heirloom 8-bit lo-fi chambray synth.
<cite>— Talha Zeeshan, graduate of Build Bootstrapped Wordpress themes</cite>
</blockquote>
</div><!-- end col -->
</div><!-- row -->
<div class="row testimonial">
<div class="col-sm-4">
<img src="assets/img/test5.png" alt="adnan">
</div><!-- end col -->
<div class="col-sm-8">
<blockquote>
Roof party four loko quinoa plaid banjo whatever, Neutra chia hashtag drinking vinegar PBR normcore. Shoreditch fashion axe raw denim jean shorts. Bespoke normcore yr Wes Anderson.
<cite>— Adnan, graduate of Build Bootstrapped Wordpress themes and Design</cite>
</blockquote>
</div><!-- end col -->
</div><!-- row -->
</div><!-- end col -->
</div><!-- row -->
</div><!-- container -->
</section><!-- kudos -->
<!-- SIGN UP SECTION
======================================================== -->
<section id="signup" data-type="background" data-speed="4">
<div class="container">
<div clas="row">
<div class="col-sm-6 col-sm-offset-3">
<h2>Are you ready to take your coding skills to the <strong>next level</strong>?</h2>
<p> <a href="#" class="btn btn-lg btn-block btn-success">Yes, sign me up!</a> </p>
</div><!-- end col -->
</div><!-- row -->
</div><!-- container -->
</section><!-- signup -->
<!-- FOOTER
======================================================== -->
<footer>
<div class="container">
<div class="col-sm-3">
<p> <a href="/"> <img src="assets/img/logo.png" alt="Bootstrap to Wordpress"> </a> </p>
</div><!-- end col -->
<div class="col-sm-6">
<nav>
<ul class="list-unstyled list-inline">
<li> <a href="#">Home</a> </li>
<li> <a href="#">Blog</a> </li>
<li> <a href="#">Resourses</a> </li>
<li> <a href="#">Contact</a> </li>
<li class="signup-link"> <a href="#">Sign up now</a> </li>
</ul>
</nav>
</div><!-- end col -->
<div class="col-sm-3">
<p class="pull-right">© 2015 Farrukh Naeem</p>
</div><!-- end col -->
</div><!-- container -->
</footer><!-- end col -->
<!-- MODALS
======================================================== -->
<div class="modal fade" id="myModal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span>
</button>
<h4 class="modal-title" id="myModalLable"><i class="fa fa-envelope"></i>Subscribe to our Mailing List</h4>
</div><!-- modal header -->
<div class="modal-body">
<p>Simply enter your name and email! As a thank you for joining us, we're going to give you one of our best-selling courses, <em>for free!</em>
</p>
<form class="form-inline" role="form">
<div class="form-group">
<label class="sr-only" for="subscribe-name">Your first name</label>
<input type="text" class="form-control" id="subscribe-name" placeholder="Your first name">
</div><!-- form group -->
<div class="form-group">
<label class="sr-only" for="subscribe-email">and your email</label>
<input type="text" class="form-control" id="subscribe-email" placeholder="and your email">
</div><!-- form group -->
<input type="submit" class="btn btn-danger" value="Subscribe! ">
</form>
<hr>
<p> <small>By providing your email you consent to receiving occasional promotional emails & newsletters. <br>No spam. Just good stuff. We respect your privacy & you may unsubscribe at any time.</small> </p>
</div><!-- modal body -->
</div><!-- modal content -->
</div><!-- modal dialog -->
</div><!-- modal -->
<!-- BOOTSTRAP CORE JAVASCRIPT
======================================================== -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="assets/js/jquery-2.1.4.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>