html cleanup
widths and things
This commit is contained in:
@ -2,26 +2,24 @@
|
||||
layout: site
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="row vspace10">
|
||||
<div class="span10">
|
||||
<h2 class="center">{{page.title}}</h2>
|
||||
<div>
|
||||
<p class="center"><span> {{page.sub-title}} </span></p>
|
||||
{{content}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="span2">
|
||||
<h3 class="center">More Detail</h2>
|
||||
<div>
|
||||
<ul class="nav nav-list">
|
||||
<li><a href="/arm/target.html"> Overview </a> </li>
|
||||
<li><a href="/arm/big_spec.pdf"> Huge spec </a> </li>
|
||||
<li><a href="/arm/overview.html"> Overview </a> </li>
|
||||
<li><a href="/arm/target.html" target="sspec"> Small Spec(html) </a> </li>
|
||||
<li><a href="/arm/arm_inst.pdf" target="pspec"> Small Spec(pdf) </a> </li>
|
||||
<li><a href="/arm/big_spec.pdf" target="bspec"> Huge spec </a> </li>
|
||||
<li><a href="/arm/qemu.html"> Virtual Pi </a> </li>
|
||||
<li><a href="/arm/remote_pi.html"> Remote pi </a> </li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{content}}
|
||||
|
@ -1,25 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
|
||||
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<!-- Set the viewport width to device width for mobile -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/js/bootstrap/css/bootstrap.min.css" />
|
||||
|
||||
<!-- Website CSS Theme Css -->
|
||||
<link rel="stylesheet" href="/css/stylesheet.css" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<div class="content" width=90%>
|
||||
<div class="container theme">
|
||||
{{content}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
@ -2,9 +2,6 @@
|
||||
layout: site
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="row vspace10">
|
||||
<div class="span10">
|
||||
<h2 class="center">{{page.title}}</h2>
|
||||
|
@ -44,7 +44,7 @@
|
||||
<a href="/soml/soml.html">Soml(Language)</a>
|
||||
</li>
|
||||
<li class="link7">
|
||||
<a href="/arm.html">Arm Resources</a>
|
||||
<a href="/arm/overview.html">Arm Resources</a>
|
||||
</li>
|
||||
<li class="link6">
|
||||
<a href="/project/motivation.html">About</a>
|
||||
@ -70,7 +70,7 @@
|
||||
<div class="row center">
|
||||
<div class="span12">
|
||||
<div class="vspace10">
|
||||
<p>© Copyright 2014.</p>
|
||||
<p>© Copyright Torsten Ruger 2013-5.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -2,17 +2,16 @@
|
||||
layout: site
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="row vspace10">
|
||||
<div class="span10">
|
||||
<h2 class="center">{{page.title}}</h2>
|
||||
<p class="center"><span> {{page.sub-title}} </span></p>
|
||||
<div>
|
||||
<p class="center"><span> {{page.sub-title}} </span></p>
|
||||
{{content}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="span2">
|
||||
<h3 class="center">More Detail</h2>
|
||||
<div>
|
||||
<ul class="nav nav-list">
|
||||
<li><a href="/soml/soml.html"> Soml </a> </li>
|
||||
@ -22,5 +21,3 @@ layout: site
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{content}}
|
||||
|
Reference in New Issue
Block a user