-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (40 loc) · 1.55 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
---
layout: default
title: Nick's Personal Blog
my_var: 5
my_name: my_var
---
<div id="home">
<h1>Blog Posts</h1>
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
<h1>Places I write</h1>
<ul>
<li><a href="https://medium.com/@nicksuch">Nick Such - Medium</a> - my current blog on Medium</li>
<li><a href="http://nicksuch.wordpress.com">Adventures on the Edge of Engineering and Business</a> - my old blog on Wordpress.com</li>
</ul>
<br>
<br>
<h1>Current projects</h1>
<ul>
<li><a href="/slapflashcamera">Disposable Camera</a> - a nostalgic camera app for iOS</li>
<li><a href="http://www.awesomeincu.com">Awesome Inc U</a> - learn to code with other people (Web, Mobile Apps, Video Games)</li>
</ul>
<br>
<br>
<h1>Old projects</h1>
<ul>
<li><a href="http://2013.nicksuch.com/nick/dashboard/">Nick's Dashboard</a> - a Quantified Self health tracker</li>
<li><a href="http://www.awesometouch.org">AwesomeTouch</a> - large-format touchscreen maps</li>
<li><a href="http://www.buildinglayer.com">BuildingLayer</a> - web-based tool for creating indoor maps</li>
<li><a href="http://www.bikeky.org">I Bike KY</a> - everything about bicycling in Kentucky</li>
</ul>
<br>
<br>
<h1>Get help with your project</h1>
<iframe class="clarity-widget" data-c-id="5369" data-c-width="" frameborder="0"></iframe>
<script src="https://clarity.fm/assets/widget_loader.js"></script>
</div>