-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (40 loc) · 1.45 KB
/
index.html
File metadata and controls
46 lines (40 loc) · 1.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Are you interested in learning a rewarding marketable skill?</title>
<!-- 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>
<link rel="stylesheet" href="css/main.css">
<!-- Scripts start -->
<script type="text/javascript" src='js/ga.js'></script>
<!-- Scripts end -->
</head>
<body class='landing'>
<div class="overlay"></div>
<div class="container v-center">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h1>Are You Interested In Learning A <b>Marketable And Very Rewarding Skill?</b></h1>
<a href="intro.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>
</body>
</html>