-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (34 loc) · 1.72 KB
/
index.html
File metadata and controls
40 lines (34 loc) · 1.72 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
<!DOCTYPE html>
<html>
<head>
<title>React Morph Buttons</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta charset="UTF-8">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.0/css/materialize.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<style media="screen">
body { padding: 0; margin: 0; overflow-x: hidden; background: #E0E0E0;}
* {font-family: 'Roboto';}
</style>
</head>
<body>
<a href="https://github.com/friktor/"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
<h2 class="center-align" style="margin-top: 0.5em;">React Morph`s UI</h2>
<div class="container">
<div class="row center-align">
<div class="col s12">
<div class="card">
<h4 style="color: rgba(0,0,0,0.75);" class="card-title">Button Loader</h4>
<img src="demo/img/loader.png" alt="">
<p style="padding: 0 10px;"> Button loader, with fun gooey effect, based on svg filters. </p>
<div class="card-action">
<a href="demo/loader.html">More</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>