summaryrefslogtreecommitdiff
path: root/templates/index.liquid
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.liquid')
-rw-r--r--templates/index.liquid21
1 files changed, 9 insertions, 12 deletions
diff --git a/templates/index.liquid b/templates/index.liquid
index faa26e2..016184e 100644
--- a/templates/index.liquid
+++ b/templates/index.liquid
@@ -109,31 +109,28 @@ OKFocus, Bonafide Internet Legends © 2016
</div>
<div class="item intro single" data-id="introduction">
+
<div class="left">
<h1>
20 Years of Creating Stuff On The Computer.
<span>Introduction by E.C.D., Ryder Ripps</span>
</h1>
-
+ <b class="textmobile">
+ {{ intro.mobileBody }}
+ </b>
<h3>
- Accolades –
- <br>
+ <b>Accolades –</b>
{% for link in intro.accolades %}
<a href="{{ link.uri }}" target="_blank">{{ link.text }}</a>
{% endfor %}
- <br><br>
- Press –
- <br>
+
+ <b>Press –</b>
{% for link in intro.press %}
<a href="{{ link.uri }}" target="_blank">{{ link.text }}</a>
{% endfor %}
- <br><br>
- Speaker At –
- <br>
+ <b>Speaker At –</b>
{{ intro.speakers }}
- <br><br>
- Clients –
- <br>
+ <b>Clients –</b>
{{ intro.clients }}
</h3>
</div>