-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_index.html
More file actions
44 lines (44 loc) · 1.13 KB
/
Copy path_index.html
File metadata and controls
44 lines (44 loc) · 1.13 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
41
42
43
44
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Mondrian</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/isotope.css">
<link rel="stylesheet" href="css/controls.css">
<link rel="stylesheet" href="css/mondrian.css">
<script src="js/jquery-1.9.0.min.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/mondrian.js"></script>
</head>
<body>
<div class="frame">
<div class="window"></div>
</div>
<div class="controls">
<ul class="slide">
<li>expand all</li>
<li>collapse all</li>
</ul>
<ul class="layout">
<!--<li>fitColumns</li>-->
<li>fitRows</li>
<li>masonry</li>
<!--<li>masonryHorizontal</li>
<li>straightAcross</li>-->
<li>straightDown</li>
</ul>
<ul class="sorting">
<li>original-order</li>
<li>color</li>
</ul>
<form class="filtering">
<ul>
<li><input type="checkbox" value="blue" checked>blue</li>
<li><input type="checkbox" value="red" checked>red</li>
<li><input type="checkbox" value="yellow" checked>yellow</li>
</ul>
</form>
</div>
</body>
</html>