-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
38 lines (37 loc) · 1.45 KB
/
about.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
---
layout: default
title: About
permalink: about/
---
<div class="row">
<div class="large-12 columns">
<h2>Our Team</h2>
<div class="large-12 columns">
<div class="panel callout radius">
<p><strong>Richard Hurt</strong> - Founder
(<a href="https://github.com/rnhurt">GitHub</a>,
<a href="https://www.linkedin.com/in/rnhurt/">LinkedIn</a>,
<a rel="me" href="https://mastodon.social/@rnhurt">Mastodon</a>)
</p>
<p>
Richard has been programming computers since he was 7 years old. Spending all day at the local
Radio Shack playing with the new Color Computer models and learning all about loops and if..then..else
statements was a day spent well. After graduating from
<a href="http://louisville.edu/speed">JB Speed School of Engineering</a> with a degree in Information
Science and Data Processing he started writing computer programs in the business world.
</p>
<p>
Eventually he couldn't resist the siren call of entrepreneurship and he left the corporate world behind
and started KangarooBox. This new company would make <strong>I</strong>nformation <strong>T</strong>echnology
easy to understand and use for the less technically inclined.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<h2>Our Story</h2>
<p>Coming soon...</p>
</div>
</div>