UNPKG

3.99 kBHTMLView Raw
1<!DOCTYPE html>
2<html ng:app="FontThemeApp" ng:controller="FontThemCtrl">
3<head>
4 <meta charset="UTF-8"/>
5 <title>fur-shapes</title>
6 <link rel="stylesheet" href="./assets/stylesheets/gallery.css"/>
7 <link rel="icon" href="./assets/images/fur-favicon.png"/>
8</head>
9<body>
10<header>
11 <div class="container">
12 <h1 onclick="location.reload()">fur-shapes</h1>
13 </div>
14</header>
15<main>
16 <div class="container">
17 <table>
18 <colgroup>
19 <col style="width:90px;"/>
20 <col style="width:40px;"/>
21 <col/>
22 </colgroup>
23 <thead>
24 <tr>
25 <th>Theme</th>
26 <th>Reversed</th>
27 <th>Sample</th>
28 </tr>
29 <tbody>
30 <tr>
31 <th>a</th>
32 <td class="text-center">false</td>
33 <td>
34 <img src="./example/images/example-shape-a.png?v=2.1.2" height="62">
35 </td>
36 </tr>
37 <tr>
38 <th>b</th>
39 <td class="text-center">false</td>
40 <td>
41 <img src="./example/images/example-shape-b.png?v=2.1.2" height="62">
42 </td>
43 </tr>
44 <tr>
45 <th>c</th>
46 <td class="text-center">true</td>
47 <td>
48 <img src="./example/images/example-shape-c.png?v=2.1.2" height="62">
49 </td>
50 </tr>
51 <tr>
52 <th>d</th>
53 <td class="text-center">false</td>
54 <td>
55 <img src="./example/images/example-shape-d.png?v=2.1.2" height="62">
56 </td>
57 </tr>
58 <tr>
59 <th>e</th>
60 <td class="text-center">false</td>
61 <td>
62 <img src="./example/images/example-shape-e.png?v=2.1.2" height="62">
63 </td>
64 </tr>
65 <tr>
66 <th>f</th>
67 <td class="text-center">true</td>
68 <td>
69 <img src="./example/images/example-shape-f.png?v=2.1.2" height="62">
70 </td>
71 </tr>
72 <tr>
73 <th>g</th>
74 <td class="text-center">false</td>
75 <td>
76 <img src="./example/images/example-shape-g.png?v=2.1.2" height="62">
77 </td>
78 </tr>
79 <tr>
80 <th>h</th>
81 <td class="text-center">false</td>
82 <td>
83 <img src="./example/images/example-shape-h.png?v=2.1.2" height="62">
84 </td>
85 </tr>
86 <tr>
87 <th>i</th>
88 <td class="text-center">true</td>
89 <td>
90 <img src="./example/images/example-shape-i.png?v=2.1.2" height="62">
91 </td>
92 </tr>
93 <tr>
94 <th>j</th>
95 <td class="text-center">true</td>
96 <td>
97 <img src="./example/images/example-shape-j.png?v=2.1.2" height="62">
98 </td>
99 </tr>
100 </tbody>
101 </table>
102 </div>
103</main>
104<footer>
105 <a href="https://github.com/tick-tack/fur"><img src="./assets/images/fur-banner.png" class="footer-logo"></a>
106 <small>© 2014 Taka Okunishi</small>
107
108 <a id="jump-to-top-btn" href="#">⇧Jump to Top</a>
109 <nav>
110 <a class="nav-item" href="https://github.com/fur-repo/fur/">Homepage</a>
111 <a class="nav-item" href="http://fur-repo/fur/apiguide/">API Guide</a>
112 </nav>
113</footer>
114</body>
115</html>
\No newline at end of file