-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintro.html
More file actions
105 lines (95 loc) · 4.58 KB
/
intro.html
File metadata and controls
105 lines (95 loc) · 4.58 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Personalized Web Development Mentoring</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
<!-- Favicon start -->
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link rel="manifest" href="img/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="img/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Favicon end -->
<!-- Scripts start -->
<script type="text/javascript" src='js/ga.js'></script>
<!-- Scripts end -->
<!-- FB tags start -->
<meta property="og:title" content="Personalized Web Development Mentoring" />
<meta property="og:description" content="Web development is an important industry in the world today and you can work from anywhere with little equipment. Start now!" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://mentoring.webtisans.com" />
<meta property="og:image" content="http://media.mediatemple.netdna-cdn.com/wp-content/uploads/2011/04/bf_rails.jpg" />
<!-- FB tags end -->
<!-- Latest compiled and minified CSS & JS -->
<link rel="stylesheet" media="screen" href="//netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="//code.jquery.com/jquery.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</head>
<body class='intro'>
<div class="overlay"></div>
<!-- <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5522e9575d5397d3" async="async"></script> -->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<ul class="nav navbar-nav">
<li class="active">
<a href="/">Back</a>
</li>
<li>
<!-- <a href="#">Next</a> -->
</li>
</ul>
</nav>
<div class="container v-center">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-justify">
<p>
Working in the field of web development is incredibly rewarding and lucrative! You can earn hundreds of dollars per hour or achieve financial independence by building a product that generates passive income. <b>You could be earning as much as $500 per hour right away!
</b>
</p>
<p>
Having helped hundreds of people with their web development problems. I want to give you the opportunity to <b>learn in months what took me many many years.</b>
</p>
<p>
You will be able to solve problems and be autonomous. And navigate the path to a successful career.
</p>
<p>
Enjoy the benefits of working from home. Spend more time with family and friends.
<b>Earn several times more than you do in your current job and control your own schedule</b>. Feel motivated by your work.
</p>
<p>
A career in Web development offers a variety of opportunities and I want to help you succeed!
</p>
<p><b>Are you interested?</b></p>
<div class="text-center">
<a href="form.html" class='btn btn-lg btn-primary'>Yes</a>
<!-- Button trigger modal -->
<button type="button" class="btn btn-danger btn-lg" data-toggle="modal" data-target="#myModal">
No
</button>
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
That's ok. Enjoy the rest of your day. And visit us again if that changes.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>