started building out the documentation and trying to include a fluid grid (but nesting seems impossible)
This commit is contained in:
29
src/index.php
Normal file
29
src/index.php
Normal file
@ -0,0 +1,29 @@
|
||||
<? $title = "Page Title";
|
||||
include("includes/doc-head.php"); ?>
|
||||
|
||||
<div class="container">
|
||||
<nav class="five columns">
|
||||
<h1>Skeleton</h1>
|
||||
<ul>
|
||||
<li><a href="#whatAndWhy">What & Why</a></li>
|
||||
<li><a href="#basics">Basics</a></li>
|
||||
<li><a href="#typography">Typography</a></li>
|
||||
<li><a href="#grid">Grid</a></li>
|
||||
<li><a href="#buttons">Buttons</a></li>
|
||||
<li><a href="#tabs">Tabs</a></li>
|
||||
<li><a href="#forms">Forms</a></li>
|
||||
<li><a href="#mediaQueries">Media Queries</a></li>
|
||||
<li><a href="#theFuture">The Future</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="eleven columns">
|
||||
<header>
|
||||
<p>Skeleton is a lightweight framework for HTML, CSS & jQuery that makes building websites easier.</p>
|
||||
</header>
|
||||
<br class="large" />
|
||||
<h3>What & Why</h3>
|
||||
<p>Here is where I need to chat about what Skeleton is, why it<69>s awesome and how what the file structure is. Focus on: 1) Speed, 2) Best Practices , 3) Across devices</p>
|
||||
</div>
|
||||
</div><!-- container -->
|
||||
|
||||
<? include("includes/doc-foot.php"); ?>
|
Reference in New Issue
Block a user