-
Notifications
You must be signed in to change notification settings - Fork 0
/
use.html
317 lines (277 loc) · 22.9 KB
/
use.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>How to use | Nova.css</title>
<meta name="author" content="Lamine AZINAKOU">
<meta name="description" content="Effect for your web and mobile project">
<meta property="og:title" content="Nova.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.9.0/css/all.css">
<link rel="stylesheet" href="css/demo.css">
<link rel="stylesheet" href="css/nova.min.css">
<link rel="icon" href="favicon.png" type="image/x-icon">
</head>
<body>
<main id="swup" class="transition-fade">
<section class="bg-nova header gradient">
<div class="container">
<div class="col-md-12 text-center">
<h1 class="title">Nova.css</h1>
<h1 class="subtitle">Simple. Useful. Efficient & Free forever.</h1>
<h1 class="subtitle2">No Flash. No frameworks. Just 3kb gzipped</h1>
<a href="index.html" class="cta">click here to see home page</a>
</div>
</div>
</section>
<section>
<div class="container pt-5">
<div class="row justify-content-center">
<div class="col-md-12 text-center">
<code>Don't re-invent the wheel, Just re-align It</code>
</div>
<div class="col-md-12">
<div class="tutorial">
<div id="effects" class="effects">
<h1>Stacked</h1>
<a class="btn btn-light btn-lg nv-stacked-left" onclick="copy('stacked-left')">stacked-left</a>
<a class="btn btn-light btn-lg nv-stacked-right" onclick="copy('stacked-right')">stacked-right</a>
<a class="btn btn-light btn-lg nv-stacked-up" onclick="copy('stacked-up')">stacked-up</a>
<a class="btn btn-light btn-lg nv-stacked-down" onclick="copy('stacked-down')">stacked-down</a>
<a class="btn btn-light btn-lg nv-stacked-up-left" onclick="copy('stacked-up-left')">stacked-up-left</a>
<a class="btn btn-light btn-lg nv-stacked-up-right" onclick="copy('stacked-up-right')">stacked-up-right</a><br>
<a class="btn btn-light btn-lg nv-stacked-down-left" onclick="copy('stacked-down-left')">stacked-down-left</a>
<a class="btn btn-light btn-lg nv-stacked-down-right" onclick="copy('stacked-down-right')">stacked-down-right</a>
<a class="btn btn-light btn-lg nv-stacked-fan-left" onclick="copy('stacked-fan-left')">stacked-fan-left</a>
<a class="btn btn-light btn-lg nv-stacked-fan-right" onclick="copy('stacked-fan-right')">stacked-fan-right</a>
<h1>2D Transitions</h1>
<a href="" class="btn btn-light btn-lg nv-grow">Grow</a>
<a href="#" class="btn btn-light btn-lg nv-shrink">Shrink</a>
<a href="#" class="btn btn-light btn-lg nv-pulse">Pulse</a>
<a href="#" class="btn btn-light btn-lg nv-pulse-grow">Pulse Grow</a>
<a href="#" class="btn btn-light btn-lg nv-pulse-shrink">Pulse Shrink</a>
<a href="#" class="btn btn-light btn-lg nv-push">Push</a>
<a href="#" class="btn btn-light btn-lg nv-pop">Pop</a>
<a href="#" class="btn btn-light btn-lg nv-bounce-in">Bounce In</a>
<a href="#" class="btn btn-light btn-lg nv-bounce-out">Bounce Out</a>
<a href="#" class="btn btn-light btn-lg nv-rotate">Rotate</a>
<a href="#" class="btn btn-light btn-lg nv-grow-rotate">Grow Rotate</a>
<a href="#" class="btn btn-light btn-lg nv-float">Float</a>
<a href="#" class="btn btn-light btn-lg nv-sink">Sink</a>
<a href="#" class="btn btn-light btn-lg nv-bob">Bob</a>
<a href="#" class="btn btn-light btn-lg nv-hang">Hang</a>
<a href="#" class="btn btn-light btn-lg nv-skew">Skew</a>
<a href="#" class="btn btn-light btn-lg nv-skew-forward">Skew Forward</a>
<a href="#" class="btn btn-light btn-lg nv-skew-backward">Skew Backward</a>
<a href="#" class="btn btn-light btn-lg nv-wobble-horizontal">Wobble Horizontal</a>
<a href="#" class="btn btn-light btn-lg nv-wobble-vertical">Wobble Vertical</a>
<a href="#" class="btn btn-light btn-lg nv-wobble-to-bottom-right">Wobble To Bottom Right</a>
<a href="#" class="btn btn-light btn-lg nv-wobble-to-top-right">Wobble To Top Right</a>
<a href="#" class="btn btn-light btn-lg nv-wobble-top">Wobble Top</a>
<a href="#" class="btn btn-light btn-lg nv-wobble-bottom">Wobble Bottom</a>
<a href="#" class="btn btn-light btn-lg nv-wobble-skew">Wobble Skew</a>
<a href="#" class="btn btn-light btn-lg nv-buzz">Buzz</a>
<a href="#" class="btn btn-light btn-lg nv-buzz-out">Buzz Out</a>
<a href="#" class="btn btn-light btn-lg nv-forward">Forward</a>
<a href="#" class="btn btn-light btn-lg nv-backward">Backward</a>
<h1>Background Transitions</h1>
<a href="#" class="btn btn-light btn-lg nv-fade">Fade</a>
<a href="#" class="btn btn-light btn-lg nv-back-pulse">Back Pulse</a>
<a href="#" class="btn btn-light btn-lg nv-sweep-to-right">Sweep To Right</a>
<a href="#" class="btn btn-light btn-lg nv-sweep-to-left">Sweep To Left</a>
<a href="#" class="btn btn-light btn-lg nv-sweep-to-bottom">Sweep To Bottom</a>
<a href="#" class="btn btn-light btn-lg nv-sweep-to-top">Sweep To Top</a>
<a href="#" class="btn btn-light btn-lg nv-bounce-to-right">Bounce To Right</a>
<a href="#" class="btn btn-light btn-lg nv-bounce-to-left">Bounce To Left</a>
<a href="#" class="btn btn-light btn-lg nv-bounce-to-bottom">Bounce To Bottom</a>
<a href="#" class="btn btn-light btn-lg nv-bounce-to-top">Bounce To Top</a>
<a href="#" class="btn btn-light btn-lg nv-radial-out">Radial Out</a>
<a href="#" class="btn btn-light btn-lg nv-radial-in">Radial In</a>
<a href="#" class="btn btn-light btn-lg nv-rectangle-in">Rectangle In</a>
<a href="#" class="btn btn-light btn-lg nv-rectangle-out">Rectangle Out</a>
<a href="#" class="btn btn-light btn-lg nv-shutter-in-horizontal">Shutter In Horizontal</a>
<a href="#" class="btn btn-light btn-lg nv-shutter-out-horizontal">Shutter Out Horizontal</a>
<a href="#" class="btn btn-light btn-lg nv-shutter-in-vertical">Shutter In Vertical</a>
<a href="#" class="btn btn-light btn-lg nv-shutter-out-vertical">Shutter Out Vertical</a>
<h1>Icons</h1>
<a href="#" class="btn btn-light btn-lg nv-icon-back">
<i class="fa fa-chevron-circle-left nv-icon"></i> Icon Back
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-forward">
Icon Forward
<i class="fa fa-chevron-circle-right nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-down">
Icon Down
<i class="fa fa-arrow-circle-o-down nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-up">
Icon Up
<i class="fa fa-arrow-circle-o-up nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-spin">
Icon Spin
<i class="fa fa-refresh nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-drop">
Icon Drop
<i class="fa fa-tint nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-fade">
Icon Fade
<i class="fa fa-check nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-float-away">
Icon Float Away
<i class="fa fa-plus-circle nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-sink-away">
Icon Sink Away
<i class="fa fa-minus-circle nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-grow">
Icon Grow
<i class="fa fa-smile-o nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-shrink">
Icon Shrink
<i class="fa fa-frown-o nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-pulse">
Icon Pulse
<i class="fa fa-home nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-pulse-grow">
Icon Pulse Grow
<i class="fa fa-home nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-pulse-shrink">
Icon Pulse Shrink
<i class="fa fa-home nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-push">
Icon Push
<i class="fa fa-star-o nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-pop">
Icon Pop
<i class="fa fa-star nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-bounce">
Icon Bounce
<i class="fa fa-thumbs-o-up nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-rotate">
Icon Rotate
<i class="fa fa-paperclip nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-grow-rotate">
Icon Grow Rotate
<i class="fa fa-phone nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-float">
Icon Float
<i class="fa fa-arrow-circle-o-up nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-sink">
Icon Sink
<i class="fa fa-arrow-circle-o-down nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-bob">
Icon Bob
<i class="fa fa-chevron-up nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-hang">
Icon Hang
<i class="fa fa-chevron-down nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-wobble-horizontal">
Icon Wobble Horizontal
<i class="fa fa-arrow-right nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-wobble-vertical">
Icon Wobble Vertical
<i class="fa fa-arrow-up nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-buzz">
Icon Buzz
<i class="fa fa-clock-o nv-icon"></i>
</a>
<a href="#" class="btn btn-light btn-lg nv-icon-buzz-out">
Icon Buzz Out
<i class="fa fa-lock nv-icon"></i>
</a>
<h1>Border Transitions</h1>
<a href="#" class="btn btn-light btn-lg nv-extend">Border extend</a>
<a href="#" class="btn btn-light btn-lg nv-border-fade">Border Fade</a>
<a href="#" class="btn btn-light btn-lg nv-hollow">Hollow</a>
<a href="#" class="btn btn-light btn-lg nv-trim">Trim</a>
<a href="#" class="btn btn-light btn-lg nv-ripple-out">Ripple Out</a>
<a href="#" class="btn btn-light btn-lg nv-ripple-in">Ripple In</a>
<a href="#" class="btn btn-light btn-lg nv-outline-out">Outline Out</a>
<a href="#" class="btn btn-light btn-lg nv-outline-in">Outline In</a>
<a href="#" class="btn btn-light btn-lg nv-round-corners">Round Corners</a>
<a href="#" class="btn btn-light btn-lg nv-underline-from-left">Underline From Left</a>
<a href="#" class="btn btn-light btn-lg nv-underline-from-center">Underline From Center</a>
<a href="#" class="btn btn-light btn-lg nv-underline-from-right">Underline From Right</a>
<a href="#" class="btn btn-light btn-lg nv-reveal">Reveal</a>
<a href="#" class="btn btn-light btn-lg nv-underline-reveal">Underline Reveal</a>
<a href="#" class="btn btn-light btn-lg nv-overline-reveal">Overline Reveal</a>
<a href="#" class="btn btn-light btn-lg nv-overline-from-left">Overline From Left</a>
<a href="#" class="btn btn-light btn-lg nv-overline-from-center">Overline From Center</a>
<a href="#" class="btn btn-light btn-lg nv-overline-from-right">Overline From Right</a>
<h1>Shadow and Glow Transitions</h1>
<a href="#" class="btn btn-light btn-lg nv-shadow">Shadow</a>
<a href="#" class="btn btn-light btn-lg nv-grow-shadow">Grow Shadow</a>
<a href="#" class="btn btn-light btn-lg nv-float-shadow">Float Shadow</a>
<a href="#" class="btn btn-light btn-lg nv-glow">Glow</a>
<a href="#" class="btn btn-light btn-lg nv-shadow-radial">Shadow Radial</a>
<a href="#" class="btn btn-light btn-lg nv-box-shadow-outset">Box Shadow Outset</a>
<a href="#" class="btn btn-light btn-lg nv-box-shadow-inset">Box Shadow Inset</a>
<h1>Speech Bubbles</h1>
<a href="#" class="btn btn-light btn-lg nv-bubble-top">Bubble Top</a>
<a href="#" class="btn btn-light btn-lg nv-bubble-right">Bubble Right</a>
<a href="#" class="btn btn-light btn-lg nv-bubble-bottom">Bubble Bottom</a>
<a href="#" class="btn btn-light btn-lg nv-bubble-left">Bubble Left</a>
<a href="#" class="btn btn-light btn-lg nv-bubble-float-top">Bubble Float Top</a>
<a href="#" class="btn btn-light btn-lg nv-bubble-float-right">Bubble Float Right</a>
<a href="#" class="btn btn-light btn-lg nv-bubble-float-bottom">Bubble Float Bottom</a>
<a href="#" class="btn btn-light btn-lg nv-bubble-float-left">Bubble Float Left</a>
<h1>Curls</h1>
<a href="#" class="btn btn-light btn-lg nv-curl-top-left">Curl Top Left</a>
<a href="#" class="btn btn-light btn-lg nv-curl-top-right">Curl Top Right</a>
<a href="#" class="btn btn-light btn-lg nv-curl-bottom-right">Curl Bottom Right</a>
<a href="#" class="btn btn-light btn-lg nv-curl-bottom-left">Curl Bottom Left</a>
<h1>Others</h1>
<a href="#" class="btn btn-light btn-lg nv-paper-strips">Paper-strips</a>
<a href="" class="btn btn-light btn-lg nv-pressed">Pressed</a>
<h1>Circle</h1>
<a href="#0" class="btn btn-light btn-lg nv-circle-right">Button</a>
</div>
<a href="#" class="float" id="clipboard"></a>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="footer gradient text-center">
<p class="credits">
Made with
<span class="love">♥</span> by
<a class="footer-link" href="https://azinakou.com/" target="_blank">Lamine AZINAKOU</a>
</p>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="https://kit.fontawesome.com/64a822a97e.js"></script>
<script src="js/swup.min.js"></script>
<script type="text/javascript" src="js/SwupSlideTheme.min.js"></script>
<script src="js/demo.js"></script>
</body>
</html>