-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (65 loc) · 2.75 KB
/
index.html
File metadata and controls
80 lines (65 loc) · 2.75 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
77
78
79
80
<!DOCTYPE html>
<head>
<!-- META VIEWPORTS -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- META TAGS -->
<meta name="author" content="Apollo X">
<meta name="keywords" content="Create stories with your friends with watchox">
<meta name="description" content="Watchbox">
<!-- OPEN GRAPH -->
<meta property="og:title" content="Watchbox" >
<link href="http://watchboxapp.com/img/opengraph.png'" rel="image_src"/>
<meta property="og:image" content="http://watchboxapp.com/img/opengraph.png" />
<meta property="og:url" content="http://watchboxapp.com/" />
<meta property="og:description" content="Create stories with your friends" />
<meta property="og:site_name" content="Watchbpx" />
<meta property="og:type" content="website" />
<!-- FAVICON -->
<link rel="shortcut icon" href="/img/favicon.png">
<link rel="icon" href="/img/favicon.png" type="image/x-icon">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{{HTML::image('img/Icon@2x.png')}}}">
<!-- CSS -->
<link href="/css/styles.css" rel="stylesheet" type="text/css" />
<!-- FOREIGN CSS -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!-- FOREIGN JAVASCRIPT -->
<script src="//code.jquery.com/jquery-latest.min.js"></script>
<script src="//use.typekit.net/ram5nba.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<title>Watchbox</title>
</head>
<body>
<div id="header">
<div id="header-wrap">
<ul>
<a href="#"><li>Contact</li></a>
<a href="#"><li>Press</li></a>
</ul>
</div>
</div>
<div id="page-wrap">
<div id="content-wrap">
<img src="/assets/download.png" class="appstore">
</div>
<div id="first-view">
<div class="hero">
<img src="assets/watchbox_icon.png" class="hero-icon">
<img src="assets/watchbox_logotext.png" class="hero-logotext" alt="Watchbox">
<h2><span class="create">Create</span> <span class="stories">stories</span> with your <span class="friends">friends</span></h2>
</div>
<div class="featured-channel">
<a href=""><div class="channel-button transition"><h1>#vaktin</h1></div></a>
<div class="channel-description"><p><span class="green">#vaktin</span> is a popular channel in Watchbox</p></div>
</div>
<div class="channel-info">
<p class="createdby">Created by @jonasoli</p>
<ul>
<li><img src="/assets/followers.png" class="info-icon" style="height: 18px;"><br/><span class="green info-number">1.337</span><br><span class="info-title">Followers</span></li>
<li class="righty"><img src="/assets/views.png" class="info-icon"><br/><span class="green info-number">1.337</span><br><span class="info-title">Total views</span></li>
</ul>
</div>
</div>
</div>
</body>
</html>