forked from Code52/code52.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpast.html
More file actions
21 lines (18 loc) · 904 Bytes
/
past.html
File metadata and controls
21 lines (18 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div class="pivot-item">
<h3>past</h3>
<div id="tiles">
<div id="firstRow">
<a href="/DownmarkerWPF/"><div class="Tile one blue"><img src="/img/tiles/markpad.png" /><h2>markpad</h2></div></a>
<a href="/jibbr/"><div class="Tile one blue"><img src="/img/tiles/jibbr.png" /><h2>jibbr</h2></div></a>
<a href="/Ideastrike/"><div class="Tile one blue"><img src="/img/tiles/ideastrike.png" /><h2>ideastrike</h2></div></a>
<a href="#"><div class="Tile two-h blue"><img src="/img/tiles/samurai.png" /><h2>samurai</h2></div></a>
</div>
<div id="secondRow" style="margin-top:10px;">
<a href="#"><div class="Tile two-h lime"><img src="/img/tiles/pretzel.png" /><h2>pretzel</h2></div></a>
<!-- <div class="Tile one lime"></div>
<div class="Tile one lime"></div>
<div class="Tile one lime"></div>-->
</div>
</div>
<div style="clear:both"> </div>
</div>