-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (36 loc) · 1.09 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
<!DOCTYPE html>
<html>
<head>
<title>Declara App</title>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.simple-text-rotator.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<link rel="stylesheet" type="text/css" href="css/app.css">
</head>
<body>
<!-- header -->
<div class="header">
<img src="images/logo.png" class="logo">
<span class="company-logo">Declara for business</span>
</div>
<!-- hero unit -->
<div class="hero">
<p class="message">If you are</p>
<p class="rotate punch">DRIVEN,PASSIONATE,CURIOUS</p>
<p class="message">then, you're going to like</p>
<p class="message">what we're building</p>
</div>
<div class="container">
<div class="">
<img class="img-responsive" src="1.jpg">
</div>
</div>
<!-- signup form -->
<div class="signup-form">
</div>
<!-- footer -->
<div class="footer">
<i class="fa fa-twitter fa-2x img-circle"></i>
</div>
</body>
</html>