-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (58 loc) · 2.03 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
<!DOCTYPE HTML>
<html>
<head>
<title>dotPlayer</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="content">
<h1><a href="#">dotPlayer</a></h1>
<p>small,simple,elegant
</p>
<ul class="actions">
<li><a href="https://itunes.apple.com/us/app/dotplayer/id1455092592?mt=8" class="button primary icon fa-download">download now</a></li>
<li><a href="#two" class="button icon fa-chevron-down scrolly">learn more</a></li>
</ul>
</div>
<div class="image phone"><div class="inner"><img src="player.jpg" alt="" /></div></div>
</header>
<!-- Two -->
<section id="two" class="wrapper">
<div class="inner alt">
<section class="spotlight">
<div class="content">
<h3>channel lists</h3>
<p>channels saved on your device</p>
</div>
</section>
<section class="spotlight">
<div class="content">
<h3>subscriptions</h3>
<p>you can maintain all your channels on web, by following a specific json file</p>
</div>
</section>
</div>
</section>
<
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.twitter.com/moonzju" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
</ul>
<p class="copyright">© dotPlayer. Credits: <a href="http://html5up.net">HTML5 UP</a></p>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>