-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
205 lines (168 loc) · 8.4 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
<!DOCTYPE html>
<html lang=en ng-app="vetro">
<head>
<meta charset="UTF-8">
<title>VETRO FiberMap Style Guide</title>
<meta name="format-detection" content="telephone=no" />
<link rel="icon" href="/media/images/favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="/media/images/favicon.ico" type="image/x-icon"/>
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale= 1.0, user-scalable=yes"> -->
<meta id="viewport" name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, target-densitydpi=device-dpi" />
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic|Lato:100,300,400,600,700,800,300italic,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<link rel="stylesheet" href="styleguide.css"/>
<link rel="stylesheet" href="styles/app.css"/>
</head>
<body>
<div id="main-content" class="container-fluid hidden">
<div class="row">
<nav id="styleguide-header" class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">
<img alt="Brand" src="media/images/vetro_logo_circle.png">
Vetro FiberMap Style Guide
</a>
</div>
</div>
</nav>
</div>
<div class="row">
<!-- Sidebar -->
<div id="guide-sidebar" class="col-xs-4">
<div class="row">
<div class="list-group">
<!-- Sidebar Options Will Be Appended Here -->
</div>
</div>
</div>
<!-- Content -->
<div id="guide-content" class="col-xs-8">
<section id="home" section-title="Home">
<blockquote>
<p class="lead"> Welcome to the Vetro FiberMap Style Guide</p>
<p></p>
<stong>Some Other Helpful Resources</stron>
<ul>
<li><a href="https://getbootstrap.com/docs/3.3/css/">Bootstrap Docs</a></li>
<li><a href="http://angular-ui.github.io/bootstrap/versioned-docs/0.14.3/">UI [ Angular ] Bootstrap Docs</a></li>
<li><a href="http://fontawesome.io/examples/">Font Awesome Docs</a></li>
<li><a href="http://fontawesome.io/icons/">Font Awesome Icons</a></li>
<li><a href="https://css-tricks.com/almanac/">CSS Almanac [ CSS-Tricks ]</a></li>
<li><a href="http://colorbrewer2.org/#type=sequential&scheme=BuGn&n=3">Color Scales [ ColorBrewer ] </a></li>
</ul>
</blockquote>
</section>
<!-- #colors -->
<section id="colors" section-title="Colors">
<div block-title="Vetro Colors" file-src="./examples/colors-vetro.html"> </div>
</section>
<!-- /#colors -->
<!-- #icons -->
<section id="icons" section-title="Icons">
<div block-title="Vetro Icons" file-src="./examples/icons-vetro.html"> </div>
</section>
<!-- /#icons -->
<section id="buttons" section-title="Buttons">
<blockquote>
<p class="lead">Thoughts on Buttons</p>
<ul>
<li>Try to limit the number of different colored buttons that we are using. <small>While Bootstrap does provide us with contentual classes for states info, success, warning, these states are not easily interpreted and confuse the site's color pallet.</small></li>
<li>All buttons should have <u>at minimum</u> <code>btn</code> and <code>btn-{default, primary, etc.}</code> classes</li>
</ul>
</blockquote>
<div class="ex-block" block-title="Basic Buttons">
<div class="output-block" file-src="./examples/buttons-basic.html"></div>
</div>
<div class="ex-block" block-title="Circle Buttons">
<div class="output-block" file-src="./examples/buttons-circle.html"></div>
</div>
</section>
<!-- /#buttons -->
<!-- #forms -->
<section id="forms" section-title="Forms">
<div class="ex-block" block-title="Input Field">
<div class="output-block" file-src="./examples/forms-input.html"></div>
</div>
<div class="ex-block" block-title="Select">
<div class="output-block" file-src="./examples/forms-select.html"></div>
</div>
<div class="ex-block" block-title="Checkbox">
<div class="output-block" file-src="./examples/forms-checkbox.html"></div>
</div>
<div class="ex-block" block-title="Radio">
<div class="output-block" file-src="./examples/forms-radio.html"></div>
</div>
<div class="ex-block" block-title="Text Area">
<div class="output-block" file-src="./examples/forms-textarea.html"></div>
</div>
<div class="ex-block" block-title="File Upload">
<div class="output-block" file-src="./examples/forms-file.html"></div>
</div>
</section>
<!-- /#forms -->
<!-- #lists -->
<section id="lists" section-title="Lists">
<div class="ex-block" block-title="List Group">
<div class="output-block" file-src="./examples/lists-list-group.html"></div>
</div>
<div class="ex-block" block-title="List Group - Linked Items">
<div class="output-block" file-src="./examples/lists-list-group-links.html"></div>
</div>
<div class="ex-block" block-title="Striped List">
<div class="output-block" file-src="./examples/lists-striped.html"></div>
</div>
</section>
<!-- /#lists -->
<!-- #panels -->
<section id="panels" section-title="Panels">
<div class="ex-block" block-title="Panels">
<div class="output-block" file-src="./examples/panels-default.html"></div>
</div>
<div class="ex-block" block-title="Vertical Panel">
<div class="output-block" file-src="./examples/panels-vertical.html"></div>
</div>
</section>
<!-- /#panels -->
<!-- #tabs -->
<section id="tabs" section-title="Tabs">
<div class="ex-block" block-title="Tabs">
<div class="output-block" file-src="./examples/tabs-basic.html"></div>
<pre class="input-block"><code data-language="html" file-src="./examples/tabs-basic-angular.html"></code></pre>
</div>
<div class="ex-block" block-title="Justified Tabs">
<div class="output-block" file-src="./examples/tabs-justified.html"></div>
</div>
<div class="ex-block" block-title="Scrollable Tabs">
<div class="output-block" file-src="./examples/tabs-scrollable.html"></div>
<pre class="input-block"><code data-language="html" file-src="./examples/tabs-scrollable-angular.html"></code></pre>
</div>
<div class="ex-block" block-title="Tabs With Subnav">
<div class="output-block" file-src="./examples/tabs-subnav.html"></div>
</div>
</section>
<!-- /#tabs -->
<!-- #typography -->
<section id="typography" section-title="Typography">
<div class="ex-block" block-title="Headings">
<div class="output-block" file-src="./examples/typeography-headings.html"></div>
</div>
<div class="ex-block" block-title="Contextual Text">
<div class="output-block" file-src="./examples/typeography-contextual-colors.html"></div>
</div>
</section>
<!-- #typography -->
<!-- #name -->
<!-- <section id="name" section-title="Name">
<div class="ex-block" block-title="Block">
<div class="output-block" file-src="name-block.html"></div>
</div>
</section> -->
<!-- /#name -->
</dib>
</div>
</div>
<script src="styleguide.js"></script>
</body>
</html>