-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
executable file
·286 lines (256 loc) · 11.8 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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<!DOCTYPE html>
<html lang="en">
<head>
<title>Growth Hackers</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="./css/ie10-viewport-bug-workaround.css">
<!-- Custom styles -->
<link rel="stylesheet" href="./css/main.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="page-wrap">
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<img src="./images/whitelogo.png" alt="logo" class="logo" />
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li><a href="#myCarousel">Projects</a></li>
<li><a href="#team">The Team</a></li>
<li role="presentation" class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">
Team Members<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li class="navMember"><a href="http://linkedin.com/in/ashlylamarr" target="_blank">Ashly LaMarr</a></li>
<li class="navMember"><a href="//github.com/DrewWarrenTIY" target="_blank">Drew Warren</a></li>
<li class="navMember"><a href="//www.linkedin.com/in/joniweiss" target="_blank">Joni Weiss</a></li>
<li class="navMember"><a href="http://KellyFurness.com" target="_blank">Kelly Furness</a></li>
<li class="navMember"><a href="//github.com/kevinutah-tiy" target="_blank">Kevin Black</a></li>
<li class="navMember"><a href="//github.com/matsad3547" target="_blank">Matt Sadauckas</a></li>
<li class="navMember"><a href="//github.com/Svartingknas" target="_blank">Sergio Morales</a></li>
<li class="navMember"><a href="//github.com/trrapp12" target="_blank">Trevor Rapp</a></li>
</ul>
</li>
<li><a href="#whatWeDo">What We Do</a></li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron">
<div class="jumbo-text">
<h1>Growth Hackers</h1>
<p>Front-End Engineering Grads of Fall 2016</p>
</div>
</div>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
<li data-target="#myCarousel" data-slide-to="5"></li>
<li data-target="#myCarousel" data-slide-to="6"></li>
<li data-target="#myCarousel" data-slide-to="7"></li>
<li data-target="#myCarousel" data-slide-to="8"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img class="car-img img-responsive center-block" src="./images/growthHackersProjectsPhoto.jpg" alt="Image">
<div class="carousel-caption">
<br>
<p>Our Projects</p>
</div>
</div>
<div class="item carouselRandom">
<a href="#">
<img class="car-img img-responsive center-block" src="./images/ash_project.jpg" alt="Image of a project landing page">
<div class="carousel-caption">
<h3>Ashly LaMarr</h3>
</div>
</a>
</div>
<div class="item carouselRandom">
<a href="http://shiftswapforsues.herokuapp.com/" target="_blank">
<img class="car-img img-responsive center-block" src="./images/drew-project.png" alt="Image">
<div class="carousel-caption">
<h3>Drew</h3>
<p>ShiftSwap</p>
</div>
</a>
</div>
<div class="item carouselRandom">
<a href="http://my-awesome-therapist.herokuapp.com/" target="_blank">
<img class="car-img img-responsive center-block" src="./images/joni-project.png" alt="Image of a project landing page">
<div class="light-text-shadow carousel-caption">
<h3>~ Joni ~</h3>
</div>
</a>
</div>
<div class="item carouselRandom">
<a href="http://hiddensurplus.kellyfurness.com/" target="_blank">
<img class="car-img img-responsive center-block" src="./images/kelly_project.jpg" alt="Image">
<div class="dark-text carousel-caption">
<h3>Kelly</h3>
<p>Hidden Surplus</p>
</div>
</a>
</div>
<div class="item carouselRandom">
<a href="http://kjblack.com/" target="_blank">
<img class="car-img img-responsive center-block" src="./images/kevin-project.png" alt="Image">
<div class="dark-text carousel-caption">
<h3>Kevin</h3>
</div>
</a>
</div>
<div class="item carouselRandom">
<a href="http://us-solar-energy-resources.herokuapp.com/" target="_blank">
<img class="car-img img-responsive center-block" src="./images/us-solar-energy-resources.png" alt="Image">
<div class="dark-text carousel-caption">
<h3>Matt</h3><br />
</div>
</a>
</div>
<div class="item carouselRandom">
<a href="http://clandestineslc.com/" target="_blank">
<img class="car-img img-responsive center-block" src="./images/sergio-project.png" alt="Image">
<div class="carousel-caption">
<h3>Sergio</h3>
</div>
</a>
</div>
<div class="item carouselRandom">
<a href="https://utin.herokuapp.com/" target="_blank">
<img class="car-img img-responsive center-block" src="./images/trevor-project.png" alt="Image">
<div class="carousel-caption">
<h3>Trevor</h3>
</div>
</a>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- Team Members -->
<div id="team" class="container text-center">
<h3>Team Members</h3><br>
<div class="row">
<a class="teamMember" href="//github.com/DrewWarrenTIY" target="_blank">
<div id="drew" class="bio col-lg-3 col-md-3 col-sm-6 col-xs-12">
<img class="img-circle" src="./images/drew.jpg" alt="Generic placeholder image" width="140" height="140">
<h3>Drew Warren</h3>
<p>I'm here to chew bubble gum and write code that impacts and improves the world... and I'm all out of bubble gum.</p>
</div>
</a>
<a class="teamMember" href="//github.com/kevinutah-tiy" target="_blank">
<div id="kevin" class="bio col-lg-3 col-md-3 col-sm-6 col-xs-12">
<img class="img-circle" src="./images/kevin.jpg" width="140" height="140">
<h3>Kevin Black</h3>
<p>Recovering Secondary Mathematics Teacher, Educational Administrator, and Educational Consultant. I enjoy hiking and snowshoeing with my wife.</p>
</div>
</a>
<a class="teamMember" href="//github.com/matsad3547" target="_blank">
<div id="matt" class="bio col-lg-3 col-md-3 col-sm-6 col-xs-12">
<img class="img-circle" src="./images/matt.jpg" width="140" height="140">
<h3>Matt Sadauckas</h3>
<p>I'm excited to join the wild world of web development.</p>
</div>
</a>
<a class="teamMember" href="//github.com/Svartingknas" target="_blank">
<div id="sergio" class="bio col-lg-3 col-md-3 col-sm-6 col-xs-12">
<img class="img-circle" src="./images/sergio.jpg" alt="Generic placeholder image" width="140" height="140">
<h3>Sergio Morales</h3>
<p>talk is cheap, show me the code.
if (!=tired()) { keepCoding();} else { drinkCoffee();}
Ready to contribute to the world of developing.</p>
</div>
</a>
<a class="teamMember" href="//www.linkedin.com/in/joniweiss" target="_blank">
<div id="joni" class="bio col-lg-3 col-md-3 col-sm-6 col-xs-12">
<img class="img-circle" src="./images/joni.jpg" width="140" height="140">
<h3>Joni Weiss</h3>
<p>Loving JavaScript / ES6, React, FlexBox, and Angular!<br /><ng-awesome ng-if=”coffee”>
Awesome {code} here </ng-awesome></p>
</div>
</a>
<a class="teamMember" href="//github.com/trrapp12" target="_blank">
<div id="trevor" class="bio col-lg-3 col-md-3 col-sm-6 col-xs-12">
<img class="img-circle" src="./images/trevor.jpg" width="140" height="140">
<h3>Trevor Rapp</h3>
<p>(function trevorRapp ( ) { while (awake) { return code( ) })( );</p>
</div>
</a>
<a class="teamMember" href="http://KellyFurness.com" target="_blank">
<div id="kelly" class="bio col-lg-3 col-md-3 col-sm-6 col-xs-12">
<img class="img-circle" src="./images/kelly.jpg" width="140" height="140">
<h3>Kelly Furness</h3>
<p>Crazy about flexibility and Flexbox! When I'm not coding, I'm running away with the circus.</p>
</div>
</a>
<a class="teamMember" href="http://linkedin.com/in/ashlylamarr" target="_blank">
<div id="ashly" class="bio col-lg-3 col-md-3 col-sm-6 col-xs-12">
<img class="img-circle" src="./images/ash.jpg" alt="An image of Ashly LaMarr" width="140" height="140">
<h3>Ashly LaMarr</h3>
<p>I'm coming to development from an accounting and management background, and having a blast making the switch. I love Mondays!</p>
</div>
</a>
</div>
</div>
<!-- What we do -->
<div id="whatWeDo" class="container text-center">
<h3>What We Do</h3><br>
<h4>We spent twelve weeks at The Iron Yard studying the ins and outs of front-end development, and are ready to conquer the tech world!*
*Ready for our first dev positions.</h4>
<div class="row">
<div class="col-sm-4">
<img id="drewMattHover" src="./images/drewMatt1.jpg" class="img-responsive" style="width:100%" alt="Drew and Matt love to code">
</div>
<div class="col-sm-4">
<img src="./images/joni-lg.png" class="img-responsive" style="width:100%" alt="Joni Helps Everyone">
</div>
<div class="col-sm-4">
<img src="./images/kelly-lg.png" class="img-responsive" style="width:100%" alt="Kelly Likes to Teach">
</div>
</div>
</div>
</div> <!-- end page-wrap -->
<footer class="navbar-inverse container-fluid text-center">
<div class="footerContainer">
<div class="fb">
<!-- Facebook iframe -->
<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Ffee-slc-2016.github.io%2Ftiy-slc-fee-2016%2F&width=96&layout=button&action=like&size=small&show_faces=false&share=true&height=65&appId=1268925249802518" width="96" height="65" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowtransparency="true"></iframe>
</div>
<!-- Twitter button -->
<div class="twitter">
<a class="twitter-share-button"
href="https://fee-slc-2016.github.io/tiy-slc-fee-2016/?text=Growth%20Hackers" data-size="medium">Tweet</a>
</div>
<!-- google plus -->
<div class="g-plusone" data-size="medium" ></div>
</div>
</footer>
<script src="https://apis.google.com/js/platform.js" async defer></script>
<script src="./js/randomize.js"></script>
</body>
</html>