-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
254 lines (203 loc) · 10.5 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
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pryv style assets</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="dist/images/favicon-black.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="120x120" href="dist/images/apple-touch-icon-120x120-black.png">
<link rel="apple-touch-icon" sizes="152x152" href="dist/images/apple-touch-icon-152x152-black.png">
<link rel="apple-touch-icon" sizes="180x180" href="dist/images/apple-touch-icon-180x180-black.png">
<link rel="stylesheet" href="dist/fonts/ss-gizmo.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,400italic" type="text/css">
<link rel="stylesheet" href="dist/pryv.css" charset="utf-8">
</head>
<body>
<div class="container container-narrow">
<header class="text-center">
<h1><img src="dist/images/logo-256.png" width="128" alt="Pryv"/><br> style assets</h1>
<p>Reference CSS, JS and media files. Based on <a href="http://getbootstrap.com/">Twitter Bootstrap</a>.</p>
</header>
<section>
<h2 class="page-header">Contents</h2>
<p>For customized builds, see the <a href="https://github.com/pryv/style">source repository</a>.</p>
<h3>Stylesheets</h3>
<p><a href="dist/pryv.css">pryv.css</a> | <a href="dist/pryv.min.css">pryv.min.css</a></p>
<h3>Scripts</h3>
<p><a href="dist/bootstrap.min.js">bootstrap.min.js</a></p>
<h3>Fonts</h3>
<p>In the <code>fonts</code> folder:</p>
<ul>
<li>Bootstrap Glyphicons font files (referred to from the CSS)</li>
<li>SS Gizmo icon font: <a href="dist/fonts/ss-gizmo.css">ss-gizmo.css</a> (<a href="dist/fonts/icon-ref.html">icon reference</a>)</li>
</ul>
<p>The styles assume that <a href="https://www.google.com/fonts/specimen/Roboto" target="_blank">Roboto</a> (weights 300, 400, 400 italic, 500) and <a href="https://www.google.com/fonts/specimen/Roboto+Condensed" target="_blank">its condensed version</a> (weights 300, 400, 700) are loaded. The present page uses the following declarations:</p>
<pre><code><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,400italic" type="text/css"></code></pre>
<h3>Images</h3>
<p>In the <code>images</code> folder.</p>
<h4>Pryv icon</h4>
<table class="table">
<thead>
<tr>
<th></th>
<th>Regular</th>
<th>White</th>
<th>Black</th>
<th>Transparent</th>
</tr>
</thead>
<tbody>
<tr>
<th>SVG</th>
<td><img src="dist/images/icon.svg" width="64"/><br/>
<a href="dist/images/icon.svg">icon.svg</a></td>
<td><img src="dist/images/icon-white.svg" width="64"/><br/>
<a href="dist/images/icon-white.svg">icon-white.svg</a></td>
<td><img src="dist/images/icon-black.svg" width="64"/><br/>
<a href="dist/images/icon-black.svg">icon-black.svg</a></td>
<td><img src="dist/images/icon-transparent.svg" width="64"/><br/>
<a href="dist/images/icon-transparent.svg">icon-transparent.svg</a></td>
</tr>
<tr>
<th>PNG</th>
<td><img src="dist/images/icon-128.png" width="64"/><br/>
<a href="dist/images/icon-128.png">icon-128.png</a><br/>
<a href="dist/images/icon-256.png">icon-256.png</a><br/>
<a href="dist/images/icon-512.png">icon-512.png</a></td>
<td><img src="dist/images/icon-128-white.png" width="64"/><br/>
<a href="dist/images/icon-128-white.png">icon-128-white.png</a><br/>
<a href="dist/images/icon-256-white.png">icon-256-white.png</a><br/>
<a href="dist/images/icon-512-white.png">icon-512-white.png</a></td>
<td><img src="dist/images/icon-128-black.png" width="64"/><br/>
<a href="dist/images/icon-128-black.png">icon-128-black.png</a><br/>
<a href="dist/images/icon-256-black.png">icon-256-black.png</a><br/>
<a href="dist/images/icon-512-black.png">icon-512-black.png</a></td>
<td></td>
</tr>
<tr>
<th>Favicon</th>
<td colspan="2"><a href="dist/images/favicon.ico">favicon.ico</a></td>
<td colspan="2"><a href="dist/images/favicon-black.ico">favicon-black.ico</a></td>
</tr>
<tr>
<th>Apple touch icons</th>
<td colspan="2"><a href="dist/images/apple-touch-icon-120x120.png">apple-touch-icon-120x120.png</a><br/>
<a href="dist/images/apple-touch-icon-152x152.png">apple-touch-icon-152x152.png</a><br/>
<a href="dist/images/apple-touch-icon-180x180.png">apple-touch-icon-180x180.png</a></td>
<td colspan="2"><a href="dist/images/apple-touch-icon-120x120-black.png">apple-touch-icon-120x120-black.png</a><br/>
<a href="dist/images/apple-touch-icon-152x152-black.png">apple-touch-icon-152x152-black.png</a><br/>
<a href="dist/images/apple-touch-icon-180x180-black.png">apple-touch-icon-180x180-black.png</a></td>
</tr>
<tr>
<th>Pryv home icon</th>
<td colspan="4"><img src="dist/images/icon-home.svg" width="64"/><br/>
<a href="dist/images/icon-home.svg">icon-home.svg</a></td>
</tr>
</tbody>
</table>
<h4>Full logo</h4>
<table class="table">
<thead>
<tr>
<th></th>
<th>Regular</th>
<th>White</th>
<th>Black</th>
</tr>
</thead>
<tbody>
<tr>
<th>PNG</th>
<td><img src="dist/images/logo-128.png" width="64"/><br/>
<a href="dist/images/logo-128.png">logo-128.png</a><br/>
<a href="dist/images/logo-256.png">logo-256.png</a><br/>
<a href="dist/images/logo-512.png">logo-512.png</a></td>
<td><img src="dist/images/logo-128-white.png" width="64"/><br/>
<a href="dist/images/logo-128-white.png">logo-128-white.png</a><br/>
<a href="dist/images/logo-256-white.png">logo-256-white.png</a><br/>
<a href="dist/images/logo-512-white.png">logo-512-white.png</a></td>
<td><img src="dist/images/logo-128-black.png" width="64"/><br/>
<a href="dist/images/logo-128-black.png">logo-128-black.png</a><br/>
<a href="dist/images/logo-256-black.png">logo-256-black.png</a><br/>
<a href="dist/images/logo-512-black.png">logo-512-black.png</a></td>
</tr>
</tbody>
</table>
</section>
<section>
<h2 class="page-header">Examples</h2>
<h3>Typography</h3>
<section class="highlight">
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
<hr>
<p><strong>This is a regular paragraph.</strong> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed diam massa, vulputate non placerat vel, vehicula non justo. Ut euismod euismod justo commodo consectetur. Pellentesque dapibus, erat at fringilla dictum, mi mi lacinia tellus, eu semper est lacus ac augue. </p>
<ul>
<li>Unordered list item 1</li>
<li>Unordered list item 2</li>
</ul>
<ol>
<li>Ordered list item 1</li>
<li>Ordered list item 2</li>
</ol>
<pre><code>This is a <pre><code> section.</code></pre>
<hr>
<p class="small"><strong>This is small text.</strong> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed diam massa, vulputate non placerat vel, vehicula non justo. Ut euismod euismod justo commodo consectetur. Pellentesque dapibus, erat at fringilla dictum, mi mi lacinia tellus, eu semper est lacus ac augue. </p>
<hr>
<p class="lead"><strong>This is a <code>.lead</code> paragraph.</strong> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed diam massa, vulputate non placerat vel, vehicula non justo. Ut euismod euismod justo commodo consectetur.</p>
</section>
<h3>Buttons</h3>
<button type="button" class="btn btn-default btn-sm">Default small</button>
<button type="button" class="btn btn-primary btn-sm">Primary small</button>
<button type="button" class="btn btn-default">Default</button>
<button type="button" class="btn btn-default" disabled>Default disabled</button>
<button type="button" class="btn btn-primary">Primary</button>
<button type="button" class="btn btn-primary" disabled>Primary disabled</button>
<button type="button" class="btn btn-default btn-lg">Default large</button>
<button type="button" class="btn btn-primary btn-lg">Primary large</button>
<a href="javascript:void(0)">Link simple</a>
<h3>Nav bar</h3>
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<ul class="nav navbar-nav">
<li class="navbar-logo">
<a href="javascript:void(0)"><img src="dist/images/icon-transparent.svg" width="50"/></a>
</li>
<li>
<a href="javascript:void(0)"><span class="icon ss-plus"></span> Add content</a>
</li>
<li>
<a href="javascript:void(0)"><span class="icon ss-smartphone"></span> Connect apps</a>
</li>
<li>
<a href="javascript:void(0)"><span class="icon ss-sugarpackets"></span> Manage streams</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Dropdown menu <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="javascript:void(0)">Action</a></li>
<li><a href="javascript:void(0)">Another action</a></li>
<li><a href="javascript:void(0)">Something else here</a></li>
<li class="divider"></li>
<li><a href="javascript:void(0)">Separated link</a></li>
<li class="divider"></li>
<li><a href="javascript:void(0)">One more separated link</a></li>
</ul>
</li>
</ul>
</div>
</nav>
</section>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="dist/bootstrap.min.js"></script>
</body>
</html>