forked from willkoehler/my_blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
77 lines (70 loc) · 2.69 KB
/
about.html
File metadata and controls
77 lines (70 loc) · 2.69 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
---
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 handle everything from
analyzing business requirements to app development and hosting.
</p>
<h2>Expertise</h2>
<ul>
<li>Turning business requirements into a clean, simple web app</li>
<li>Ruby + Rails</li>
<li>CSS / SCSS</li>
<li>Lightweight front-end JS with jQuery</li>
<li>Deployment and management of AWS infrastructure</li>
</ul>
<h2>History</h2>
<p>
I've been writing software since I was in grade school, continually evolving my skills.
Some stops along the way:
</p>
<ul>
<li>Scientific data analysis in Pascal</li>
<li>Real-time embedded control systems in 68000 assembly, C, and C++</li>
<li>Desktop application with classic Windows (3.1) API and later MFC</li>
<li>Banking applications and data analysis in Microsoft Access and Visual Basic</li>
<li>ASP (pre .NET) web applications</li>
<li>PHP web applications</li>
<li>Web-based demos and product prototypes in Javascript</li>
</ul>
<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:wck555@gmail.com?subject=Question for Will Koehler">wck555@gmail.com</a>
or use this form.
</p>
<p>
<form class='contact' method="post" action="//formspree.io/wck555+formspree@gmail.com">
<input type="text" name="name" placeholder="Name"><br>
<input type="email" name="_replyto" placeholder="Email"><br>
<textarea name="message" rows=7></textarea><br>
<input type="submit" value="Send">
</form>
</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>