diff options
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> |
