updates to tutorials, header, text editor

This commit is contained in:
Scott O'Hara 2013-07-13 22:54:40 -04:00
parent 3413b0b593
commit 55f33ab940
3 changed files with 127 additions and 109 deletions

View file

@ -1,7 +1,7 @@
<header class="header-Base">
<nav class="header-Nav clearfix" role="navigation">
<a href="#!" title="show small screen nav" class="small-Nav">
<img src="assets/img/nav-Icon.png" alt="navigation icon" />
<img src="/assets/img/nav-Icon.png" alt="navigation icon" />
</a>
<ul class="h-Nav constant-Nav">
<li>

View file

@ -6,12 +6,17 @@ css:
bottom: 0;
left: 0;
}
.theme-Code{
float:right;
margin-top:20px;
}
.row
.span6
font style="font-size: 27pt" Editing #{params[:filename]}
.span6
span.pull-right
.page
.content-Base
h2 Editing #{params[:filename]}
div.theme-Code
| Theme:
select id="theme" size="1" onchange="setTheme();" onkeyup="setTheme();"
optgroup label="Bright"

View file

@ -27,4 +27,17 @@
</li>
</ul>
<h3>CSS Frameworks</h3>
<ul>
<li>
<a href="https://github.com/bleachedgraphics/Brass-Tacks" title="Brass Tacks (currently in Alpha. More updates to come)" target="_blank">Brass Tacks</a>
</li>
<li>
<a href="http://twitter.github.io/bootstrap/" title="Boot Straps" target="_blank">Twitter Bootstraps</a>
</li>
<li>
<a href="http://purecss.io/" title="Yahoo!'s Pure CSS">Pure</a>
</li>
</ul>
</div> <!-- end .content -->