-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (32 loc) · 1.46 KB
/
index.html
File metadata and controls
36 lines (32 loc) · 1.46 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
---
layout: default
title: Doug Johnston, Web Application Developer & Designer
description: I'm Doug Johnston, a web developer and designer from Seattle, WA. I create web applications using Ruby on Rails and JavaScript.
---
<h3><a name="welcome" class="anchor" href="#welcome"></a>About Me.</h3>
<p>
I'm Douglas Johnston, a seasoned web developer and designer from Seattle, Washington.
I'm passionate about building attractive, intuitive, and user-friendly web experiences with Ruby on Rails and JavaScript.
When I'm not building websites, I like to experiment with graphic design, music, and photography.<br>
View my <a href="/portfolio/">portfolio</a> and <a href="/resume/">resumé</a>.
</p>
<h3><a name="projects" class="anchor" href="#projects"></a>Current Side Projects.</h3>
<ul>
<li>
<strong>Angular Drum Machine</strong> (<a href="https://github.com/dougjohnston/angular-drum-machine">GitHub</a> | <a href="http://drums.dojosto.com">Demo</a>)<br />
A drum machine built with AngularJS and other modern web components.
</li>
<li>
<strong>Infinite Good</strong> (<a href="http://www.infinitegood.com">Homepage</a>)<br />
A proof-of-concept website and iOS app that encourages people to share inspiring stories.
</li>
</ul>
<h3><a name="blog" class="anchor" href="#blog"></a>Some Thoughts.</h3>
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
{{ post.excerpt }}
</li>
{% endfor %}
</ul>