forked from StartBootstrap/startbootstrap-clean-blog-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 38
/
about.html
38 lines (35 loc) · 2.08 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: page
title: About
permalink: /about/
---
<main class="page-section bg-white">
<div class="container-fluid px-5">
<div class="row m-0">
<div class="col-md-9 col-lg-6 p-0">
<h2 class="mb-5">Web Designer, Wake Surfer, Creator of Start Bootstrap</h2>
<p>I'm a web designer pixel pushing in Orlando, Florida. I've been a web designer for over nine years, starting out as a designer for the University of Central Florida.</p>
<p>In 2013, after finishing graduate school, I started a side project called Start Bootstrap - which I now manage professionally alongside the occasional development contract.</p>
<p>My educational background is in entrepreneurship, and I received an MBA with a focus on Technology Ventures from the University of Central Florida in 2012.</p>
<p>When I'm not staring at a computer screen, you'll most likely find me with some sort of board under my feet while on the water, snow, or concrete.</p>
<h2 class="my-5">Here's Where to Find Me</h2>
<ul>
<li><a href="https://twitter.com/davidmillerskt">Twitter</a></li>
<li><a href="https://github.com/davidtmiller">GitHub</a></li>
<li><a href="https://www.instagram.com/davidmillerswbrd/">Instagram</a></li>
<li><a href="https://www.twitch.tv/startbootstrap">Twitch</a></li>
</ul>
<h2 class="my-5">About this Site</h2>
<p>For anyone that is wondering, this site is/was:</p>
<ul>
<li>Designed on a Mac</li>
<li>Created live on <a href="https://www.twitch.tv/startbootstrap">Twitch</a></li>
<li>Coded with <a href="https://atom.io/">Atom</a></li>
<li>Built with <a href="http://getbootstrap.com/">Bootstrap</a> and <a href="https://jekyllrb.com/">Jekyll</a></li>
<li>Hosted on <a href="https://pages.github.com/">GitHub Pages</a></li>
</ul>
<p>For more information on how this site is structured, you can view <a href="https://github.com/davidtmiller/davidtmiller-website">the repository on GitHub</a>.</p>
</div>
</div>
</div>
</main>