diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-09-02 13:31:36 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-09-02 13:31:36 -0400 |
| commit | de8b6ffa3c686256030df04a6dd56025fe6de8ac (patch) | |
| tree | 6e0f954f151060ccba3441e03409557f674e54c3 /site/templates/all.liquid | |
| parent | 98bb711e716b4e9770aa7299b43f630fb7262acc (diff) | |
remove 2h site and bump to 0.1.40v0.1.40
Diffstat (limited to 'site/templates/all.liquid')
| -rw-r--r-- | site/templates/all.liquid | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/site/templates/all.liquid b/site/templates/all.liquid deleted file mode 100644 index 34db1fc..0000000 --- a/site/templates/all.liquid +++ /dev/null @@ -1,24 +0,0 @@ -<div class="entry all undone"> - <img src="http://ltho.s3.amazonaws.com/twohustlers/abouttext.png" style="width:100%;"> - <div id="project_list"> - {% for project in advertisings %} - <div class="project" data-id="{{ project.id }}" data-type="advertising"> - <img src="{{ project.thumbnail.uri }}"> - <span>{{ project.menu }}</span> - </div> - {% endfor %} - {% for project in contents %} - <div class="project" data-id="{{ project.id }}" data-type="content"> - <img src="{{ project.thumbnail.uri }}"> - <span>{{ project.menu }}</span> - </div> - {% endfor %} - {% for project in experientials %} - <div class="project" data-id="{{ project.id }}" data-type="experiential"> - <img src="{{ project.thumbnail.uri }}"> - <span>{{ project.menu }}</span> - </div> - {% endfor %} - </div> - <div class="contactcontent">{{page.contact | newline_to_br}}</div> -</div> |
