Skip to content

Commit 4daa28d

Browse files
committed
Replace master branch with page content via GitHub
1 parent a7755f3 commit 4daa28d

12 files changed

+826
-0
lines changed

images/body-bg.jpg

3.11 KB
Loading

images/download-button.png

31 KB
Loading

images/github-button.png

3.14 KB
Loading

images/header-bg.jpg

10.2 KB
Loading

images/highlight-bg.jpg

33.4 KB
Loading

images/sidebar-bg.jpg

3.13 KB
Loading

index.html

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset='utf-8'>
5+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
7+
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
8+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
9+
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
10+
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
11+
12+
<!--[if lt IE 9]>
13+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
14+
<![endif]-->
15+
16+
<title>Corwynt.github.io by Corwynt</title>
17+
</head>
18+
19+
<body>
20+
<header>
21+
<div class="inner">
22+
<h1>Corwynt.github.io</h1>
23+
<h2>Webpage</h2>
24+
<a href="https://github.com/Corwynt" class="button"><small>Follow me on</small>GitHub</a>
25+
</div>
26+
</header>
27+
28+
<div id="content-wrapper">
29+
<div class="inner clearfix">
30+
<section id="main-content">
31+
<h1>
32+
<a name="my-projects" class="anchor" href="#my-projects"><span class="octicon octicon-link"></span></a>My Projects</h1>
33+
34+
<ul>
35+
<li>Modular Web Synth</li>
36+
<li>WebGL Space Game</li>
37+
</ul>
38+
</section>
39+
40+
<aside id="sidebar">
41+
42+
43+
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
44+
</aside>
45+
</div>
46+
</div>
47+
48+
49+
</body>
50+
</html>

javascripts/main.js

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

params.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"Corwynt.github.io","tagline":"Webpage","body":"#My Projects\r\n\r\n- Modular Web Synth\r\n- WebGL Space Game","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}

stylesheets/print.css

+226
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,226 @@
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+
margin: 0;
15+
padding: 0;
16+
border: 0;
17+
font-size: 100%;
18+
font: inherit;
19+
vertical-align: baseline;
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-collapse: collapse;
42+
border-spacing: 0;
43+
}
44+
body {
45+
font-size: 13px;
46+
line-height: 1.5;
47+
font-family: 'Helvetica Neue', Helvetica, Arial, serif;
48+
color: #000;
49+
}
50+
51+
a {
52+
color: #d5000d;
53+
font-weight: bold;
54+
}
55+
56+
header {
57+
padding-top: 35px;
58+
padding-bottom: 10px;
59+
}
60+
61+
header h1 {
62+
font-weight: bold;
63+
letter-spacing: -1px;
64+
font-size: 48px;
65+
color: #303030;
66+
line-height: 1.2;
67+
}
68+
69+
header h2 {
70+
letter-spacing: -1px;
71+
font-size: 24px;
72+
color: #aaa;
73+
font-weight: normal;
74+
line-height: 1.3;
75+
}
76+
#downloads {
77+
display: none;
78+
}
79+
#main_content {
80+
padding-top: 20px;
81+
}
82+
83+
code, pre {
84+
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
85+
color: #222;
86+
margin-bottom: 30px;
87+
font-size: 12px;
88+
}
89+
90+
code {
91+
padding: 0 3px;
92+
}
93+
94+
pre {
95+
border: solid 1px #ddd;
96+
padding: 20px;
97+
overflow: auto;
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+
border: 1px solid #ebebeb;
121+
text-align: center;
122+
font-weight: 300;
123+
}
124+
125+
form {
126+
background: #f2f2f2;
127+
padding: 20px;
128+
129+
}
130+
131+
132+
/* GENERAL ELEMENT TYPE STYLES */
133+
134+
h1 {
135+
font-size: 2.8em;
136+
}
137+
138+
h2 {
139+
font-size: 22px;
140+
font-weight: bold;
141+
color: #303030;
142+
margin-bottom: 8px;
143+
}
144+
145+
h3 {
146+
color: #d5000d;
147+
font-size: 18px;
148+
font-weight: bold;
149+
margin-bottom: 8px;
150+
}
151+
152+
h4 {
153+
font-size: 16px;
154+
color: #303030;
155+
font-weight: bold;
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+
font-weight: 300;
170+
margin-bottom: 20px;
171+
}
172+
173+
a {
174+
text-decoration: none;
175+
}
176+
177+
p a {
178+
font-weight: 400;
179+
}
180+
181+
blockquote {
182+
font-size: 1.6em;
183+
border-left: 10px solid #e9e9e9;
184+
margin-bottom: 20px;
185+
padding: 0 0 0 30px;
186+
}
187+
188+
ul li {
189+
list-style: disc inside;
190+
padding-left: 20px;
191+
}
192+
193+
ol li {
194+
list-style: decimal inside;
195+
padding-left: 3px;
196+
}
197+
198+
dl dd {
199+
font-style: italic;
200+
font-weight: 100;
201+
}
202+
203+
footer {
204+
margin-top: 40px;
205+
padding-top: 20px;
206+
padding-bottom: 30px;
207+
font-size: 13px;
208+
color: #aaa;
209+
}
210+
211+
footer a {
212+
color: #666;
213+
}
214+
215+
/* MISC */
216+
.clearfix:after {
217+
clear: both;
218+
content: '.';
219+
display: block;
220+
visibility: hidden;
221+
height: 0;
222+
}
223+
224+
.clearfix {display: inline-block;}
225+
* html .clearfix {height: 1%;}
226+
.clearfix {display: block;}

stylesheets/pygment_trac.css

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
.highlight { background: #ffffff; }
2+
.highlight .c { color: #999988; font-style: italic } /* Comment */
3+
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
4+
.highlight .k { font-weight: bold } /* Keyword */
5+
.highlight .o { font-weight: bold } /* Operator */
6+
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
7+
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
8+
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
9+
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
10+
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
11+
.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
12+
.highlight .ge { font-style: italic } /* Generic.Emph */
13+
.highlight .gr { color: #aa0000 } /* Generic.Error */
14+
.highlight .gh { color: #999999 } /* Generic.Heading */
15+
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
16+
.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
17+
.highlight .go { color: #888888 } /* Generic.Output */
18+
.highlight .gp { color: #555555 } /* Generic.Prompt */
19+
.highlight .gs { font-weight: bold } /* Generic.Strong */
20+
.highlight .gu { color: #800080; font-weight: bold; } /* Generic.Subheading */
21+
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
22+
.highlight .kc { font-weight: bold } /* Keyword.Constant */
23+
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
24+
.highlight .kn { font-weight: bold } /* Keyword.Namespace */
25+
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
26+
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
27+
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
28+
.highlight .m { color: #009999 } /* Literal.Number */
29+
.highlight .s { color: #d14 } /* Literal.String */
30+
.highlight .na { color: #008080 } /* Name.Attribute */
31+
.highlight .nb { color: #0086B3 } /* Name.Builtin */
32+
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
33+
.highlight .no { color: #008080 } /* Name.Constant */
34+
.highlight .ni { color: #800080 } /* Name.Entity */
35+
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
36+
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
37+
.highlight .nn { color: #555555 } /* Name.Namespace */
38+
.highlight .nt { color: #000080 } /* Name.Tag */
39+
.highlight .nv { color: #008080 } /* Name.Variable */
40+
.highlight .ow { font-weight: bold } /* Operator.Word */
41+
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
42+
.highlight .mf { color: #009999 } /* Literal.Number.Float */
43+
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
44+
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
45+
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
46+
.highlight .sb { color: #d14 } /* Literal.String.Backtick */
47+
.highlight .sc { color: #d14 } /* Literal.String.Char */
48+
.highlight .sd { color: #d14 } /* Literal.String.Doc */
49+
.highlight .s2 { color: #d14 } /* Literal.String.Double */
50+
.highlight .se { color: #d14 } /* Literal.String.Escape */
51+
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
52+
.highlight .si { color: #d14 } /* Literal.String.Interpol */
53+
.highlight .sx { color: #d14 } /* Literal.String.Other */
54+
.highlight .sr { color: #009926 } /* Literal.String.Regex */
55+
.highlight .s1 { color: #d14 } /* Literal.String.Single */
56+
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
57+
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
58+
.highlight .vc { color: #008080 } /* Name.Variable.Class */
59+
.highlight .vg { color: #008080 } /* Name.Variable.Global */
60+
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
61+
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
62+
63+
.type-csharp .highlight .k { color: #0000FF }
64+
.type-csharp .highlight .kt { color: #0000FF }
65+
.type-csharp .highlight .nf { color: #000000; font-weight: normal }
66+
.type-csharp .highlight .nc { color: #2B91AF }
67+
.type-csharp .highlight .nn { color: #000000 }
68+
.type-csharp .highlight .s { color: #A31515 }
69+
.type-csharp .highlight .sc { color: #A31515 }

0 commit comments

Comments
 (0)