summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2012-08-09 06:47:22 -0600
committerjason2012-08-09 06:47:22 -0600
commit9ce51ae882afa4e83414dabc023cd56b478f07b5 (patch)
tree0fc2ca5a1028eb17c63854fc4e40c715fbdb7074
downloadwarmachine-9ce51ae882afa4e83414dabc023cd56b478f07b5.tar.gz
warmachine-9ce51ae882afa4e83414dabc023cd56b478f07b5.zip
First commit
-rw-r--r--README.md0
-rw-r--r--images/bkg.pngbin0 -> 4261 bytes
-rw-r--r--images/blacktocat.pngbin0 -> 1266 bytes
-rw-r--r--index.html60
-rw-r--r--javascripts/main.js1
-rw-r--r--params.json1
-rw-r--r--stylesheets/pygment_trac.css68
-rw-r--r--stylesheets/stylesheet.css247
8 files changed, 377 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/README.md
diff --git a/images/bkg.png b/images/bkg.png
new file mode 100644
index 0000000..fcebb5b
--- /dev/null
+++ b/images/bkg.png
Binary files differ
diff --git a/images/blacktocat.png b/images/blacktocat.png
new file mode 100644
index 0000000..273d571
--- /dev/null
+++ b/images/blacktocat.png
Binary files differ
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..3475d58
--- /dev/null
+++ b/index.html
@@ -0,0 +1,60 @@
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset='utf-8'>
5 <meta http-equiv="X-UA-Compatible" content="chrome=1">
6
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
11 <title>antitech.github.com by antitech</title>
12 </head>
13
14 <body>
15
16 <header>
17 <div class="container">
18 <h1>antitech.github.com</h1>
19 <h2>antitech gh-pages</h2>
20
21 <section id="downloads">
22 <a href="https://github.com/antitech" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
23 </section>
24 </div>
25 </header>
26
27 <div class="container">
28 <section id="main_content">
29 <h3>Welcome to GitHub Pages.</h3>
30
31<p>This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:</p>
32
33<pre><code>$ cd your_repo_root/repo_name
34$ git fetch origin
35$ git checkout gh-pages
36</code></pre>
37
38<p>If you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.</p>
39
40<h3>Designer Templates</h3>
41
42<p>We've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.</p>
43
44<h3>Rather Drive Stick?</h3>
45
46<p>If you prefer to not use the automatic generator, push a branch named <code>gh-pages</code> to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.</p>
47
48<h3>Authors and Contributors</h3>
49
50<p>You can <a href="https://github.com/blog/821" class="user-mention">@mention</a> a GitHub username to generate a link to their profile. The resulting <code>&lt;a&gt;</code> element will link to the contributor's GitHub Profile. For example: In 2007, Chris Wanstrath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p>
51
52<h3>Support or Contact</h3>
53
54<p>Having trouble with Pages? Check out the documentation at <a href="http://help.github.com/pages">http://help.github.com/pages</a> or contact <a href="mailto:support@github.com">support@github.com</a> and we’ll help you sort it out.</p>
55 </section>
56 </div>
57
58
59 </body>
60</html> \ No newline at end of file
diff --git a/javascripts/main.js b/javascripts/main.js
new file mode 100644
index 0000000..d8135d3
--- /dev/null
+++ b/javascripts/main.js
@@ -0,0 +1 @@
console.log('This would be the main JS file.');
diff --git a/params.json b/params.json
new file mode 100644
index 0000000..5fc3184
--- /dev/null
+++ b/params.json
@@ -0,0 +1 @@
{"tagline":"antitech gh-pages","body":"### Welcome to GitHub Pages.\r\nThis automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:\r\n\r\n```\r\n$ cd your_repo_root/repo_name\r\n$ git fetch origin\r\n$ git checkout gh-pages\r\n```\r\n\r\nIf you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.\r\n\r\n### Designer Templates\r\nWe've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.\r\n\r\n### Rather Drive Stick?\r\nIf you prefer to not use the automatic generator, push a branch named `gh-pages` to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.\r\n\r\n### Authors and Contributors\r\nYou can @mention a GitHub username to generate a link to their profile. The resulting `<a>` element will link to the contributor's GitHub Profile. For example: In 2007, Chris Wanstrath (@defunkt), PJ Hyett (@pjhyett), and Tom Preston-Werner (@mojombo) founded GitHub.\r\n\r\n### Support or Contact\r\nHaving trouble with Pages? Check out the documentation at http://help.github.com/pages or contact support@github.com and we’ll help you sort it out.","note":"Don't delete this file! It's used internally to help with page regeneration.","name":"antitech.github.com","google":""} \ No newline at end of file
diff --git a/stylesheets/pygment_trac.css b/stylesheets/pygment_trac.css
new file mode 100644
index 0000000..d1df6a2
--- /dev/null
+++ b/stylesheets/pygment_trac.css
@@ -0,0 +1,68 @@
1.highlight .c { color: #999988; font-style: italic } /* Comment */
2.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
3.highlight .k { font-weight: bold } /* Keyword */
4.highlight .o { font-weight: bold } /* Operator */
5.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
6.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
7.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
8.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
9.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
10.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
11.highlight .ge { font-style: italic } /* Generic.Emph */
12.highlight .gr { color: #aa0000 } /* Generic.Error */
13.highlight .gh { color: #999999 } /* Generic.Heading */
14.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
15.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
16.highlight .go { color: #888888 } /* Generic.Output */
17.highlight .gp { color: #555555 } /* Generic.Prompt */
18.highlight .gs { font-weight: bold } /* Generic.Strong */
19.highlight .gu { color: #800080; font-weight: bold; } /* Generic.Subheading */
20.highlight .gt { color: #aa0000 } /* Generic.Traceback */
21.highlight .kc { font-weight: bold } /* Keyword.Constant */
22.highlight .kd { font-weight: bold } /* Keyword.Declaration */
23.highlight .kn { font-weight: bold } /* Keyword.Namespace */
24.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
25.highlight .kr { font-weight: bold } /* Keyword.Reserved */
26.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
27.highlight .m { color: #009999 } /* Literal.Number */
28.highlight .s { color: #d14 } /* Literal.String */
29.highlight .na { color: #008080 } /* Name.Attribute */
30.highlight .nb { color: #0086B3 } /* Name.Builtin */
31.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
32.highlight .no { color: #008080 } /* Name.Constant */
33.highlight .ni { color: #800080 } /* Name.Entity */
34.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
35.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
36.highlight .nn { color: #555555 } /* Name.Namespace */
37.highlight .nt { color: #CBDFFF } /* Name.Tag */
38.highlight .nv { color: #008080 } /* Name.Variable */
39.highlight .ow { font-weight: bold } /* Operator.Word */
40.highlight .w { color: #bbbbbb } /* Text.Whitespace */
41.highlight .mf { color: #009999 } /* Literal.Number.Float */
42.highlight .mh { color: #009999 } /* Literal.Number.Hex */
43.highlight .mi { color: #009999 } /* Literal.Number.Integer */
44.highlight .mo { color: #009999 } /* Literal.Number.Oct */
45.highlight .sb { color: #d14 } /* Literal.String.Backtick */
46.highlight .sc { color: #d14 } /* Literal.String.Char */
47.highlight .sd { color: #d14 } /* Literal.String.Doc */
48.highlight .s2 { color: #d14 } /* Literal.String.Double */
49.highlight .se { color: #d14 } /* Literal.String.Escape */
50.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
51.highlight .si { color: #d14 } /* Literal.String.Interpol */
52.highlight .sx { color: #d14 } /* Literal.String.Other */
53.highlight .sr { color: #009926 } /* Literal.String.Regex */
54.highlight .s1 { color: #d14 } /* Literal.String.Single */
55.highlight .ss { color: #990073 } /* Literal.String.Symbol */
56.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
57.highlight .vc { color: #008080 } /* Name.Variable.Class */
58.highlight .vg { color: #008080 } /* Name.Variable.Global */
59.highlight .vi { color: #008080 } /* Name.Variable.Instance */
60.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
61
62.type-csharp .highlight .k { color: #0000FF }
63.type-csharp .highlight .kt { color: #0000FF }
64.type-csharp .highlight .nf { color: #000000; font-weight: normal }
65.type-csharp .highlight .nc { color: #2B91AF }
66.type-csharp .highlight .nn { color: #000000 }
67.type-csharp .highlight .s { color: #A31515 }
68.type-csharp .highlight .sc { color: #A31515 }
diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css
new file mode 100644
index 0000000..a54a639
--- /dev/null
+++ b/stylesheets/stylesheet.css
@@ -0,0 +1,247 @@
1body {
2 margin: 0;
3 padding: 0;
4 background: #151515 url("../images/bkg.png") 0 0;
5 color: #eaeaea;
6 font: 16px;
7 line-height: 1.5;
8 font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
9}
10
11/* General & 'Reset' Stuff */
12
13.container {
14 width: 90%;
15 max-width: 600px;
16 margin: 0 auto;
17}
18
19section {
20 display: block;
21 margin: 0 0 20px 0;
22}
23
24h1, h2, h3, h4, h5, h6 {
25 margin: 0 0 20px;
26}
27
28li {
29 line-height: 1.4 ;
30}
31
32/* Header, <header>
33 header - container
34 h1 - project name
35 h2 - project description
36*/
37
38header {
39 background: rgba(0, 0, 0, 0.1);
40 width: 100%;
41 border-bottom: 1px dashed #b5e853;
42 padding: 20px 0;
43 margin: 0 0 40px 0;
44}
45
46header h1 {
47 font-size: 30px;
48 line-height: 1.5;
49 margin: 0 0 0 -40px;
50 font-weight: bold;
51 font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
52 color: #b5e853;
53 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1),
54 0 0 5px rgba(181, 232, 83, 0.1),
55 0 0 10px rgba(181, 232, 83, 0.1);
56 letter-spacing: -1px;
57 -webkit-font-smoothing: antialiased;
58}
59
60header h1:before {
61 content: "./ ";
62 font-size: 24px;
63}
64
65header h2 {
66 font-size: 18px;
67 font-weight: 300;
68 color: #666;
69}
70
71#downloads .btn {
72 display: inline-block;
73 text-align: center;
74 margin: 0;
75}
76
77/* Main Content
78*/
79
80#main_content {
81 width: 100%;
82 -webkit-font-smoothing: antialiased;
83}
84section img {
85 max-width: 100%
86}
87
88h1, h2, h3, h4, h5, h6 {
89 font-weight: normal;
90 font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
91 color: #b5e853;
92 letter-spacing: -0.03em;
93 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1),
94 0 0 5px rgba(181, 232, 83, 0.1),
95 0 0 10px rgba(181, 232, 83, 0.1);
96}
97
98#main_content h1 {
99 font-size: 30px;
100}
101
102#main_content h2 {
103 font-size: 24px;
104}
105
106#main_content h3 {
107 font-size: 18px;
108}
109
110#main_content h4 {
111 font-size: 14px;
112}
113
114#main_content h5 {
115 font-size: 12px;
116 text-transform: uppercase;
117 margin: 0 0 5px 0;
118}
119
120#main_content h6 {
121 font-size: 12px;
122 text-transform: uppercase;
123 color: #999;
124 margin: 0 0 5px 0;
125}
126
127dt {
128 font-style: italic;
129 font-weight: bold;
130}
131
132ul li {
133 list-style: none;
134}
135
136ul li:before {
137 content: ">>";
138 font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
139 font-size: 13px;
140 color: #b5e853;
141 margin-left: -37px;
142 margin-right: 21px;
143 line-height: 16px;
144}
145
146blockquote {
147 color: #aaa;
148 padding-left: 10px;
149 border-left: 1px dotted #666;
150}
151
152pre {
153 background: rgba(0, 0, 0, 0.9);
154 border: 1px solid rgba(255, 255, 255, 0.15);
155 padding: 10px;
156 font-size: 14px;
157 color: #b5e853;
158 border-radius: 2px;
159 -moz-border-radius: 2px;
160 -webkit-border-radius: 2px;
161 text-wrap: normal;
162 overflow: auto;
163 overflow-y: hidden;
164}
165
166table {
167 width: 100%;
168 margin: 0 0 20px 0;
169}
170
171th {
172 text-align: left;
173 border-bottom: 1px dashed #b5e853;
174 padding: 5px 10px;
175}
176
177td {
178 padding: 5px 10px;
179}
180
181hr {
182 height: 0;
183 border: 0;
184 border-bottom: 1px dashed #b5e853;
185 color: #b5e853;
186}
187
188/* Buttons
189*/
190
191.btn {
192 display: inline-block;
193 background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.3), rgba(35, 35, 35, 0.3) 50%, rgba(10, 10, 10, 0.3) 50%, rgba(0, 0, 0, 0.3));
194 padding: 8px 18px;
195 border-radius: 50px;
196 border: 2px solid rgba(0, 0, 0, 0.7);
197 border-bottom: 2px solid rgba(0, 0, 0, 0.7);
198 border-top: 2px solid rgba(0, 0, 0, 1);
199 color: rgba(255, 255, 255, 0.8);
200 font-family: Helvetica, Arial, sans-serif;
201 font-weight: bold;
202 font-size: 13px;
203 text-decoration: none;
204 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
205 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
206}
207
208.btn:hover {
209 background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.6), rgba(35, 35, 35, 0.6) 50%, rgba(10, 10, 10, 0.8) 50%, rgba(0, 0, 0, 0.8));
210}
211
212.btn .icon {
213 display: inline-block;
214 width: 16px;
215 height: 16px;
216 margin: 1px 8px 0 0;
217 float: left;
218}
219
220.btn-github .icon {
221 opacity: 0.6;
222 background: url("../images/blacktocat.png") 0 0 no-repeat;
223}
224
225/* Links
226 a, a:hover, a:visited
227*/
228
229a {
230 color: #63c0f5;
231 text-shadow: 0 0 5px rgba(104, 182, 255, 0.5);
232}
233
234/* Clearfix */
235
236.cf:before, .cf:after {
237 content:"";
238 display:table;
239}
240
241.cf:after {
242 clear:both;
243}
244
245.cf {
246 zoom:1;
247} \ No newline at end of file