-
Notifications
You must be signed in to change notification settings - Fork 24
/
index.html
72 lines (67 loc) · 2.02 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
---
layout: default
title: Shoes!
---
<div class='jumbotron'>
<div class='intro row'>
<div class="col-md-2">
<img alt='shoes logo' src='/img/shoes-icon.png' class="logo" />
</div>
<div class="col-md-10">
<h1>Shoes!</h1>
<p>
Ever wanted to build a GUI? Annoyed that it's so much effort? Shoes
makes building little graphical programs for Mac, Windows, and Linux <em>super</em> simple.
</p>
<p>
<a class='btn btn-primary btn-lg' href='/tutorials/'>Learn more »</a>
</p>
</div>
</div>
<div class='center'>
<img src='/img/screen.jpg' />
<ul id="os-nav">
<li><a class="os-link" href="/downloads/"><i class="fa fa-apple os"></i></a></li>
<li><a class="os-link" href="/downloads/"><i class="fa fa-windows os"></i></a></li>
<li><a class="os-link" href="/downloads/"><i class="fa fa-linux os"></i></a></li>
</ul>
<p>
GUI Awesomeness across all major platforms!
<em>Mac OS X</em>, <em>Windows</em> or <em>Linux</em>.
Shoes loves them all.
</p>
</div>
</div>
<div class='row'>
<div class='col-md-4'>
<h2><i class="fa fa-mortar-board"></i> Tutorials</h2>
<p>
New to Shoes? Great! There are tons of resources available to get
you started with Shoes.
</p>
<p>
<a class='btn btn-default' href='/tutorials/'>Read More »</a>
</p>
</div>
<div class='col-md-4'>
<h2><i class="fa fa-rss-square"></i> Blog</h2>
<p>
Keep up with the latest developments, see what
other people are building, and hear about new features as we build
them!
</p>
<p>
<a class='btn btn-default' href='/blog/'>Check it out »</a>
</p>
</div>
<div class='col-md-4'>
<h2><i class="fa fa-github"></i> Contribute</h2>
<p>
Want to contribute? Fantastic! The Shoes Team is always looking
for motivated contributers. Help us make Shoes even better.
</p>
<p>
<a class='btn btn-default' href='/contribute/'>See our team »</a>
</p>
</div>
</div>