forked from heatsynclabs/hsl-site-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
orig.html
171 lines (155 loc) · 5.77 KB
/
orig.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />
<title>HeatSync Labs</title>
<!-- Included CSS Files -->
<link rel="stylesheet" href="stylesheets/foundation.css">
<link rel="stylesheet" href="stylesheets/app.css">
<link rel="stylesheet" href="stylesheets/style.css">
<!--[if lt IE 9]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<script src="javascripts/modernizr.foundation.js"></script>
<!-- IE Fix for HTML5 Tags -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="row header">
<div class="seven columns offset-by-one logo">
<img class="logoimage"src="images/header-image.png" />
</div>
<div class="three columns hide-for-small">
<div class="share">
<img src="images/flickr.png" width="48" height="48" alt="Flickr">
<img src="images/twitter.png" width="48" height="48" alt="Twitter">
<img src="images/facebook.png" width="48" height="48" alt="Face">
</div>
</div>
</div>
<div class="row" >
<div class="main-image-div" style="height:35em;width:100%;position:absolute;left:0;z-index:-1;" id="gallery">
</div>
<div class="main-image-div" style="height:35em;width:100%;position:absolute;left:0;z-index:-2;" id="gallery_next">
</div>
<div class="twelve columns centered">
<div class="row">
<div class="three columns">
<div class="panel content">
<p>
HeatSync Labs...
</p>
<div class="rw-font" style="height:1em;"></div>
<div class="rw-words rw-words-1">
<span>is a community workshop</span>
<span>is open FREE to the public M-F 7p-10p</span>
<span>is a 501(c)3 not for profit</span>
<span>has no staff, only a passionate community, including you!</span>
</div>
<div class="rw-font" style="height:5em;"></div>
<p> Bring your projects and your passion and JOIN US! </p>
<div style="text-align: center">
HeatSync Labs<br/>
140 W. Main St<br/>
Mesa, AZ 85201<br/><br/>
</div>
</div>
</div>
<div class="three columns offset-by-six">
<div class="panel content">
<h3>Calendar</h3>
Monday, July 2
<ul>
<li>06:00pm Augmented Humanity</li>
<li>06:00pm Knitting and Crocheting</li>
</ul>
Tuesday, July 3
<ul>
<li>07:00pm Open Hack!</li>
</ul>
Wednesday, July 4
<ul>
<li>12:00pm BBQ</li>
<li>07:00pm Arduino Hacknight</li>
</ul>
Thursday, July 7
<ul>
<li>07:00pm Open Hack</li>
</ul>
Friday July, 6
<ul>
<li>07:00pm Open Hack</li>
<li>07:00pm Young Makers</li>
</ul>
Saturday July, 7
<ul>
<li>10:00am WE Collaborate</li>
</ul>
</div>
</div>
</div>
</div>
<div class="columns imageTag">
<div class="panel float" id="gallerytxt">
...
</div>
</div>
</div>
<div class="row">
<hr />
<div class="twelve columns show-for-small">
<div>
<img src="images/flickr.png" width="48" height="48" alt="Flickr">
<img src="images/twitter.png" width="48" height="48" alt="Twitter">
<img src="images/facebook.png" width="48" height="48" alt="Face">
</div>
</div>
</div>
<div class="row">
<div class="ten columns centered">
<div class="row">
<div class="three columns">
<p>Board of Directors</p>
<p>Contact</p>
</div>
<div class="three columns">
<p>FAQ</p>
<p>Wiki</p>
</div>
<div class="three columns">
<p>IRC</p>
<p>Hack the Planet</p>
</div>
<div class="three columns">
<img src="http://live.heatsynclabs.org/snapshot.php?camera=1"/>
</div>
</div>
</div>
</div>
<div class="row" id="feed">
<h4>feeds loading ... </h4>
</div>
<!-- Included JS Files -->
<script src="https://www.google.com/jsapi"></script>
<script src="javascripts/jquery.min.js"></script>
<script src="javascripts/jquery.reveal.js"></script>
<script src="javascripts/jquery.orbit-1.4.0.js"></script>
<script src="javascripts/jquery.customforms.js"></script>
<script src="javascripts/jquery.placeholder.min.js"></script>
<script src="javascripts/jquery.tooltips.js"></script>
<script src="javascripts/jquery.equalheights.js"></script>
<script src="javascripts/jquery.cycle.all.min.js"></script>
<script src="javascripts/flickr.js"></script>
<script src="javascripts/gallery.js"></script>
<script src="javascripts/feeds.js"></script>
<script src="javascripts/app.js"></script>
</body>
</html>