-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·170 lines (155 loc) · 5.53 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/png" href="favicon.png">
<link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="./css/animate.min.css">
<link rel="stylesheet" type="text/css" href="./css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="./css/et-line.min.css">
<link href='https://fonts.googleapis.com/css?family=Josefin+Sans&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<script src="./js/jquery-2.1.0.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/blocs.min.js"></script>
<script src="./js/jqBootstrapValidation.js"></script>
<script src="./js/formHandler.js"></script>
<script src="./js/lazysizes.min.js" defer></script>
<title>Home</title>
<!-- Google Analytics -->
<!-- Google Analytics END -->
</head>
<body>
<!-- Main container -->
<div class="page-container">
<!-- bloc-0 -->
<div class="bloc lake-hero-bloc bgc-black bg-red-leaves d-bloc bloc-fill-screen " id="bloc-0">
<div class="container fill-bloc-top-edge">
<nav class="navbar row">
<div class="navbar-header">
<button id="nav-toggle" type="button" class="ui-navbar-toggle navbar-toggle" data-toggle="collapse" data-target=".navbar-1">
<span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse navbar-1">
<a href="login.html" class="btn pull-right wire-btn-rich-lilac btn-lg btn-wire">User Portal</a>
</div>
</nav>
</div>
<div class="container">
<div class="row">
<div class="col-sm-5">
<h1 class="text-left mount-italy-hero-text fadeIn hero-text-vc animated">
YearBook
</h1>
<h3 class="text-left mg-lg mount-italy-hero-text-sub fadeInUp animDelay06 animated">
Relive your Life
</h3><a href="index.html" class="btn btn-lg btn-rich-lilac fadeIn animated">Get Android</a><a href="index.html" class="btn btn-lg btn-rich-lilac fadeIn animated">Get iOS</a>
</div>
<div class="col-sm-7">
<div class="blocsapp-device blocsapp-device-iphone5 iphone-blue center-block">
<a href="https://www.youtube.com/watch?v=33XfqbgbKgw" target="_blank"><img src="img/lazyload-ph.png" data-src="img/yearbook.png" class="img-responsive lazyload" data-placement="top" data-toggle="tooltip" title="Watch our Demo!" /></a>
</div>
</div>
</div>
</div>
<div class="container fill-bloc-bottom-edge">
<div class="row">
<div class="col-sm-12">
<a id="scroll-hero" class="blocs-hero-btn-dwn" onclick="scrollToTarget(2)"><span class="fa fa-chevron-down"></span></a>
</div>
</div>
</div>
</div>
<!-- bloc-0 END -->
<!-- bloc-1 -->
<div class="bloc bgc-white l-bloc none" id="bloc-1">
<div class="container bloc-lg">
<div class="row">
<div class="col-sm-4">
<div class="text-center">
<span class="et-icon-notebook icon-round icon-md"></span>
</div>
<h3 class="text-center mg-md ">
Document
</h3>
<p class="text-center ">
An easy to understand, photo-a-day format that lets you organize your memories in relation to each other
</p>
</div>
<div class="col-sm-4">
<div class="text-center">
<span class="et-icon-profile-male icon-round icon-md"></span>
</div>
<h3 class="text-center mg-md ">
Collaborate
</h3>
<p class="text-center ">
Multiple YearBooks, group features and collaborative editing make for a great app to use in a club, on a vacation, etc.
</p>
</div>
<div class="col-sm-4">
<div class="text-center">
<span class="et-icon-trophy icon-round icon-md"></span>
</div>
<h3 class="text-center mg-md ">
Win
</h3>
<p class="text-center ">
Incentive features keep you encouraged to post often. Export options incentivize users to generate great YearBooks!
</p>
</div>
</div>
</div>
</div>
<!-- bloc-1 END -->
<!-- bloc-2 -->
<div class="bloc bgc-white l-bloc none" id="bloc-2">
<div class="container bloc-md b-divider">
<div class="row">
<div class="col-sm-12">
<form id="form_1" novalidate success-msg="Your message has been sent." fail-msg="Sorry it seems that our mail server is not responding, Sorry for the inconvenience!">
<h1 class="mg-md">
Contact Us!
</h1>
<h2 class="mg-md">
We would love to hear from you<br>
</h2>
<div class="form-group">
<h3 class="text-left">
Name
</h3>
<input id="name" class="form-control" required />
</div>
<div class="form-group">
<h3>
Email
</h3>
<input id="email" class="form-control" type="email" required />
</div>
<div class="form-group">
<h3>
Message
</h3><textarea id="message" class="form-control" rows="4" cols="50" required></textarea>
</div>
<div class="text-center">
<button class="bloc-button btn btn-lg btn-rich-lilac btn-block" type="submit">
Submit
</button>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- bloc-2 END -->
<!-- ScrollToTop Button -->
<a class="bloc-button btn btn-d scrollToTop" onclick="scrollToTarget('1')"><span class="fa fa-chevron-up"></span></a>
<!-- ScrollToTop Button END-->
</div>
<!-- Main container END -->
</body>
</html>