-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
84 lines (84 loc) · 3.65 KB
/
Copy pathexperience.html
File metadata and controls
84 lines (84 loc) · 3.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nicola's Website ✰</title>
<link rel="stylesheet" href="./resources/css/index.css" />
</head>
<body>
<nav>
<h2 id="logo"><a href="./index.html">Nicola Farmer</a></h2>
<ul class="navigation-items">
<li class="navigation-item"><a href="./about.html">About Me</a></li>
<li class="navigation-item"><a href="./experience.html">Experience</a></li>
<li class="navigation-item"><a href="./projects.html">Projects</a></li>
<li class="navigation-item"><a href="./blog.html">Blog</a></li>
<li class="navigation-item"><a href="./contact.html">Contact</a></li>
</ul>
</nav>
<main>
<section id="skills">
<h1>Experience</h1>
<p>I'm going to insert these as icons but have a list for now</p>
<ul class="skills">
<li>Python</li>
<li>Fortran</li>
<li>React</li>
<li>TypeScript</li>
<li>Docker</li>
<li>Kubernetes</li>
<li>Git</li>
<li>FastAPI</li>
<li>Django</li>
<li>Javascript</li>
<li>Jest</li>
<li>Pytest</li>
</ul>
</section>
<section id="career">
<h2>Career</h2>
<p>2024-Present: Software Engineer at CEDA, RAL Space</p>
<p>2022-2024: Graduate scheme at CEDA, RAL Space</p>
<p>2020-2021: Year In Industry at Diamond Light Source</p>
<p>Summer 2019: Research Internship at University of York</p>
</section>
<section id="education">
<h2>Education</h2>
<p>2017-2022: MPhys Theoretical Physics at UoY (1st Class)</p>
<p>2015-2017: A levels at Bolton Sixth Form College (A* maths A Physics A Biology)</p>
<p>2014-2015: AS levels at Bury College (A psychology B photography C art D film studies) </p>
<p>2012-2014: GCSES at Harper Green (6A*, 5A, 2B)</p>
</section>
<section id="volunteering">
<h2>Volunteering</h2>
<p>2025-present: UKRI Wellbeing Ally</p>
<p>2024-present: STFC WiSTEM Staff Network Chair</p>
<p>2025-present: UKRI WaGE Staff Network Co-Secretary</p>
<p>2024 & 2025: STFC Work Experience Supervisor</p>
<p>2023-2024: RAL Space Early Space Careers Conference Organiser</p>
<p>2023-2024: Access Project Academic Tutor</p>
<p>2023-2024: STFC Graduate Student Newsletter Editor</p>
<p>2023-2024: STFC Engineering Experience Programme Mentor</p>
<p>2022-2024: STFC WiSTEM Committee Member</p>
<p>2021-2024: IoP Mathemtical & Theoretical Physics Group Committee Member</p>
<p>2018-2019: Univeristy of York Yoga Society General Representitive</p>
<p>2018: PDSA Charity Shop Volunteer</p>
</section>
<section id="certs">
<h2>Certifications/Awards/Courses</h2>
<p>2025: Codecademy Intro to Quantum Computing (course)</p>
<p>2024: UKRI In Year Award (award)</p>
<p>2024: ICAgile Certified Professional (certification)</p>
<p>2023: BCS Registered IT Technician (certification)</p>
<p>2023: UKRI Instant Award (award)</p>
<p>2023: Safeguarding Children - Level 1 (certification)</p>
<p>2021: MongoDB for Python Developers (course)</p>
<p>2021: MongoDB Basics (course)</p>
<p>2018: Udemy Learn to program in Visual C++ (course)</p>
<p>2017-2018: AUniversity of York cademic Excellence Scholarship (award)</p>
<p>2017: University of York York Award (award)</p>
</section>
</main>
</body>
</html>