Revise Electrical CV layout and content
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 18s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 18s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -25,40 +25,46 @@ import Project from "./Project.vue";
|
||||
<section>
|
||||
<h2>Profile</h2>
|
||||
<p>
|
||||
Computer Science with Mathematics graduate (First
|
||||
Class, 81.1%) applying for an electrical
|
||||
apprenticeship. Five years of bar and waiting work
|
||||
alongside my degree, and a background of building and
|
||||
running my own home server setup. After finishing
|
||||
university I've decided I want to work with my hands
|
||||
rather than behind a desk, and I'm ready to start at
|
||||
the bottom and work through the NVQ.
|
||||
Computer Science with Mathematics graduate (First Class, 81.1%)
|
||||
applying for an electrical apprenticeship. Three cumulative years of
|
||||
part-time bar and waiting work done alongside my degree. Throughout my
|
||||
hospitality work I valued working with my hands rather than behind a
|
||||
desk. I want to earn an NVQ Level 3 in Electrical Installation to
|
||||
build a long-term career in a skilled trade.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Key Strengths</h2>
|
||||
<div class="skills-grid">
|
||||
<div>
|
||||
<strong>Technical</strong><br /><small>
|
||||
Good with numbers from my Maths degree.
|
||||
Comfortable with Excel and the Microsoft
|
||||
Suite. Pick up new tools quickly.
|
||||
</small>
|
||||
<h2>Technical Skills</h2>
|
||||
<ul class="list-disc list-inside">
|
||||
<li>
|
||||
Strong with calculations and digital tools, developed by my
|
||||
degree.
|
||||
</li>
|
||||
<li>
|
||||
Comfortable working and planning independently, as well as in
|
||||
teams.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<strong>Practical</strong><br /><small>
|
||||
Careful and patient with procedure. Used to
|
||||
checking my own work before calling it done.
|
||||
Take safety rules seriously.
|
||||
</small>
|
||||
<h2>Practical Skills</h2>
|
||||
<ul class="list-disc list-inside">
|
||||
<li>Careful and patient with procedures.</li>
|
||||
<li>Used to checking own work thoroughly.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<strong>People</strong><br /><small>
|
||||
Five years of customer-facing work. Reliable
|
||||
turning up, easy to work with, keep my head
|
||||
when a shift gets busy.
|
||||
</small>
|
||||
<h2>Additional</h2>
|
||||
<ul class="list-disc list-inside">
|
||||
<li>A*A*A* A-Levels.</li>
|
||||
<li>Full UK driving licence.</li>
|
||||
<li>Full right to work in the UK.</li>
|
||||
<li>Eager to complete training to a high standard.</li>
|
||||
<li>References on request.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -75,14 +81,41 @@ import Project from "./Project.vue";
|
||||
<small>2021–2025</small>
|
||||
</template>
|
||||
<p>
|
||||
Busy live-music venue in Leeds. Worked the bar
|
||||
and floor across gig nights and event days,
|
||||
following the usual health, safety and hygiene
|
||||
procedures. Got on well with the team and could
|
||||
be trusted to open or close on my own.
|
||||
Served food and drinks in a high-volume live-music venue in Leeds.
|
||||
Handled busy weekend shifts, managed multiple tables simultaneously,
|
||||
and maintained a calm, friendly demeanour during peak hours.
|
||||
</p>
|
||||
</Project>
|
||||
<Project class="border-b border-dotted">
|
||||
<template #left>
|
||||
<h4>The Crown and Anchor</h4>
|
||||
</template>
|
||||
<template #top>
|
||||
<small>Bartender & Waiter</small>
|
||||
<small>2020–2021</small>
|
||||
</template>
|
||||
<p>
|
||||
Worked front-of-house at a busy pub, pulling pints, taking orders,
|
||||
and ensuring a welcoming atmosphere. Built rapport with regulars and
|
||||
adapted quickly to changing priorities during service.
|
||||
</p>
|
||||
</Project>
|
||||
<Project class="border-b border-dotted">
|
||||
<template #left>
|
||||
<h4>To The Rise Bakery</h4>
|
||||
</template>
|
||||
<template #top>
|
||||
<small>Barista & Front of House</small>
|
||||
<small>2020–2021</small>
|
||||
</template>
|
||||
<p>
|
||||
Worked at a bakery in Eastbourne, preparing freshly baked goods for
|
||||
display, operating the coffee machine, and keeping bakery equipment
|
||||
spotless. Built rapport with regulars and provided attentive,
|
||||
friendly service.
|
||||
</p>
|
||||
</Project>
|
||||
<Project>
|
||||
<template #left>
|
||||
<h4>BFI Riverfront Kitchen</h4>
|
||||
</template>
|
||||
@@ -91,77 +124,51 @@ import Project from "./Project.vue";
|
||||
<small>2018–2020</small>
|
||||
</template>
|
||||
<p>
|
||||
Ran the till and waited tables at a café on the
|
||||
South Bank. First proper job. Learned how to keep
|
||||
cash-handling tidy and how to talk to a lot of
|
||||
different people without getting flustered.
|
||||
</p>
|
||||
</Project>
|
||||
<Project>
|
||||
<template #left>
|
||||
<h4>Personal Projects</h4>
|
||||
</template>
|
||||
<template #top>
|
||||
<small>Self-directed learning</small>
|
||||
<small>2021–present</small>
|
||||
</template>
|
||||
<p>
|
||||
Built my own website and host it at home on a
|
||||
Raspberry Pi. Set up the networking and low-voltage
|
||||
DC wiring myself. When something breaks I work
|
||||
through it until it's fixed, which is the same
|
||||
mindset I'd bring to a site.
|
||||
Operated the till, served customers, and helped coordinate table
|
||||
service at a café on London's South Bank. Developed strong
|
||||
cash-handling accuracy and customer interaction skills in a
|
||||
fast-paced environment.
|
||||
</p>
|
||||
</Project>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Education</h2>
|
||||
<div class="w-full flex flex-col sm:flex-row gap-5">
|
||||
<div class="flex-1 sm:border-r border-dotted sm:pr-3">
|
||||
<h3>
|
||||
<a
|
||||
href="https://www.adam-french.co.uk/pdf/transcript.pdf"
|
||||
>
|
||||
<section class="flex-1">
|
||||
<h2>
|
||||
<a href="https://www.adam-french.co.uk/pdf/transcript.pdf">
|
||||
University of Leeds
|
||||
</a>
|
||||
</h3>
|
||||
</h2>
|
||||
<div
|
||||
class="flex-row flex place-content-between m-auto place-items-center"
|
||||
>
|
||||
<small>First Class Honours (81.1%)</small>
|
||||
<small>2021–2025</small>
|
||||
<small>Sep 2021 – Jun 2025</small>
|
||||
</div>
|
||||
<small>BSc Computer Science with Mathematics</small>
|
||||
</div>
|
||||
<div class="flex-1 sm:pl-3">
|
||||
<h3>GCSEs</h3>
|
||||
<small>
|
||||
Including English Language and Mathematics,
|
||||
both well above the Grade 4/5 (C) requirement.
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Additional</h2>
|
||||
<ul class="list-disc list-inside">
|
||||
<li>
|
||||
Full right to work in the UK. Happy to relocate or
|
||||
travel for the right role.
|
||||
</li>
|
||||
<li>
|
||||
Fine with a safety-critical medical as part of
|
||||
recruitment.
|
||||
</li>
|
||||
<li>
|
||||
Up for college day-release and seeing the NVQ all
|
||||
the way through.
|
||||
</li>
|
||||
<li>References on request.</li>
|
||||
<li>Algorithms & Data Structures I & II</li>
|
||||
<li>Compiler Design and Construction</li>
|
||||
<li>Formal Languages & Finite Automata</li>
|
||||
<li>Graph Algorithms & Complexity Theory</li>
|
||||
<li>Machine Learning, Databases, Computer Processors</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="flex-1">
|
||||
<h2>University of Waterloo</h2>
|
||||
<div
|
||||
class="flex-row flex place-content-between m-auto place-items-center"
|
||||
>
|
||||
<small>Year abroad</small>
|
||||
<small>Sep 2023 – Apr 2024</small>
|
||||
</div>
|
||||
<ul class="list-disc list-inside">
|
||||
<li>Applied Cryptography</li>
|
||||
<li>Introduction to Computer Graphics</li>
|
||||
<li>Introduction to Rings and Fields with Applications</li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="no-print w-full h-20"></div>
|
||||
|
||||
Reference in New Issue
Block a user