This repository has been archived by the owner on Dec 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (77 loc) · 2.8 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
---
layout: default
title: Home
css: index
ext_js: '//platform.twitter.com/widgets.js'
---
<div class="row hero-container">
<div class="large-8 columns hero">
<div class="row content">
<div class="large-4 columns icon">
<a href="/apps/blockskit.html">{% img apps/blockskit.png Icon %}</a>
</div>
<div class="large-8 columns text">
<a href="/apps/blockskit.html">
<h2>BlocksKit</h2>
<h3>Objective-C Block Utilities</h3>
</a>
</div>
</div>
</div>
<div class="large-4 columns hero-aside">
<div>
<a href="/apps/blockskit.html">
<h2>BlocksKit</h2>
<h3>Objective-C Block Utilities</h3>
</a>
<p>BlocksKit is a collection of blocks-based extensions written in Objective-C for the Foundation and, on iOS, the UIKit and MessageUI frameworks.</p>
<p><a href="/apps/blockskit.html"><strong>See more.</strong></a></p>
</div>
</div>
</div>
<div class="after-section"></div>
<div class="row">
<div class="large-4 columns app acey-deucey-2">
<div class="icon">
<a href="/apps/acey-deucey-2.html">
{% img apps/acey-deucey-2.png Icon %}
<div class="see-more"><div>See More <span class="triangle">▶</span></div></div>
</a>
</div>
<div class="name">
<a href="/apps/acey-deucey-2.html">Acey Deucey 2 <span class="slash">|</span> <span class="motto">Shuffle the Cards</span></a>
</div>
</div>
<div class="large-4 columns app lexicon-romanum">
<div class="icon">
<a href="/apps/lexicon-romanum.html">
{% img apps/lexicon-romanum.png Icon %}
<div class="see-more"><div>See More <span class="triangle">▶</span></div></div>
</a>
</div>
<div class="name">
<a href="/apps/lexicon-romanum.html">Lexicon Romanum <span class="slash">|</span> <span class="motto">Latin Dictionary</span></a>
</div>
</div>
<div class="large-4 columns app dot-matrix">
<div class="icon">
<a href="/apps/dot-matrix.html">
{% img apps/dot-matrix.png Icon %}
<div class="see-more"><div>See More <span class="triangle">▶</span></div></div>
</a>
</div>
<div class="name">
<a href="/apps/dot-matrix.html">Dot Matrix <span class="slash">|</span> <span class="motto">Let the Dice Roll</span></a>
</div>
</div>
</div>
<!--
<div class="after-section"></div>
<div class="row">
<div class="small-12 columns twitter">
<h2><a href="https://twitter.com/pandamonia"><span class="mascot"></span> Twitter</a></h2>
<a class="twitter-timeline" href="https://twitter.com/pandamonia" data-widget-id="347436384967069696" data-tweet-limit="1" data-chrome="noheader nofooter noborders noscrollbar transparent">Tweets by @pandamonia.</a>
<a href="https://twitter.com/pandamonia" class="twitter-follow-button" data-show-count="true" data-size="large">Follow @pandamonia.</a>
</div>
</div>
-->