-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
441 lines (408 loc) · 22.4 KB
/
index.html
File metadata and controls
441 lines (408 loc) · 22.4 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Anthony Adam</title>
<meta content="Data Analysis | Data Visualization" name="description" />
<meta content="Anthony Adam West Hartford Penn State College" name="keywords" />
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon" />
<link href="assets/img/favicon.png" rel="apple-touch-icon" />
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=https://fonts.googleapis.com/css?family=Inconsolata:400,500,600,700|Raleway:400,400i,500,500i,600,600i,700,700i" rel="stylesheet" />
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet" />
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet" />
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
<script src="assets/js/jquery.js"></script>
<!-- SET UP GOOGLE ANALYTICS -->
<script src="google-analytics.js"></script>
<!-- Quicklink -->
<script src="https://unpkg.com/quicklink"></script>
<script>
window.addEventListener("load", () => {
quicklink.listen();
console.log("Quicklink Listening");
});
</script>
<!-- Quicklink -->
<!-- https://bootstrapmade.com/myportfolio-bootstrap-portfolio-website-template/ -->
</head>
<body>
<!-- ======= Navbar ======= -->
<div class="collapse navbar-collapse custom-navmenu" id="main-navbar">
<div class="container py-3 py-sm-5 text-center">
<div class="row justify-content-center">
<!-- <div class="col-lg-2 col"><ul class="custom-menu"><li class="active"><a href="#nav">Home</a></li></ul></div> -->
<div class="col-12 col-sm-3 col-lg-2">
<ul class="custom-menu">
<li>
<a id="nav1" class="inherit hover-underline" href="#portfolio-offset">Home</a>
</li>
</ul>
</div>
<!-- <div class="col-12 col-sm-3 col-lg-2">
<ul class="custom-menu">
<li>
<a
id="nav2"
class="inherit hover-underline"
href="#skills-offset"
>Skills</a
>
</li>
</ul>
</div> -->
<div class="col-12 col-sm-3 col-lg-2">
<ul class="custom-menu">
<li>
<a id="nav3" class="inherit hover-underline" href="#experience-offset">Experience</a>
</li>
</ul>
</div>
<div class="col-12 col-sm-3 col-lg-2">
<ul class="custom-menu">
<li>
<a id="nav4" class="inherit hover-underline" href="#contact-offset">About</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<nav id="nav" class="navbar navbar-light custom-navbar px-3">
<div class="container">
<a class="navbar-brand" href="index.html">MyPortfolio.</a>
<a href="#" class="burger" data-bs-toggle="collapse" data-bs-target="#main-navbar"><span></span> </a>
</div>
</nav>
<main id="main">
<!-- ======= Works Section ======= -->
<!-- <div id="portfolio-offset" style="position: relative; top: -126px;"></div> -->
<div id="portfolio-offset" style="position: relative; top: -46px"></div>
<section id="portfolio" class="section site-portfolio">
<div class="container">
<div class="row mb-5 align-items-center">
<div class="col-md-12 col-lg-5 mb-4 mb-lg-0" data-aos="fade-up">
<h2>Hi, I'm Anthony</h2>
<!-- <p class="mb-0">Data Analysis & <strong>Visualization</strong></p> -->
<p class="mb-0">Business Analytics & <strong>Visualization</strong></p>
</div>
<div class="col-md-12 col-lg-7 text-start text-lg-end" data-aos="fade-up" data-aos-delay="100">
<div id="filters" class="filters">
<a href="#" data-filter="*" class="active">All</a>
<!-- <a href="#" data-filter=".web">Web</a> -->
</div>
</div>
</div>
<div id="portfolio-grid" class="row no-gutter" data-aos="fade-up" data-aos-delay="200">
<!-- <div class="item col-sm-6 col-md-4 col-lg-4 mb-4 ADD_TAGS_HERE">
<a href="portfolio/index-page.html?item=blackmarble" class="item-wrap fancybox">
<div class="work-info">
<h3>Black Marble</h3>
<span>Photography</span>
</div>
<img class="img-fluid" src="portfolio/images/img_1.jpg" />
</a>
</div> -->
</div>
</div>
</section>
<!-- End Works Section -->
<!-- ======= Skills Section ======= -->
<!-- <div id="skills-offset" style="position: relative; top: -46px"></div>
<section class="section skills">
<div class="container">
<div class="row justify-content-center text-center mb-4">
<div class="col-5">
<h3 class="h3 heading">Skills</h3>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit
explicabo inventore.
</p>
</div>
</div>
<div class="row">
<div class="col-12 col-sm-6 col-md-6 col-lg-3">
<i class="bi bi-card-checklist"></i>
<h4 class="h4 mb-2">Web Design</h4>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit
explicabo inventore.
</p>
<ul class="list-unstyled list-line">
<li>Lorem ipsum dolor sit amet consectetur adipisicing</li>
<li>Non pariatur nisi</li>
<li>Magnam soluta quod</li>
<li>Lorem ipsum dolor</li>
<li>Cumque quae aliquam</li>
</ul>
</div>
<div class="col-12 col-sm-6 col-md-6 col-lg-3">
<i class="bi bi-binoculars"></i>
<h4 class="h4 mb-2">Mobile Applications</h4>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit
explicabo inventore.
</p>
<ul class="list-unstyled list-line">
<li>Lorem ipsum dolor sit amet consectetur adipisicing</li>
<li>Non pariatur nisi</li>
<li>Magnam soluta quod</li>
<li>Lorem ipsum dolor</li>
<li>Cumque quae aliquam</li>
</ul>
</div>
<div class="col-12 col-sm-6 col-md-6 col-lg-3">
<i class="bi bi-brightness-high"></i>
<h4 class="h4 mb-2">Graphic Design</h4>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit
explicabo inventore.
</p>
<ul class="list-unstyled list-line">
<li>Lorem ipsum dolor sit amet consectetur adipisicing</li>
<li>Non pariatur nisi</li>
<li>Magnam soluta quod</li>
<li>Lorem ipsum dolor</li>
<li>Cumque quae aliquam</li>
</ul>
</div>
<div class="col-12 col-sm-6 col-md-6 col-lg-3">
<i class="bi bi-calendar4-week"></i>
<h4 class="h4 mb-2">SEO</h4>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit
explicabo inventore.
</p>
<ul class="list-unstyled list-line">
<li>Lorem ipsum dolor sit amet consectetur adipisicing</li>
<li>Non pariatur nisi</li>
<li>Magnam soluta quod</li>
<li>Lorem ipsum dolor</li>
<li>Cumque quae aliquam</li>
</ul>
</div>
</div>
</div>
</section> -->
<!-- End Skills Section -->
<!-- ======= Experience Section ======= -->
<div id="experience-offset" style="position: relative; top: -46px"></div>
<section id="experience" class="section">
<div class="container-md">
<div class="row justify-content-around">
<div class="col-12 text-center">
<h3 class="h3 heading pb-4 mb-3">Experience</h3>
</div>
<!-- <div class="col-0 col-lg-1 col-xl-0"></div> -->
<div class="col-12 col-lg-10 px-lg-5 col-xl-8 col-xxl-7 px-xl-2">
<!-- <div class="container-md"> -->
<div class="row">
<div class="col-md-6">
<p style="margin-bottom: 0px; font-weight: bold; font-size: 1.1rem">
<a class="inherit hover-underline" href="https://kpmg.com/us/en/home.html" target="_blank"> KPMG International Limited</a>
</p>
</div>
<div class="col-md-6 text-end">
<p style="margin-bottom: 0px; font-size: 1rem">Hartford, CT</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<p style="margin-bottom: 6px; font-style: italic; font-size: 0.95rem">Technology Assurance Audit Intern</p>
</div>
<div class="col-md-6 text-end">
<p style="margin-bottom: 6px; font-weight: bold; font-size: 0.85rem">June 2022 - Aug 2022</p>
</div>
</div>
<div class="row">
<ul class="px-4 list-unstyled list-line">
<li style="margin-bottom: 0px; font-size: 0.8rem">Prepared clear, well-structured documentation regarding the understanding of clients' processes and IT systems</li>
<li style="margin-bottom: 0px; font-size: 0.8rem">Executed and documented testing of clients’ technology controls with clear explanations of procedures and results</li>
<li style="margin-bottom: 0px; font-size: 0.8rem">Utilized KPMG proprietary software ALEX to document audits with pertinent audit workflow and timing data</li>
</ul>
</div>
<div class="row">
<div class="col-md-6">
<p style="margin-bottom: 0px; font-weight: bold; font-size: 1.1rem">
<a class="inherit hover-underline" href="https://www.ibm.com" target="_blank"> IBM - International Business Machines Corp.</a>
</p>
</div>
<div class="col-md-6 text-end">
<p style="margin-bottom: 0px; font-size: 1rem">
<a class="inherit hover-underline" href="https://www.gotobrno.cz/en/" target="_blank">Brno, Czechia</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<p style="margin-bottom: 6px; font-style: italic; font-size: 0.95rem">Software and System Performance Analyst Intern</p>
</div>
<div class="col-md-6 text-end">
<p style="margin-bottom: 6; font-weight: bold; font-size: 0.85rem">June 2021 - Aug 2021</p>
</div>
</div>
<div class="row">
<ul class="px-4 list-unstyled list-line">
<li style="margin-bottom: 0px; font-size: 0.8rem">Performed quality testing on the integration of IBM's new internal database performance monitoring tool, JAS</li>
<li style="margin-bottom: 0px; font-size: 0.8rem">Ran a wide array of database analysis scenarios using dummy company data and provided reports on the analyses</li>
<li style="margin-bottom: 0px; font-size: 0.8rem">Lived in Czechia's “business capital” gaining both database industry experience and diverse cultural knowledge</li>
</ul>
</div>
<div class="row">
<div class="col-md-6">
<p style="margin-bottom: 0px; font-weight: bold; font-size: 1.1rem">
<a class="inherit hover-underline" href="https://www.it.psu.edu/" target="_blank"> Penn State IT Department</a>
</p>
</div>
<div class="col-md-6 text-end">
<p style="margin-bottom: 0px; font-size: 1rem">State College, PA</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<p style="margin-bottom: 6px; font-style: italic; font-size: 0.95rem">Penn State IT Telephone Support</p>
</div>
<div class="col-md-6 text-end">
<p style="margin-bottom: 6px; font-weight: bold; font-size: 0.85rem">Dec 2019 - May 2020</p>
</div>
</div>
<div class="row">
<ul class="px-4 list-unstyled list-line my-1">
<li style="margin-bottom: 0px; font-size: 0.8rem">Trained on proper telephone etiquette, how to troubleshoot client concerns, and where to direct incoming calls</li>
<li style="margin-bottom: 0px; font-size: 0.8rem">Entrusted with access to Penn State University's database of private information for verification purposes</li>
</ul>
</div>
<div class="row">
<div class="col-md-6">
<p style="margin-bottom: 6px; font-style: italic; font-size: 0.95rem">Knowledge Commons Desk Associate</p>
</div>
<div class="col-md-6 text-end">
<p style="margin-bottom: 6px; font-weight: bold; font-size: 0.85rem">Sept 2018 - Dec 2019</p>
</div>
</div>
<div class="row">
<ul class="px-4 list-unstyled list-line">
<li style="margin-bottom: 0px; font-size: 0.8rem">Assisted students and faculty with questions regarding CPU hardware, software, and Penn State programs</li>
</ul>
</div>
</div>
<div class="col-11 col-md-11 col-lg-7 col-xl-4 ps-xl-5">
<!-- <div class="py-4 mt-3"></div> -->
<p style="font-size: 1rem" class="mb-2 d-none d-xl-block">My Skills</p>
<h3 class="mt-5 h3 heading pb-2 pt-4 text-center d-block d-xl-none">My Skills</h3>
<ul id="skill-container" class="list-unstyled">
<!-- <li class="mb-2">
<div class="d-flex mb-1">
<strong><a class="inherit" href="www.google.com" target="_blank">Test Skill</a></strong>
<span class="ml-auto"> 80%</span>
</div>
<div class="progress custom-progress">
<div class="progress-bar" role="progressbar" style="width: 80%" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li> -->
</ul>
</div>
<!-- <div class="col-12 text-center"> -->
<div class="d-flex justify-content-center align-items-center pt-xl-1 pt-4">
<a href="portfolio/resumes/Anthony Adam - Resume.pdf" target="_blank" class="readmore">Download Resume</a>
</div>
<!-- </div> -->
</div>
</div>
</section>
<!-- End Experience Section -->
<!-- ======= Contact Section ======= -->
<div id="contact-offset" style="position: relative; top: -46px"></div>
<section id="contact_section" class="section">
<div class="container-lg">
<div class="row mx-3" style="background-color: #eceff2">
<div class="col-12 col-md-6 p-4">
<div class="p-4" style="height: 100%; background-color: #f6f6f6">
<h3 id="contact" class="h3 heading mb-4">About Me</h3>
<ul class="list-unstyled">
<li class="mb-3">
<strong class="d-block mb-1">Education</strong>
<!-- <span
>My name is Anthony Adam. I hold a Bachelor's Degree in <strong>Management Information Systems</strong> from
<a class="inherit-underline hover-inherit" href="https://www.psu.edu/this-is-penn-state/facts-and-rankings/" target="_blank">Penn State University</a>
with a focus in data analytics and geospatial analysis.</span
> -->
<ul>
<!-- <li>My name is Anthony Adam. I am from central Connecticut willing to work in most areas on the <strong>East Coast</strong>.</li> -->
<li>
I hold a Bachelor's Degree in <strong>Management Information Systems</strong> with a Minor in <strong>Digital Media Trends & Analytics</strong> from
<a class="inherit-underline hover-inherit" href="https://bulletins.psu.edu/undergraduate/colleges/smeal-business/management-information-systems-bs/" target="_blank">Penn State University</a>
</li>
<li>
I am actively pursuing my Master's of Science in <strong>Business Analytics & Project Management</strong> with a concentration in <strong>Business Data Science</strong> at the
<a class="inherit-underline hover-inherit" href="https://msbapm.business.uconn.edu/?_gl=1*1gjo7bv*_gcl_au*MTEyMjc1MzAwOC4xNzA0OTQwNzQ0" target="_blank">University of Connecticut</a>
</li>
<!-- <li>I am seeking a challenging full-time role with reliable <strong>Growth Opportunities</strong>.</li> -->
</ul>
</li>
<li class="mb-3">
<!-- <strong class="d-block mb-1">Seeking</strong> -->
<span>I am seeking a challenging full-time role with reliable <strong>Growth Opportunities</strong>.</span>
</li>
<li class="mb-3">
<!-- <strong class="d-block mb-1">Contact Me</strong> -->
<!-- <span><a class="inherit hover-underline" href="mailto:anthonyadam.psu@gmail.com">anthonyadam.psu@gmail.com</a></span> -->
<span><strong>Contact Me:</strong> <a class="inherit hover-underline" href="mailto:anthonyadam721@gmail.com">anthonyadam721@gmail.com</a></span>
</li>
</ul>
</div>
</div>
<div class="col-12 col-md-6 p-4">
<!-- <div id="map" style="width: 100%; max-height: 390px" class="ratio ratio-1x1"></div> -->
<!-- <div id="map" style="width: 100%; height: 100%; min-height: 300px"></div> -->
<!-- <div id="map" style="width: 100%; height: 100%"></div> -->
<a title="Download Resume" href="portfolio/resumes/Anthony Adam - Resume.pdf" target="_blank"><img src="portfolio/resumes/Anthony Adam - Resume.jpg" alt="Anthony Adam - Resume" style="width: 100%; height: 100%; max-height: 500px; object-fit: contain" /></a>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
</main>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer class="footer pb-5" role="contentinfo">
<div class="container">
<div class="row">
<div class="col custom-social text-center">
<!-- <a title="Send Email" class="readmore" href="mailto:anthonyadam.psu@gmail.com"><span class="bi bi-envelope-fill"></span></a> -->
<a title="Send Email" class="readmore" href="mailto:anthonyadam721@gmail.com"><span class="bi bi-envelope-fill"></span></a>
<a title="LinkedIn" class="readmore" href="https://www.linkedin.com/in/anthony-adam-psu/" target="_blank"><span class="bi bi-linkedin"></span></a>
<a title="Github" class="readmore" href="https://github.com/antadam127" target="_blank"><span class="bi bi-github"></span></a>
<a title="Tableau" class="readmore" href="https://public.tableau.com/app/profile/anthony3165/vizzes" target="_blank"><span class="bi bi-bar-chart-line-fill"></span></a>
<a title="Download Resume" class="readmore" href="portfolio/resumes/Anthony Adam - Resume.pdf" target="_blank"><span class="bi bi-file-earmark-pdf-fill"></span></a>
<!-- <a title="View Resume" class="readmore" href="portfolio/resumes/Anthony Adam - Resume.html" target="_blank"><span class="bi bi-file-earmark-pdf-fill"></span></a> -->
</div>
</div>
</div>
</footer>
<a href="#" class="pt-4 back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- More -->
<script src="portfolio/portfolioSet.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/seedrandom/3.0.5/seedrandom.min.js" integrity="sha512-+Ru50BzEpZjlFzVnjSmJfYFPFfY2hS0Kjlu/IvqaJoux7maF5lJrRVUJWJ2LevPls7rd242GLbWEt+zAo4OVVQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="script.js"></script>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<!-- Mapbox -->
<link defer href="https://api.mapbox.com/mapbox-gl-js/v2.10.0/mapbox-gl.css" rel="stylesheet" />
<script defer src="https://api.mapbox.com/mapbox-gl-js/v2.10.0/mapbox-gl.js"></script>
<script defer src="assets/js/map.js"></script>
</body>
</html>