-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.ejs
99 lines (80 loc) · 3.13 KB
/
index.ejs
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>InSight</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/docs.css" rel="stylesheet">
<!-- Analytics -->
<script>
</script>
<script src="assets/js/modernizr.custom.js"></script>
</head>
<body>
<div class="jumbotron">
<div class="row">
<div class="col-lg-7">
<span class="glyphicon glyphicon-ok"></span>
<h1>InSight <small class="beta">beta</small></h1>
<p class="subtitle">Stay update for the first hand information, never miss anything happens around the world.</p>
<a href="#" class="btn btn-outline btn-large">Comming Soon</a>
<ul class="jumbotron-links">
<li>
<span>Know more about the creator</span>
<a href="http://fridaycreation.com">Friday Creation</a>
</li>
</ul>
</div>
<div class="col-lg-5">
<div class="phone">
<img class="screenshot" src="assets/images/screen1.png" width="272px"/>
</div>
</div>
</div>
</div>
<!-- Callout for the old docs link -->
<div class="bs-old-docs">
<div class="container">
Want to know more our productions? <a href="#">Here you are</a>
</div>
</div>
<div class="container">
<br/>
<br/>
<br/>
<br/>
<div class="featurette">
<img class="featurette-image img-circle pull-left" src="assets/images/feature1.png">
<h2 class="featurette-heading">Channel Subscription</h2>
<p class="lead">Just subscribe the channels that you may interest in. There must be something surprising you!</p>
</div>
<hr class="featurette-divider">
<div class="featurette">
<img class="featurette-image img-circle pull-right" src="assets/images/feature2.png">
<h2 class="featurette-heading">Bookmark</h2>
<p class="lead">
Marked those sights that you wanted to read later. No need to worry about missing the sight.
</p>
</div>
<hr class="featurette-divider">
<div class="featurette">
<img class="featurette-image img-circle pull-left" src="assets/images/feature3.png">
<h2 class="featurette-heading">Make Your Vote</h2>
<p class="lead"> Each voting will affect the sight ordering. Let it stays on the top of the corresponding channel if you like it.</p>
</div>
<hr class="featurette-divider">
</div><!-- /.container -->
<footer>
<div class="container text-center">
<p>©2013 Friday Creation, Inc. All rights reserved.</p>
</div>
</footer>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/retina.js"></script>
</body>
</html>