-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabout.html
51 lines (49 loc) · 1.66 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
---
layout: home
title: _layouts
description: About
---
<div id="nav">
<ul>
<li class="selected"><a href="/about/">About</a></li>
<li><a href="/courses/">Courses</a></li>
<li><a href="/events/">Events</a></li>
<li><a href="mailto:[email protected]">Contact</a></li>
</ul>
</div>
<div id="cols">
<div id="left">
<p>
<font>Table:</font>We host workshops on topics we're
passionate about.
</p>
<p>
Originally we kept the class size to five or six people
because that's how many fit around our kitchen
table. While our classes are now slightly larger, we
strive to maintain the intimate and conversational
atmosphere.
</p>
</div>
<div id="right">
<p>
<font>Chefs:</font> Hi, we're
<a href="https://twitter.com/swannodette">@swannodette</a>,
<a href="https://twitter.com/pitaru">@pitaru</a>,
<a href="https://twitter.com/dschmudde">@dschmudde</a>,
<a href="https://twitter.com/zaneshebly">@zaneshelby</a>,
<a href="https://twitter.com/ev_ancasey">@ev_ancasey</a>
</p>
<p>
We're ever curious about new and old languages, as well as the
people who shaped them.
</p>
<p>
Sometimes we teach graduate courses, so we figured why not do
less formal workshops at our studio with like-minded folk.
</p>
</div>
</div>
<div id="studio-img-container" style="text-align: center; padding-left: 35px;">
<img src="/img/studio.jpg" width="515"></img>
</div>