Sidebar work: added collapsing categories

Big refactoring of SCSS

active state for sidebar links

update gitignore for node_modules folder

removing node_modules from index

Sticky Liquid link in sidebar

Cleaned up index page

Adding fixed width to buttons

Refactoring

Converted sidebar to use Collections

Refactor sidebar CSS
This commit is contained in:
Tetsuro
2015-07-25 13:49:14 -04:00
parent 82249c99b3
commit 0ca571f58c
2158 changed files with 324 additions and 389974 deletions
+8 -6
View File
@@ -6,18 +6,20 @@ layout: default
<header class="home--banner">
<h1>Liquid</h1>
<div>Ruby library for rendering safe templates which cannot affect the security of the server they are rendered on.</div>
<button>Download</button>
<button>View on Github</button>
<p>Ruby library for rendering safe templates which cannot affect the security of the server they are rendered on.</p>
<p class="btn-row">
<a class="btn"><i class="icon fa fa-2x fa-arrow-circle-down"></i>Download</a>
<a class="btn"><i class="icon fa fa-2x fa-github"></i>View on Github</a>
</p>
</header>
<hr/>
Liquid is an extraction from the e-commerce system Shopify. Shopify powers many thousands of e-commerce stores which all call for unique designs. For this we developed Liquid which allows our customers complete design freedom while maintaining the integrity of our servers.
<p>Liquid is an extraction from the e-commerce system Shopify. Shopify powers many thousands of e-commerce stores which all call for unique designs. For this we developed Liquid which allows our customers complete design freedom while maintaining the integrity of our servers.</p>
Liquid has been in production use since June 2006 and is now used by many other hosted web applications.
<p>Liquid has been in production use since June 2006 and is now used by many other hosted web applications.</p>
It was developed for usage in Ruby on Rails web applications and integrates seamlessly as a plugin but it also works excellently as a stand alone library.
<p>It was developed for usage in Ruby on Rails web applications and integrates seamlessly as a plugin but it also works excellently as a stand alone library.</p>
# What does it look like???