-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (67 loc) · 3.05 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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<link href="css/fullpage.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<title>EventNote - 2015-6-15: Download free this App</title>
</head>
<body>
<div id="fullpage">
<div class="movable-img move-up-down pull-left">
<div class="imgContainer">
<div class="img-display"></div>
<img src="img/iphone.png" class="iphone" alt=""/>
</div>
</div>
<div class="section background-gradient-1 text-white text-center">
<h1 class="gutter-bottom pull-right">EventNote</h1>
<div class="store-buttons clearfix pull-right">
<a href="#" class="btn btn-lg btn-white ease-in-out">
Available on <span><i class="fa fa-apple"></i> App Store</span>
</a>
<a href="#" class="btn btn-lg btn-white ease-in-out">
Get it on <span><i class="fa fa-android"></i> Google Play</span>
</a>
<a href="#" class="btn btn-lg btn-white ease-in-out">
Download from <span><i class="fa fa-windows"></i> Windows Store</span>
</a>
</div>
</div>
<div class="section background-gradient-2">
<h2 class="clearfix pull-right text-white">Daily Planner</h2>
<div class="clearfix">
<p class="pull-left pulled-up animated index-2 arrow arrow-left-down invisible">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi vel quam blandit, ornare nisi
non, tincidunt magna.
</p>
<p class="pull-right animated index-2 arrow arrow-right-up invisible">
Cras eget ipsum risus. Phasellus vehicula feugiat eros ac bibendum.
In semper eros et ipsum convallis maximus.
</p>
</div>
<div class="clearfix">
<p class="pull-left pulled-up animated index-2 arrow arrow-left-up invisible">
Morbi vel quam blandit, ornare nisi
non, tincidunt magna. Curabitur vehicula eros eget semper interdum.
</p>
<p class="pull-right animated index-2 arrow arrow-right-down invisible">
Cras eget ipsum risus. Phasellus vehicula feugiat eros ac bibendum.
In semper eros et ipsum convallis maximus.
</p>
</div>
</div>
<div class="section background-gradient-3">
</div>
<div class="section background-gradient-4">
</div>
</div>
<script src="js/jquery.js"></script>
<script src="js/jquery.slimscroll.js"></script>
<script src="js/jquery.easing.js"></script>
<script src="js/fullpage.js"></script>
<script src="js/main.js"></script>
</body>
</html>