Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplified index.html design #16

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions carnackeys.github.io/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
carnackeys.com
Binary file not shown.
251 changes: 251 additions & 0 deletions carnackeys.github.io/fonts/opensans-bold-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
251 changes: 251 additions & 0 deletions carnackeys.github.io/fonts/opensans-bolditalic-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
251 changes: 251 additions & 0 deletions carnackeys.github.io/fonts/opensans-extrabold-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
251 changes: 251 additions & 0 deletions carnackeys.github.io/fonts/opensans-italic-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
252 changes: 252 additions & 0 deletions carnackeys.github.io/fonts/opensans-regular-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file added carnackeys.github.io/images/bg-ramp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added carnackeys.github.io/images/blockquote-gfx-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added carnackeys.github.io/images/blockquote-gfx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added carnackeys.github.io/images/chevron-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added carnackeys.github.io/images/chevron.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added carnackeys.github.io/images/download-fallback-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added carnackeys.github.io/images/download-sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added carnackeys.github.io/images/footer-ramp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added carnackeys.github.io/images/fork-sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added carnackeys.github.io/images/hr-2x.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added carnackeys.github.io/images/hr.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added carnackeys.github.io/images/octocat-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added carnackeys.github.io/images/octocat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added carnackeys.github.io/images/screenshot.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added carnackeys.github.io/images/shield-fallback.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added carnackeys.github.io/images/shield.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added carnackeys.github.io/images/site-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 77 additions & 0 deletions carnackeys.github.io/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=640">

<link rel="stylesheet" href="stylesheets/core.css" media="screen">
<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<!--Google fonts -->
<link href="https://fonts.googleapis.com/css?family=Merriweather|Oxygenr" rel="stylesheet">

<script type="text/javascript" src="javascripts/modernizr.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/headsmart.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#main_content').headsmart()
})
</script>
<title>Carnac the Magnificent by Code52</title>
</head>

<body>
<a id="forkme_banner" href="https://github.com/Code52/carnac">View on GitHub</a>
<div class="shell">

<header>
<span class="ribbon-outer">
<span class="ribbon-inner">
<h1>Carnac the Magnificent</h1>
<h2>A Keyboard Utility For All Your Windows Presentation Needs</h2>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
</header>


<span class="banner-fix"></span>


<section id="main_content">
<div class="button">
<a href="http://ginnivan.blob.core.windows.net/carnac/Carnac.application">Download</a>
<p class="top">Requires Windows 7 or later</p>
<p class="bottom">3.20MB .application</p>
</div>

<div>
<img src="images/screenshot.gif" />
</div>

<div style="text-align: center; margin-top: 20px">
<em style="font-weight: bold">A Hat Tip&#8482; to <a href="http://www.hanselman.com/">Scott Hanselman</a> for reminding me about this project</em>
</div>

</section>

<footer>
<span class="ribbon-outer">
<span class="ribbon-inner">
<p>You can contribute to this project on <a href="https://github.com/Code52/carnac">GitHub</a></p>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
<a href="https://github.com/"><span style="margin-top:10px;" class="octocat"></span></a>
</footer>


</div>


</body>
</html>
1 change: 1 addition & 0 deletions carnackeys.github.io/javascripts/headsmart.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions carnackeys.github.io/javascripts/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log('This would be the main JS file.');
4 changes: 4 additions & 0 deletions carnackeys.github.io/javascripts/modernizr.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions carnackeys.github.io/params.json
Original file line number Diff line number Diff line change
@@ -0,0 +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."}
3 changes: 3 additions & 0 deletions carnackeys.github.io/stylesheets/core.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@import url("screen.css");
@import url("non-screen.css") handheld;
@import url("non-screen.css") only screen and (max-device-width:640px);
Loading