Skip to content

Commit c8ee2ae

Browse files
committed
Create gh-pages branch via GitHub
0 parents  commit c8ee2ae

12 files changed

Lines changed: 725 additions & 0 deletions

File tree

images/body-bg.png

2.34 KB
Loading

images/highlight-bg.jpg

30.3 KB
Loading

images/hr.png

130 Bytes
Loading

images/octocat-icon.png

477 Bytes
Loading

images/tar-gz-icon.png

741 Bytes
Loading

images/zip-icon.png

735 Bytes
Loading

index.html

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset='utf-8'>
5+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6+
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
7+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
8+
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen">
9+
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
10+
<!--[if lt IE 9]>
11+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
12+
<![endif]-->
13+
<title>JSONAPI.NET by SphtKr</title>
14+
</head>
15+
16+
<body>
17+
<div id="container">
18+
<div class="inner">
19+
20+
<header>
21+
<h1>JSONAPI.NET</h1>
22+
<h2>Implementation of the JSON API spec in .NET</h2>
23+
</header>
24+
25+
<section id="downloads" class="clearfix">
26+
<a href="https://github.com/SphtKr/JSONAPI.NET/zipball/master" id="download-zip" class="button"><span>Download .zip</span></a>
27+
<a href="https://github.com/SphtKr/JSONAPI.NET/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
28+
<a href="https://github.com/SphtKr/JSONAPI.NET" id="view-on-github" class="button"><span>View on GitHub</span></a>
29+
</section>
30+
31+
<hr>
32+
33+
<section id="main_content">
34+
<h3>
35+
<a id="welcome-to-jsonapinet" class="anchor" href="#welcome-to-jsonapinet" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to JSONAPI.NET</h3>
36+
37+
<ul>
38+
<li><a href="http://github.com/SphtKr/JSONAPI.NET">Documentation</a></li>
39+
<li><a href="http://github.com/SphtKr/JSONAPI.NET">Source Repository</a></li>
40+
<li><a href="http://jsonapi.org/">Specification</a></li>
41+
</ul>
42+
</section>
43+
44+
<footer>
45+
JSONAPI.NET is maintained by <a href="https://github.com/SphtKr">SphtKr</a><br>
46+
This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
47+
</footer>
48+
49+
50+
</div>
51+
</div>
52+
</body>
53+
</html>

javascripts/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('This would be the main JS file.');

params.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"JSONAPI.NET","tagline":"Implementation of the JSON API spec in .NET","body":"### Welcome to JSONAPI.NET\r\n\r\n* [Documentation](http://github.com/SphtKr/JSONAPI.NET)\r\n* [Source Repository](http://github.com/SphtKr/JSONAPI.NET)\r\n* [Specification](http://jsonapi.org/)\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}

stylesheets/print.css

Lines changed: 228 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,228 @@
1+
html, body, div, span, applet, object, iframe,
2+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
3+
a, abbr, acronym, address, big, cite, code,
4+
del, dfn, em, img, ins, kbd, q, s, samp,
5+
small, strike, strong, sub, sup, tt, var,
6+
b, u, i, center,
7+
dl, dt, dd, ol, ul, li,
8+
fieldset, form, label, legend,
9+
table, caption, tbody, tfoot, thead, tr, th, td,
10+
article, aside, canvas, details, embed,
11+
figure, figcaption, footer, header, hgroup,
12+
menu, nav, output, ruby, section, summary,
13+
time, mark, audio, video {
14+
padding: 0;
15+
margin: 0;
16+
font: inherit;
17+
font-size: 100%;
18+
vertical-align: baseline;
19+
border: 0;
20+
}
21+
/* HTML5 display-role reset for older browsers */
22+
article, aside, details, figcaption, figure,
23+
footer, header, hgroup, menu, nav, section {
24+
display: block;
25+
}
26+
body {
27+
line-height: 1;
28+
}
29+
ol, ul {
30+
list-style: none;
31+
}
32+
blockquote, q {
33+
quotes: none;
34+
}
35+
blockquote:before, blockquote:after,
36+
q:before, q:after {
37+
content: '';
38+
content: none;
39+
}
40+
table {
41+
border-spacing: 0;
42+
border-collapse: collapse;
43+
}
44+
body {
45+
font-family: 'Helvetica Neue', Helvetica, Arial, serif;
46+
font-size: 13px;
47+
line-height: 1.5;
48+
color: #000;
49+
}
50+
51+
a {
52+
font-weight: bold;
53+
color: #d5000d;
54+
}
55+
56+
header {
57+
padding-top: 35px;
58+
padding-bottom: 10px;
59+
}
60+
61+
header h1 {
62+
font-size: 48px;
63+
font-weight: bold;
64+
line-height: 1.2;
65+
color: #303030;
66+
letter-spacing: -1px;
67+
}
68+
69+
header h2 {
70+
font-size: 24px;
71+
font-weight: normal;
72+
line-height: 1.3;
73+
color: #aaa;
74+
letter-spacing: -1px;
75+
}
76+
#downloads {
77+
display: none;
78+
}
79+
#main_content {
80+
padding-top: 20px;
81+
}
82+
83+
code, pre {
84+
margin-bottom: 30px;
85+
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
86+
font-size: 12px;
87+
color: #222;
88+
}
89+
90+
code {
91+
padding: 0 3px;
92+
}
93+
94+
pre {
95+
padding: 20px;
96+
overflow: auto;
97+
border: solid 1px #ddd;
98+
}
99+
pre code {
100+
padding: 0;
101+
}
102+
103+
ul, ol, dl {
104+
margin-bottom: 20px;
105+
}
106+
107+
108+
/* COMMON STYLES */
109+
110+
table {
111+
width: 100%;
112+
border: 1px solid #ebebeb;
113+
}
114+
115+
th {
116+
font-weight: 500;
117+
}
118+
119+
td {
120+
font-weight: 300;
121+
text-align: center;
122+
border: 1px solid #ebebeb;
123+
}
124+
125+
form {
126+
padding: 20px;
127+
background: #f2f2f2;
128+
129+
}
130+
131+
132+
/* GENERAL ELEMENT TYPE STYLES */
133+
134+
h1 {
135+
font-size: 2.8em;
136+
}
137+
138+
h2 {
139+
margin-bottom: 8px;
140+
font-size: 22px;
141+
font-weight: bold;
142+
color: #303030;
143+
}
144+
145+
h3 {
146+
margin-bottom: 8px;
147+
font-size: 18px;
148+
font-weight: bold;
149+
color: #d5000d;
150+
}
151+
152+
h4 {
153+
font-size: 16px;
154+
font-weight: bold;
155+
color: #303030;
156+
}
157+
158+
h5 {
159+
font-size: 1em;
160+
color: #303030;
161+
}
162+
163+
h6 {
164+
font-size: .8em;
165+
color: #303030;
166+
}
167+
168+
p {
169+
margin-bottom: 20px;
170+
font-weight: 300;
171+
}
172+
173+
a {
174+
text-decoration: none;
175+
}
176+
177+
p a {
178+
font-weight: 400;
179+
}
180+
181+
blockquote {
182+
padding: 0 0 0 30px;
183+
margin-bottom: 20px;
184+
font-size: 1.6em;
185+
border-left: 10px solid #e9e9e9;
186+
}
187+
188+
ul li {
189+
list-style-position: inside;
190+
list-style: disc;
191+
padding-left: 20px;
192+
}
193+
194+
ol li {
195+
list-style-position: inside;
196+
list-style: decimal;
197+
padding-left: 3px;
198+
}
199+
200+
dl dd {
201+
font-style: italic;
202+
font-weight: 100;
203+
}
204+
205+
footer {
206+
padding-top: 20px;
207+
padding-bottom: 30px;
208+
margin-top: 40px;
209+
font-size: 13px;
210+
color: #aaa;
211+
}
212+
213+
footer a {
214+
color: #666;
215+
}
216+
217+
/* MISC */
218+
.clearfix:after {
219+
display: block;
220+
height: 0;
221+
clear: both;
222+
visibility: hidden;
223+
content: '.';
224+
}
225+
226+
.clearfix {display: inline-block;}
227+
* html .clearfix {height: 1%;}
228+
.clearfix {display: block;}

0 commit comments

Comments
 (0)