-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
42 lines (40 loc) · 1.42 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
---
title: About
layout: default
css: /css/about.css
---
<div id='about-wrapper'>
<section id='about'>
<h1>Smokes, Lets Go</h1>
<p>At "Smokes, Lets Go", we are dedicated to making the world a better place by gettin you yer fuckin smokes. Fire up this app and we'll give you directions to the nearest convenience store. Fuck yeah bud, time to go hack a dart!</p>
</section>
<section id='team'>
<h2>Team Members</h2>
<div class='member'>
<img src='img/mark-monteiro.jpg'></img>
<h3>Mark Monteiro</h3>
<p class='position'>Lead Developer</p>
</div><!--
--><div class='member'>
<img src='img/travis-vanos.jpg'></img>
<h3>Travis Vanos</h3>
<p class='position'>Web Hosting/Security</p>
</div><!--
--><div class='member'>
<img src='img/thomas-lee.jpg'></img>
<h3>Thomas Lee</h3>
<p class='position'>Chief Freeloading Officer</p>
</div><!--
--><div class='member'>
<img src='img/jack-mallon.jpg'></img>
<h3>Jack Mallon</h3>
<p class='position'>Lead Mooch</br></p>
</div>
</section>
<div class='map-icons'>
Map icons from:
<a href='http://mapicons.nicolasmollet.com' target="_blank">
<img class='map-icons' src='img/miclogo-88x31.gif'></img>
</a>
</div>
</div>