forked from kippt/jekyll-incorporated
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathabout.html
62 lines (56 loc) · 2.07 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
layout: base
---
<div class="blog-cover" style="background-image:url(/images/{{ site.info.about_image }});">
<div class='cover_overlay'>
<div class="content">
<h1>{{ site.info.title }}</h1>
<h3>About me</h3>
{% include social_links.html %}
</div>
</div>
</div>
<div class='cover-caption'><a href='/about.html#pictures'>{{ site.info.about_image_caption }}</a></div>
<article>
<div class="container">
<section>
<p>
I build custom web applications for small businesses and startups. I take projects from concept
to final deliverable, often continuing with hosting, long-term maintenance, and updates.
</p>
<h2>Expertise</h2>
<ul>
<li>Turning business requirements into a clean simple web application</li>
<li>Ruby + Rails</li>
<li>HTML, CSS / SCSS</li>
<li>Front-end Javascript</li>
<li>AWS infrastructure</li>
</ul>
<p>
The solutions I deliver to my clients improve daily workflow, track key business metrics, and make
companies more efficient. These applications commonly return the initial investment in under
a year via revenue growth and cost savings and continue to generate wealth for many years
after that.
</p>
<p>
For more details see my <a href="/resume.html">resume</a>.
</p>
<a id='pictures'></a>
<h2>Pictures</h2>
<p>
The pictures in this blog are scenes from my neighborhood, city, and surrounding
countryside. I like living in Columbus, OH. It's the best city no one
knows about.
</p>
<h2>Get In Touch</h2>
<p>
Feel free to reach out about a project, a coding question, or anything else that's
on your mind. Email me at <a href="mailto:[email protected]?subject=Question for Will Koehler">[email protected]</a>
</p>
<p>
Most days you can find me at <a href='http://saltmines.us'>The Salt Mines</a>, an
awesome coworking site in Clintonville. Stop in any time.
</p>
</section>
</div>
</article>