Skip to content

Commit

Permalink
laying the groundwork
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanD committed Apr 7, 2011
1 parent 99b653d commit 8d74a84
Show file tree
Hide file tree
Showing 9 changed files with 107 additions and 447 deletions.
3 changes: 0 additions & 3 deletions content/_footer.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
filter: erb
---
<div style="clear:both"></div>
<div id="footer">
<p>MacRuby is a free software project under the Ruby license.</p>
<p>Hosting provided by <a href="http://macosforge.org">Mac OS Forge</a>. Use of this site is subject to the <a href="http://www.macosforge.org/terms/">Mac OS Forge Terms of Use</a>.</p>
<p>Website designed by <a href="http://www.boboroshi.com/">John Athayde</a> and created with <a href="http://webby.rubyforge.org/">Webby</a>.</p>
</div>
4 changes: 2 additions & 2 deletions content/_header.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ filter: erb
<h1 class="logo">
<a href="/"></a>
</h1>
<nav>
<%= render :partial => "/navigation" %>
<nav class="primaryNav">
<%= render :partial => "/navigation" %>
</nav>
12 changes: 6 additions & 6 deletions content/_navigation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
filter: erb
---
<ul>
<li><a href="/" title="Home">Home</a></li>
<li><a href="/news/index.html" title="News">News</a></li>
<li><a href="/source.html" title="Source">Source</a></li>
<li><a href="/documentation.html" title="Documentation">Documentation</a></li>
<li><a href="/contact-us.html" title="Contact">Contact</a></li>
</ul><!-- // end nav -->
<li><a href="/" title="Home">Home</a></li>
<li><a href="/news/index.html" title="News">News</a></li>
<li><a href="/source.html" title="Source">Source</a></li>
<li><a href="/documentation.html" title="Documentation">Documentation</a></li>
<li><a href="/contact-us.html" title="Contact">Contact</a></li>
</ul>

1 change: 1 addition & 0 deletions content/_promo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<img src="images/promo.jpg" alt="#">
15 changes: 7 additions & 8 deletions content/_standard-head.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
filter: erb
---
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

<title>MacRuby &raquo; <%= @page.title %></title>
<meta name="author" content="<%= @page.author %>" />
<link rel="stylesheet" href="/css/main.css" type="text/css" media="screen" />
<title>MacRuby &raquo; Home</title>
<meta name="author" content="" />
<link rel="stylesheet" href="/css/main.css" type="text/css" media="screen" />

<!-- CodeRay syntax highlighting CSS -->
<link rel="stylesheet" href="/css/coderay.css" type="text/css" />

<link rel="alternate" type="application/rss+xml" title="RSS" href="/feeds/posts/macruby/index.xml" />
<!-- CodeRay syntax highlighting CSS -->
<!-- <link rel="stylesheet" href="/css/coderay.css" type="text/css" /> -->
<!-- <link rel="alternate" type="application/rss+xml" title="RSS" href="/feeds/posts/macruby/index.xml" /> -->
Loading

0 comments on commit 8d74a84

Please sign in to comment.