-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
91 lines (85 loc) · 3.86 KB
/
resume.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
---
---
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
<header class="site-header resume-wrapper" role="banner">
{% include navbar.html %}
<div class="wrapper">
<div class="hero-cta row">
<h1>My Resume</h1>
</div>
</div>
</header>
<main class="page-content resume-wrapper" aria-label="Content">
<div class="wrapper resume">
<div class="work">
<h2>My Education</h2>
<p>Diploma, Computer Programming <span class="education-date">05/2018</span></p>
<p>Algonquin College of Applied Arts and Technology - Ottawa</p>
</div>
<div class="work">
<h2>My Certifications</h2>
<ul>
<li>Webflow 101 Certification - Webflow University 2024</li>
<li>Complete Web Design - Udemy 2024</li>
<li>Learning Pything - LinkedIn Learning 2024</li>
<li>Learning Typescript - LinkedIn Learning 2024</li>
<li>Angular Essential Training - LinkedIn Learning 2024</li>
<li>Certified Scrum Master - Scrum Alliance 2023</li>
<li>Certfied Drupal 10 Site Builder - Acquia 2023</li>
<li>Developing Front End Apps with React - EdX 2023</li>
<li>Certified Professionals in Accessibility Core Competencies (CPACC) - IAAP 2022</li>
<li>Intro to Web Accessibility - EdX 2022</li>
<li>Certified Drupal 8 Site Builder - Acquia 2018</li>
</ul>
</div>
<div class="work">
<div id="experience">
<div>
<h2>My Work Experience</h2>
</div>
<div>
<p class="exp-title">Programmer and Solution Analyst</p>
<p class="exp-company">OpenPlus - Ottawa 09/2023 - 11/2023</p>
<ul>
<li>Worked on Drupal 9 and Drupal 10 site for multiple Government of Canada site using the Wxt Distribution</li>
<li>Performed system analysis, documentation, testing, implementation, and user support for platform transitions.</li>
<li>Improved systems with addition of new features and infrastructure.</li>
</ul>
</div>
<div>
<p class="exp-title">Web Engineer and Accessibility Specialist</p>
<p class="exp-company">CivicActions, Inc - California 11/2020 - 08/2023</p>
<ul>
<li>Collected, defined, and translated user requirements into project designs and implementation plans for the development of Governement Drupal 7 and Drupal 8 Sites and Moodle sites using the USWDS theme</li>
<li>Acted as tech lead for multiple projects.</li>
<li>Conducted accessibility training sessions for onboarding all new hires and let multiple trainings on accessibility for Government Procurement as Level 2 Accesibility Champion.</li>
</ul>
</div>
<div>
<p class="exp-title">Web Developer</p>
<p class="exp-company">OpenConcept - Ottawa 03/2020 - 11/2020</p>
<ul>
<li>Architecting, designing, and implementing new features on multiple Drupal 8 Sites using the Wxt Distribution.</li>
<li>Created site documentation and accessible documents.</li>
</ul>
</div>
<div>
<p class="exp-title">Web Developer</p>
<p class="exp-company">OPIN - Ottawa 06/2018 - 03/2020</p>
<ul>
<li>Architecting, designing, and implementing new features on multiple Drupal 8 sites.</li>
<li>Multi-tasked across multiple functions and roles to meet deadlines and organizational expectations.</li>
<li>Training clients to understand Drupal and how to use their new site.</li>
<li>Created site documentation and custom Drupal modules</li>
</ul>
</div>
</div>
</div>
</div>
</main>
{% include footer.html %}
</body>
</html>