-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (102 loc) · 4.4 KB
/
index.html
File metadata and controls
113 lines (102 loc) · 4.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dixie Korley</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick-theme.css" />
<link rel="stylesheet" type="text/css" href="https://afeld.github.io/emoji-css/emoji.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./index.css">
</head>
<body>
<header>
<ul class="external-links">
<li>
<a href="index.html">
<img src="./home.png" alt="home" width="30" height="30">
</a>
</li>
</ul>
</header>
<main class="center-of-screen">
<center>
<h1>Dixie Korley</h1>
<h3>Data Analyst | Business Support Specialist</h3>
<div class="description">
<div id="brief">
<h3>Welcome</h3>
<p>Hello there! I'm Dixie, currently working as a Business Support Specialist. I'm driven to explore data-driven solutions and grow within the analytics space.</p>
<p>I currently have a CompTIA Data+, an ITIL 4 certification, and I am working on getting more.</p>
<p>I recently volunteered as Data Analyst for JerseySTEM and am familiar with the data analytics cycle, working with tools like Python, Pandas and Jupyter Notebook. If you have any insights, advice, or potential collaborations related to data analysis, I'd love to connect.</p>
<h3>Resume</h3>
<p>If you need an extra tab up,</i> check out my <a target="_blank" href="https://github.com/DixieKorley/DixieKorley.github.io/blob/master/resume_dk_2025_remote.pdf">resume</a>.
<!-- <center>
<p>👉</p>
</center> -->
</div>
<div id="skills">
<h3>Certifications</h3>
<p><em>CompTIA Data+, ITIL 4 Foundation</em></p>
<h3>Skills</h3>
<p>Languages: <em>Python, SQL, HTML, CSS</em></p>
<p>Data Analysis: <em>Pandas, Beautiful Soup, PowerBI</em></p>
<p>Technical Support: <em>Microsoft Excel, Windows, Microsoft 365</em></p>
</p>
</div>
<div id="experience">
<h3>Experience</h3>
<p>I'm a Business Support Specialist at <a target="_blank" href="https://pseg.com/">Public
Service Enterprise Group</a>. I also just recently volunteered at <a target="_blank" href="https://jerseystem.org/">JerseySTEM</a> as a Volunteer Data Analyst. Here is what got me there:</p>
<ul>
<li><a target="_blank" href="https://jerseystem.org/">Jersey STEM</a>, Volunteer Data Analyst</li>
<li><a target="_blank" href="https://pseg.com">Public Service Enterprise Group</a>, IT Help Desk
Technician</li>
<li><a target="_blank" href="https://www.wforce.org/">Workforce Opportunity Services</a>, IT
Help Desk Technician (Contractor)</li>
<li><a target="_blank" href="https://www.wforce.org/">Workforce Opportunity Services</a>, IT
Help Desk Training, 2019</li>
</ul>
</div>
<div id="education">
<h3>Education</h3>
<ul>
<li><a target="_blank" href="https://rutgers.edu">Kean University</a>, Bachelors of Science in
Computer Science | Data Science Option, Current</li>
<li><a target="_blank" href="https://rutgers.edu">Rutgers University</a>, Bachelors of Arts in
English, Minor in Management, 2016</li>
<li><a target="_blank" href="https://essex.edu/">Essex County College</a>, Associate in Science
in
Business Administration, 2011</li>
</ul>
</div>
<div id="portfolio">
<h3>Portfolio</h3>
<p>I currently work on Kaggle and Github for my projects, so I put them all on this portfolio site. More coming soon.</p>
<p>You can check them out below:</p>
<hr>
<ul>
<li>
<a target="_blank"
href="https://www.datascienceportfol.io/dixiekorley">Data Analyst Portfolio</a>
</li>
</ul>
</div>
</div>
</center>
</center>
</main>
<script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="https://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js"></script>
<script>
$(document).ready(function () {
$('.description').slick({
dots: true
});
});
</script>
</body>
</html>