leather 0.2.12 → 0.2.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f4ac63ca35ed759827e547da3752c74141fe5f27
4
- data.tar.gz: c3280363941c5a0ffb0a3b5afe89c033442b225f
3
+ metadata.gz: 5b77e938713c3d6cff9279743d882787a114adb7
4
+ data.tar.gz: 6b8a359cb353fdde7e2058241bc96484d434cdcd
5
5
  SHA512:
6
- metadata.gz: 3b3aa4cd518c7d8a90186590800dc6bedc6da7c6884bfef7478383b983e09f37bcaf2729c278080f8d011feb486bc7bd601117061d0f6c4478248ace52a05d4a
7
- data.tar.gz: ed29c32748f7c72e697f937bcd2d2d903a0ac5031d5b417ee1e244e0b6d7637c06417723537121a1acf2da96b9415373042838a88e4d2d8833ad400ed5c3e39a
6
+ metadata.gz: 17661eb18585085c51393052bc0c5681647a949a410b77334fddf86faabf0ea9688e8a0bba322c89ca6a49ffde18977f181ed480e87e7cc47e0320b5615841b4
7
+ data.tar.gz: 78aee19a6c5e3e28ccae4defa267e90da24f1e68f50fcc0f5be2409c3bf8bc3e754de16e938b3c5c90543a902e2fc78cf7daf300f1d08835c1281c48c01d5292
@@ -1,3 +1,3 @@
1
1
  module Leather
2
- VERSION = "0.2.12"
2
+ VERSION = "0.2.13"
3
3
  end
@@ -0,0 +1,285 @@
1
+ = navbar "Brand", root_url, container_mode: :with, class: "navbar-default navbar-static-top" do
2
+ = nav_list do
3
+ = nav_item 'Link', '#'
4
+ = nav_item 'Link', '#'
5
+ = dropdown_nav_item 'Dropdown', '#' do
6
+ = nav_item 'Action', '#'
7
+ = nav_item 'Another action', '#'
8
+ = nav_item 'Something else here', '#'
9
+ %li.divider
10
+ = nav_item 'Separated link', '#'
11
+ %form.navbar-form.navbar-left{role: "search"}
12
+ .form-group
13
+ %input.form-control{placeholder: "Search", type: "text"}/
14
+ %button.btn.btn-default{type: "submit"} Submit
15
+ = nav_list class: 'navbar-right' do
16
+ = nav_item 'Link', '#'
17
+ = dropdown_nav_item 'Dropdown', '#' do
18
+ = nav_item 'Action', '#'
19
+ = nav_item 'Another action', '#'
20
+ = nav_item 'Something else here', '#'
21
+ %li.divider
22
+ = nav_item 'Separated link', '#'
23
+
24
+ = navbar "Brand", root_url, container_mode: :with, class: "navbar-inverse navbar-static-top" do
25
+ = nav_list do
26
+ = nav_item 'Link', '#'
27
+ = nav_item 'Link', '#'
28
+ = dropdown_nav_item 'Dropdown', '#' do
29
+ = nav_item 'Action', '#'
30
+ = nav_item 'Another action', '#'
31
+ = nav_item 'Something else here', '#'
32
+ %li.divider
33
+ = nav_item 'Separated link', '#'
34
+ %form.navbar-form.navbar-left{role: "search"}
35
+ .form-group
36
+ %input.form-control{placeholder: "Search", type: "text"}/
37
+ %button.btn.btn-default{type: "submit"} Submit
38
+ = nav_list class: 'navbar-right' do
39
+ = nav_item 'Link', '#'
40
+ = dropdown_nav_item 'Dropdown', '#' do
41
+ = nav_item 'Action', '#'
42
+ = nav_item 'Another action', '#'
43
+ = nav_item 'Something else here', '#'
44
+ %li.divider
45
+ = nav_item 'Separated link', '#'
46
+
47
+ .jumbotron
48
+ .container
49
+ %h1 Hello, world!
50
+ %p This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.
51
+ %p
52
+ %a.btn.btn-primary.btn-lg{role: "button"} Learn more
53
+ .container
54
+ %ol.breadcrumb
55
+ %li
56
+ %a{href: "#"} Home
57
+ %li
58
+ %a{href: "#"} Library
59
+ %li.active Data
60
+ .container
61
+ %h1.page-header Typography
62
+ %h3 Headings
63
+ %h1
64
+ h1. Bootstrap heading
65
+ %small Secondary text
66
+ %h2
67
+ h2. Bootstrap heading
68
+ %small Secondary text
69
+ %h3
70
+ h3. Bootstrap heading
71
+ %small Secondary text
72
+ %h4
73
+ h4. Bootstrap heading
74
+ %small Secondary text
75
+ %h5
76
+ h5. Bootstrap heading
77
+ %small Secondary text
78
+ %h6
79
+ h6. Bootstrap heading
80
+ %small Secondary text
81
+ %h3 Lead Copy
82
+ %p.lead Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.
83
+ %h3 Body Copy
84
+ %p Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula.
85
+ %p Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec ullamcorper nulla non metus auctor fringilla.
86
+ %h3 Blockquote
87
+ %blockquote
88
+ %p Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
89
+ %h3 Lists
90
+ %h4 Unordered List
91
+ %ul
92
+ %li List Item
93
+ %li List Item
94
+ %h4 Ordered List
95
+ %ol
96
+ %li List Item
97
+ %li List Item
98
+ %h4 Unstyled List
99
+ %ul.list-unstyled
100
+ %li List Item
101
+ %li List Item
102
+ %li List Item
103
+ %h4 Definition List
104
+ %dl
105
+ %dt Description lists
106
+ %dd A description list is perfect for defining terms.
107
+ %dt Euismod
108
+ %dd Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.
109
+ %dd Donec id elit non mi porta gravida at eget metus.
110
+ %dt Malesuada porta
111
+ %dd Etiam porta sem malesuada magna mollis euismod.
112
+ %h1.page-header Buttons
113
+ / Standard button
114
+ %button.btn.btn-default{type: "button"} Default
115
+ / Provides extra visual weight and identifies the primary action in a set of buttons
116
+ %button.btn.btn-primary{type: "button"} Primary
117
+ / Indicates a successful or positive action
118
+ %button.btn.btn-success{type: "button"} Success
119
+ / Contextual button for informational alert messages
120
+ %button.btn.btn-info{type: "button"} Info
121
+ / Indicates caution should be taken with this action
122
+ %button.btn.btn-warning{type: "button"} Warning
123
+ / Indicates a dangerous or potentially negative action
124
+ %button.btn.btn-danger{type: "button"} Danger
125
+ / Deemphasize a button by making it look like a link while maintaining button behavior
126
+ %button.btn.btn-link{type: "button"} Link
127
+ %h1.page-header Tables
128
+ %h3 Basic Table
129
+ = render 'pages/table', table_class: ""
130
+ %h3 Striped Table
131
+ = render 'pages/table', table_class: "table-striped"
132
+ %h3 Bordered Table
133
+ = render 'pages/table', table_class: "table-bordered"
134
+ %h3 Hover Rows
135
+ = render 'pages/table', table_class: "table-hover"
136
+ %h3 Condensed Table
137
+ = render 'pages/table', table_class: "table-condensed"
138
+ %h1.page-header Forms
139
+ %form{role: "form"}
140
+ .form-group
141
+ %label{for: "exampleInputEmail1"} Email address
142
+ %input#exampleInputEmail1.form-control{placeholder: "Enter email", type: "email"}/
143
+ .form-group
144
+ %label{for: "exampleInputPassword1"} Password
145
+ %input#exampleInputPassword1.form-control{placeholder: "Password", type: "password"}/
146
+ .form-group
147
+ %label{for: "exampleInputFile"} File input
148
+ %input#exampleInputFile{type: "file"}/
149
+ %p.help-block Example block-level help text here.
150
+ .checkbox
151
+ %label
152
+ %input{type: "checkbox", value: ""}/
153
+ Option one is this and that—be sure to include why it's great
154
+ .checkbox.disabled
155
+ %label
156
+ %input{disabled: "disabled", type: "checkbox", value: ""}/
157
+ Option two is disabled
158
+ .radio
159
+ %label
160
+ %input#optionsRadios1{checked: "checked", name: "optionsRadios", type: "radio", value: "option1"}/
161
+ Option one is this and that—be sure to include why it's great
162
+ .radio
163
+ %label
164
+ %input#optionsRadios2{name: "optionsRadios", type: "radio", value: "option2"}/
165
+ Option two can be something else and selecting it will deselect option one
166
+ .radio.disabled
167
+ %label
168
+ %input#optionsRadios3{disabled: "disabled", name: "optionsRadios", type: "radio", value: "option3"}/
169
+ Option three is disabled
170
+ %button.btn.btn-default{type: "submit"} Submit
171
+ %h1.page-header Contextual Classes
172
+ %p.text-muted text-muted ...Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.
173
+ %p.text-primary text-primary ...Nullam id dolor id nibh ultricies vehicula ut id elit.
174
+ %p.text-success text-success ...Duis mollis, est non commodo luctus, nisi erat porttitor ligula.
175
+ %p.text-info text-info ...Maecenas sed diam eget risus varius blandit sit amet non magna.
176
+ %p.text-warning text-warning ...Etiam porta sem malesuada magna mollis euismod.
177
+ %p.text-danger text-danger ...Donec ullamcorper nulla non metus auctor fringilla.
178
+ %p.bg-primary{style: "padding: 10px;"} bg-primary
179
+ %p.bg-success{style: "padding: 10px;"} bg-success
180
+ %p.bg-info{style: "padding: 10px;"} bg-info
181
+ %p.bg-warning{style: "padding: 10px;"} bg-warning
182
+ %p.bg-danger{style: "padding: 10px;"} bg-danger
183
+ %h1.page-header Alerts
184
+ .bs-example
185
+ .alert.alert-success{role: "alert"}
186
+ %strong Well done!
187
+ You successfully read this important alert message.
188
+ .alert.alert-info{role: "alert"}
189
+ %strong Heads up!
190
+ This alert needs your attention, but it's not super important.
191
+ .alert.alert-warning{role: "alert"}
192
+ %strong Warning!
193
+ Better check yourself, you're not looking too good.
194
+ .alert.alert-danger{role: "alert"}
195
+ %strong Oh snap!
196
+ Change a few things up and try submitting again.
197
+ %h1.page-header Progress Bars
198
+ .progress
199
+ .progress-bar{"aria-valuemax" => "100", "aria-valuemin" => "0", "aria-valuenow" => "60", role: "progressbar", style: "width: 60%;"}
200
+ 60%
201
+ .progress
202
+ .progress-bar.progress-bar-success{"aria-valuemax" => "100", "aria-valuemin" => "0", "aria-valuenow" => "40", role: "progressbar", style: "width: 40%"}
203
+ %span.sr-only 40% Complete (success)
204
+ .progress
205
+ .progress-bar.progress-bar-info{"aria-valuemax" => "100", "aria-valuemin" => "0", "aria-valuenow" => "20", role: "progressbar", style: "width: 20%"}
206
+ %span.sr-only 20% Complete
207
+ .progress
208
+ .progress-bar.progress-bar-warning{"aria-valuemax" => "100", "aria-valuemin" => "0", "aria-valuenow" => "60", role: "progressbar", style: "width: 60%"}
209
+ %span.sr-only 60% Complete (warning)
210
+ .progress
211
+ .progress-bar.progress-bar-danger{"aria-valuemax" => "100", "aria-valuemin" => "0", "aria-valuenow" => "80", role: "progressbar", style: "width: 80%"}
212
+ %span.sr-only 80% Complete
213
+ %h1.page-header Panels
214
+ .bs-example
215
+ .panel.panel-primary
216
+ .panel-heading
217
+ %h3.panel-title Panel title
218
+ .panel-body
219
+ Panel content
220
+ .panel-footer Panel footer
221
+ .panel.panel-success
222
+ .panel-heading
223
+ %h3.panel-title Panel title
224
+ .panel-body
225
+ Panel content
226
+ .panel.panel-info
227
+ .panel-heading
228
+ %h3.panel-title Panel title
229
+ .panel-body
230
+ Panel content
231
+ .panel.panel-warning
232
+ .panel-heading
233
+ %h3.panel-title Panel title
234
+ .panel-body
235
+ Panel content
236
+ .panel.panel-danger
237
+ .panel-heading
238
+ %h3.panel-title Panel title
239
+ .panel-body
240
+ Panel content
241
+ %h1.page-header Wells
242
+ .well Normal well
243
+ .well.well-lg Large well
244
+ .well.well-sm Small well
245
+ %h1.page-header Tabs
246
+ .bs-example.bs-example-tabs
247
+ %ul#myTab.nav.nav-tabs{role: "tablist"}
248
+ %li.active
249
+ %a{"data-toggle" => "tab", href: "#home", role: "tab"} Home
250
+ %li
251
+ %a{"data-toggle" => "tab", href: "#profile", role: "tab"} Profile
252
+ %li.dropdown
253
+ %a#myTabDrop1.dropdown-toggle{"data-toggle" => "dropdown", href: "#"}
254
+ Dropdown
255
+ %span.caret
256
+ %ul.dropdown-menu{"aria-labelledby" => "myTabDrop1", role: "menu"}
257
+ %li
258
+ %a{"data-toggle" => "tab", href: "#dropdown1", role: "tab", tabindex: "-1"} @fat
259
+ %li
260
+ %a{"data-toggle" => "tab", href: "#dropdown2", role: "tab", tabindex: "-1"} @mdo
261
+ #myTabContent.tab-content
262
+ #home.tab-pane.fade.in.active
263
+ %p Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
264
+ #profile.tab-pane.fade
265
+ %p Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.
266
+ #dropdown1.tab-pane.fade
267
+ %p Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.
268
+ #dropdown2.tab-pane.fade
269
+ %p Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf cliche high life echo park Austin. Cred vinyl keffiyeh DIY salvia PBR, banh mi before they sold out farm-to-table VHS viral locavore cosby sweater. Lomo wolf viral, mustache readymade thundercats keffiyeh craft beer marfa ethical. Wolf salvia freegan, sartorial keffiyeh echo park vegan.
270
+ %h1.page-header Modal
271
+ .modal{style: "position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: 1; display: block;"}
272
+ .modal-dialog
273
+ .modal-content
274
+ .modal-header
275
+ %button.close{"data-dismiss" => "modal", type: "button"}
276
+ %span{"aria-hidden" => "true"} ×
277
+ %span.sr-only Close
278
+ %h4.modal-title Modal title
279
+ .modal-body
280
+ %p One fine body…
281
+ .modal-footer
282
+ %button.btn.btn-default{"data-dismiss" => "modal", type: "button"} Close
283
+ %button.btn.btn-primary{type: "button"} Save changes
284
+ / /.modal-content
285
+ / /.modal-dialog
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leather
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.12
4
+ version: 0.2.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Van Der Beek
@@ -158,7 +158,7 @@ files:
158
158
  - templates/views/devise/shared/_welcome.html.erb
159
159
  - templates/views/pages/_table.html.erb
160
160
  - templates/views/pages/home.html.haml
161
- - templates/views/pages/ui_kit.html.erb
161
+ - templates/views/pages/ui_kit.html.haml
162
162
  homepage: https://github.com/dvanderbeek/leather
163
163
  licenses:
164
164
  - MIT
@@ -1,361 +0,0 @@
1
- <nav class="navbar navbar-default navbar-static-top" role="navigation">
2
- <div class="container">
3
- <!-- Brand and toggle get grouped for better mobile display -->
4
- <div class="navbar-header">
5
- <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
6
- <span class="sr-only">Toggle navigation</span>
7
- <span class="icon-bar"></span>
8
- <span class="icon-bar"></span>
9
- <span class="icon-bar"></span>
10
- </button>
11
- <a class="navbar-brand" href="#">Brand</a>
12
- </div>
13
-
14
- <!-- Collect the nav links, forms, and other content for toggling -->
15
- <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
16
- <ul class="nav navbar-nav">
17
- <li class="active"><a href="#">Link</a></li>
18
- <li><a href="#">Link</a></li>
19
- <li class="dropdown">
20
- <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a>
21
- <ul class="dropdown-menu" role="menu">
22
- <li><a href="#">Action</a></li>
23
- <li><a href="#">Another action</a></li>
24
- <li><a href="#">Something else here</a></li>
25
- <li class="divider"></li>
26
- <li><a href="#">Separated link</a></li>
27
- <li class="divider"></li>
28
- <li><a href="#">One more separated link</a></li>
29
- </ul>
30
- </li>
31
- </ul>
32
- <form class="navbar-form navbar-left" role="search">
33
- <div class="form-group">
34
- <input type="text" class="form-control" placeholder="Search">
35
- </div>
36
- <button type="submit" class="btn btn-default">Submit</button>
37
- </form>
38
- <ul class="nav navbar-nav navbar-right">
39
- <li><a href="#">Link</a></li>
40
- <li class="dropdown">
41
- <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a>
42
- <ul class="dropdown-menu" role="menu">
43
- <li><a href="#">Action</a></li>
44
- <li><a href="#">Another action</a></li>
45
- <li><a href="#">Something else here</a></li>
46
- <li class="divider"></li>
47
- <li><a href="#">Separated link</a></li>
48
- </ul>
49
- </li>
50
- </ul>
51
- </div><!-- /.navbar-collapse -->
52
- </div><!-- /.container -->
53
- </nav>
54
-
55
- <div class="jumbotron">
56
- <div class="container">
57
- <h1>Hello, world!</h1>
58
- <p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
59
- <p><a class="btn btn-primary btn-lg" role="button">Learn more</a></p>
60
- </div>
61
- </div>
62
-
63
- <div class="container">
64
- <ol class="breadcrumb">
65
- <li><a href="#">Home</a></li>
66
- <li><a href="#">Library</a></li>
67
- <li class="active">Data</li>
68
- </ol>
69
- </div>
70
-
71
- <div class="container">
72
- <h1 class="page-header">Typography</h1>
73
-
74
- <h3>Headings</h3>
75
- <h1>h1. Bootstrap heading <small>Secondary text</small></h1>
76
- <h2>h2. Bootstrap heading <small>Secondary text</small></h2>
77
- <h3>h3. Bootstrap heading <small>Secondary text</small></h3>
78
- <h4>h4. Bootstrap heading <small>Secondary text</small></h4>
79
- <h5>h5. Bootstrap heading <small>Secondary text</small></h5>
80
- <h6>h6. Bootstrap heading <small>Secondary text</small></h6>
81
-
82
- <h3>Lead Copy</h3>
83
- <p class="lead">Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.</p>
84
-
85
- <h3>Body Copy</h3>
86
- <p>Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula.</p>
87
- <p>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec ullamcorper nulla non metus auctor fringilla.</p>
88
-
89
- <h3>Blockquote</h3>
90
- <blockquote>
91
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
92
- </blockquote>
93
-
94
- <h3>Lists</h3>
95
- <h4>Unordered List</h4>
96
- <ul>
97
- <li>List Item</li>
98
- <li>List Item</li>
99
- </ul>
100
-
101
- <h4>Ordered List</h4>
102
- <ol>
103
- <li>List Item</li>
104
- <li>List Item</li>
105
- </ol>
106
-
107
- <h4>Unstyled List</h4>
108
- <ul class="list-unstyled">
109
- <li>List Item</li>
110
- <li>List Item</li>
111
- <li>List Item</li>
112
- </ul>
113
-
114
- <h4>Definition List</h4>
115
- <dl>
116
- <dt>Description lists</dt>
117
- <dd>A description list is perfect for defining terms.</dd>
118
- <dt>Euismod</dt>
119
- <dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.</dd>
120
- <dd>Donec id elit non mi porta gravida at eget metus.</dd>
121
- <dt>Malesuada porta</dt>
122
- <dd>Etiam porta sem malesuada magna mollis euismod.</dd>
123
- </dl>
124
-
125
- <h1 class="page-header">Buttons</h1>
126
- <!-- Standard button -->
127
- <button type="button" class="btn btn-default">Default</button>
128
- <!-- Provides extra visual weight and identifies the primary action in a set of buttons -->
129
- <button type="button" class="btn btn-primary">Primary</button>
130
- <!-- Indicates a successful or positive action -->
131
- <button type="button" class="btn btn-success">Success</button>
132
- <!-- Contextual button for informational alert messages -->
133
- <button type="button" class="btn btn-info">Info</button>
134
- <!-- Indicates caution should be taken with this action -->
135
- <button type="button" class="btn btn-warning">Warning</button>
136
- <!-- Indicates a dangerous or potentially negative action -->
137
- <button type="button" class="btn btn-danger">Danger</button>
138
- <!-- Deemphasize a button by making it look like a link while maintaining button behavior -->
139
- <button type="button" class="btn btn-link">Link</button>
140
-
141
- <h1 class="page-header">Tables</h1>
142
-
143
- <h3>Basic Table</h3>
144
- <%= render 'pages/table', table_class: "" %>
145
-
146
- <h3>Striped Table</h3>
147
- <%= render 'pages/table', table_class: "table-striped" %>
148
-
149
- <h3>Bordered Table</h3>
150
- <%= render 'pages/table', table_class: "table-bordered" %>
151
-
152
- <h3>Hover Rows</h3>
153
- <%= render 'pages/table', table_class: "table-hover" %>
154
-
155
- <h3>Condensed Table</h3>
156
- <%= render 'pages/table', table_class: "table-condensed" %>
157
-
158
- <h1 class="page-header">Forms</h1>
159
- <form role="form">
160
- <div class="form-group">
161
- <label for="exampleInputEmail1">Email address</label>
162
- <input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email">
163
- </div>
164
- <div class="form-group">
165
- <label for="exampleInputPassword1">Password</label>
166
- <input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
167
- </div>
168
- <div class="form-group">
169
- <label for="exampleInputFile">File input</label>
170
- <input type="file" id="exampleInputFile">
171
- <p class="help-block">Example block-level help text here.</p>
172
- </div>
173
- <div class="checkbox">
174
- <label>
175
- <input type="checkbox" value="">
176
- Option one is this and that&mdash;be sure to include why it's great
177
- </label>
178
- </div>
179
- <div class="checkbox disabled">
180
- <label>
181
- <input type="checkbox" value="" disabled>
182
- Option two is disabled
183
- </label>
184
- </div>
185
-
186
- <div class="radio">
187
- <label>
188
- <input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
189
- Option one is this and that&mdash;be sure to include why it's great
190
- </label>
191
- </div>
192
- <div class="radio">
193
- <label>
194
- <input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
195
- Option two can be something else and selecting it will deselect option one
196
- </label>
197
- </div>
198
- <div class="radio disabled">
199
- <label>
200
- <input type="radio" name="optionsRadios" id="optionsRadios3" value="option3" disabled>
201
- Option three is disabled
202
- </label>
203
- </div>
204
- <button type="submit" class="btn btn-default">Submit</button>
205
- </form>
206
-
207
- <h1 class="page-header">Contextual Classes</h1>
208
- <p class="text-muted">text-muted ...Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</p>
209
- <p class="text-primary">text-primary ...Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
210
- <p class="text-success">text-success ...Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</p>
211
- <p class="text-info">text-info ...Maecenas sed diam eget risus varius blandit sit amet non magna.</p>
212
- <p class="text-warning">text-warning ...Etiam porta sem malesuada magna mollis euismod.</p>
213
- <p class="text-danger">text-danger ...Donec ullamcorper nulla non metus auctor fringilla.</p>
214
-
215
- <p style="padding: 10px;" class="bg-primary">bg-primary</p>
216
- <p style="padding: 10px;" class="bg-success">bg-success</p>
217
- <p style="padding: 10px;" class="bg-info">bg-info</p>
218
- <p style="padding: 10px;" class="bg-warning">bg-warning</p>
219
- <p style="padding: 10px;" class="bg-danger">bg-danger</p>
220
-
221
- <h1 class="page-header">Alerts</h1>
222
- <div class="bs-example">
223
- <div class="alert alert-success" role="alert">
224
- <strong>Well done!</strong> You successfully read this important alert message.
225
- </div>
226
- <div class="alert alert-info" role="alert">
227
- <strong>Heads up!</strong> This alert needs your attention, but it's not super important.
228
- </div>
229
- <div class="alert alert-warning" role="alert">
230
- <strong>Warning!</strong> Better check yourself, you're not looking too good.
231
- </div>
232
- <div class="alert alert-danger" role="alert">
233
- <strong>Oh snap!</strong> Change a few things up and try submitting again.
234
- </div>
235
- </div>
236
-
237
- <h1 class="page-header">Progress Bars</h1>
238
- <div class="progress">
239
- <div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;">
240
- 60%
241
- </div>
242
- </div>
243
- <div class="progress">
244
- <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
245
- <span class="sr-only">40% Complete (success)</span>
246
- </div>
247
- </div>
248
- <div class="progress">
249
- <div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%">
250
- <span class="sr-only">20% Complete</span>
251
- </div>
252
- </div>
253
- <div class="progress">
254
- <div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
255
- <span class="sr-only">60% Complete (warning)</span>
256
- </div>
257
- </div>
258
- <div class="progress">
259
- <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
260
- <span class="sr-only">80% Complete</span>
261
- </div>
262
- </div>
263
-
264
- <h1 class="page-header">Panels</h1>
265
- <div class="bs-example">
266
- <div class="panel panel-primary">
267
- <div class="panel-heading">
268
- <h3 class="panel-title">Panel title</h3>
269
- </div>
270
- <div class="panel-body">
271
- Panel content
272
- </div>
273
- <div class="panel-footer">Panel footer</div>
274
- </div>
275
- <div class="panel panel-success">
276
- <div class="panel-heading">
277
- <h3 class="panel-title">Panel title</h3>
278
- </div>
279
- <div class="panel-body">
280
- Panel content
281
- </div>
282
- </div>
283
- <div class="panel panel-info">
284
- <div class="panel-heading">
285
- <h3 class="panel-title">Panel title</h3>
286
- </div>
287
- <div class="panel-body">
288
- Panel content
289
- </div>
290
- </div>
291
- <div class="panel panel-warning">
292
- <div class="panel-heading">
293
- <h3 class="panel-title">Panel title</h3>
294
- </div>
295
- <div class="panel-body">
296
- Panel content
297
- </div>
298
- </div>
299
- <div class="panel panel-danger">
300
- <div class="panel-heading">
301
- <h3 class="panel-title">Panel title</h3>
302
- </div>
303
- <div class="panel-body">
304
- Panel content
305
- </div>
306
- </div>
307
- </div>
308
-
309
- <h1 class="page-header">Wells</h1>
310
- <div class="well">Normal well</div>
311
- <div class="well well-lg">Large well</div>
312
- <div class="well well-sm">Small well</div>
313
-
314
- <h1 class="page-header">Tabs</h1>
315
- <div class="bs-example bs-example-tabs">
316
- <ul id="myTab" class="nav nav-tabs" role="tablist">
317
- <li class="active"><a href="#home" role="tab" data-toggle="tab">Home</a></li>
318
- <li><a href="#profile" role="tab" data-toggle="tab">Profile</a></li>
319
- <li class="dropdown">
320
- <a href="#" id="myTabDrop1" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a>
321
- <ul class="dropdown-menu" role="menu" aria-labelledby="myTabDrop1">
322
- <li><a href="#dropdown1" tabindex="-1" role="tab" data-toggle="tab">@fat</a></li>
323
- <li><a href="#dropdown2" tabindex="-1" role="tab" data-toggle="tab">@mdo</a></li>
324
- </ul>
325
- </li>
326
- </ul>
327
- <div id="myTabContent" class="tab-content">
328
- <div class="tab-pane fade in active" id="home">
329
- <p>Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.</p>
330
- </div>
331
- <div class="tab-pane fade" id="profile">
332
- <p>Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.</p>
333
- </div>
334
- <div class="tab-pane fade" id="dropdown1">
335
- <p>Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.</p>
336
- </div>
337
- <div class="tab-pane fade" id="dropdown2">
338
- <p>Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf cliche high life echo park Austin. Cred vinyl keffiyeh DIY salvia PBR, banh mi before they sold out farm-to-table VHS viral locavore cosby sweater. Lomo wolf viral, mustache readymade thundercats keffiyeh craft beer marfa ethical. Wolf salvia freegan, sartorial keffiyeh echo park vegan.</p>
339
- </div>
340
- </div>
341
- </div>
342
-
343
- <h1 class="page-header">Modal</h1>
344
- <div class="modal" style="position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: 1; display: block;">
345
- <div class="modal-dialog">
346
- <div class="modal-content">
347
- <div class="modal-header">
348
- <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
349
- <h4 class="modal-title">Modal title</h4>
350
- </div>
351
- <div class="modal-body">
352
- <p>One fine body…</p>
353
- </div>
354
- <div class="modal-footer">
355
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
356
- <button type="button" class="btn btn-primary">Save changes</button>
357
- </div>
358
- </div><!-- /.modal-content -->
359
- </div><!-- /.modal-dialog -->
360
- </div>
361
- </div>