-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
44 lines (41 loc) · 1.86 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
layout: default
---
<div class="banner" data-stellar-background-ratio="0.5">
<div class="row">
<div class="twelve columns" data-stellar-ratio="1.5" data-stellar-vertical-offset="130" data-stellar-horizontal-offset="300">
<h2>Learn / Try / Build</h2>
<h5>never stop learning, try new things and just build stuff</h2>
</div>
</div>
</div>
<div class="row">
<div class="twelve columns">
<p class="statement">This has been my personal mantra most of my life. Employing this in my design and development career has caused me to grow and advance in ways I could have never imagined.</p>
</div>
</div>
<div class="row points">
<div class="four columns">
<h3>Learn</h3>
<p>The need to learn is part of our human nature. If we stop learning, we stop living. This is ever so true in the world of design and development. Never stop learning. Never.</p>
</div>
<div class="four columns">
<h3>Try</h3>
<p>I've often wondered what my true passion is as I often have a latest and greatest hobbie. Recently I realized my passion is trying new things, in life and in design.</p>
</div>
<div class="four columns">
<h3>Build</h3>
<p>Last, but most definitely the most important. Just build. Buy creating things you will be forced to learn and try new things that will advance you further than anything. Just build stuff!</p>
</div>
</div>
<div class="row">
<hr>
<div class="six columns">
<h4>What I'm up to</h4>
<p>I am the lead designer at <a href="http://viddler.com">Viddler</a>. I work remotely from Bloomington, IN. My Co-workers are the most talented, awesome group of people I've ever worked with and I couldn't be happier.</p>
<a href="http://viddler.com"><img class="viddler" src="images/viddler.png" alt="viddler" target="_blank" ></a>
</div>
<div class="six columns">
<ul id="portfolio"></ul>
</div>
</div>