-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (37 loc) · 2.44 KB
/
index.html
File metadata and controls
38 lines (37 loc) · 2.44 KB
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
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<link href='./main.css' rel='stylesheet' type='text/css'>
<link href='./simplegrid.css' rel='stylesheet' type='text/css'>
<title>Swift JSON</title>
</head>
<body>
<div class="grid grid-pad">
<div class="col-1-2">
<div class="content" id="heroDescription">
<div id="logoContainer">
<svg viewBox="0 0 240 240" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
<g>
<circle fill="#333333" cx="120" cy="120" r="120" id="outerRing"/>
<circle fill="#ffffff" cx="120" cy="120" r="110" id="innerRing"/>
<circle fill="#333333" cx="120" cy="120" r="105" id="centerCircle"/>
<text fill="#ffffff" x="120" y="170" font-size="150" font-family="Ubuntu" text-anchor="middle" id="sjTitle">SJ</text>
</g>
</svg>
</div>
<h1 id="heroDescriptionHeader">Swift JSON</h1>
<h2 id="heroDescriptionSubHeader">The easiest way to create Swift classes from JSON</h2>
<a href="https://github.com/swiftjson/SwiftJson/releases/download/0.1/SwiftJson.zip"><div class="bigButton"><h1>Download 0.1</h1></div></a>
<a href="https://github.com/swiftjson/SwiftJson/blob/master/README.md"><div class="bigButton blueButton"><h1>Learn More</h1></div></a>
</div>
</div>
<div class="col-1-2">
<div class="content">
<img src="./images/screenCap.png"/>
</div>
</div>
</div>
<a href="https://github.com/swiftjson/SwiftJson"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://camo.githubusercontent.com/567c3a48d796e2fc06ea80409cc9dd82bf714434/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png"></a>
</body>
</html>