From bd19a4980a2624b43bf8891b548244000d299041 Mon Sep 17 00:00:00 2001
From: Kazleigh <165062302+Kazleigh@users.noreply.github.com>
Date: Tue, 16 Apr 2024 00:14:12 +0100
Subject: [PATCH] kazleigh resume added again using vsc and command prompt
---
.../kazleighs-resume-vsc/index.html | 119 ++++++++++++++++++
.../kazleighs-resume-vsc/style.css | 97 ++++++++++++++
2 files changed, 216 insertions(+)
create mode 100644 student-resumes/kazleighs-resume-vsc/index.html
create mode 100644 student-resumes/kazleighs-resume-vsc/style.css
diff --git a/student-resumes/kazleighs-resume-vsc/index.html b/student-resumes/kazleighs-resume-vsc/index.html
new file mode 100644
index 0000000..d4cb3fc
--- /dev/null
+++ b/student-resumes/kazleighs-resume-vsc/index.html
@@ -0,0 +1,119 @@
+
+
+
+
+ Experience
+ MMP - London (UK)
+ Digital Product Manager May 23 - Present
+
Medical Learning Associate Jan 23 - May 23
+ Product Managment: Lead continuous prioritisation of
+product backlogs and roadmaps for medical journals.
+Facilitate multidisciplinary communication, driving user
+experience, technical enhancement, and cost reduction
+projects from ideation to deployment supported by data,
+team, and user feedback. Championed the implementation
+of ClickUp and data dashboards. Serving as Scrum Master.
+
+ Medical Learning: Managed course creation, delivery,
+accreditation, compliance, finance, and data analysis.
+Utilised iterative improvements to increase quality whilst
+reducing cost and delivery time.
+
+
+
+ Spokes - (UK)
+ Delivery Manager May 21 - Oct 22
+
Learning Designer / Developer Jul 20 - Oct 22
+ Project Managment: Managed over 10 external projects
+simultaneously including resources, budgets, time and
+expectations with a user-focused mindset, balancing client
+and team needs. Clients included: The Global Fund,
+Commonwealth & Psychhub from ideation to retrospective.
+ Business Development: Consulted on or wrote tenders and
+won over £100k of work (around 25% yearly turnover).
+Implemented ClickUp and optimised processes and project
+management company wide. Assisted the Director creating
+a 5 year business plan. Hired & line managed junior staff.
+
Learning: Collaborated with subject experts to design and
+develop engaging user-centered WCAG accessible courses.
+
+
+
+ LS - Design Agency - (UK)
+
Digital Designer April 18 - Jun 20
+ 3D Animation: Storyboarding, modelling, texturing, rendering, compositing and motion graphics
+ Graphic Design: Icons, logos, gifs, print, photo retouching
+ Digital Marketing and Web Development: Blogs, SEO, Mailchimp, social media posts, Squarespace and Shopify
+
+
+
+ Hospital, New Zealand (NZ)
+ Physiotherapist Mar 16 - May 17
+ Managed cases across multiple wards simultaneously including Intensive Care, Paediatrics, Medical amd ED
+ Created effective treatment plans, communicating with staff & patients of various ages and abilities
+
+
+
+
+
+
diff --git a/student-resumes/kazleighs-resume-vsc/style.css b/student-resumes/kazleighs-resume-vsc/style.css
new file mode 100644
index 0000000..a1feae0
--- /dev/null
+++ b/student-resumes/kazleighs-resume-vsc/style.css
@@ -0,0 +1,97 @@
+body {
+ h1 {
+ font-family: Ggsans, sans-serif;
+ font-size: 38px;
+ font-weight: 800;
+}
+
+h2 {
+ font-family: Ggsans, sans-serif;
+ font-size: 24px;
+ font-weight: 800;
+ padding: 5px;
+ }
+
+h3 {
+ font-family: Ggsans, sans-serif;
+ font-size: 14px;
+ font-weight: 700;
+ padding: 3px;
+ }
+
+p {
+ font-family: Ggsans, sans-serif;
+ font-size: 14px;
+}
+
+li {
+ font-family: Ggsans, sans-serif;
+ font-size: 14px;
+}
+
+#wave {
+ position: relative;
+ height: 35px;
+ width: absolute;
+ background: #fe1493;
+}
+hr.dotted {
+ border-top: 5px dotted #f8ff00;
+}
+
+.button {
+ padding: 7px 7px;
+ font-size: 24px;
+ text-align: center;
+ cursor: pointer;
+ outline: none;
+ color: #fff;
+ background-color: #fe1493;
+ border: none;
+ border-radius: 45px;
+ box-shadow: 0 4px #f8ff00;
+ animation: wiggle 2s linear infinite;
+}
+
+.button:hover {
+color: #fe1493;
+background-color: #F8FF00;
+ box-shadow: 0 3px #fe1493;}
+
+.button:active {
+ color: #Fe1493,
+ background-color: #fff;
+ box-shadow: 0 3px #666;
+ transform: translateY(4px);
+}
+
+* {
+ box-sizing: border-box;
+ padding: 0;
+ margin: 0;
+}
+
+header {
+ width: 100%;
+ margin-bottom: 1%;
+ background: #fff;
+ padding: 1%;
+}
+
+aside {
+ clear: left;
+ float: left;
+ width: 33%;
+ margin-right: 2%;
+ padding: 2%;
+ background: #fe1493;
+ color: #fff;
+}
+
+main {
+ float: left;
+ width: 60%;
+ margin-left: 2%;
+ padding: 0%;
+ background: #fff;
+}