diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-04-13 10:46:39 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-04-13 10:46:39 -0400 |
| commit | 7d60d71f1af243b0b10dd12ea0efc846a998b5c0 (patch) | |
| tree | 457397adcb9eaac44ef16a587ff307ea1077bfd7 /templates/index.liquid | |
| parent | 818d88085e1dc43ed0a83adf5e7916fd0abea52d (diff) | |
| parent | 4838109e2ea23f2fac85b2e8c5945e5563dab51d (diff) | |
merge
Diffstat (limited to 'templates/index.liquid')
| -rw-r--r-- | templates/index.liquid | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/templates/index.liquid b/templates/index.liquid index 2350f47..faa26e2 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -101,6 +101,10 @@ OKFocus, Bonafide Internet Legends © 2016 </span> </div> <div class="right"> + <iframe src="/assets/stars/index.html"> + </iframe> + <span></span> + </div> </div> @@ -115,13 +119,13 @@ OKFocus, Bonafide Internet Legends © 2016 Accolades – <br> {% for link in intro.accolades %} - <a href="{{ link.uri }}">{{ link.text }}</a> + <a href="{{ link.uri }}" target="_blank">{{ link.text }}</a> {% endfor %} <br><br> Press – <br> {% for link in intro.press %} - <a href="{{ link.uri }}">{{ link.text }}</a> + <a href="{{ link.uri }}" target="_blank">{{ link.text }}</a> {% endfor %} <br><br> Speaker At – @@ -141,6 +145,9 @@ OKFocus, Bonafide Internet Legends © 2016 {% for project in projects %} {% unless project.disabled %} <div class="item" data-id="{{ project.id }}"> + <audio> + <source src="{{ project.audio }}"> + </audio> <div class="top {% if project.media[2] %}gallery{% else %}single{% endif %} {% if project.whiteCursor %}whitecursor{% endif %}"> {% for media in project.media %} {% if media.type == 'image' %} @@ -197,7 +204,7 @@ OKFocus, Bonafide Internet Legends © 2016 <ul> {% for link in project.press %}{% if link.uri %} <li> - <a href="{{ link.uri }}">{{ link.text }}</a> + <a href="{{ link.uri }}" targer="_blank">{{ link.text }}</a> </li> {% endif %}{% endfor %} </ul> |
