This repository was archived by the owner on Jan 14, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·121 lines (97 loc) · 3.55 KB
/
Copy pathindex.html
File metadata and controls
executable file
·121 lines (97 loc) · 3.55 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Criss Cross</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="app/views/css/bootstrap-responsive.css" rel="stylesheet">
<link href="app/views/css/main.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<![endif]-->
<!-- <link rel="shortcut icon" href="assets/ico/favicon.png"> -->
</head>
<body data-spy="scroll" data-target=".bs-docs-sidebar">
<!-- Navbar
================================================== -->
<div class="container">
<header span2>
<img class="logo" src="app/views/img/logo.png" height="125" alt="Criss Cross">
</header>
<!-- Main Container
================================================== -->
<div class="container-fluid">
<div class="row-fluid">
<div class="span3 sidebar">
<img src="http://placehold.it/150x150" alt="">
<h2>Upcoming</h2>
<ul>
<li>lorem ipsum</li>
<li>lorem ipsum</li>
<li>lorem ipsum</li>
<li>lorem ipsum</li>
<li>lorem ipsum</li>
</ul>
<hr class="soften">
<h3>Filter</h3>
<a href="javascript:void(0)">
<img class="settings" src="app/views/img/settings.png" height="20" width="20" alt="">Settings</a>
</div>
<div class="span10 feedview offset3">
<div class="row">
<section>
<div class="span3 offset1">
<img src="http://placehold.it/150x150" alt="">
</div>
<div class="span7">
<img src="http://placehold.it/550x250" alt="">
</div>
</section>
</div>
<div class="row">
<div class="span5 profile offset1">
<img src="app/views/img/profile_1.png" height="75" width="75" alt="">
<h1>Christine Stewart</h1>
</div>
</div>
<hr class="soften">
<div class="row">
<section>
<div class="span3 offset1">
<img src="http://placehold.it/150x150" alt="">
</div>
<div class="span7">
<img src="http://placehold.it/550x250" alt="">
</div>
</section>
</div>
<div class="row">
<div class="span5 profile offset1">
<img src="app/views/img/profile_2.png" height="75" width="75" alt="">
<h1>Christine Stewart</h1>
</div>
</div>
</div>
</div>
</div>
<!-- Footer
================================================== -->
<footer class="footer">
<div class="container">
<p>Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
</footer>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js
"></script>
<script src="app/views/js/app.js"></script>
<script src="app/views/js/bootstrap.js"></script>
</body>
</html>