-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (55 loc) · 3.21 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
layout: default
---
<div class="flex flex-col md:flex-row items-center text-center md:text-auto">
<div class="w-3/4 sm:w-2/6 mt-12 mb-4 md:my-0 md:w-1/4 lg:w-1/4">
<img alt="jonathan" class="rounded-full w-1/2 sm:w-full mx-auto border-2 border-white dark:border-gray-200 shadow-md" src="images/avatar.jpg"/>
</div>
<div class="flex flex-col items-center md:items-start w-full md:w-3/4 lg:w-3/4 mt-4 px-4 sm:px-0 md:pl-8">
<h1 class="text-3xl md:text-5xl pt-0 dark:text-white">
Jonathan Simmons
</h1>
<h2 class="text-2xl text-gray-500">Husband, Father, &
<br class="md:hidden"/>
Product Strategist.</h2>
<div class="text-xl md:text-base text-blue-500">
<a class="mr-3" href="http://github.com/jonathansimmons" target="_blank">
<i class="fa fa-github"></i>
<span class="hidden">Github</span>
</a>
<a class="mr-3" href="http://instagram.com/jonathansimmons" target="_blank">
<i class="fa fa-instagram"></i>
<span class="hidden">Instagram</span>
</a>
<a class="mr-3" href="http://twitter.com/jonathansimmons" target="_blank">
<i class="fa fa-twitter"></i>
<span class="hidden">Twitter</span>
</a>
</div>
</div>
</div>
<div class="text-xl md:text-lg px-4 sm:px-0">
<h3 class="font-bold mt-6 dark:text-white">About me</h3>
<p class="mb-4 text-gray-500">
I'm a family-first man who loves to build software products. I co-founded my first company, "Hivemind Labs", in 2010 with
<a class="text-blue-500" href="http://joshferrara.com">Josh Ferrara</a>
driven by our shared belief that:</p>
<blockquote class="text-xl text-blue-500 border-l-4 border-blue-500 bg-blue-100 p-4 pl-6 italic max-w-2xl mx-auto md:mx-4 md:max-w-5xl mb-8">"Products should solve problems, design should have a purpose, and the greatest ideas are born from necessity and collaboration."</blockquote>
<p class="mb-4 text-gray-500">
For the past decade I've used this belief as a foundational guide for a career in software and product development. I've partnered with small businesses, mega-churches, grant-funded non-profits and Fortune 500 companies to help direct product development initiatives.</p>
<p class="mb-4 text-gray-500">
In Aug of 2019, I co-founded a company named Box Products, a web application firm specializing in software for the InsureTech and FinTech markets. In my spare time, I keep my product skills sharp by consulting via my freelance company, Product Matter.</p>
<p class="mb-12 text-gray-500">If you have a project you'd like to talk about you can contact me on
<a class="text-blue-500" href="https:/twitter.com/jonathansimmons">Twitter</a>.
</p>
<h3 class="font-bold dark:text-white">Things I use</h3>
<p class="mb-12 text-gray-500">I buy a new computer every few years and like to start with a new OS from scratch. I made
<a class="underline text-blue-600" href="/uses">a list of the software I use</a>
to make it easier to get started.</p>
<h3 class="font-bold dark:text-white">Previously:</h3>
<ul class="mb-8 text-gray-500">
<li>Executive Director Digital Products - Gateway Church</li>
<li>Lead Engineer - Watchman Monitoring</li>
<li>Co-Founder - Hivemind Labs</li>
</ul>
</div>