-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
118 lines (104 loc) · 4.77 KB
/
index.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!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>
<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 id="top">
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
<![endif]-->
<header class="site-header content-unit clearfix">
<div class="wrap">
<img class="logo unstyle-img" src="build/img/header-logo.png" alt="CatapultPGH Coworking Community">
<p class="bigrockcandymountain">
</p>
</div>
</header>
<p class="bigrockcandymountain">
In the Big Rock Candy Mountains, <br>
There's a land that's fair and bright, <br>
Where the handouts grow on bushes <br>
And you sleep out every night. <br>
Where the boxcars all are empty <br>
And the sun shines every day <br>
On the birds and the bees <br>
And the cigarette trees <br>
The lemonade springs <br>
Where the bluebird sings <br>
In the Big Rock Candy Mountains. <br>
In the Big Rock Candy Mountains <br>
All the cops have wooden legs <br>
And the bulldogs all have rubber teeth <br>
And the hens lay soft-boiled eggs <br>
The farmers' trees are full of fruit <br>
And the barns are full of hay <br>
Oh I'm bound to go <br>
Where there ain't no snow <br>
Where the rain don't fall <br>
The winds don't blow <br>
In the Big Rock Candy Mountains. <br>
In the Big Rock Candy Mountains <br>
You never change your socks <br>
And the little streams of alcohol <br>
Come trickling down the rocks <br>
The brakemen have to tip their hats <br>
And the railway bulls are blind <br>
There's a lake of stew <br>
And of whiskey too <br>
You can paddle all around them <br>
In a big canoe <br>
In the Big Rock Candy Mountains. <br>
In the Big Rock Candy Mountains, <br>
The jails are made of tin. <br>
And you can walk right out again, <br>
As soon as you are in. <br>
There ain't no short-handled shovels, <br>
No axes, saws nor picks, <br>
I'm bound to stay <br>
Where you sleep all day, <br>
Where they hung the jerk <br>
That invented work <br>
In the Big Rock Candy Mountains. <br>
</p>
<div class="main" role="main">
<p class="summary text-left">
</p>
<section class="content-unit" id="contact">
<div class="wrap clearfix">
<img src="build/img/map.png" alt="4327 Butler St., Pittsburgh"></a>
<div class="contact-info">
<p class="summary"><a href="mailto:[email protected]" target="blank"> Catapult closed 2/28/19 but you can email [email protected]</a></p>
<p class="summary"> <a href="http://twitter.com/CatapultPGH" target="blank">@CatapultPGH</a></p>
🌞
</div>
</div> <!-- /.wrap -->
</section> <!-- /.content-unit -->
</div> <!-- /.main -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<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>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-46787787-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>