-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdirectory.html
91 lines (79 loc) · 3.32 KB
/
directory.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>CatapultPGH Coworking</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/style.css?v1.2">
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script src="js/main.js"></script>
<link rel="apple-touch-icon" href="apple-icon-touch.png">
<link rel="icon" href="favicon.png">
<script type="text/javascript" src="//use.typekit.net/eyy5aeh.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</head>
<body>
<div class="directory-container wrap">
<header class="non-main-header">
<a href="/index.html"><img class="unstyle-img logo" src="build/img/header-logo.png"></a>
<h2>Directory</h2>
<nav class="directory-nav text-center">
<a href="#technology"><strong>Technology</strong></a>
<span> / </span>
<p><strong>Marketing</strong></p>
<span> / </span>
<p><strong>Design</strong></p>
</nav>
</header>
<section class="content-unit">
<div class="wrap" id="technology">
<h2 class="directory-category">Technology</h2>
<div class="perks directory-listings">
<div class="first">
<div class="directory-listing">
<div class="directory-name">
<img class="unstyle-img" src="build/img/boolean-party-logo.svg">
<h5>BOOLEAN PARTY</h5>
</div>
<p>Boolean Party builds web apps with a focus on responsive design and
quality code. We specialize in Ruby on Rails and Ember.</p>
<h4 class="text-center"><a href="http://boolean.party/">boolean.party</a></h4>
<h4 class="text-center"><a href="mailto:[email protected]">[email protected]</a></h4>
</div>
<div class="directory-listing">
<div class="directory-name">
<h5>Your Name Here!</h5>
</div>
<p>Have a product or service and work in Catapult? Get in the directory.</p>
<h4 class="text-center">Get in touch <a href="mailto:[email protected]">[email protected]</a></h4>
</div>
</div>
<div class="last">
<div class="directory-listing">
<div class="directory-name">
<img class="unstyle-img" src="build/img/systema-snake.png">
<h5>Systema</h5>
</div>
<p>Systema Development is a software consultancy with 15 years experience in Python. We specialize in Django, full text search and really big data.</p>
<h4 class="text-center"><a href="http://syste.ma/">syste.ma</a></h4>
<h4 class="text-center"><a href="[email protected]">[email protected]</a></h4>
</div>
<div class="directory-listing">
<div class="directory-name">
<h5>Or Here!</h5>
</div>
<p>Prefer to be on the right side of the page? We can do that too.</p>
</div>
</div>
</div>
</section>
</div>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="build/js/production.min.js"></script>
</body>
</html>