-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
286 lines (231 loc) · 13 KB
/
Index.html
File metadata and controls
286 lines (231 loc) · 13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="./IconPortfolio.png">
<title>HalimaPortfolio</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Chocolate+Classical+Sans&family=DM+Serif+Text:ital@0;1&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Rubik+Mono+One&display=swap"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Chocolate+Classical+Sans&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Chocolate+Classical+Sans&family=DM+Serif+Text:ital@0;1&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css
">
<link rel="stylesheet" href="./Index.css">
</head>
<body>
<!-- As a heading -->
<nav class="navbar">
<div class="container-fluid d-flex justify-content-center">
<span class="navbar-brand mb-0 h1 ">Halima Abdullah</span>
<!-- <button type="button" class="btn letterspace btn-dark">Blog</button> -->
</div>
</nav>
<!-- About section -->
<div class="container border border-dark mt-2 bg-light">
<h1 class="text-center titles">About Me </h1>
<p class="myparagraphs">Hello My name is Halima Abdullah. As a senior in college pursuing a Bachelor's degree in
Computer Information
Systems, I'm Passionate about leveraging technology to solve complex problems and enhance users
experiences. With a solid foundation from my Associate's degree and proficiency in Programming languages such
as HTML, MySQL, java, Python, and CSS, I've embarked on Various projects showcasing my skills and creativity. I'm
committed to furthering my education with a Master's degree in Information Assurance. Feel free to explore my
portfolio and see how i can contribute to your organzation. </p>
<!-- write about me section -->
<div class="buttonsection text-center m-2 p-2">
<a href="https://www.linkedin.com/in/halimaabdullah03/" target="_blank"
class="btn letterspace btn-dark">Linkedin</a>
<a href="https://github.com/Halimaabdullah03" target="_blank" class="btn letterspace btn-dark">Github</a>
<a href="./Halima_abdullah_resume.pdf" download="" target="_blank"
class="btn letterspace btn-dark">Resume</a>
</div>
</div>
<!-- Skills and Technolgies Section -->
<div class="container text-center mb-2 mt-3">
<h3 class="text-center titles">Skills and Technologies </h3>
<div class="row">
<div class="col-6 col-sm-4 mt-2">
<ul class="list-group">
<li class="list-group-item">MySQL,R</li>
</ul>
</div>
<div class="col-6 col-sm-4 mt-2">
<ul class="list-group">
<li class="list-group-item">Python</li>
</ul>
</div>
<div class="col-6 col-sm-4 mt-2">
<ul class="list-group">
<li class="list-group-item">Java</li>
</ul>
</div>
<div class="col-6 col-sm-4 mt-2 ">
<ul class="list-group">
<li class="list-group-item">HTML</li>
</ul>
</div>
<div class="col-6 col-sm-4 mt-2">
<ul class="list-group">
<li class="list-group-item">CSS</li>
</ul>
</div>
<div class="col-6 col-sm-4 mt-2">
<ul class="list-group">
<li class="list-group-item">Tableau,Power BI</li>
</ul>
</div>
<div class="col-6 col-sm-4 mt-2">
<ul class="list-group">
<li class="list-group-item">Linux</li>
</ul>
</div>
<div class="col-6 col-sm-4 mt-2">
<ul class="list-group">
<li class="list-group-item">Canva</li>
</ul>
</div>
<div class="col-6 col-sm-4 mt-2">
<ul class="list-group">
<li class="list-group-item ">Microsoft office, Microsoft Azure</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Projects Section -->
<div class="container text-center mb-2 mt-3 ">
<h3 class="text-center titles"> Projects </h3>
<div class="row">
<div class="col-md mb-3 d-flex align-items-stretch">
<div class="card">
<img src="./intelLogofinal.png" class="card-img-top" alt="...">
<div class="card-body d-flex flex-column">
<h5 class="card-title">Data Analysis for Sustainability</h5>
<p class="card-text">Successfully completed a Data Analysis project using real data from Intel’s
Sustainability team, gaining hands-on experience with MySQL for data management and Tableau
for visualization. Working with real-world datasets, I investigated critical business
problems related to sustainability and produced data-driven recommendations.I showcased my
ability to derive actionable insights and support strategic decision-making.</p>
</div>
<div class="buttonsection text-center m-2 p-2">
<a href="https://github.com/Halimaabdullah03/Data-Analytics-Projects/blob/main/Copy%20of%20Intel%20Project_%20Solution%20Sheet-3.pdf"
target="_blank" class="btn letterspace btn-dark">Github</a>
<a href="https://www.credential.net/fb9a2e98-10f9-490e-aefe-96d20511c5d9#gs.8mysym"
target="_blank" class="btn letterspace btn-dark">Certifcation</a>
</div>
</div>
</div>
<div class="col-md mb-3 d-flex align-items-stretch">
<div class="card">
<img src="./GrammyLogo.jpg" class="card-img-top" alt="...">
<div class="card-body d-flex flex-column">
<h5 class="card-title">Website Audience data analysis</h5>
<p class="card-text">For this project on Website Audience Data Analysis for the Grammys, I
collaborated with my team to uncover valuable insights into user engagement and preferences.
Utilizing data collected from the Grammy's official website, I employed Python and its
powerful data analysis libraries such as Pandas, NumPy, and Matplotlib to process and
analyze user interaction data. By examining metrics such as page views, click-through rates,
and session durations, we identified patterns in audience behavior and preferences. This
analysis provided actionable insights that informed strategies and enhanced the user
experience. This project not only honed my technical skills but also underscored the
importance of teamwork and effective communication in achieving data-driven decision-making.
</p>
</div>
<div class="buttonsection text-center m-2 p-2">
<a href="https://github.com/Halimaabdullah03/Grammys-data-analysis-/blob/main/Grammys_Student-2.ipynb"
target="_blank" class="btn letterspace btn-dark">Github</a>
<a href="https://www.credential.net/460dbe7c-9658-495f-a68f-6413712985e0#gs.9hv6vy"
target="_blank" class="btn letterspace btn-dark">Certifcation</a>
</div>
</div>
</div>
</div>
</div>
<!--Work Experience-->
<div class="container text-center mb-2 mt-3 ">
<h3 class="text-center titles"> Work Experience </h3>
<div class="card">
<div class="card-body">
<h5 class="card-title"> BestBuy Geek Squad Agent</h5>
<p class="card-text">As a Geek Squad Consulting Agent, my role involves providing expert guidance to
clients on various technical matters. This included assisting with navigating claims processes,
offering personalized recommendations for improving computer performance, setting up new devices,
and troubleshooting issues. I ensured clients stayed up-to-date with the latest software
installations and conducted diagnostic tests to identify hardware issues when neededs.</p>
</div>
</div>
</div>
</div>
<div class="container text-center mb-2 mt-3 ">
<div class="card">
<div class="card-body">
<h5 class="card-title">Milestone Development Tech Workshop</h5>
<p class="card-text">I participated in the Milestone Development Tech Workshop, completing three
sections
and earning certificates for each. In the first section, focusing on IT support, I gained
comprehensive knowledge and hands-on experience in various IT support tasks. The second section
delved into data analytics, where I worked on projects utilizing technologies such as PostgreSQL, R,
and Python. Additionally, I explored the AI section, where I developed a Chatbot tailored to
financial services.</p>
</div>
</div>
</div>
</div>
<!--Voulnteer section-->
<div class="container">
<h3 class="text-center titles"> Volunteer </h3>
<ul class="list-group list-group">
<li class="list-group-item d-flex justify-content-between align-items-start">
<div class="ms-2 me-auto">
<div class="fw-bold">BestBuy Technology Center</div>
<p> As a volunteer at the BestBuy Technology Center, I had the rewarding opportunity to work with
children, fostering their interest and skills in technology. Through engaging activities and
hands-on projects, I helping inspire the next generation of tech enthusiasts while honing my
ability
to communicate complex concepts in a clear and compelling manner.</p>
</div>
</li>
<li class="list-group-item d-flex justify-content-between align-items-start">
<div class="ms-2 me-auto">
<div class="fw-bold">Boys and girls club</div>
<p> As a volunteer tutor at the Boys and Girls Club, I had the opportunity to make a meaningful
impact
by providing academic support and mentorship to children. Through personalized tutoring sessions
and
engaging activities, I helped students build confidence, develop key skills, and achieve their
academic goals.</p>
</div>
</li>
<li class="list-group-item d-flex justify-content-between align-items-start">
<div class="ms-2 me-auto">
<div class="fw-bold">We fight hunger</div>
<p> As a voulnetter I collaborated with the community to pack food supplies for Africa, working
alongside local
volunteers and organizations. Together, we efficiently assembled and packaged nutritious
provisions,
maximizing our impact in providing vital sustenance to communities in need. This collaborative
effort showcased the power of community unity in addressing global challenges and making a
meaningful difference in the lives of others.
</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js
"></script>
</body>
</html>