-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
481 lines (440 loc) · 24 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
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
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<title>EGS Tech</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Website for Eric Gerard Suarez, Software Engineer.">
<link rel="shortcut icon" href="favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<!-- github acitivity css -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css">
<!-- <link rel="stylesheet" href="github-activity.min.css"> -->
<link rel="stylesheet" href="github-activity-0.1.1.min.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-rss/dist/jquery.rss.min.js"></script>
<!-- github activity plugin -->
<!-- <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js"></script>
<script type="text/javascript" src="github-activity.min.js"></script> -->
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js"></script>
<script type="text/javascript" src="github-activity-0.1.1.min.js"></script>
<!-- custom js -->
<script type="text/javascript" src="assets/js/main.js"></script>
<!-- <script>GitHubActivity.feed({ username: "egs104", selector: "https://github.com/egs104?tab=activity" });</script> -->
</head>
<body>
<!-- ******HEADER****** -->
<header class="header">
<div class="container">
<img class="profile-image img-responsive pull-left" src="assets/images/myPic.jpg" style="height: 250px; width: 225px" alt="Eric Suarez" />
<div class="profile-content pull-left">
<h1 class="name">Eric Suarez</h1>
<h2 class="desc">Software Developer</h2>
<ul class="social list-inline">
<li><a href="https://twitter.com/ericsuarezz"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://plus.google.com/u/0/106171880402336509169/about"><i class="fa fa-google-plus"></i></a></li>
<li><a href="https://www.linkedin.com/pub/eric-suarez/88/323/723"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/egs104"><i class="fa fa-github-alt"></i></a></li>
</ul>
</div>
<!--//profile-->
<a class="btn btn-cta-primary pull-right" href="mailto:[email protected]" target="_blank"><i class="fa fa-paper-plane"></i> Contact Me</a>
</div>
<!--//container-->
</header>
<!--//header-->
<div class="container sections-wrapper">
<div class="row">
<div class="primary col-md-8 col-sm-12 col-xs-12">
<section class="about section">
<div class="section-inner">
<h2 class="heading">About Me</h2>
<div class="content">
<p>In December of 2017, I graduated from the University of Florida with a Bachelor's of Science in Computer Science and a minor in Business Administration. Currently, I am working as a Software Engineer at American Express.</p>
<p>My hobbies and interests include playing golf, playing guitar, technology, attending sporting events and concerts, and traveling. </p>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</section>
<!--//section-->
<section class="latest section">
<div class="section-inner">
<h2 class="heading">Projects</h2>
<div class="content">
<!-- <div class="item featured text-center">
<h3 class="title"><a href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-theme-for-products-velocity/" target="_blank">Hakeem Gets You</a></h3>
<p class="summary">A responsive Bootstrap template designed for digital products</p>
<div class="featured-image">
<a href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-theme-for-products-velocity/" target="_blank">
<img class="img-responsive project-image" src="assets/images/projects/project-featured.png" alt="project name" />
</a>
<div class="ribbon">
<div class="text">New</div>
</div>
</div>
<div class="desc text-left">
<p>You can promote your main project here. Suspendisse in tellus dolor. Vivamus a tortor eu turpis pharetra consequat quis non metus. Aliquam aliquam, orci eu suscipit pellentesque, mauris dui tincidunt enim, eget iaculis ante dolor non turpis.</p>
<p>Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur. At vero eos et accusamus et iusto odio dignissimos ducimus.</p>
</div>
<a class="btn btn-cta-secondary" href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-theme-for-products-velocity/" target="_blank"><i class="fa fa-thumbs-o-up"></i> Back my project</a>
</div> -->
<hr class="divider" />
<div class="item row">
<a class="col-md-4 col-sm-4 col-xs-12" href="https://github.com/KickSwap/Bred1s-iOS" target="_blank">
<img class="img-responsive project-image" src="assets/images/kickswap_sprint3.gif" style="height=667px width=375px" alt="OGBookXC" />
</a>
<div class="desc col-md-8 col-sm-8 col-xs-12">
<h3 class="title">KickSwap</h3>
<p>An iOS app made for sneakerheads, by sneakerheads. Get news, releases, values on your shoes, and interact with the sneaker community all in one place.
<p><a class="more-link" href="https://github.com/KickSwap/Bred1s-iOS" target="_blank"><i class="fa fa-external-link"></i> Find out more</a></p>
</div>
<!--//desc-->
</div>
<!--//item-->
<div class="item row">
<a class="col-md-4 col-sm-4 col-xs-12" href="http://devpost.com/software/og-gator-books" target="_blank">
<img class="img-responsive project-image" src="assets/images/ogbooksScreenshot.jpg" style="height=667px width=375px" alt="OGBookXC" />
</a>
<div class="desc col-md-8 col-sm-8 col-xs-12">
<h3 class="title">OGBookXC (Original Gator Book Exchange)</h3>
<p>An iOS app that makes buying and selling textbooks easy for students. All that the seller is required to do is post a picture of the book and name a price and our app will do the rest. A buyer can download our mobile app to view and search through all the listings posted by other students the University of Florida. No more endless scrolling through hundreds of people selling Calculus 1 and Chemistry 1 textbooks, find the book you need today.
<p><a class="more-link" href="http://devpost.com/software/og-gator-books" target="_blank"><i class="fa fa-external-link"></i> Find out more</a></p>
</div>
<!--//desc-->
</div>
<!--//item-->
<div class="item row">
<a class="col-md-4 col-sm-4 col-xs-12" href="#" target="_blank">
<img class="img-responsive project-image" src="assets/images/hgygDemo.gif" alt="Hakeem Gets You Gainz" />
</a>
<div class="desc col-md-8 col-sm-8 col-xs-12">
<h3 class="title">Hakeem Gets You Gainz</h3>
<p>Developing an iOS app (alpha build) for a local personal trainer that will enable him to send personalized workouts for the week to his clients and allow him to expand his client base.</p>
</div>
<!--//desc-->
</div>
<!--//item-->
<div class="item row">
<a class="col-md-4 col-sm-4 col-xs-12" href="#" target="_blank">
<img class="img-responsive project-image" src="assets/images/whereuatDemo.gif" alt="WAYA" />
</a>
<div class="desc col-md-8 col-sm-8 col-xs-12">
<h3 class="title">whereuat iOS App</h3>
<p>Currently developing an app that can track attendance to an event in real time using the Bluetooth and GPS capabilities of iOS devices. Currently working on finishing alpha build.</p>
</div>
<!--//desc-->
</div>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</section>
<!--//section-->
<section class="experience section">
<div class="section-inner">
<h2 class="heading">Work Experience</h2>
<div class="content">
<div class="item">
<h3 class="title">Software Engineer -
<span class="place"><a href="https://www.americanexpress.com">American Express</a></span>
<span class="year">(January 2018 - Present)</span>
</h3>
</div>
<div class="item">
<h3 class="title">Software Engineering Intern -
<span class="place"><a href="https://www.americanexpress.com">American Express</a></span>
<span class="year">(June 2017 - August 2017)</span>
</h3>
<p>
As a part of the Global Banking, Compliance, and Remittance team, I created a tool using Java that optimized and automated the team’s database synchronizations of different business rules in the Global Payments application.
</p>
<p>
The tool I created reduced a manual process that took 4 to 5 days, to an automated process that now takes less than a day.
</p>
</div>
<!--//item-->
<div class="item">
<h3 class="title">Software Engineering Intern -
<span class="place"><a href="https://www.americanexpress.com">American Express</a></span>
<span class="year">(June 2016 - August 2016)</span>
</h3>
<p>
As a part of the Global Credit Bureau Solutions team, I assisted in the uplift of their web application (C#, .NET, SQL) by optimizing the existing code, improving the user interface, and aligning the code base to AMEX Reference Architecture standards by implementing and creating a 3 layer architecture (Data, Business, Presentation) for the application.
</p>
<p>
During the final 2 weeks of the internship, I, along with the other interns created a web application to enhance the campus recruitment process using SQLite, Express, Angular, and Node which was served from a Raspberry Pi 3.
</p>
</div>
<!--//item-->
<div class="item">
<h3 class="title">Software Development Intern -
<span class="place"><a href="https://www.linkedin.com/company/life-wallet">LifeWallet LLC</a></span>
<span class="year">(May 2015 - August 2015)</span>
</h3>
<p>Created a web-based application for collecting and viewing bug reports using HTML, CSS, Javascript, and Apple’s new CloudKit JS framework. Increased the productivity of the other engineers who no longer had to manually enter handwritten
bug reports from testers.</p>
</div>
<!--//item-->
<div class="item">
<h3 class="title">Intramural Scorekeeper -
<span class="place"><a href="http://recsports.ufl.edu">RecSports</a></span>
<span class="year">(August 2013 - May 2014)</span>
</h3>
<p>Learned valuable interpersonal communication skills by collaborating with referees and supervisors to keep score and make sure intramural games were organized and ran smoothly.</p>
</div>
<!--//item-->
</div>
<!--//content-->
</div>
<!--//section-inner-->
<div class="section-inner">
<h2 class="heading">Leadership</h2>
<div class="content">
<div class="item">
<h3 class="title">Teacher's Assistant -
<span class="place">CodePath University iOS Bootcamp</span>
<span class="year">(January 2017 – May 2017)</span>
</h3>
<p>Led bi-weekly two hour meetings on campus, along with other TAs, to go over the course material each week.</p>
<p>TAs are required to be 3-4 weeks ahead in the course material to better provide aid to other students in the course.</p>
<p>Visit the <a href="https://www.codepath.com/university">CodePath University</a> website for more information about the program.</p>
</div>
<!--//item-->
<div class="item">
<h3 class="title">Co-Director of the Corporate Database -
<span class="place">Society of Hispanic Professional Engineers</span>
<span class="year">(August 2014 – February 2015)</span>
</h3>
<p>Along with the assistance of the organization's other Co-Director, I remodeled and created all of the company profiles in the corporate database which members use to equip themselves with the useful information of the companies that attend
our career showcase to be better prepared to acquire an internship or job.</p>
</div>
<!--//item-->
</div>
<!--//content-->
</div>
<!--//section-inner-->
</section><!--//section-->
<!-- <section class="github section">
<div class="section-inner">
<h2 class="heading">My GitHub</h2>
<div id="feed" class="feed">
<script> GitHubActivity.feed({ username: "egs104", repository: "https://github.com/egs104", selector: "#feed" });</script>
</div> -->
<!-- </div>
</section> -->
</div>
<!--//primary-->
<div class="secondary col-md-4 col-sm-12 col-xs-12">
<aside class="info aside section">
<div class="section-inner">
<h2 class="heading sr-only">Basic Information</h2>
<div class="content">
<ul class="list-unstyled">
<li><i class="fa fa-map-marker"></i>
<span class="sr-only">Location:</span>Miami, FL</li>
<li><i class="fa fa-envelope-o"></i>
<span class="sr-only">Email:</span><a href="#">[email protected]</a></li>
<li><i class="fa fa-link"></i>
<span class="sr-only">Website:</span><a href="#">http://www.egstech.me</a></li>
</ul>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//aside-->
<aside class="skills aside section">
<div class="section-inner">
<h2 class="heading">Skills</h2>
<div class="content">
<p class="intro">
Some of my skills include Web Development, Java Enterprise Development, iOS Development (Swift), prototyping mobile and web apps, and proficiency in Sketch3.</p>
<div class="skillset">
<div class="item">
<h3 class="level-title">C++
<span class="level-label" data-toggle="tooltip" data-placement="left" data-animation="true" title="You can use the tooltip to add more info...">Proficient</span>
</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="50%">
</div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">Javascript
<span class="level-label">Proficient</span>
</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="75%">
</div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">HTML5 & CSS3
<span class="level-label">Proficient</span>
</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="75%">
</div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">Swift
<span class="level-label">Proficient</span>
</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="75%">
</div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">C#/.NET
<span class="level-label">Prior Experience</span>
</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="50%">
</div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">Java
<span class="level-label">Prior Experience</span>
</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="85%">
</div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
</div>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//section-->
<!-- <aside class="testimonials aside section">
<div class="section-inner">
<h2 class="heading">Testimonials</h2>
<div class="content">
<div class="item">
<blockquote class="quote">
<p><i class="fa fa-quote-left"></i>James is an excellent software engineer and he is passionate about what he does. You can totally count on him to deliver your projects!</p>
</blockquote>
<p class="source"><span class="name">Tim Adams</span><br /><span class="title">Curabitur commodo</span></p>
</div>
<p><a class="more-link" href="#"><i class="fa fa-external-link"></i> More on Linkedin</a></p>
</div>
</div>
</aside> -->
<aside class="education aside section">
<div class="section-inner">
<h2 class="heading">Education</h2>
<div class="content">
<div class="item">
<h3 class="title"><i class="fa fa-graduation-cap"></i> B.S. in Computer Science</h3>
<h4 class="university">University of Florida
<span class="year">Expected Graduation: December 2017</span>
</h4>
</div>
<!--//item-->
<div class="item">
<h3 class="title"><i class="fa fa-graduation-cap"></i> CodePath University iOS Bootcamp</h3>
<h4 class="university"><a href="https://codepath.com/university">CodePath</a>
<span class="year">January 2016 - May 2016</span>
</h4>
</div>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//section-->
<aside class="languages aside section">
<div class="section-inner">
<h2 class="heading">Languages</h2>
<div class="content">
<ul class="list-unstyled">
<li class="item">
<span class="title">
<strong>English:</strong>
</span>
<span class="level">Native Speaker
<br class="visible-xs" /><i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> </span>
</li>
<!--//item-->
<li class="item">
<span class="title">
<strong>Spanish:</strong>
</span>
<span class="level">
<br class="visible-sm visible-xs" /><i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i></span>
</li>
<!--//item-->
</ul>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//section-->
<aside class="list conferences aside section">
<div class="section-inner">
<h2 class="heading">Conferences</h2>
<div class="content">
<ul class="list-unstyled">
<li><i class="fa fa-calendar"></i> <a href="https://knighthacks.org" target="_blank">KnightHacks</a> (Orlando - UCF)</li>
<li><i class="fa fa-calendar"></i> <a href="https://swamphacks.com" target="_blank">Swamp Hacks</a> (Gainesville - UF) 8th Place</li>
</ul>
</div>
</div>
</aside>
</div>
<!--//secondary-->
</div>
<!--//row-->
</div>
<!--//masonry-->
<!-- ******FOOTER****** -->
<footer class="footer">
<div class="container text-center">
<small class="copyright">Designed with <i class="fa fa-heart"></i> by <a href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small>
</div>
<!--//container-->
</footer>
<!--//footer-->
</body>
</html>