Skip to content

Commit

Permalink
Added Bootstrap grid system & responsive layouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelreneer committed Apr 15, 2013
1 parent 4f564b6 commit 9320672
Show file tree
Hide file tree
Showing 8 changed files with 961 additions and 56 deletions.
6 changes: 3 additions & 3 deletions content/extra/templates/projects.html
Expand Up @@ -3,8 +3,8 @@
{% block title -%}Projects | {{ SITENAME }}{%- endblock title %}

{% block content -%}
<section id="projects" class="container">
<ol>
<section id="projects" class="row">
<ol class="span6">
{%- for page in pages if page.is_project == "yes" %}
{% if loop.index0 % 2 == 0 -%}
<li>
Expand All @@ -28,7 +28,7 @@ <h1>{{ page.title }}</h1>
{%- endfor %}
</ol>

<ol>
<ol class="span6">
{%- for page in pages if page.is_project == "yes" %}
{% if loop.index0 % 2 != 0 -%}
<li>
Expand Down

0 comments on commit 9320672

Please sign in to comment.