forked from starkandwayne-attic/starkandwayne.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-us.html
71 lines (59 loc) · 2.56 KB
/
about-us.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
62
63
64
65
66
67
68
69
70
71
---
layout: slider-page
title: "About Us"
description: "There are real people at Stark & Wayne. Meet us!"
theme:
name: smart-business-template
sliders:
- title: About Us
text: We help your engineering team become superheroes. Meet us!
image: /assets/people/drnic-alpha-300w.png
button:
title: Contact us »
path: contact-us.html
slider_background: ny
---
{% include JB/setup %}
<!--start: Wrapper-->
<div id="wrapper">
<!--start: Container -->
<div class="container">
<hr>
<!-- start: Hero Unit - Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit">
<h3>
We're a team who help your internal development team become superheroes to your colleagues and users.
We've run production applications and managed development teams and we know which tools,
technologies and thought processes will help evolve you from today to the future.
</h3>
<p><a class="btn btn-primary btn-large">Contact us »</a></p>
</div>
<!-- end: Hero Unit -->
<hr>
<div id="team">
<div class="title"><h3>Team</h3></div>
<!-- start: Row -->
<div class="row">
<!-- start: About Member -->
<div class="span4">
<img src="{{ BASE_PATH }}/assets/people/drnic-alpha-300w.png" alt="drnic" />
<div class="team-name">Dr Nic Williams <span> / Founder, CEO</span></div>
<p>Dr Nic is a developer’s developer.</p>
<p>He writes for developers; creates tools, libraries and text editor extensions for developers; and speaks to developers at conferences.</p>
<p>He has contributed to almost 300 open source projects. He is known for creating or curating projects such as BOSH, Rails Installer, Composite Primary Keys, Choc Top, App Scrolls, Rails TextMate bundle, New Gem, Tab Tab, GitHub Badges, Install Theme for Rails, and Dr Nic’s Magic Models.</p>
<p>He’s Australian and now living in the Bay Area.</p>
<p>And he’s funny; if you can understand his accent.</p>
<div class="social_profiles">
<ul class="social-bookmarks">
<li class="twitter"><a href="https://twitter.com/drnic">twitter</a></li>
<li class="github"><a href="https://github.com/drnic">github</a></li>
<li class="facebook"><a href="https://facebook.com/drnicwilliams">facebook</a></li>
<li class="linkedin"><a href="http://www.linkedin.com/in/drnic">linkedin</a></li>
</ul>
</div>
</div>
<!-- end: About Member -->
</div>
<!-- end: Row -->
</div>
</div>