This repository was archived by the owner on Jun 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
61 lines (56 loc) · 1.93 KB
/
portfolio.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
title: Portfolio
---
<div class="row">
<div class="col-xs-12 col-md-8">
<p>
I would like to share with you some of the projects that I've worked on in the past, and in the present day. I've included some basic information about the sites as well, for reference.
</p>
<p>
More projects will be listed soon, as I get time to write these up!
</p>
<table>
<tr>
<td style="width: 150px; vertical-align:top;">
<a href="http://openrunlog.org">Open Run Log</a>
</td>
<td>
Open Run Log is a run tracker built using Tornado, Redis, and Mongo. It also includes some D3 javascript elements as well as MapReduce (in Mongo). It was stared by my friend <a href="http://davidwilemski.com">David</a>, and is open source, available at
<a href="http://github.com/davidwilemski/openrunlog">GitHub</a>.
</td>
</tr>
<tr>
<td style="width: 150px; vertical-align:top;">
The Button (WebSockets) (deprecated)
<span class="glyphicon glyphicon-remove-circle"></span>
</td>
<td>
I've been playing with some WebSockets, and this is where I've been doing
my work. The repository for this code is at
<a href="https://github.com/bkendall/button">GitHub</a>.
</td>
</tr>
<tr>
<td style="width: 150px; vertical-align:top;">
ReminderCall.me (deprecated)
<span class="glyphicon glyphicon-remove-circle"></span>
</td>
<td>
This is a tool built with Twilio to schedule reminder calls/texts. It is also built using Flask, RabbitMQ, and MySQL.
</td>
</tr>
<tr>
<td style="width: 150px; vertical-align:top;">
<a href="http://ummgc.org">University of Michigan Men's Glee Club</a>
</td>
<td>
While I was the Glee Club's webmaster, I rewrote the website from scratch using the PHP framework CodeIgniter, and MySQL.
</td>
</tr>
</table>
</div>
<div class="hidden-xs col-md-4">
{% include post_menu.html %}
</div>
</div>