Homepage work + Readme

This commit is contained in:
Tetsuro
2015-01-27 15:29:13 -05:00
parent 1fad0e2638
commit 67865368aa
3 changed files with 25 additions and 6 deletions
+10
View File
@@ -7,10 +7,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>
</header>
<hr/>
<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>
<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>
{% for post in site.posts %}
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>