This repository was archived by the owner on Jul 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
244 lines (231 loc) · 8.82 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
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE HTML>
<!--
Spatial by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>High Bay</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-76465050-1', 'auto');
ga('send', 'pageview');
</script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<body class="landing">
<!-- Header -->
<header id="header" class="alt">
<h1><strong><a href="index.html">High Bay</a></strong> University of Alabama</h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<!--
<li><a href="generic.html">Generic</a></li>
<li><a href="elements.html">Elements</a></li>
-->
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="image">
<img src="images/hb_logo.jpg" alt="" />
</div>
<div>
<h2>High Bay</h2>
<p>Come and Make It</p>
</div>
<!--
<ul class="actions">
<li><a href="#" class="button special big">Get Started</a></li>
</ul>-->
</section>
<!-- One -->
<section id="one" class="wrapper style1">
<div class="container 75%">
<div class="row 200%">
<div class="6u 12u$(medium)">
<header class="major">
<h2>Building Software</h2>
<p>....and developers</p>
</header>
</div>
<div class="6u$ 12u$(medium)">
<p>High Bay helps train the next generation of developers by giving them access to software professionals and active development projects. But this is not your normal software shop! High Bay works with faculty and staff at the University of Alabama to give legs to all those fancy academic theories.</p>
<p></p>
</div>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style2 special">
<div class="container">
<header class="major">
<h2>Open Source Software</h2>
<p>Check out our code below</p>
</header>
<div class="row 150%">
<div class="6u 12u$(xsmall)">
<a href="https://github.com/highbay" target="_blank">
<div class="image fit captioned">
<img src="images/GitHub-Mark.png" alt="" />
<h3>GitHub</h3>
</div>
</a>
</div>
<div class="6u$ 12u$(xsmall)">
<a href="https://bitbucket.com/highbay" target="_blank">
<div class="image fit captioned">
<img src="images/bitbucket_logo.png" alt="" />
<h3>BitBucket</h3>
</div>
</a>
</div>
</div>
<ul class="actions">
<li><a href="http://ua.edu" class="button big" target="_blank">University of Alabama</a></li>
<li><a href="http://aime.ua.edu" class="button big" target="_blank">AIME</a></li>
<li><a href="http://caps.ua.edu" class="button big" target="_blank">CAPS</a></li>
</ul>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style1">
<div class="container">
<header class="major special">
<h2>Meet the Devs</h2>
<p>Please star our repos... please</p>
</header>
<div class="feature-grid">
<div class="feature">
<a href="http://github.com/matthewyork" target="_blank">
<div class="image rounded"><img src="images/matt.jpg" alt="" height="180" width="180"/></div>
</a>
<div class="content">
<header>
<h4>Matthew York</h4>
<p>iOS | Android | .NET | JS</p>
</header>
<p>Never met a language I didn't like... Except PHP. Screw PHP.</p>
</div>
</div>
<div class="feature">
<a href="http://github.com/adfleshner" target="_blank">
<div class="image rounded"><img src="images/aaron.jpeg" alt="" height="180" width="180"/></div>
</a>
<div class="content">
<header>
<h4>Aaron Fleshner</h4>
<p>Android | Olympic Diver</p>
</header>
<p>Local Android Enthusiast.</br>Yes I can do a back flip. </p>
</div>
</div>
<div class="feature">
<a href="http://github.com/fahlout" target="_blank">
<div class="image rounded"><img src="https://avatars0.githubusercontent.com/u/6654714?v=3&s=460" alt="" height="180" width="180"/></div>
</a>
<div class="content">
<header>
<h4>Niklas Fahl</h4>
<p>iOS | Design</p>
</header>
<p>"Design is not just what it looks like and feels like. Design is how it works."</br>- Steve Jobs</p>
</div>
</div>
<div class="feature">
<div class="image rounded"><img src="images/miles.jpg" alt="" height="180" width="180"/></div>
<div class="content">
<header>
<h4>Miles Crabbe</h4>
<p>iOS | Android | .NET | JS</p>
</header>
<p>“Non Impediti Ratione Cogitationis — Unencumbered by the Thought Process.”<br>—Tom Magliozzi</p>
</div>
</div>
<header class="major special">
<h2>Meet the Students</h2>
<p>We only keep a few.</p>
</header>
<div class="feature">
<a href="http://github.com/ryantruitt" target="_blank">
<div class="image rounded"><img src="images/ryan.jpg" alt="" height="180" width="180" /></div>
</a>
<div class="content">
<header>
<h4>Ryan Truitt</h4>
<p>Web | Computer Science Major</p>
</header>
<p>Developer in training. </br>Coffee and coding.</p>
</div>
</div>
<div class="feature">
<a href="https://github.com/graysonwebster" target="_blank">
<div class="image rounded"><img src="images/grayson.jpg" alt="" height="180" width="180" /></div>
</a>
<div class="content">
<header>
<h4>Grayson Webster</h4>
<p>iOS, Android | MIS, Math Major</p>
</header>
<p>Master of chess and binge watching Netflix. </p>
</div>
</div>
</div>
</div>
</section>
<!-- Four -->
<section id="four" class="wrapper style3 special">
<div class="container">
<header class="major">
<h2>Come By Sometime</h2>
<p>Or just email if you are shy</p>
</header>
<div style="color:#eee">
<div>High Bay</div>
<div>AIME Building</div>
<div>The University of Alabama</div>
<script language=JavaScript type="text/javascript">
<!--
var user = "highbay";
var host = "ua.edu";
var link = user + "@" + host;
document.write("<a hre" + "f=mai" + "lto:" + user + "@" + host + " ><b style=\"color:#eee\">" + link + "</b></a>");
--> </script>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="icons">
<li><a href="#" class="icon fa-facebook"></a></li>
<li><a href="http://twitter.com/highbayua" class="icon fa-twitter" target="_blank"></a></li>
<li><a href="http://instagram.com/highbayua" class="icon fa-instagram"></a></li>
</ul>
<ul class="copyright">
<li>© The University of Alabama</li>
<li>Design: <a href="http://templated.co">TEMPLATED</a></li>
<li>Developed: High Bay</li>
</ul>
</div>
</footer>
</body>
</html>