-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (35 loc) · 1.22 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Virginia Dooley - Portfolio</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Virginia Dooley</h1>
<p>Software Engineer</p>
</header>
<nav>
<ul>
<li><a href="https://www.linkedin.com/in/virginia-dooley/">LinkedIn</a></li>
</ul>
</nav>
<section id="about">
<h2>About Me</h2>
<p>Hello! I'm Virginia Dooley, a passionate software engineer with experience in developing web applications. I love using code to support initiatives that help engage people in their communities.</p>
</section>
<section id="projects">
<h2>Projects (all WIP in Nov-Dec 2024)</h2>
<ul>
<li><a href="https://virginiadooley.github.io/community-safety-dashboard/">Community Safety Dashboard</a> - Analyse 2024 Met Crime data by month</li>
<li><a href="https://github.com/VirginiaDooley/learning-tracker">Learning tracker</a> - Progress tracker and to do list to help support professional development.</li>
<li><a href="">"Waste Colonialism"</a> - Fast fashion visualisation.</li>
</ul>
</section>
<footer>
<p>© 2024 Virginia Dooley</p>
</footer>
</body>
</html>