-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (82 loc) · 2.65 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
<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<link href="files/bootstrap.css" rel="stylesheet">
<link href="files/style.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body data-spy="scroll" data-target=".navMenuCollapse">
<style>
p {
text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
font-weight: bold!important;
font-size: 16px !important;
}
@media screen and ( min-height: 1250px )
{
body {
zoom: 1.5;
}
}
body {
background-color: #001023;
}
@media screen and ( min-height: 800px ) and (min-width: 1000px)
{
body {
position: fixed;
bottom: 0;
width: 100%;
}
}
.my_logo {
max-width: 100%;
}
</style>
<header id="intro-left-form" class="intro-block bg-color1 cover-bg" style="background-image:url(background.jpg)">
<div class="container">
<div class="row">
<div class="col-md-6 dark-bg">
<div class="slogan">
<h1>The best way to learn math<br><strong>for coders !</strong></h1>
</div>
<ul class="item-list-left item-list-small item-list editContent">
<li>
<i class="num-icon">1</i>
<p>Learn advanced mathematics through hands-on exercises !</p>
</li>
<li>
<i class="num-icon">2</i>
<p>Get the math fundamentals needed for AI or computer graphics through fun coding puzzles !</p>
</li>
<li>
<i class="num-icon">3</i>
<p>Avoid lengthy lectures and boring books so you can stay 100% motivated !</p>
</li>
</ul>
</div>
<div class="col-md-5 col-md-offset-1">
<div class="form-container">
<form action="" method="post" class="validate">
<h3 class="title" style="text-align:center;"><img class="my_logo" src="logo.jpg"></h3>
<div class="form-group">
<input class="form-control email_address_field" placeholder="Email Address" name="" required="" type="email">
</div>
<br><br>
<button type="submit" class="btn btn-lg btn-block btn-primary">Get Early Access</button>
</form>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
</div>
</div>
</div>
</header></div>
<div class="modal fade" id="modalMessage" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 class="modal-title"> </h3>
</div>
</div>
</div>
</body></html>