-
Notifications
You must be signed in to change notification settings - Fork 0
/
grid1.html
44 lines (38 loc) · 1.59 KB
/
grid1.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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css">
<!--[if lt IE 9]>
<script src="js/libs/html5-3.4-respond-1.1.0.min.js"></script>
<![endif]-->
</head>
<body>
<div id="main-wrapper">
<div class="block">
<div class="tile tile-photo span10"><div class="tile-wrapper">test</div></div>
</div>
<div class="block">
<div class="tile tile-photo span6"><div class="tile-wrapper">test</div></div>
<div class="tile tile-colection span4"><div class="tile-wrapper">test</div></div>
</div>
<div class="block">
<div class="tile tile-photo span3"><div class="tile-wrapper"></div></div>
<div class="tile tile-colection span4"><div class="tile-wrapper"></div></div>
<div class="tile tile-colection span3"><div class="tile-wrapper"></div></div>
</div>
</div>
<script src="js/libs/jquery.min.js"></script>
<script src="js/libs/jquery-ui.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>