This repository has been archived by the owner on May 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (35 loc) · 1.46 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>kitsu.io-widget</title>
<!-- Custom Style ~ NOT REQUIRED -->
<link href="style.css" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" rel="stylesheet">
</head>
<body class="bg-light">
<div class="col" style="padding-left:27vw;padding-right:27vw">
<div class="col">
<div class="card">
<div class="card-body">
<h5>🦊 kitsu-widget | Examples</h5>
<p class="card-text">A Kitsu.io widget that shows the given user statistics.</p>
<a href="dark"><button class="btn btn-outline-dark my-2 my-sm-0">Dark</button></a>
<a href="light"><button class="btn btn-outline-secondary my-2 my-sm-0">Light</button></a>
</div>
</div>
</div>
<br>
<div class="col">
<div class="card">
<div class="card-body">
<h5>🦊 kitsu-widget | Downloads</h5>
<p class="card-text"><code>.zip</code> contains <code>.js</code> & <code>.min.js</code> files.</p>
<a href="dark/kitsu-dark.zip" download><button class="btn btn-outline-dark my-2 my-sm-0">Kitsu-Dark.zip</button></a>
<a href="light/kitsu-light.zip" download><button class="btn btn-outline-secondary my-2 my-sm-0">Kitsu-Light.zip</button></a>
</div>
</div>
</div>
</div>
</body>
</html>