removing nav on mobile, moving nav into mobile first query, changing the docs a bit, adding support section, testing out markdown IDs as links for README
This commit is contained in:
@ -100,6 +100,7 @@
|
||||
</div>
|
||||
</li>
|
||||
<li class="navbar-item"><a class="navbar-link" href="#examples">Examples</a></li>
|
||||
<li class="navbar-item"><a class="navbar-link" href="#support">Support</a></li>
|
||||
<li class="navbar-item"><a class="navbar-link" href="#license">License</a></li>
|
||||
<li class="navbar-item"><a class="navbar-link" href="#colophon">Colophon</a></li>
|
||||
</ul>
|
||||
@ -109,7 +110,7 @@
|
||||
<!-- Why use Skeleton -->
|
||||
<div class="docs-section" id="intro">
|
||||
<h6 class="docs-header">Is Skeleton for you?</h6>
|
||||
<p>You should use Skeleton if you're feeling like whole UI frameworks like Bootstrap and Foundation are overkill for your project and you just want the basics. Skeleton only styles a handful of standard HTML elements and includes a grid, but that's often more than enough to get started. In fact, <u>this site is built on Skeleton and has just over 100 lines of custom CSS.</u></p>
|
||||
<p>You should use Skeleton if you're overwhelmed by UI frameworks like Bootstrap and Foundation or if you're embarking on a smaller project. Skeleton only styles a handful of standard HTML elements and includes a grid, but that's often more than enough to get started. In fact, <u>this site is built on Skeleton and has just over 100 lines of custom CSS.</u></p>
|
||||
<p>Love Skeleton and want to Tweet it, share it, or star it? Well, I appreciate that <3</p>
|
||||
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.getskeleton.com" data-text="Skeleton - A dead simple, responsive boilerplate." data-via="dhg" data-related="dhg">Tweet</a>
|
||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
||||
@ -617,6 +618,12 @@
|
||||
<h6 class="docs-header">Examples</h6>
|
||||
</div>
|
||||
|
||||
<!-- Support -->
|
||||
<div class="row docs-section" id="support">
|
||||
<h6 class="docs-header">Support</h6>
|
||||
<p>Skeleton supports all latest versions of major browsers (both on desktops and mobile devices). That said, it basically works with any version of Chrome, Firefox, Opera, or Safari and as far back as IE9.</p>
|
||||
</div>
|
||||
|
||||
<!-- License -->
|
||||
<div class="row docs-section" id="license">
|
||||
<h6 class="docs-header">License</h6>
|
||||
|
Reference in New Issue
Block a user