-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
485 lines (451 loc) · 25.2 KB
/
Copy pathindex.html
File metadata and controls
485 lines (451 loc) · 25.2 KB
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
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Gabriel Centeno</title>
<!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
<link href="stylesheets/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="stylesheets/freelancer.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="fonts/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Tab Icon -->
<link rel="icon" href="favicon.ico">
<!-- portfolio icons -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- google-analytics -->
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-75867943-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#page-top">Gabriel Centeno</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#portfolio">Portfolio</a>
</li>
<li class="page-scroll">
<a href="#about">About</a>
</li>
<li class="page-scroll">
<a href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="row">
<div class="col-lg-12">
<img class="img-responsive img-circle" src="images/prof.png" alt="">
<div class="intro-text">
<span class="name">Gabriel Centeno</span>
<span class="skills">Software and Web Developer</span>
</div>
</div>
</div>
</div>
</header>
<!-- Portfolio Grid Section -->
<section id="portfolio">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Portfolio</h2>
<hr class="star-primary">
</div>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#portfolioModal1" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<i id="icon" class="fa fa-html5" style="text-shadow: rgb(48, 117, 165) 0px 0px 0px, rgb(50, 123, 173) 1px 1px 0px, rgb(53, 129, 182) 2px 2px 0px, rgb(55, 136, 191) 3px 3px 0px, rgb(58, 142, 200) 4px 4px 0px, rgb(60, 148, 209) 5px 5px 0px, rgb(63, 154, 217) 6px 6px 0px, rgb(65, 161, 226) 7px 7px 0px; font-size: 142px; color: rgb(255, 255, 255); height: 264px; width: 264px; line-height: 264px; border-radius: 0px; text-align: center; background-color: rgb(68, 167, 235);"></i>
</a>
</div>
<div class="col-sm-4 portfolio-item" >
<a href="#portfolioModal2" class="portfolio-link" data-toggle="modal" >
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<i id="icon" class="fa fa-android" style="text-shadow: rgb(179, 81, 32) 0px 0px 0px, rgb(185, 84, 33) 1px 1px 0px, rgb(191, 87, 35) 2px 2px 0px, rgb(198, 90, 36) 3px 3px 0px, rgb(204, 93, 37) 4px 4px 0px, rgb(210, 96, 38) 5px 5px 0px, rgb(217, 99, 39) 6px 6px 0px, rgb(223, 102, 40) 7px 7px 0px, rgb(230, 104, 41) 8px 8px 0px, rgb(236, 107, 43) 9px 9px 0px, rgb(242, 110, 44) 10px 10px 0px, rgb(249, 113, 45) 11px 11px 0px; font-size: 138px; color: rgb(255, 255, 255); height: 263px; width: 263px; line-height: 263px; border-radius: 0px; text-align: center; background-color: rgb(255, 116, 46);"></i>
</a>
</div>
<div text-align="center">
<div class="col-sm-4 portfolio-item">
<a href="#portfolioModal3" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<i id="icon" class="fa fa-wrench" style="text-shadow: rgb(86, 68, 179) 0px 0px 0px, rgb(89, 70, 185) 1px 1px 0px, rgb(92, 73, 191) 2px 2px 0px, rgb(95, 75, 198) 3px 3px 0px, rgb(98, 78, 204) 4px 4px 0px, rgb(101, 80, 210) 5px 5px 0px, rgb(105, 82, 217) 6px 6px 0px, rgb(108, 85, 223) 7px 7px 0px, rgb(111, 87, 230) 8px 8px 0px, rgb(114, 90, 236) 9px 9px 0px, rgb(117, 92, 242) 10px 10px 0px, rgb(120, 95, 249) 11px 11px 0px; font-size: 131px; color: rgb(255, 255, 255); height: 264px; width: 264px; line-height: 264px; border-radius: 0px; text-align: center; background-color: rgb(123, 97, 255);"></i>
</a>
</div>
</div>
</div>
</section>
<!-- Portfolio Modals -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Everyday Speech</h2>
<hr class="star-primary">
<img src="images/home-page.png" class="img-responsive img-centered" alt="">
<img src="images/purchase-order.png" class="img-responsive img-centered" alt="">
<p>I work with the student-led design studio Scout at Northeastern University, where we help start-ups and ventures to create a brand and website or app for their idea. My first semester in the studio was Fall 2016 and I worked on <a href="www.myeverydayspeech.com">Everyday Speech</a> where we created a new theme for their Wordpress site using Timber. It was styled with SCSS and Bootstrap and used jQuery.</p>
<ul class="list-inline item-details">
<li>Client:
<b class="modal-description">Everyday Speech</b>
</li>
<li>Date:
<b class="modal-description">September 2016 - December 2016</b>
</li>
<li>Service:
<b class="modal-description">Web Development</b>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i>Close</button>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Rate a Meme</h2>
<hr class="star-primary">
<img src="images/meme-rank.png" class="img-responsive img-centered" alt="">
<p>In the last Northeastern Hackathon I worked with my friends to create<a href="www.myeverydayspeech.com">Rate a Meme</a>, a website which takes in a users image and then returns the ranking based on our personal scale. We scraped Reddit and created a self learning database which compares the user's image to the scraped ones and decides how good the joke is. </p>
<ul class="list-inline item-details">
<li>Date:
<b class="modal-description">October 2016</b>
</li>
<li>Type:
<b class="modal-description">Personal Project</b>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i>Close</button>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Real Talk</h2>
<hr class="star-primary">
<img src="images/RealTalk.png" class="img-responsive img-centered" alt="">
<p>As one of my first personal projects,
I helped <a href="http://myeverydayspeech.com">Trent Duffy</a>
create the prototype for RealTalk,</a>
a site that will help prospective college students better understand which school is the best fit for them by communicating
with current college students. Although we have stopped work on this now due to class work, we will work on it again soon.
<ul class="list-inline item-details">
<li>Client:
<b class="modal-description">Start-Up</b>
</li>
<li>Date:
<b class="modal-description">Febuary 2016</b>
</li>
<li>Service:
<b class="modal-description">Web Development</b>
</li>
</ul>
<h1>More to come...</h1>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i>Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Android</h2>
<hr class="star-primary">
<img src="images/UFree.png" class="img-responsive img-centered" alt="">
<p>During a Hackathon in January 2016 I learned to use AndroidStudio to build an android app called UFree that allows
users to send messages to a group of friends and recieve a simple yes from those who wanted to attend and a no from those who couldn't.
The idea behind the app was to remove cumbersome group chats which make it hard to organize meetings.
I created the app with <a href="http://www.trentduffy.me">Trent Duffy</a> and we plan to make more in the future.</p>
<ul class="list-inline item-details">
<li>Client:
<b class="modal-description">Personal Project</b>
</li>
<li>Date:
<b class="modal-description">January 2016</b>
</li>
<li>Service:
<b class="modal-description">Mobile Development</b>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i>Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Projects in Development</h2>
<hr class="star-primary">
<img src="images/home.png" class="img-responsive img-centered" align="right">
<p>I am a co-founder for the startup Tangent, a project with some of my collegaues in conjunction with the company Iotopia solutions. We are aiming to create a data analytics platfrom for realtors as of now, but our direction may change in the future.</p>
<ul class="list-inline item-details">
<li>Date:
<b class="modal-description">September 2016 - Present</b>
</li>
<li>Service:
<b class="modal-description">Startup/API Development</b>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i>Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!--
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Multilingual</h2>
<hr class="star-primary">
<img src="images/globe.jpeg" class="img-responsive img-centered" alt="">
<p>Coming originally from Venezuela my first language is Spanish and I still speak it to this day.
I also learned German in high school and through speaking it with my grandfather.
Knowing three languages and hopefully more in the future will help me communicate easily with the wide variety of people I am bound to meet.</p>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
-->
<!-- About Section -->
<section class="success" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>About</h2>
<hr class="star-light">
</div>
</div>
<div class="row">
<div class="col-lg-4 col-lg-offset-2">
<p>Hi, my name is Gabriel Centeno and I am currently a Sophomore at Northeastern University studying Computer Science and Finance.
I have taught myself JavaScript, HTML, CSS, SQL, and Python and taken classes for Scheme and Java. </p>
</div>
<div class="col-lg-4">
<p>I enjoy working on personal projects with friends to try and solve problems we find in our everyday lives. When I'm not at work or starting a new project, I am probably rock climbing or cooking.</p>
</div>
<div class="col-lg-8 col-lg-offset-2 text-center">
<a href="Gabriel-Centeno-Resume.pdf" class="btn btn-lg btn-outline"><i class="fa fa-file-pdf-o"></i> Resume</a>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Contact Me</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<form name="gform" id="gform" enctype="text/plain" action="https://docs.google.com/forms/d/1OUTt-Rzq22BWwLRjgQL_3DDspxlVc-KkKDZTJ2yWC1o/formResponse"
target="hidden_iframe" onsubmit="submitted=true;">
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<label>Name</label>
<input type="text" name="entry.2005620554" class="form-control" placeholder="Name" id="entry.2005620554"
required data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<label>Email Address</label>
<input type="email" class="form-control" name="entry.1045781291" placeholder="Email Address" id="entry.1045781291"
required data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<label>Phone Number</label>
<input type="tel" class="form-control" name="entry.1166974658" placeholder="Phone Number" id="entry.1166974658"
required data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<label>Message</label>
<textarea rows="5" name="entry.839337160" class="form-control" placeholder="Message" id="entry.839337160"
required data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<br>
<div id="success"></div>
<div class="row">
<div class="form-group col-xs-12">
<button type="submit" class="btn btn-success btn-lg">Send</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="text-center">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-md-4">
<h3>Location</h3>
<p>157 Hemenway Street<br>Boston, MA 02115</p>
<h4>Summers</h4>
<p>11601 Barrington Way<br>Austin, TX 78759</p>
</div>
<div class="footer-col col-md-4">
<h3>Find Me Aound the Web</h3>
<ul class="list-inline">
<li>
<a href="https://www.facebook.com/gabrielcenteno97" class="btn-social btn-outline"><i class="fa fa-fw fa-facebook"></i></a>
</li>
<li>
<a href="mailto:gabrielc007@gmail.com" class="btn-social btn-outline"><i class="fa fa-fw fa-envelope-o"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/gabriel-centeno-7669a29a" class="btn-social btn-outline"><i class="fa fa-fw fa-linkedin"></i></a>
</li>
<li>
<a href="https://github.com/gaboc4" class="btn-social btn-outline"><i class="fa fa-fw fa-github-square"></i></a>
</li>
</ul>
</div>
<div class="footer-col col-md-4">
<h3>About The Site</h3>
<p>I created this website using Bootstrap, Javascript, and an embedded Google Form for the contact form.</p>
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
Copyright © Gabriel Centeno 2016
</div>
</div>
</div>
</div>
</footer>
<!-- Scroll to Top Button -->
<div class="scroll-top page-scroll visible-xs visible-sm">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<script src="js/jquery-2.2.2.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/freelancer.js"></script>
</body>
</html>