-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
276 lines (252 loc) · 10.6 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Justin Gaba - Full Stack Developer Portfolio</title>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine or request Chrome Frame -->
<meta name="keywords" content="MQ, Data-Science, Full-Stack, Web-Developer, NYC, Contract, SOA, Distributed-systems, Microservice, Architecture">
<meta name="description" content="Portfolio of Justin Gaba">
<meta name="author" content="Justin Gaba">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet">
<link href="/stylesheets/normalize.css" rel="stylesheet" /><link href="/stylesheets/all.css" rel="stylesheet" />
<script src="/javascripts/all.js"></script>
</head>
<body>
<header id="nav">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a id="logo_button" href="/"><h1>GabaFlow <i class="fa fa-rocket "></i></h1></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div id="navbar-collapse" class="navbar-collapse collapse" aria-expanded="false">
<ul>
<li class="active">
<a id="home_button" href="#1">Home</a>
</li>
<!-- <li>
<a id="workflow-button" href="#">Worklfow</a>
</li> -->
<li>
<a id="portfolio-button" href="#2">Portfolio</a>
</li>
<li>
<a id="contactme-button" href="#3">Contact Me</a>
</li>
<!-- <li>
<a class="blog" href="/blog">Blog</a>
</li> -->
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
</header>
<section class="splash">
<div class="container text-center">
<h1 class="splash-text">Hi my name is Justin Gaba</h1>
<h2 class="splash-text white">I am a Web Developer<span class="sunflower"> | </span> </h2>
</div>
<div>
<div class="flex" style="width: 100%; padding-top: 5vh;">
<h3 class="splash-text sunflower" style="text-shadow: 1px 1.5px 1.5px rgba(0, 0, 0, .7); width: 33%;">Click below to see some of my work!</h3>
</div>
<div>
<button id="next_button" class="splash-button"><i class="fa fa-arrow-down "> </i></button>
</div>
</div>
<!-- /.container -->
</section>
<section id="portfolio">
<div class="container">
<div class="underlined-title">
<h1>A selection of my work</h1>
<hr>
</div>
<!-- <ul class="filter">
<li class="active">
<a href="#" data-filter="*">All</a>
</li>
<li>
<a href="#" data-filter=".angular">Angular</a>
</li>
<li>
<a href="#" data-filter=".backbone">Backbone</a>
</li>
<li>
<a href="#" data-filter=".nature">D3</a>
</li>
<li>
<a href="#" data-filter=".outside">MiddleMan</a>
</li>
<li>
<a href="#" data-filter=".photography">Rails</a>
</li>
</ul> -->
<!-- /.portfolio-filter -->
<div class="row">
<div class="container flex">
<div class="portfolio-item-box">
<div class="portfolio-item">
<div class="portfolio-thumb">
<a href="https://github.com/gabalicious/fliclib-linux-hci" class="portfolio-link" target="_blank">
<img src='images/rpi2.svg' class="img-responsive" alt="1st portfolio Thumb">
</a>
</div>
<div class="portfolio-details">
<h5>Flic Button for Phillips Hue Lights</h5>
<p>Flic Button for Phillips Hue Lights is a fork of the Flic Button Github project for Linux that I managed to integrate with the Phillips Hue lighting system. I connected the <a href='http://flic.io/' target='_blank'>Flic Buttons</a> to the Raspberry Pi to allow control of different lighting groups allowing a user to adjust brightness, turn on/off lights and even put the lights in party mode. Feel free to fork and contribute.</p>
<p>
<span class="label label-default">Node.js</span>
<span class="label label-default">Raspberry Pi</span>
<span class="label label-default">Phillips Hue API</span>
</p>
</div>
</div>
</div>
<!-- /.portfolio-item-wrapper -->
<div class="portfolio-item-box">
<div class="portfolio-item">
<div class="portfolio-thumb">
<a href="https://github.com/gabalicious/Meteor-nhl-app" class="portfolio-link" target="_blank">
<img src='images/hut.jpg' class="img-responsive" alt="1st portfolio Thumb">
</a>
</div>
<div class="portfolio-details">
<h5>NHL Ultimate Hockey Team Collector</h5>
<p>Hockey Ultimate Team Collector is designed for users who play EA’s NHL 16 Ultimate Hockey, a mode where gamers build 'All-Star' squads from collected digital player cards to play online against other people. It’s like Pokémon for adults. </p>
<p>
<span class="label label-default">HTML5</span>
<span class="label label-default">CSS3</span>
<span class="label label-default">MeteorJS</span>
<span class="label label-default">JQuery</span>
<span class="label label-default">Materialize CSS</span>
<span class="label label-default">Blaze</span>
</p>
</div>
</div>
</div>
<!-- /.portfolio-item-wrapper -->
<div class="portfolio-item-box">
<div class="portfolio-item">
<div class="portfolio-thumb">
<a href="http://gameplan-sports.herokuapp.com/" class="portfolio-link" target="_blank">
<img src='images/gameplan.jpg' class="img-responsive" alt="1st portfolio Thumb">
</a>
</div>
<div class="portfolio-details">
<h5>GamePlan</h5>
<p>GamePlan allows friends to coordinate to decide on what game to go to together. Start a Game Plan, Invite some friends, Suggest some games, and pick the game your friends wants to go to. Once I have more time I will make an iPhone App.</p>
<p>
<span class="label label-default">Bootstrap</span>
<span class="label label-default">Devise</span>
<span class="label label-default">JQuery</span>
<span class="label label-default">Rails</span>
<span class="label label-default">SeatGeek API</span>
</p>
</div>
</div>
</div>
<!-- /.portfolio-item-wrapper -->
<div class="portfolio-item-box">
<div class="portfolio-item">
<div class="portfolio-thumb">
<a href="https://hagwon.herokuapp.com/" class="portfolio-link" target="_blank">
<img src='images/hagwon.jpg' class="img-responsive" alt="1st portfolio Thumb">
</a>
</div>
<div class="portfolio-details">
<h5>Hagwon</h5>
<p>Hagwon is an Education Tracking Platform designed with the goal of managing the courses you take online. Students can take control of their learning experience. </p>
<p>
<span class="label label-default">Angular</span>
<span class="label label-default">Bootstrap</span>
<span class="label label-default">Coursera API</span>
<span class="label label-default">Google Oauth</span>
<span class="label label-default">JQuery</span>
<span class="label label-default">JQuery UI</span>
<span class="label label-default">Rails</span>
</p>
</div>
</div>
</div>
<!-- /.portfolio-item-wrapper -->
<div class="portfolio-item-box">
<div class="portfolio-item">
<div class="portfolio-thumb">
<a href="https://github.com/gabalicious/middleman_portfolio" class="portfolio-link" target="_blank">
<img src='images/middleman.jpg' class="img-responsive" alt="1st portfolio Thumb">
</a>
</div>
<div class="portfolio-details">
<h5>Middleman Blog & Portfolio Site</h5>
<p>Middleman was used to build this portfolio site. It is also the backbone to the blog portion of this site. I plan to release this for free for developers to use it soon. Please fork the project and repurpose it for your own needs.</p>
<p>
<span class="label label-default">Bootstrap</span>
<span class="label label-default">JQuery</span>
<span class="label label-default">Middleman</span>
<span class="label label-default">Ruby</span>
<span class="label label-default">Sass</span>
</p>
</div>
</div>
</div>
<!-- /.portfolio-item-wrapper -->
</div>
<!-- /-container -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!-- <ul class="pager">
<li>
<a href="#">Previous</a>
</li>
<li>
<a href="#">Next</a>
</li>
</ul> -->
<section id="contactme" class="footer">
<div class="container">
<div class="me">
<a href="#">
<img class="" src="https://uploads.teamtreehouse.com/production/profile-photos/1748372/thumb_download.jpeg" alt="">
</a>
</div>
<h2 class="contactme">Contact <strong>me</strong></h2>
<!-- <p class="lead"><a href="#">Available for Freelance</a></p>
--> <ul class="social">
<li>
<a target="_blank" href="https://twitter.com/YoGabaDev"><i class="fa fa-2x fa-twitter"></i></a>
</li>
<li>
<a target="_blank" href="https://www.github.com/gabalicious/"><i class="fa fa-2x fa-github"></i></a>
</li>
<li>
<a target="_blank" href="https://www.linkedin.com/in/jgaba"><i class="fa fa-2x fa-linkedin"></i></a>
</li>
</ul>
<!-- /.social -->
</div>
<!-- /.container -->
<p class=" text-center"><a class="btn btn-danger" href="resume-professional-webportfolio.pdf">Download Resume</a></p>
<div class="copyright-bar-2 bg-sunflower">
<div class="container text-center">
<p class="small contactme">Made with <i class="fa fa-heart pomegranate"></i> by Justin Gaba</p>
</div>
</div>
</section>
</body>
</html>