Skip to content

Commit b00e49c

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

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+2670
-0
lines changed

Diff for: fonts/opensans-bold-webfont.eot

32.7 KB
Binary file not shown.

Diff for: fonts/opensans-bold-webfont.svg

+251

Diff for: fonts/opensans-bold-webfont.ttf

32.5 KB
Binary file not shown.

Diff for: fonts/opensans-bold-webfont.woff

20.6 KB
Binary file not shown.

Diff for: fonts/opensans-bolditalic-webfont.eot

35.9 KB
Binary file not shown.

Diff for: fonts/opensans-bolditalic-webfont.svg

+251

Diff for: fonts/opensans-bolditalic-webfont.ttf

35.7 KB
Binary file not shown.

Diff for: fonts/opensans-bolditalic-webfont.woff

22.7 KB
Binary file not shown.

Diff for: fonts/opensans-extrabold-webfont.eot

32.5 KB
Binary file not shown.

Diff for: fonts/opensans-extrabold-webfont.svg

+251

Diff for: fonts/opensans-extrabold-webfont.ttf

32.3 KB
Binary file not shown.

Diff for: fonts/opensans-extrabold-webfont.woff

20.8 KB
Binary file not shown.

Diff for: fonts/opensans-italic-webfont.eot

36.6 KB
Binary file not shown.

Diff for: fonts/opensans-italic-webfont.svg

+251

Diff for: fonts/opensans-italic-webfont.ttf

36.4 KB
Binary file not shown.

Diff for: fonts/opensans-italic-webfont.woff

23.2 KB
Binary file not shown.

Diff for: fonts/opensans-regular-webfont.eot

31.8 KB
Binary file not shown.

Diff for: fonts/opensans-regular-webfont.svg

+252

Diff for: fonts/opensans-regular-webfont.ttf

31.6 KB
Binary file not shown.

Diff for: fonts/opensans-regular-webfont.woff

20.5 KB
Binary file not shown.

Diff for: images/bg-ramp.jpg

2.11 KB

Diff for: images/blockquote-gfx-2x.png

366 Bytes

Diff for: images/blockquote-gfx.png

224 Bytes

Diff for: images/chevron-2x.png

138 Bytes

Diff for: images/chevron.png

128 Bytes

Diff for: images/download-fallback-bg.png

110 Bytes

Diff for: images/download-sprite.png

9.78 KB

Diff for: images/footer-ramp.jpg

1.25 KB

Diff for: images/fork-sprite.png

1.89 KB

Diff for: images/hr-2x.jpg

1.55 KB

Diff for: images/hr.jpg

1.28 KB

Diff for: images/octocat-2x.png

1.3 KB

Diff for: images/octocat.png

654 Bytes

Diff for: images/ribbon-tail-sprite-2x.png

312 Bytes

Diff for: images/ribbon-tail-sprite.png

1.34 KB

Diff for: images/shield-fallback.png

340 Bytes

Diff for: images/shield.png

1.1 KB

Diff for: images/site-2.png

654 Bytes

Diff for: images/small-ribbon-tail-sprite-2x.png

338 Bytes

Diff for: images/small-ribbon-tail-sprite.png

311 Bytes

Diff for: index.html

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
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=640">
7+
8+
<link rel="stylesheet" href="stylesheets/core.css" media="screen">
9+
<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)">
10+
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
11+
12+
<script type="text/javascript" src="javascripts/modernizr.js"></script>
13+
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
14+
<script type="text/javascript" src="javascripts/headsmart.min.js"></script>
15+
<script type="text/javascript">
16+
$(document).ready(function () {
17+
$('#main_content').headsmart()
18+
})
19+
</script>
20+
<title>Carnac the Magnificent by Code52</title>
21+
</head>
22+
23+
<body>
24+
<a id="forkme_banner" href="https://github.com/Code52/carnackeys.github.io">View on GitHub</a>
25+
<div class="shell">
26+
27+
<header>
28+
<span class="ribbon-outer">
29+
<span class="ribbon-inner">
30+
<h1>Carnac the Magnificent</h1>
31+
<h2>A Keyboard Utility For All Your Presentation Needs</h2>
32+
</span>
33+
<span class="left-tail"></span>
34+
<span class="right-tail"></span>
35+
</span>
36+
</header>
37+
38+
<section id="downloads">
39+
<span class="inner">
40+
<a href="https://github.com/Code52/carnackeys.github.io/zipball/master" class="zip"><em>download</em> .ZIP</a><a href="https://github.com/Code52/carnackeys.github.io/tarball/master" class="tgz"><em>download</em> .TGZ</a>
41+
</span>
42+
</section>
43+
44+
45+
<span class="banner-fix"></span>
46+
47+
48+
<section id="main_content">
49+
<p>I'll sort this out later</p>
50+
</section>
51+
52+
<footer>
53+
<span class="ribbon-outer">
54+
<span class="ribbon-inner">
55+
<p>this project by <a href="https://github.com/Code52">Code52</a> can be found on <a href="https://github.com/Code52/carnackeys.github.io">GitHub</a></p>
56+
</span>
57+
<span class="left-tail"></span>
58+
<span class="right-tail"></span>
59+
</span>
60+
<p>Generated with <a href="http://pages.github.com">GitHub Pages</a> using Merlot</p>
61+
<span class="octocat"></span>
62+
</footer>
63+
64+
</div>
65+
66+
67+
</body>
68+
</html>

Diff for: javascripts/headsmart.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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: javascripts/modernizr.js

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: params.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"Carnac the Magnificent","tagline":"A Keyboard Utility For All Your Presentation Needs","body":"I'll sort this out later","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}

Diff for: stylesheets/core.css

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@import url("screen.css");
2+
@import url("non-screen.css") handheld;
3+
@import url("non-screen.css") only screen and (max-device-width:640px);

0 commit comments

Comments
 (0)