-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
663 lines (538 loc) · 21.7 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
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Title -->
<title>Alfonso Figueroa Personal Portfolio</title>
<!-- CSS Plugins -->
<link rel="stylesheet" href="css/plugins/bootstrap.min.css">
<link rel="stylesheet" href="css/plugins/font-awesome.css">
<link rel="stylesheet" href="css/plugins/magnific-popup.css">
<link rel="stylesheet" href="css/plugins/simplebar.css">
<link rel="stylesheet" href="css/plugins/owl.carousel.min.css">
<link rel="stylesheet" href="css/plugins/owl.theme.default.min.css">
<link rel="stylesheet" href="css/plugins/jquery.animatedheadline.css">
<!-- CSS Base -->
<link rel="stylesheet" href="css/style-dark.css">
<!-- Settings Style -->
<link rel="stylesheet" href="css/settings/left-nav.css" />
<link rel="stylesheet" href="css/settings/box/box.css">
<link rel="stylesheet" href="css/settings/box/circle.css" />
<link rel="stylesheet" href="css/settings/title/title.css">
<link rel="stylesheet" href="css/settings/color/green-color.css" />
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div class="loading-area">
<div class="circle"></div>
</div>
<div class="left-side"></div>
<div class="right-side"></div>
</div>
<!-- Main Site -->
<div id="home">
<div id="about">
<div id="resume">
<div id="portfolio">
<div id="blog">
<div id="contact">
<div class="header-mobile">
<a class="header-toggle"><i class="fas fa-bars"></i></a>
<h2>Alfonso's Portfolio</h2>
</div>
<!-- Left Block -->
<nav class="header-main" data-simplebar>
<!-- Logo -->
<div class="logo">
<img src="img/logo.png" alt="" style = "width: 30%;">
</div>
<ul>
<li data-tooltip="home" data-position="top">
<a href="#home" class="icon-h fas fa-house-damage"><span style="font-size:1.3vw"> Home</span></a>
</li>
<li data-tooltip="about" data-position="top">
<a href="#about" class="icon-a fas fa-user-tie"><span style="font-size:1.3vw"> About</span></a>
</li>
<li data-tooltip="resume" data-position="top">
<a href="#resume" class="icon-r fas fa-address-book"><span style="font-size:1.3vw"> Resume</span></a>
</li>
<li data-tooltip="portfolio" data-position="top">
<a href="#portfolio" class="icon-p fas fa-briefcase"><span style="font-size:1.3vw"> Files</span></a>
</li>
</ul>
</nav>
<!-- Home Section -->
<div class="pt-home" style="background-image: url('img/home-bg.jpg')">
<section>
<!-- Banner -->
<div class="banner">
<h1>Alfonso Figueroa</h1>
<p class="cd-headline rotate-1">
<span>I am</span>
<span class="cd-words-wrapper">
<b class="is-visible">a Developer</b>
<b>an Analyst</b>
<b>Driven</b>
<b>Motivated</b>
<b>Dependable</b>
<b>Knowledgeable</b>
<b>a Problem Solver</b>
</span>
</p>
</div>
<!-- Social -->
<div class="social">
<ul>
<li><a href="https://www.facebook.com/alfonso.figueroa.9"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://github.com/alfonsf1"><i class="fab fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/alfonso-figueroa-5b2464161/"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</section>
</div>
<!-- About Section -->
<div class="page pt-about" data-simplebar>
<section class="container">
<!-- Section Title -->
<div class="header-page mt-70 mob-mt">
<h2>About Me</h2>
<span></span>
</div>
<!-- Personal Info Start -->
<div class="row mt-100">
<!-- Information Block -->
<div class="col-lg-12 col-sm-12">
<div class="info box-1">
<div class="row">
<div class="col-lg-3 col-sm-4">
<div class="photo">
<img alt="" src="img/user-photo.jpg">
</div>
</div>
<div class="col-lg-9 col-sm-8">
<h4>Alfonso Figueroa</h4>
<div class="loc">
<i class="fas fa-map-marked-alt"></i> California, USA
</div>
<p>I am a talented, ambitious and hardworking individual, with broad skills and experience in Computer Science and technical operations.
Furthermore, I am adept at handling multiple tasks on a daily basis competently and at working well under pressure.
A key strength is communication and customer service; building strong relationships with collegues in order thrive and deliver the best results.
Recently, I completed a project where we provided support to our patients and providers with our newly integraded Video Visits and Telemedcine Appoitnments
that were rolled out to over 150 clinics at the University of California Medical Center. I was chosen amongst the team to successfully provide analytical data on why errors were occuring
when patients would log on to their Video Visits.
</p>
</div>
<!-- Icon Info -->
<div class="col-lg-3 col-sm-4">
<div class="info-icon">
<i class="fas fa-award"></i>
<div class="desc-icon">
<h6>7 Years At UCI</h6>
<p>Experience</p>
</div>
</div>
</div>
<!-- Icon Info -->
<div class="col-lg-3 col-sm-4">
<div class="info-icon">
<i class="fas fa-certificate"></i>
<div class="desc-icon">
<h6>Computer Science</h6>
<p>California State University</p>
</div>
</div>
</div>
<!-- Icon Info -->
<div class="col-lg-3 col-sm-4">
<div class="info-icon">
<i class="fas fa-user-astronaut"></i>
<div class="desc-icon">
<h6>EPIC CRM</h6>
<p>Knowlegable</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-12 pt-50">
<a href="https://github.com/alfonsf1/alfonsf1.github.io/raw/master/img/afresume.pdf" class="btn-st">Download Resume</a>
</div>
</div>
</div>
</div>
</div>
<!-- Interests Row Start -->
<!-- <div class="row mt-100"> -->
<!-- Header Block -->
<!-- <div class="col-md-12">
<div class="header-box mb-50">
<h3>My Interests</h3>
</div>
</div>
<div class="col-lg-12 col-sm-12">
<div class="box-2">
<div class="row">
<div class="col-lg-3 col-sm-6">
<div class="inter-icon">
<i class="fas fa-music"></i>
<div class="desc-inter">
<h6>Music</h6>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="inter-icon">
<i class="fas fa-route"></i>
<div class="desc-inter">
<h6>Travelling</h6>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="inter-icon">
<i class="far fa-image"></i>
<div class="desc-inter">
<h6>Photos</h6>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="inter-icon">
<i class="fas fa-film"></i>
<div class="desc-inter">
<h6>Movies</h6>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="inter-icon">
<i class="fas fa-space-shuttle"></i>
<div class="desc-inter">
<h6>Space</h6>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="inter-icon">
<i class="fas fa-book"></i>
<div class="desc-inter">
<h6>Books</h6>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="inter-icon">
<i class="fas fa-gamepad"></i>
<div class="desc-inter">
<h6>Video games</h6>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="inter-icon">
<i class="fas fa-tree"></i>
<div class="desc-inter">
<h6>Forest</h6>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
</div>
</section>
</div>
<!-- Resume Section -->
<div class="page pt-resume" data-simplebar>
<section class="container">
<!-- Section Title -->
<div class="header-page mt-70 mob-mt">
<h2>Resume</h2>
<span></span>
</div>
<!-- Experience & Education Row Start -->
<div class="row mt-100" >
<!-- Experience Column Start -->
<!-- <div class="col-lg-6 col-sm-12"> -->
<!-- Header Block -->
<!-- <div class="header-box mb-50">
<h3>Experience</h3>
</div> -->
<!-- <div class="experience box-1"> -->
<!-- Experience Item -->
<!-- <div class="item">
<div class="main">
<h4>PRINCIPAL ADMITTING WORKER</h4>
<h4>UCI MEDICAL CENTER</h4>
<p><i class="far fa-calendar-alt"></i>2013 - Present | UCI Medical Center</p>
</div>
<p>▪ Assisted the video visit and telemedicine project team by researching and reporting on user
issues. Created supporting materials including Tip Sheets, analytic spreadsheets, and helped
providers on efficient processes for the new functionality.</p>
<p>▪ Selected to support UCI’s Video Visit and TeleMed rollout to 150 clinics within a short timeframe.</p>
<p>▪ Efficiently obtained authorizations using EPIC CRM for all insurance types with constant follow up
for the Orthopedics Department.</p>
<p>▪ Worked in a fast paced environment providing excellent customer service checking in and
preparing patients for their healthcare visits.</p>
<p>▪ Designated Clinic SuperUser</p>
</div> -->
<!-- Experience Item -->
<!-- <div class="item">
<div class="main">
<h4>Park Foods Supervisor</h4>
<h4>Knott's Berry Farm</h4>
<p><i class="far fa-calendar-alt"></i>2014 - 2015 | Сompany Inc</p>
</div>
<p>▪ Supervised for the department of Park Foods for the area of Boardwalk which consisted of 4 restaurants.</p>
<p>▪ Ordered product daily to ensure fresh deliveries for a high volume work place.</p>
<p>▪ Assigned duties such as Area Manager when leave of absence were taken.</p>
<p>▪ Completed payroll and strategically schedule over 40 employees.</p>
</div> -->
<!-- </div> -->
<!-- </div> -->
<div class="center-resume" >
<!-- <figure> -->
<img alt="" src="img/logoresume.jpg" >
<!-- <figcaption> -->
<a href="img/afresume.pdf" target="_blank"></a>
<!-- </figcaption> -->
<!-- </figure> -->
</div>
<!-- Education Column Start -->
<!-- <div class="col-lg-6 col-sm-12"> -->
<!-- Header Block -->
<!-- <div class="header-box mb-50 mob-box-mt">
<h3>Education</h3>
</div>
<div class="experience box-2"> -->
<!-- Education Item -->
<!-- <div class="item">
<div class="main">
<h4>Bachelor's Degree</h4>
<h4>California State University Of California, Fullerton</h4>
<p><i class="far fa-calendar-alt"></i>2016 - 2021 | Computer Science</p>
</div>
<p>Currently a Senior with 133 units towards my bachelor's degree in Computer Science. Have knowledge of Algorithms, Data Structures, and Object orientated programming.</p>
</div>
<div class="item">
<div class="main">
<h4>Key Competences</h4>
</div>
<p>▪ Customer Service</p>
<p>▪ Microsoft Office power user</p>
<p>▪ Business Acumen</p>
<p>▪ Technical ability Various programming languages including C++, Python, JavaScript, and Node JS</p>
<p>▪ Clinic SuperUser</p>
<p>▪ Proficient in Windows and Linux Environments</p>
<p>▪ Troubleshoot Apple and Android products</p>
</div>
</div>
</div> -->
<!-- </div> -->
<!-- Skills Row Start -->
<!-- <div class="row mt-100"> -->
<!-- Header Block -->
<!-- <div class="col-md-12">
<div class="header-box mb-50">
<h3>Skills</h3>
</div>
</div>
</div>
<div class="box-1 skills">
<div class="row">
<div class="col-lg-6 col-sm-6">
<div class="skill-item">
<h4 class="progress-title">C++</h4>
<div class="progress">
<div class="progress-bar" style="width:98%">
<div class="progress-value">98%</div>
</div>
</div>
</div>
<div class="skill-item">
<h4 class="progress-title">Python</h4>
<div class="progress">
<div class="progress-bar" style="width:85%">
<div class="progress-value">85%</div>
</div>
</div>
</div>
<div class="skill-item">
<h4 class="progress-title">JavaScript</h4>
<div class="progress">
<div class="progress-bar" style="width:90%">
<div class="progress-value">72%</div>
</div>
</div>
</div>
<div class="skill-item">
<h4 class="progress-title">HTML5</h4>
<div class="progress">
<div class="progress-bar" style="width:77%">
<div class="progress-value">77%</div>
</div>
</div>
</div>
</div> -->
<!-- <div class="col-lg-6 col-sm-6">
<div class="row">
<div class="col-lg-6 col-sm-6">
<div class="chart" data-percent="90" data-bar-color="#fff"> 90% <p>Microsoft Word</p></div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="chart" data-percent="85" data-bar-color="#fff"> 85% <p>Microsoft Excel</p></div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="chart" data-percent="60" data-bar-color="#fff"> 60% <p>Photoshop</p></div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="chart" data-percent="90" data-bar-color="#fff"> 90% <p>Linux, Mac OS, Windows</p></div>
</div>
</div>
</div> -->
</div>
<div class="col-lg-3 col-sm-12 pt-70 center-button">
<a href="https://github.com/alfonsf1/alfonsf1.github.io/raw/master/img/afresume.pdf" class="btn-st">Download Resume</a>
</div>
</div>
<!-- Work Process Row Start -->
<!-- <div class="row mt-100">
</div> -->
</section>
</div>
<!-- Portfolio Section -->
<div class="page pt-portfolio" data-simplebar>
<section class="container">
<!-- Section Title -->
<div class="header-page mt-70 mob-mt">
<h2>Portfolio</h2>
<span></span>
</div>
<!-- Portfolio Filter Row Start -->
<!-- <div class="row mt-100">
<div class="col-lg-12 col-sm-12 portfolio-filter">
<ul>
<li class="active" data-filter="*">All</li>
<li data-filter=".brand">Letter Of Reccomendation</li>
<li data-filter=".design">Work Projects</li>
<li data-filter=".graphic">Programming Projects</li>
</ul>
</div>
</div> -->
<!-- Portfolio Item Row Start -->
<div class="row portfolio-items mt-100 mb-100">
<!-- Resume -->
<div class="item col-lg-4 col-sm-6 design">
<h5>Resume - <i>Analyst</i></h5>
<figure>
<img alt="" src="img/logoresume.jpg" >
<figcaption>
<h3>Resume</h3>
<a href="img/afresume.pdf" target="_blank"></a>
</figcaption>
</figure>
</div>
<!-- Anabel Reccomendation -->
<div class="item col-lg-4 col-sm-6 design">
<h5>Supervisor Reccomendation</h5>
<figure>
<img alt="" src="img/anabelreccomendationlogo.jpg">
<figcaption>
<h3>Supervisor Reccomendation</h3>
<a href="img/anabelreccomendation.pdf" target="_blank"></a>
</figcaption>
</figure>
</div>
<!-- Alfonso Eval -->
<div class="item col-lg-4 col-sm-6 design">
<h5>Ortho Evaluation</h5>
<figure>
<img alt="" src="img/alfonsoevallogo.jpg">
<figcaption>
<h3>Ortho Evaluation</h3>
<a href="img/alfonsoeval.pdf" target="_blank"></a>
</figcaption>
</figure>
</div>
<!-- MyChart E-Checkin -->
<div class="item col-lg-4 col-sm-6 design">
<h5>MyChart E-Checkin</h5>
<figure>
<img alt="" src="img/mychartcheckinlogo.jpg">
<figcaption>
<h3>MyChart E Check-in</h3>
<a href="img/mychartcheckin.pdf" target="_blank"></a>
</figcaption>
</figure>
</div>
<!-- MyChart Proxy Access -->
<div class="item col-lg-4 col-sm-6 design">
<h5>MyChart Proxy Access</h5>
<figure>
<img alt="" src="img/mychartproxylogo.jpg">
<figcaption>
<h3>MyChart Proxy Access</h3>
<a href="img/mychartproxy.pdf" target="_blank"></a>
</figcaption>
</figure>
</div>
<!-- Zoom Hyperspace Setup -->
<div class="item col-lg-4 col-sm-6 design">
<h5>Zoom Hyperspace Visit</h5>
<figure>
<img alt="" src="img/hyperspacelogo.jpg">
<figcaption>
<h3>Zoom Hyperspace Setup</h3>
<a href="img/hyperspace.pdf" target="_blank"></a>
</figcaption>
</figure>
</div>
<!-- judy email -->
<div class="item col-lg-4 col-sm-6 design">
<h5>Video Visit Exit Email</h5>
<figure>
<img alt="" src="img/vvjudy.jpg">
<figcaption>
<h3>Video Visit Exit Email</h3>
<a href="img/vvjudy.jpg" target="_blank"></a>
</figcaption>
</figure>
</div>
<!-- rudkin email -->
<div class="item col-lg-4 col-sm-6 design">
<h5>Video Visit Exit Email</h5>
<figure>
<img alt="" src="img/vvredkin.jpg">
<figcaption>
<h3>Video Visit Exit Email</h3>
<a href="img/vvredkin.jpg" target="_blank"></a>
</figcaption>
</figure>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- All Script -->
<script src="js/jquery.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/simplebar.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.animatedheadline.min.js"></script>
<script src="js/jquery.easypiechart.js"></script>
<script src="js/jquery.validation.js"></script>
<script src="js/tilt.js"></script>
<script src="js/main.js"></script>
<script src="https://maps.google.com/maps/api/js?sensor=false"></script>
</body>
</html>