Skip to content

Commit

Permalink
Merged files from the public live master branch. i don't think this b…
Browse files Browse the repository at this point in the history
…reaks anything. still have to review. The JS file needs some love, but I think that is the last bit that needs to be handled to cover all the merge disasters from the last 9 months. Long road to "recovery" may at last be within reach. Sigh … Ok, no, we still have tons of inconsistencies, old and new files, things that need to be removed, but at least the content and CSS is handled now.
  • Loading branch information
rcherny committed Jan 28, 2013
1 parent cd039df commit d843e7c
Show file tree
Hide file tree
Showing 59 changed files with 5,053 additions and 268 deletions.
7 changes: 7 additions & 0 deletions _index.php
@@ -0,0 +1,7 @@
<?php
// 301 Moved Permanently
// header("Location: http://isobar-idev.github.com/code-standards/",TRUE,301);

// 302 Found
header("Location: http://isobar-idev.github.com/code-standards/",TRUE,302);
?>
60 changes: 60 additions & 0 deletions _layouts/main.html
@@ -0,0 +1,60 @@
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1">
<title>{{ page.title }} | Roundarch Isobar</title>
<meta name="description" content="{{ page.meta.description }}">
<meta name="keywords" content="{{ page.meta.keywords }}">
<meta name=viewport content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="favicon.ico"/>
<link rel="apple-touch-icon-precomposed" href="ios-icon.png"/>
<link rel=stylesheet href='css/style.css'>
<script src="js/libs/modernizr-1.7.min.js"></script>
</head>
<body>
<a class="fork" href="https://github.com/isobar-idev/code-standards/" target="_blank"></a>
<div id="container">

<header role=banner>
<h1><a id="logo" href="http://www.roundarchisobar.com">Roundarch Isobar</a></h1>

<ul id="social">
<li><a class="icon" href="http://www.shareaholic.com/api/share/?v=1&apitype=1&apikey=8943b7fd64cd8b1770ff5affa9a9437b&service=5&title=Isobar%20North%20America's%20Coding%20Standards%20and%20Frontend%20development%20Best%20Practices&link=http://na.isobar.com/standards/&source=Shareaholic" id="facebook"></a></li>
<li><a class="icon" href="http://www.shareaholic.com/api/share/?v=1&apitype=1&apikey=8943b7fd64cd8b1770ff5affa9a9437b&service=7&title=Isobar%20North%20America's%20Coding%20Standards%20and%20Frontend%20development%20Best%20Practices&link=http://na.isobar.com/standards/&source=Shareaholic" id="twitter"></a></li>
<li><a class="icon" href="http://www.shareaholic.com/api/share/?v=1&apitype=1&apikey=8943b7fd64cd8b1770ff5affa9a9437b&service=2&title=Isobar%20North%20America's%20Coding%20Standards%20and%20Frontend%20development%20Best%20Practices&link=http://na.isobar.com/standards/&source=Shareaholic" id="delicious"></a></li>
<li><a href="http://www.roundarchisobar.com" id="linkback">Return to Roundarch Isobar</a></li>
</ul>
</header>


<div id="main" role="document">
{{content}}
</div>

<nav id="side" class="nav-right" role="navigation">
<h3 class="toc-title">Table of Contents</h3>
<ul id="toc" style="display:none"></ul>
<noscript><p><a href="http://enable-javascript.com">Please enable JavaScript</a>.</p></noscript>
</nav>

</div>

<footer role="contentinfo">
<p>
<span class="float_left">2012 Roundarch Isobar, All rights reserved.</span>
<span class="float_right">All content licensed under Creative Commons Attribution 3.0 Unported License</span>
</p>
</footer>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js"></script>
<script>window.jQuery||document.write("<script src='js/libs/jquery-1.6.3.min.js'>\x3C/script>");</script>
<script src='js/plugins.min.js'></script>
<script defer src='js/script.js'></script>

<script>var _gaq=[["_setAccount","UA-1745698-2"],["_trackPageview"]];(function(e,a){var c=e.createElement(a),b=e.getElementsByTagName(a)[0];c.async=1;c.src=("https:"==location.protocol?"//ssl":"//www")+".google-analytics.com/ga.js";b.parentNode.insertBefore(c,b)}(document,"script"));</script>
</body>
</html>

0 comments on commit d843e7c

Please sign in to comment.