-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (66 loc) · 2.44 KB
/
index.html
File metadata and controls
76 lines (66 loc) · 2.44 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
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
<!DOCTYPE HTML>
<html>
<head>
<title>Gifter</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/jquery.scrollgress.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
</head>
<body class="landing">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">Gifter</a> by RedPanda Development Studio</h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="pr.html" class="button">Sign Up</a></li>
<li><a href="login.php" class="button">Login</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<span class="image_logo"><img src="images/Gifter3.png" /></span>
<p>The new way to give a Gift</p>
<ul class="actions">
<li><a href="register.php" class="button special">Sign Up</a></li>
</ul>
</section>
<!-- Main -->
<section id="main" class="container">
<section class="box special">
<header class="major">
<h2>Introducing to this new app
<br />
for make a gift with your phone</h2>
</header>
<video class="video" id="video" width="320" height="240" controls>
<source src="videos/Final_2.mp4" type="video/mp4">
</video>
</section>
<!-- CTA -->
<section id="cta">
<h2>Be part of this new community and this great app</h2>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="#" class="icon fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon fa-google-plus"><span class="label">Google+</span></a></li>
</ul>
<ul class="copyright">
<li>© RedPanda Development Studio. All rights reserved.</li>
</ul>
</footer>
</body>
</html>