summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorokfprojz <jules+okfprojz@okfoc.us>2016-04-14 11:46:24 -0400
committerokfprojz <jules+okfprojz@okfoc.us>2016-04-14 11:46:24 -0400
commitec29600054fa344e5d09706a2140f143283d4d14 (patch)
tree608bf30d44afe7e5c8991fe1aa8c5f30c4e3db86 /templates
parentf797edb0152024dc460c7c8edbd1cfec02f5757f (diff)
parenta52067b7b00377051f138fdd259e0a4f71ffe0f1 (diff)
Merge branch 'master' of github.com:okfocus/portfolio
Diffstat (limited to 'templates')
-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>