-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (27 loc) · 1.17 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
36
37
<!DOCTYPE html>
<html>
<head>
<title>Google Test</title>
<link rel="stylesheet/less" type="text/css" href="styles/gridly.less">
<script src="scripts/libs/less.js"></script>
</head>
<body>
<div id="gridly" class="wrap">
<div class="stage">
</div>
<div class="text">
<article class="bigcell textual" data-position='{"r": 5, "c": 5, "w": 10, "h": 10}'>
<h2>Quick wafting zephyrs vex</h2>
<p>The quick, brown fox jumps over a lazy dog. DJs flock by when MTV ax quiz prog. Junk MTV quiz graced by fox whelps. Bawds jog, flick quartz, vex nymphs. </p>
<p>Waltz, bad nymph, for quick jigs vex! Fox nymphs grab quick-jived waltz. Brick quiz whangs jumpy veldt fox. Bright vixens jump; dozy fowl quack.</p>
</article>
<article class="bigcell imagery" data-position='{"r": 5, "c": 22, "w": 16, "h": 10}'>
<span class="textHide">Image of something</span>
</article>
</div>
</div>
<script src="scripts/libs/jquery.js"></script>
<script src="scripts/gridly.js"></script>
<script src="scripts/example.js"></script>
</body>
</html>