-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredentials.html
384 lines (365 loc) · 20.3 KB
/
credentials.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Tim Rishell's Credentials">
<title>Tim Rishell - Credentials</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link href="./resources/css/reset.css" type="text/css" rel="stylesheet" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="./resources/css/style.css" type="text/css" rel="stylesheet" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-H721TL27NS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-H721TL27NS');
</script>
<body class="bg-dark">
<header>
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
<div class="container">
<a class="nav-link" href="index.html"><img src="resources/images/it_me_trans.png" alt="Tim Rishell picture" class="profile-picture"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="credentials.html">Credentials <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About Me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<div class="container mt-5">
<h1 class="text-center text-light">Credentials</h1>
<p class="text-center text-light">Here you can find my educational background, certifications, and professional
experiences.</p>
<!-- First Section: Resume -->
<div class="row align-items-center mt-5">
<div class="col-md-6 text-light">
<h2>My Resume</h2>
<p>Take a look at my professional journey, education, and accomplishments through my resume. Click on the
resume image to expand and download it.</p>
</div>
<div class="col-md-6 text-center">
<img src="resources/images/Timothy Rishell Resume 7_15_24.jpg" alt="Resume Thumbnail" class="img-fluid resume-image expandable-image"
data-toggle="modal" data-target="#resumeModal" tabindex="0" role="button">
</div>
</div>
<!-- Modal for Resume -->
<div class="modal fade" id="resumeModal" tabindex="-1" role="dialog" aria-labelledby="resumeModalLabel"
aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="resumeModalLabel">Tim Rishell's Resume</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<img src="resources/images/Timothy Rishell Resume 7_15_24.jpg" alt="Tim Rishell's Resume" class="img-fluid">
<div class="mt-3 text-center">
<a href="resources/images/Timothy Rishell Resume 7_15_24.pdf" download class="btn btn-primary">Download PDF</a>
</div>
</div>
</div>
</div>
</div>
<hr class="separator">
<!-- Second Section: Certifications -->
<div class="row">
<div class="col-md-6 col-lg-6">
<div class="card bg-dark text-light cert-card mb-4">
<img src="resources/images/SQL_Fundamentals_NCLab_Certification.jpg" alt="an 80-hour course on SQL (Structured Query Language) used to create, manage, and query Relational Database Management Systems." class="card-img-top expandable-image" data-toggle="modal" data-target="#certModal8" tabindex="0" role="button">
<div class="card-body">
<h5 class="card-title">SQL Fundamentals</h5>
<p class="card-text">Certificate obtained: October 2024</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-6">
<div class="card bg-dark text-light cert-card mb-4">
<img src="resources/images/Intro_to_Dashboards_NCLab_Certification_of_Completion.jpg" alt="a 15-hour introductory dashboards course dedicated to designing, constructing, and
utilizing static and dynamic dashboards for multiple purposes by profiling and preparing
data, selecting and creating clear charts and tables to communicate data insights, and
implementing advanced spreadsheet functions, data validation, and conditional formatting." class="card-img-top expandable-image" data-toggle="modal" data-target="#certModal7" tabindex="0" role="button">
<div class="card-body">
<h5 class="card-title">Introduction to Dashboards</h5>
<p class="card-text">Certificate obtained: July 2024</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-6">
<div class="card bg-dark text-light cert-card mb-4">
<img src="resources/images/Advanced_Spreadsheets_NCLab_Certification_of_Completion.jpg" alt="a 20-hour course dedicated to data lookup functions including VLOOKUP and XLOOKUP,
creating and employing custom named ranges and functions, utilizing, creating, and editing
pivot tables for deeper data analysis, understanding the basics of the QUERY function and
its relation to SQL queries, and how to use and import macros to automate tasks." class="card-img-top expandable-image" data-toggle="modal" data-target="#certModal1" tabindex="0" role="button">
<div class="card-body">
<h5 class="card-title">Advanced Spreadsheets</h5>
<p class="card-text">Certificate obtained: June 2024</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-6">
<div class="card bg-dark text-light cert-card mb-4">
<img src="resources/images/Data_Analysis_NCLab_Certification_of_Completion.jpg" alt="A 20-hour course dedicated to fundamental concepts of statistics and data analytics including
measures of central tendency and variability, discrete and continuous probability, probability and
frequency distributions, simple and multiple linear regression, logistic regression, hypothesis
testing, and related concepts." class="card-img-top expandable-image" data-toggle="modal" data-target="#certModal2" tabindex="0" role="button">
<div class="card-body">
<h5 class="card-title">Data Analysis</h5>
<p class="card-text">Certificate obtained: June 2024</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-6">
<div class="card bg-dark text-light cert-card mb-4">
<img src="resources/images/Data_Visualization_Certificate_NCLab.jpg" alt="a 20-hour hands-on course where students learn the importance of data visualization, and become
proficient in using spreadsheets to visualize both qualitative (categorical) and quantitative (numeric) data.
The course covers not only the technical aspects of chart creation and modification, but also best practices,
and how to choose the best visualization method for the data at hand. The course also discusses
fundamental data concepts, classifications, and regulations, main data collection methods, and bias." class="card-img-top expandable-image" data-toggle="modal" data-target="#certModal3" tabindex="0" role="button">
<div class="card-body">
<h5 class="card-title">Data Visualization</h5>
<p class="card-text">Certificate obtained: May 2024</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-6">
<div class="card bg-dark text-light cert-card mb-4">
<img src="resources/images/Data_Literacy_Spreadsheets_Certificate_NCLab.jpg" alt="a 40-hour introductory spreadsheets course dedicated to importing, manipulating, and
formatting numerical and text data, using keyboard shortcuts, conditional formatting,
performing calculations, using formulas, working with Boolean values and operators,
using conditionals, working with multiple sheets, using text functions, and cleaning and
exporting data." class="card-img-top expandable-image" data-toggle="modal" data-target="#certModal4" tabindex="0" role="button">
<div class="card-body">
<h5 class="card-title">Data Literacy</h5>
<p class="card-text">Certificate obtained: April 2024</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-6">
<div class="card bg-dark text-light cert-card mb-4">
<img src="resources/images/Build Websites From Scratch.jpg" alt="a 10-week curriculum of web development fundamentals using HTML, CSS, JavaScript, and Github" class="card-img-top expandable-image" data-toggle="modal" data-target="#certModal5" tabindex="0" role="button">
<div class="card-body">
<h5 class="card-title">Building Websites From Scratch</h5>
<p class="card-text">Certificate obtained: September 2018</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-6">
<div class="card bg-dark text-light cert-card mb-4">
<img src="resources/images/certificate_of_completion_accessibility.jpg" alt="Accessibility Fundamentals
documenting their knowledge of Web Accessibility." class="card-img-top expandable-image" data-toggle="modal" data-target="#certModal6" tabindex="0" role="button">
<div class="card-body">
<h5 class="card-title">Web Accessibility Fundamentals</h5>
<p class="card-text">Certificate obtained: June 2022</p>
</div>
</div>
</div>
</div>
<footer class="bg-dark text-light text-center py-3">
<div class="container">
<p>© 2024 Tim Rishell | <a href="mailto:[email protected]" class="text-light">Contact</a></p>
<div>
<a href="https://github.com/Cheftr" class="text-light mr-2" aria-label="link to my github account" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://linkedin.com/in/timrishellr" class="text-light mr-2" aria-label="link to my linkedin account" target="_blank"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</footer>
<!-- Modals for certifications -->
<!-- Restarting order of certifications, counting up with most recent -->
<div class="modal fade" id="certModal8" tabindex="-1" role="dialog" aria-labelledby="certModalLabel8" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="certModalLabel8">SQL Fundamentals</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<img src="resources/images/SQL_Fundamentals_NCLab_Certification.jpg" alt="an 80-hour course on SQL (Structured Query Language) used to create, manage, and query Relational Database Management Systems." class="img-fluid">
</div>
</div>
</div>
</div>
<div class="modal fade" id="certModal7" tabindex="-1" role="dialog" aria-labelledby="certModalLabel7" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="certModalLabel7">Introduction to Dashboards</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<img src="resources/images/Intro_to_Dashboards_NCLab_Certification_of_Completion.jpg" alt="a 15-hour introductory dashboards course dedicated to designing, constructing, and
utilizing static and dynamic dashboards for multiple purposes by profiling and preparing
data, selecting and creating clear charts and tables to communicate data insights, and
implementing advanced spreadsheet functions, data validation, and conditional formatting." class="img-fluid">
</div>
</div>
</div>
</div>
<div class="modal fade" id="certModal1" tabindex="-1" role="dialog" aria-labelledby="certModalLabel1" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="certModalLabel1">Advanced Spreadsheets</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<img src="resources/images/Advanced_Spreadsheets_NCLab_Certification_of_Completion.jpg" alt="a 20-hour course dedicated to data lookup functions including VLOOKUP and XLOOKUP,
creating and employing custom named ranges and functions, utilizing, creating, and editing
pivot tables for deeper data analysis, understanding the basics of the QUERY function and
its relation to SQL queries, and how to use and import macros to automate tasks." class="img-fluid">
</div>
</div>
</div>
</div>
<div class="modal fade" id="certModal2" tabindex="-1" role="dialog" aria-labelledby="certModalLabel2" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="certModalLabel2">Data Analysis</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<img src="resources/images/Data_Analysis_NCLab_Certification_of_Completion.jpg" alt="A 20-hour course dedicated to fundamental concepts of statistics and data analytics including
measures of central tendency and variability, discrete and continuous probability, probability and
frequency distributions, simple and multiple linear regression, logistic regression, hypothesis
testing, and related concepts." class="img-fluid">
</div>
</div>
</div>
</div>
<div class="modal fade" id="certModal3" tabindex="-1" role="dialog" aria-labelledby="certModalLabel3" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="certModalLabel3">Data Visualization</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<img src="resources/images/Data_Visualization_Certificate_NCLab.jpg" alt="a 20-hour hands-on course where students learn the importance of data visualization, and become
proficient in using spreadsheets to visualize both qualitative (categorical) and quantitative (numeric) data.
The course covers not only the technical aspects of chart creation and modification, but also best practices,
and how to choose the best visualization method for the data at hand. The course also discusses
fundamental data concepts, classifications, and regulations, main data collection methods, and bias." class="img-fluid">
</div>
</div>
</div>
</div>
<div class="modal fade" id="certModal4" tabindex="-1" role="dialog" aria-labelledby="certModalLabel4" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="certModalLabel4">Data Literacy</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<img src="resources/images/Data_Literacy_Spreadsheets_Certificate_NCLab.jpg" alt="a 40-hour introductory spreadsheets course dedicated to importing, manipulating, and
formatting numerical and text data, using keyboard shortcuts, conditional formatting,
performing calculations, using formulas, working with Boolean values and operators,
using conditionals, working with multiple sheets, using text functions, and cleaning and
exporting data." class="img-fluid">
</div>
</div>
</div>
</div>
<div class="modal fade" id="certModal5" tabindex="-1" role="dialog" aria-labelledby="certModalLabel5" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="certModalLabel5">Building Websites From Scratch</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<img src="resources/images/Build Websites From Scratch.jpg" alt="a 10-week curriculum of web development fundamentals using HTML, CSS, JavaScript, and Github" class="img-fluid">
</div>
</div>
</div>
</div>
<div class="modal fade" id="certModal6" tabindex="-1" role="dialog" aria-labelledby="certModalLabel6" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="certModalLabel6">Web Accessibility Fundamentals</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<img src="resources/images/certificate_of_completion_accessibility.jpg" alt="Accessibility Fundamentals
documenting their knowledge of Web Accessibility." class="img-fluid">
</div>
</div>
</div>
</div>
<!-- Bootstrap and jQuery -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script>
$(document).ready(function () {
$('[data-toggle="popover"]').popover();
// Adding keyboard accessibility
document.addEventListener('keydown', function (event) {
if (event.key === 'Enter') {
var activeElement = document.activeElement;
if (activeElement.classList.contains('expandable-image')) {
$(activeElement).trigger('click');
} else if (activeElement.classList.contains('nav-link')) {
window.location.href = activeElement.getAttribute('href');
} else if (activeElement.classList.contains('btn')) {
activeElement.click();
}
}
});
// Ensure all interactive elements are focusable
var interactiveElements = document.querySelectorAll('.expandable-image, .nav-link, .btn');
interactiveElements.forEach(function (element) {
element.setAttribute('tabindex', '0');
element.setAttribute('role', 'button');
});
});
</script>
</body>
</html>