Skip to content

Commit 08b1b63

Browse files
committedJun 25, 2013
Replace master branch with page content via GitHub
1 parent cf31ef3 commit 08b1b63

File tree

10 files changed

+627
-21
lines changed

10 files changed

+627
-21
lines changed
 

Diff for: ‎images/body-bg.png

8.65 KB
Loading

Diff for: ‎images/highlight-bg.jpg

33.4 KB
Loading

Diff for: ‎images/hr.png

1.01 KB
Loading

Diff for: ‎images/octocat-icon.png

1.61 KB
Loading

Diff for: ‎images/tar-gz-icon.png

1.63 KB
Loading

Diff for: ‎images/zip-icon.png

1.62 KB
Loading

Diff for: ‎index.html

+29-21
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,35 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta charset="utf-8">
4+
<meta charset='utf-8'>
55
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6-
<title>Source-map.github.io by source-map</title>
7-
8-
<link rel="stylesheet" href="stylesheets/styles.css">
9-
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
10-
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
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" />
1110
<!--[if lt IE 9]>
1211
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1312
<![endif]-->
13+
<title>Source-map.github.io by source-map</title>
1414
</head>
15+
1516
<body>
16-
<div class="wrapper">
17-
<header>
18-
<h1>Source-map.github.io</h1>
19-
<p>Source map github pages.</p>
17+
<div id="container">
18+
<div class="inner">
2019

20+
<header>
21+
<h1>Source-map.github.io</h1>
22+
<h2>Source map github pages.</h2>
23+
</header>
2124

22-
<p class="view"><a href="https://github.com/source-map">View My GitHub Profile</a></p>
25+
<section id="downloads" class="clearfix">
26+
<a href="https://github.com/source-map" id="view-on-github" class="button"><span>View on GitHub</span></a>
27+
</section>
2328

24-
</header>
25-
<section>
26-
<h3>
29+
<hr>
30+
31+
<section id="main_content">
32+
<h3>
2733
<a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"><span class="octicon octicon-link"></span></a>Welcome to GitHub Pages.</h3>
2834

2935
<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>
@@ -54,12 +60,14 @@ <h3>
5460
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
5561

5662
<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>
57-
</section>
58-
<footer>
59-
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
60-
</footer>
63+
</section>
64+
65+
<footer>
66+
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>.
67+
</footer>
68+
69+
70+
</div>
6171
</div>
62-
<script src="javascripts/scale.fix.js"></script>
63-
6472
</body>
6573
</html>

Diff for: ‎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.');

Diff for: ‎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;}

0 commit comments

Comments
 (0)