-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtext.html
More file actions
333 lines (285 loc) · 16.3 KB
/
Copy pathtext.html
File metadata and controls
333 lines (285 loc) · 16.3 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
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
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Metadata for the Webpage -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrapr · Text</title>
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link rel="manifest" href="img/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="img/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Bootstrap CSS files-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- jQuery UI CSS (optional) -->
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css">
<!-- Google web fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:500,600" rel="stylesheet">
<link rel="stylesheet" href="https://use.typekit.net/cti7nio.css">
<!-- CSS Animations --> <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!-- Font Awesome Web Icons -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Main local stylesheet -->
<link rel="stylesheet" href="css/main.css">
<!-- Prettify theme -->
<link rel="stylesheet" href="css/prettify-theme.css">
<style>
td:first-of-type {
font-weight: bold;
}
</style>
</head>
<body id="top">
<!-- Navbar include -->
<div w3-include-html="navbar.html"></div>
<div class="container main-content">
<div class="row add-100">
<div class="col-sm-6">
<ol class="breadcrumb">
<li><a href="index.html">Bootstrapr</a></li>
<li class="active">Text</li>
</ol>
</div>
<!-- col-sm-6 -->
<div class="col-sm-6">
<p class="pull-right">
<i class="fa fa-fw fa-bookmark gray" aria-hidden="true"></i>
<a href="https://getbootstrap.com/docs/3.3/" target="_blank">Bootstrap 3.3.7</a> | <a href="https://getbootstrap.com/docs/3.3/css/#type" target="_blank" ><span id="docs-link">Text</span></a>
</p>
</div>
<!-- col-sm-4-->
</div>
<!-- .row -->
<div class="row">
<div class="col-sm-12">
<h1>Text</h1>
<p class="lead">Special textual formats improve the understandability and readability of certain textual entries.</p>
<p>Using special text formats also helps those with visual impairment using screen reading software.</p>
</div>
</div>
<hr class="divider">
<h4>Special Text Formats</h4>
<table class='table push-down-2'>
<thead></thead>
<tbody>
<tr>
<td style="width:20%">Lead Text</td>
<td style="width:20%">
<p class='lead'>Use lead text to summarize content or focus readers</p>
</td>
<td id="well6" style="width:50%">
<pre class="prettyprint lang-html"><p class="lead">Use lead text to summarize content or focus readers</p></pre>
</td>
<td style="width:10%"><button class="push-down-1 btn btn-code-well btn-primary pull-right copier" type="button" data-clipboard-demo="" data-clipboard-target="#well6" data-toggle="tooltip" data-placement="bottom" title="Copy to Clipboard">
<i class="fa fa-fw fa-clipboard" aria-hidden="true"></i> Copy
</button></td>
</tr>
<tr>
<td>Math Variables</td>
<td><var>a</var> + <var>b</var> = <var>c</var></td>
<td id="well20">
<pre class="prettyprint lang-html"><var>a</var> + <var>b</var> = <var>c</var></pre>
</td>
<td><button class="push-down-1 btn btn-code-well btn-primary pull-right copier" type="button" data-clipboard-demo="" data-clipboard-target="#well20" data-toggle="tooltip" data-placement="bottom" title="Copy to Clipboard">
<i class="fa fa-fw fa-clipboard" aria-hidden="true"></i> Copy
</button></td>
</tr>
<tr>
<td>Keyboard Keys</td>
<td><kbd>CTRL</kbd> + <kbd>Z</kbd></td>
<td id="well21">
<pre class="prettyprint lang-html"><kbd>CTRL</kbd> + <kbd>Z</kbd></pre>
</td>
<td><button class="push-down-1 btn btn-code-well btn-primary pull-right copier" type="button" data-clipboard-demo="" data-clipboard-target="#well21" data-toggle="tooltip" data-placement="bottom" title="Copy to Clipboard">
<i class="fa fa-fw fa-clipboard" aria-hidden="true"></i> Copy
</button></td>
</tr>
<tr>
<td>Computer Code <a id="alt-text-popover" tabindex="-1" data-html="true" data-trigger="focus" role="button" data-container="body" data-toggle="popover" data-placement="top" data-content="<h5>Pro-Tip</h5><hr><p>When using angle brackets inside the <strong>code</strong> element, you will need to escape the <strong>left</strong> <code><</code> and <strong>right</strong> <code>></code> angle brackets with <code>&lt;</code>
and <code>&gt;</code> HTML entities, respectively. For large chunks of code, use our <strong><a href='code-wells.html'>Code Well</a></strong> tool.</p>"><i
class="fa fa-fw fa-info-circle" aria-hidden="true"></i></a></td>
<td><code><p>This is a paragraph element</p></code></td>
<td id="well22">
<pre class="prettyprint lang-html"><code>&lt;p&gt;This is a paragraph element&lt;/p&gt;></code></pre>
</td>
<td><button class="push-down-1 btn btn-code-well btn-primary pull-right copier" type="button" data-clipboard-demo="" data-clipboard-target="#well22" data-toggle="tooltip" data-placement="bottom" title="Copy to Clipboard">
<i class="fa fa-fw fa-clipboard" aria-hidden="true"></i> Copy
</button></td>
</tr>
<tr>
<td>Computer Output</td>
<td><samp>You have pressed a key!</samp></td>
<td id="well23">
<pre class="prettyprint lang-html"><samp>You have pressed a key!</samp></pre>
</td>
<td><button class="push-down-1 btn btn-code-well btn-primary pull-right copier" type="button" data-clipboard-demo="" data-clipboard-target="#well23" data-toggle="tooltip" data-placement="bottom" title="Copy to Clipboard">
<i class="fa fa-fw fa-clipboard" aria-hidden="true"></i> Copy
</button></td>
</tr>
<tr>
<td>Marker Text</td>
<td>Pay attention <mark>to this</mark></td>
<td id="well25">
<pre class="prettyprint lang-html">Pay attention <mark>to this</mark></pre>
</td>
<td><button class="push-down-1 btn btn-code-well btn-primary pull-right copier" type="button" data-clipboard-demo="" data-clipboard-target="#well25" data-toggle="tooltip" data-placement="bottom" title="Copy to Clipboard">
<i class="fa fa-fw fa-clipboard" aria-hidden="true"></i> Copy
</button></td>
</tr>
<tr>
<td>Typewriter</td>
<td><tt>Typewriter Text</tt></td>
<td id="well26">
<pre class="prettyprint lang-html"><tt>Typewriter Text</tt></pre>
</td>
<td><button class="push-down-1 btn btn-code-well btn-primary pull-right copier" type="button" data-clipboard-demo="" data-clipboard-target="#well26" data-toggle="tooltip" data-placement="bottom" title="Copy to Clipboard">
<i class="fa fa-fw fa-clipboard" aria-hidden="true"></i> Copy
</button></td>
</tr>
<tr>
<td>Linethrough</td>
<td>This and <del>not that</del></td>
<td id="well27">
<pre class="prettyprint lang-html">This and <del>not that</del></pre>
</td>
<td><button class="push-down-1 btn btn-code-well btn-primary pull-right copier" type="button" data-clipboard-demo="" data-clipboard-target="#well27" data-toggle="tooltip" data-placement="bottom" title="Copy to Clipboard">
<i class="fa fa-fw fa-clipboard" aria-hidden="true"></i> Copy
</button></td>
</tr>
<tr>
<td>Small Text</td>
<td>Primary Text <small>(subordinate text)</small></td>
<td id="well28">
<pre class="prettyprint lang-html">Primary text <small>(subordinate text)</small></pre>
</td>
<td><button class="push-down-1 btn btn-code-well btn-primary pull-right copier" type="button" data-clipboard-demo="" data-clipboard-target="#well28" data-toggle="tooltip" data-placement="bottom" title="Copy to Clipboard">
<i class="fa fa-fw fa-clipboard" aria-hidden="true"></i> Copy
</button></td>
</tr>
<tr>
<td>Superscript</td>
<td>2<sup>3</sup> = 8</td>
<td id="well30">
<pre class="prettyprint lang-html">2<sup>3</sup> = 8</pre>
</td>
<td><button class="push-down-1 btn btn-code-well btn-primary pull-right copier" type="button" data-clipboard-demo="" data-clipboard-target="#well30" data-toggle="tooltip" data-placement="bottom" title="Copy to Clipboard">
<i class="fa fa-fw fa-clipboard" aria-hidden="true"></i> Copy
</button></td>
</tr>
<tr>
<td>Subscript</td>
<td>Water, a.k.a. H<sub>2</sub>O</td>
<td id="well31">
<pre class="prettyprint lang-html">Water, a.k.a. H<sub>2</sub>O</pre>
</td>
<td><button class="push-down-1 btn btn-code-well btn-primary pull-right copier" type="button" data-clipboard-demo="" data-clipboard-target="#well31" data-toggle="tooltip" data-placement="bottom" title="Copy to Clipboard">
<i class="fa fa-fw fa-clipboard" aria-hidden="true"></i> Copy
</button></td>
</tr>
<tr>
<td>Uppercase</td>
<td>
<p class="text-uppercase">make this uppercase!</p>
</td>
<td id="well32">
<pre class="prettyprint lang-html"><p class="text-uppercase">make this uppercase!</p></pre>
</td>
<td><button class="push-down-1 btn btn-code-well btn-primary pull-right copier" type="button" data-clipboard-demo="" data-clipboard-target="#well32" data-toggle="tooltip" data-placement="bottom" title="Copy to Clipboard">
<i class="fa fa-fw fa-clipboard" aria-hidden="true"></i> Copy
</button></td>
</tr>
<tr>
<td>Lowercased</td>
<td>
<p class="text-lowercase">make THIS lowercased!</p>
</td>
<td id="well33">
<pre class="prettyprint lang-html"><p class="text-lowercase">MAKE THIS LOWERCASED!</p></pre>
</td>
<td><button class="push-down-1 btn btn-code-well btn-primary pull-right copier" type="button" data-clipboard-demo="" data-clipboard-target="#well33" data-toggle="tooltip" data-placement="bottom" title="Copy to Clipboard">
<i class="fa fa-fw fa-clipboard" aria-hidden="true"></i> Copy
</button></td>
</tr>
<tr>
<td>Title Case</td>
<td>
<p class="text-capitalize">make this a title!</p>
</td>
<td id="well34">
<pre class="prettyprint lang-html"><p class="text-capitalize">make this a title!</p></pre>
</td>
<td><button class="push-down-1 btn btn-code-well btn-primary pull-right copier" type="button" data-clipboard-demo="" data-clipboard-target="#well34" data-toggle="tooltip" data-placement="bottom" title="Copy to Clipboard">
<i class="fa fa-fw fa-clipboard" aria-hidden="true"></i> Copy
</button></td>
</tr>
</tbody>
</table>
</div>
<!-- .container-fluid -->
<!-- Navbar include -->
<div w3-include-html="footer.html"></div>
<!-- Back-to-top button -->
<a role="button" id="topper" class="btn scroll-link" href="#top"><i class="fa fa-fw fa-2x fa-caret-up" aria-hidden="true"></i></a>
<!-- jQuery Javascript Library (required by Bootstrap) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script><script>window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')</script>
<!-- jQuery UI Library (optional) -->
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<!-- Bootstrap Library -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script>window.jQuery.fn.modal || document.write('<script src="js/bootstrap.min.js"><\/script>')</script>
<script>
(function($) {
$(function() {
if ($('body').css('color') !== 'rgb(246, 247, 251)') {
$('head').prepend('<link rel="stylesheet" href="css/bootstrap.min.css">');
$('head').prepend('<link rel="stylesheet" href="css/fontawesome-local.css">');
}
});
})(window.jQuery);
</script>
<!-- includes for Google's code highlighter 'prettyprint' -->
<link rel="stylesheet" type="text/css" href="css/prettify.css">
<script type="text/javascript" src="js/prettify.js"></script>
<!-- html file include script | used for navbar -->
<script src="js/w3data.js"></script>
<script>
w3IncludeHTML();
</script>
<!-- Animations JS -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<!-- clipboard.js include -->
<script src="js/clipboard.min.js"></script>
<!-- Main local script file -->
<script src="js/main.js"></script>
<script>
$(document).ready(function() {
// tooltips function
$(function() {
$('[data-toggle="tooltip"]').tooltip()
})
// Add active class to navmenu selection
$("li#text").addClass("active");
$("#features-dropdown").addClass("activated");
// clipboard button
new Clipboard('.btn');
});
</script>
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5e46f4c0e8e8fb44"></script>
</body>
</html>