-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
234 lines (143 loc) · 6.84 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8" />
<title>Meliodas UI Kit</title>
<meta name="description" content="" />
<meta name="author" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet">
<link rel="stylesheet" href="css/meliodas.css" />
<link rel="icon" type="image/png" href="images/favicon.png" />
</head>
<body style="margin: 80px 0">
<div class="container">
<h1>Meliodas UI Kit</h1>
</div>
<div class="container" style="margin: 80px auto; padding-bottom: 50px; border-bottom: 1px solid #dedede">
<h6 style="font-weight: bold; padding-bottom: 20px; letter-spacing: 3px">TEXTS</h6>
<div class="row">
<div class="col-lg-6">
<!-- Standard Headings -->
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
</div>
<div class="col-lg-6">
<!-- Base type size -->
<p>Suspendisse ac magna vel nulla viverra rutrum. Vestibulum id auctor est. Nullam fringilla posuere velit, eget sagittis nunc vehicula pretium. Nam sagittis est eu sapien dictum dapibus. Sed massa neque, rutrum nec purus tristique, cursus consectetur velit. In blandit dui ac dui pharetra condimentum.</p>
<!-- Alert style -->
<p>
<span class="text-muted">.text-muted</span>
<span class="text-primary">.text-primary</span>
<span class="text-success">.text-success</span>
<span class="text-info">.text-info</span>
<span class="text-danger">.text-danger</span>
</p>
<!-- Link style -->
<p>Text with <a href="#">link</a></p>
<!-- Link style -->
<p class="text-small">Footer text</p>
<!-- Other styled text tags -->
<strong>Bolded</strong>
<em>Italicized</em>
<u>Underlined</u>
</div>
</div>
</div>
<div class="container" style="margin: 80px auto; padding-bottom: 50px; border-bottom: 1px solid #dedede">
<h6 style="font-weight: bold; padding-bottom: 20px; letter-spacing: 3px">BUTTONS</h6>
<div>
<!-- Standard buttons -->
<a class="button" href="#">Anchor button</a>
<button>Button element</button>
</div>
<div>
<!-- Primary buttons -->
<a class="button button-primary" href="#">Anchor button</a>
<button class="button-primary">Button element</button>
</div>
<div>
<!-- Primary icon buttons -->
<a class="button button-primary" href="#">Anchor button <img src="images/arrow-right.svg" /></a>
<button class="button-primary">Button element <img src="images/arrow-right.svg" /></button>
</div>
<div>
<!-- Primary inactive -->
<a class="button button-inactive" href="#">Anchor button</a>
<button class="button-inactive">Button element</button>
</div>
</div>
<div class="container" style="margin: 80px auto; padding-bottom: 50px; border-bottom: 1px solid #dedede">
<h6 style="font-weight: bold; padding-bottom: 20px; letter-spacing: 3px">FORMS</h6>
<!-- The above form looks like this -->
<form>
<div class="row">
<div class="col-lg-6">
<input class="u-full-width" type="email" placeholder="Your E-mail" id="exampleEmailInput">
</div>
<div class="col-lg-6">
<input class="u-full-width form-icon form-icon-pin" type="email" placeholder="CEP" id="exampleEmailInput">
</div>
</div>
<div class="row">
<div class="col-lg-6">
<input class="u-full-width form-validated" type="text" placeholder="Validated">
</div>
<div class="col-lg-6">
<input class="u-full-width form-error" type="text" placeholder="Error">
</div>
</div>
</form>
</div>
<div class="container" style="margin: 80px auto; padding-bottom: 50px; border-bottom: 1px solid #dedede">
<h6 style="font-weight: bold; padding-bottom: 20px; letter-spacing: 3px">ALERTS </h6>
<div class="alert-bar alert-danger">
<a class="close" data-dismiss="alert"><img src="images/close.svg" alt="Fechar" /></a>
<p>Oh snap! Change a few things up and try submitting again. Oh snap!</p>
</div>
<div class="alert-bar alert-success">
<a class="close" data-dismiss="alert"><img src="images/close.svg" alt="Fechar" /></a>
<p>Oh snap! Change a few things up and try submitting again. Oh snap!</p>
</div>
<div class="alert-bar alert-info">
<a class="close" data-dismiss="alert"><img src="images/close.svg" alt="Fechar" /></a>
<p>Oh snap! Change a few things up and try submitting again. Oh snap!</p>
</div>
<div class="alert-bar alert-warning">
<a class="close" data-dismiss="alert"><img src="images/close.svg" alt="Fechar" /></a>
<p>Oh snap! Change a few things up and try submitting again. Oh snap!</p>
</div>
</div>
<div class="container" style="margin: 80px auto; padding-bottom: 50px; border-bottom: 1px solid #dedede; position: relative;">
<h6 style="font-weight: bold; padding-bottom: 20px; letter-spacing: 3px">INDICATORS </h6>
<ol class="indicators">
<li class=""></li>
<li class=""></li>
<li class="active"></li>
</ol>
</div>
<div class="container" style="margin: 80px auto; padding-bottom: 50px; border-bottom: 1px solid #dedede">
<h6 style="font-weight: bold; padding-bottom: 20px; letter-spacing: 3px">ALINHAMENTO VERTICAL </h6>
<div class="u-valign-wrapper" style="height: 200px; background-color: #CDD8E3;">
<div class="u-valign" style="width: 100%; text-align: center;"><strong>This should be vertically aligned</strong></div>
</div>
</div>
<div class="container" style="margin: 80px auto; padding-bottom: 50px; border-bottom: 1px solid #dedede">
<h6 style="font-weight: bold; padding-bottom: 20px; letter-spacing: 3px">HELPERS </h6>
<h5 class="u-align-left" style="background-color: #CDD8E3;">Texto alinhado a esquerda</h5>
<h5 class="u-align-center" style="background-color: #CDD8E3;">Texto alinhado ao centro</h5>
<h5 class="u-align-right" style="background-color: #CDD8E3;">Texto alinhado a direita</h5>
<div style="background-color: #CDD8E3; max-width: 300px; margin: 40px auto; padding: 10px;">
<h4 class="u-truncate" style="margin: 0;">This is an extremely long title that will be truncated</h4>
</div>
</div>
<div class="container" style="margin: 80px auto; padding-bottom: 50px; border-bottom: 1px solid #dedede">
CSS Grid: <a href="https://rawgit.com/Hilzu/bootstrap-grid/master/test.html" target="_blank">Bootstrap</a><br />
Demais estilos: <a href="http://getskeleton.com/" target="_blank">Skeleton</a><br />
</div>
</body>
</html>