-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutme.html
More file actions
106 lines (97 loc) · 4.95 KB
/
Copy pathaboutme.html
File metadata and controls
106 lines (97 loc) · 4.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="About Jessica Keating - Perth-based developer with a background in implementation consulting, now transitioning into tech through She Codes">
<meta name="keywords" content="Jessica Keating, web developer, Python, Django, JavaScript, React, Perth developer, about me">
<meta name="author" content="Jessica Keating">
<title>About Jessica Keating</title>
<link rel="stylesheet" href="./styles.css" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<header>
<img src="images/jk pic.jpeg" alt="Jessica Keating Profile Picture" class="logo" />
<div class="hamburger">
<div class="container header-container hamburger-toggle">
<input type="checkbox" id="menu-toggle" />
<label for="menu-toggle">
<i class="material-icons menu-icon">menu</i>
<i class="material-icons close-icon">close</i>
</label>
</div>
<nav class="drawer">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="index.html#Skills">Skills</a></li>
<li><a href="index.html#Projects">Projects</a></li>
<li><a href="index.html#Contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<main class="container">
<section>
<h1>About Jessica</h1>
<p>Welcome! I’m Jessica, but you can call me Jess!</p>
<p>I am a curious, creative, and solutions-oriented human who’s always loved figuring out how things work and how
they can work better. My path has been anything but linear, but every chapter has been tied together by a
passion for people, process, and progress.</p>
<p>I spent years working in high-pressure, high-impact roles across government services, retail, and tech —
building teams, leading projects, and delivering systems that genuinely help people. What energises me most is
seeing tangible outcomes, whether that’s a streamlined workflow, an empowered team, or a product that makes
someone’s day easier.</p>
<p>Now I’m leaning further into the world of tech and development, following a long-standing interest that I’ve
nurtured through hands-on learning, self-teaching, and communities like She Codes. I love the mix of logic and
creativity that coding brings, and the endless opportunity to keep learning and growing.</p>
<p>I’m also someone who values balance and connection — a dog lover, Pilates regular, and wedding-planning
enthusiast who’s happiest when surrounded by good people, good coffee, and a new challenge to tackle.</p>
<p>Thanks for stopping by. Let’s build something great.</p>
</section>
<section>
<h2>Top Skills & Experience</h2>
<div class="grid">
<div class="card">
<strong>Project Management & Implementation</strong>
<p>Experience delivering end-to-end software implementations, managing timelines, budgets, and stakeholder
expectations using Agile methodologies.</p>
</div>
<div class="card">
<strong>Client & Stakeholder Engagement</strong>
<p>Known for building trusted relationships and clearly communicating technical ideas to diverse audiences.
</p>
</div>
<div class="card">
<strong>Technical Proficiency</strong>
<p>Hands-on experience with tools like Salesforce, Jira, Zendesk, TeamWork, and INX Suite.</p>
</div>
<div class="card">
<strong>Leadership & Mentoring</strong>
<p>Skilled in coaching, performance management, and leading cross-functional teams toward shared goals.</p>
</div>
<div class="card">
<strong>Customer Experience</strong>
<p>Service excellence across government and software sectors, focused on quality, compliance, and problem
resolution.</p>
</div>
<div class="card">
<strong>Communication & Problem Solving</strong>
<p>Strong communicator and strategic thinker with a creative, solutions-driven approach to challenges.</p>
</div>
</div>
</section>
</main>
<footer>
<div class="container footer-container">
<p>© 2026 Jessica Keating</p>
<div class="socials">
<a href="https://github.com/jess-keating" target="_blank" rel="noopener noreferrer"><img src="images/github.svg" alt="GitHub opens in a new tab" /></a>
<a href="https://www.linkedin.com/in/jessica-keating/" target="_blank" rel="noopener noreferrer"><img src="images/linkedin-logo.png" alt="LinkedIn opens in a new tab" /></a>
</div>
</div>
</footer>
</body>
</html>