-
Notifications
You must be signed in to change notification settings - Fork 0
/
component-typography.html
195 lines (173 loc) · 7.3 KB
/
component-typography.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
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="theme-color" content="#000000">
<title>Finapp</title>
<meta name="description" content="Finapp HTML Mobile Template">
<meta name="keywords" content="bootstrap, wallet, banking, fintech mobile template, cordova, phonegap, mobile, html, responsive" />
<link rel="icon" type="image/png" href="assets/img/favicon.png" sizes="32x32">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/icon/192x192.png">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="manifest" href="__manifest.json">
</head>
<body>
<!-- loader -->
<div id="loader">
<img src="assets/img/loading-icon.png" alt="icon" class="loading-icon">
</div>
<!-- * loader -->
<!-- App Header -->
<div class="appHeader bg-primary text-light">
<div class="left">
<a href="#" class="headerButton goBack">
<ion-icon name="chevron-back-outline"></ion-icon>
</a>
</div>
<div class="pageTitle">Typography</div>
<div class="right"></div>
</div>
<!-- * App Header -->
<!-- App Capsule -->
<div id="appCapsule">
<div class="section mt-2">
<div class="section-title">Headings</div>
<div class="card">
<div class="card-body">
<h1>Heading h1</h1>
<p class="mb-3">Example text</p>
<h2>Heading h2</h2>
<p class="mb-3">Example text</p>
<h3>Heading h3</h3>
<p class="mb-3">Example text</p>
<h4>Heading h4</h4>
<p class="mb-3">Example text</p>
<h5>Heading h5</h5>
<p class="mb-3">Example text</p>
<h6>Heading h6</h6>
<p class="mb-0">Example text</p>
</div>
</div>
</div>
<div class="section mt-2">
<div class="section-title">Blockquotes</div>
<div class="card">
<div class="card-body">
<blockquote class="blockquote">
<p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a
ante.</p>
</blockquote>
<blockquote class="blockquote">
<p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a
ante.</p>
<footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source
Title</cite></footer>
</blockquote>
</div>
</div>
</div>
<div class="section mt-2">
<div class="section-title">Lists</div>
<div class="card">
<div class="card-body">
<ul class="list-unstyled">
<li>Lorem ipsum dolor sit amet</li>
<li>Consectetur adipiscing elit</li>
<li>Integer molestie lorem at massa</li>
<li>Facilisis in pretium nisl aliquet</li>
<li>Nulla volutpat aliquam velit
<ul>
<li>Phasellus iaculis neque</li>
<li>Purus sodales ultricies</li>
<li>Vestibulum laoreet porttitor sem</li>
<li>Ac tristique libero volutpat at</li>
</ul>
</li>
<li>Faucibus porta lacus fringilla vel</li>
<li>Aenean sit amet erat nunc</li>
<li>Eget porttitor lorem</li>
</ul>
</div>
</div>
</div>
<div class="section mt-2">
<div class="section-title">Lead</div>
<div class="card">
<div class="card-body">
<code>.lead</code>
<div class="lead">
This is an example text.
</div>
</div>
</div>
</div>
<div class="section mt-2 mb-2">
<div class="section-title">Text elements</div>
<div class="card">
<div class="card-body">
<div class="lead">
<p>You can use the mark tag to <mark>highlight</mark> text.</p>
<p><del>This line of text is meant to be treated as deleted text.</del></p>
<p><s>This line of text is meant to be treated as no longer accurate.</s></p>
<p><ins>This line of text is meant to be treated as an addition to the document.</ins></p>
<p><u>This line of text will render as underlined</u></p>
<p><small>This line of text is meant to be treated as fine print.</small></p>
<p><strong>This line rendered as bold text.</strong></p>
<p><em>This line rendered as italicized text.</em></p>
</div>
</div>
</div>
</div>
</div>
<!-- * App Capsule -->
<!-- App Bottom Menu -->
<div class="appBottomMenu">
<a href="index.html" class="item active">
<div class="col">
<ion-icon name="home"></ion-icon>
<strong>Home</strong>
</div>
</a>
<a href="app-cards.html" class="item">
<div class="col">
<ion-icon name="card-outline"></ion-icon>
<strong>My Cards</strong>
</div>
</a>
<a href="crypto-index.html" class="item">
<div class="col">
<div class="action-button large">
<ion-icon name="arrow-up-outline"></ion-icon>
</div>
<strong>Play</strong>
</div>
</a>
<a href="app-pages.html" class="item">
<div class="col">
<ion-icon name="document-text-outline"></ion-icon>
<strong>Menus</strong>
</div>
</a>
<a href="app-settings.html" class="item">
<div class="col">
<ion-icon name="settings-outline"></ion-icon>
<strong>Settings</strong>
</div>
</a>
</div>
<!-- * App Bottom Menu -->
<!-- ========= JS Files ========= -->
<!-- Bootstrap -->
<script src="assets/js/lib/bootstrap.bundle.min.js"></script>
<!-- Ionicons -->
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
<!-- Splide -->
<script src="assets/js/plugins/splide/splide.min.js"></script>
<!-- Base Js File -->
<script src="assets/js/base.js"></script>
</body>
</html>