-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
45 lines (44 loc) · 1.35 KB
/
team.html
File metadata and controls
45 lines (44 loc) · 1.35 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
---
layout: template
bodyClass: page-team
---
<div id="title-bar" class="colored-border">
<div class="title-bar-wrapper container_16">
<div class="title-bar-inner">
<h1 class='title-urban'>Urban</h1>
<h1 class='title-separator'>:</h1>
<h1 class='title-coding colored-text'>Coding</h1>
<div class="nav-highlight colored-background"></div>
<ol class="nav">
<li class="home"><a href="index.html"></a></li>
<li class="team selected"><a href="team.html">Team</a></li>
<li class="blog"><a href="blog.html">Blog</a></li>
<li class="contact"><a href="contact.html">Contact</a></li>
</ol>
</div>
</div>
</div>
<section id="team">
<img src="images/bham.jpg" class="bham" />
<div class="container_16">
<div class="sun"></div>
<div class="team-members">
<div class='team-member trent'>
<h2>Trent Kocurek</h2>
<p>
Lead software magician with 5 years of experience in enterprise development.
Trent is our .NET maestro, iOS resident, and Ruby gemcutter. He loves craft beer,
drowning in rapids, and racquetball.
</p>
</div>
<div class='team-member dave'>
<h2>Dave Jafari</h2>
<p>
Front-end developer specializing in application interfaces.
Dave codes in Java and Javascript, spearheads usability, and handles business relations.
He loves board games, electronic music, and kittens.
</p>
</div>
</div>
</div>
</section>