Skip to content

Commit c923cec

Browse files
committed
Replace master branch with page content via GitHub
1 parent 28606ed commit c923cec

11 files changed

+716
-186
lines changed

images/body-bg.jpg

-907 Bytes
Loading

images/download-button.png

-4.47 KB
Loading

images/github-button.png

-1.63 KB
Loading

images/header-bg.jpg

-981 Bytes
Loading

images/highlight-bg.jpg

-3.16 KB
Loading

images/sidebar-bg.jpg

-930 Bytes
Loading

index.html

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<meta http-equiv="X-UA-Compatible" content="chrome=1">
66
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
77
<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" />
8+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
9+
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
10+
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
1111

1212
<!--[if lt IE 9]>
1313
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
@@ -21,17 +21,27 @@
2121
<div class="inner">
2222
<h1>Amaury Rodriguez</h1>
2323
<h2>Tinkerer</h2>
24-
<a href="https://github.com/amrod" class="button"><small>Follow me on</small>GitHub</a>
24+
<a href="https://github.com/amrod" class="button"><small>Follow me on</small> GitHub</a>
2525
</div>
2626
</header>
2727

2828
<div id="content-wrapper">
2929
<div class="inner clearfix">
3030
<section id="main-content">
31-
<h3>
32-
<a name="welcome-to-my-site" class="anchor" href="#welcome-to-my-site"><span class="octicon octicon-link"></span></a>Welcome to my site.</h3>
33-
34-
<p>Some day I will put something up here!</p>
31+
<h1>
32+
<a id="welcome-to-my-site" class="anchor" href="#welcome-to-my-site" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to my site!</h1>
33+
34+
<h2>
35+
<a id="find-me-on" class="anchor" href="#find-me-on" aria-hidden="true"><span class="octicon octicon-link"></span></a>Find me on:</h2>
36+
37+
<ul>
38+
<li>GitHub: <a href="https://github.com/amrod">github.com/amrod</a>
39+
</li>
40+
<li>Twitter: <a href="https://twitter.com/amauryrb">twitter.com/amauryrb</a>
41+
</li>
42+
<li>LinkedIn: <a href="https://linkedin.com/in/amauryrodriguez">linkedin.com/in/amauryrodriguez</a>
43+
</li>
44+
</ul>
3545
</section>
3646

3747
<aside id="sidebar">
@@ -44,4 +54,4 @@ <h3>
4454

4555

4656
</body>
47-
</html>
57+
</html>

params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"Amaury Rodriguez","tagline":"Tinkerer","body":"### Welcome to my site.\r\nSome day I will put something up here!\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
1+
{"name":"Amaury Rodriguez","tagline":"Tinkerer","body":"# Welcome to my site!\r\n\r\n## Find me on:\r\n* GitHub: [github.com/amrod](https://github.com/amrod)\r\n* Twitter: [twitter.com/amauryrb](https://twitter.com/amauryrb)\r\n* LinkedIn: [linkedin.com/in/amauryrodriguez](https://linkedin.com/in/amauryrodriguez)","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}

stylesheets/github-light.css

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
/*
2+
Copyright 2014 GitHub Inc.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
16+
*/
17+
18+
.pl-c /* comment */ {
19+
color: #969896;
20+
}
21+
22+
.pl-c1 /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */,
23+
.pl-s .pl-v /* string variable */ {
24+
color: #0086b3;
25+
}
26+
27+
.pl-e /* entity */,
28+
.pl-en /* entity.name */ {
29+
color: #795da3;
30+
}
31+
32+
.pl-s .pl-s1 /* string source */,
33+
.pl-smi /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ {
34+
color: #333;
35+
}
36+
37+
.pl-ent /* entity.name.tag */ {
38+
color: #63a35c;
39+
}
40+
41+
.pl-k /* keyword, storage, storage.type */ {
42+
color: #a71d5d;
43+
}
44+
45+
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
46+
.pl-s /* string */,
47+
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
48+
.pl-sr /* string.regexp */,
49+
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
50+
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */,
51+
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */ {
52+
color: #183691;
53+
}
54+
55+
.pl-v /* variable */ {
56+
color: #ed6a43;
57+
}
58+
59+
.pl-id /* invalid.deprecated */ {
60+
color: #b52a1d;
61+
}
62+
63+
.pl-ii /* invalid.illegal */ {
64+
background-color: #b52a1d;
65+
color: #f8f8f8;
66+
}
67+
68+
.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
69+
color: #63a35c;
70+
font-weight: bold;
71+
}
72+
73+
.pl-ml /* markup.list */ {
74+
color: #693a17;
75+
}
76+
77+
.pl-mh /* markup.heading */,
78+
.pl-mh .pl-en /* markup.heading entity.name */,
79+
.pl-ms /* meta.separator */ {
80+
color: #1d3e81;
81+
font-weight: bold;
82+
}
83+
84+
.pl-mq /* markup.quote */ {
85+
color: #008080;
86+
}
87+
88+
.pl-mi /* markup.italic */ {
89+
color: #333;
90+
font-style: italic;
91+
}
92+
93+
.pl-mb /* markup.bold */ {
94+
color: #333;
95+
font-weight: bold;
96+
}
97+
98+
.pl-md /* markup.deleted, meta.diff.header.from-file */ {
99+
background-color: #ffecec;
100+
color: #bd2c00;
101+
}
102+
103+
.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
104+
background-color: #eaffea;
105+
color: #55a532;
106+
}
107+
108+
.pl-mdr /* meta.diff.range */ {
109+
color: #795da3;
110+
font-weight: bold;
111+
}
112+
113+
.pl-mo /* meta.output */ {
114+
color: #1d3e81;
115+
}
116+

0 commit comments

Comments
 (0)