feat: add all past education to cv
This commit is contained in:
parent
096b260642
commit
c6c6c2555b
1 changed files with 87 additions and 1 deletions
|
@ -111,6 +111,41 @@ import icon from "public/assets/icon.png";
|
|||
<li><small>2nd year: 70.25% State Aggregate Mark</small></li>
|
||||
<li><small>1st year: 69.43% State Aggregate Mark</small></li>
|
||||
</ol>
|
||||
<h3 class="font-semibold">
|
||||
UAL Level 3 Extended Diploma in Creative Media Production and
|
||||
Technology
|
||||
</h3>
|
||||
<p>2020 - 2022 South Devon College</p>
|
||||
<ol class="list-inside list-disc">
|
||||
<li><small>2nd year: Extended Diploma - Distinction</small></li>
|
||||
<li><small>1st year: Diploma - Distinction</small></li>
|
||||
</ol>
|
||||
<h3 class="font-semibold">BTEC & A-level</h3>
|
||||
<p>2018 - 2020 Kennicott Sixth Form</p>
|
||||
<ol class="list-inside list-disc">
|
||||
<li>
|
||||
<small
|
||||
>Pearson BTEC Level 3 National Extended Diploma in Art and
|
||||
Design - Distinction Merit Merit</small
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<small>AQA GCE/A Computer Science ADV (Python) - C</small>
|
||||
</li>
|
||||
</ol>
|
||||
<h3 class="font-semibold">
|
||||
GCSEs & Cambridge Nationals qualification
|
||||
</h3>
|
||||
<p>2014 - 2018 King Edward VI Community College</p>
|
||||
<ol class="list-inside list-disc">
|
||||
<li><small>10 GCSEs including Maths and English</small></li>
|
||||
<li>
|
||||
<small
|
||||
>OCR Cambridge Nationals Creative iMedia Level 1/2
|
||||
Award/Certificate - Merit at Level 2</small
|
||||
>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="mb-12 px-2 text-lg font-light">
|
||||
<div class="mb-4 flex items-center">
|
||||
|
@ -218,7 +253,8 @@ import icon from "public/assets/icon.png";
|
|||
</p>
|
||||
<p class="w-full lg:inline-block lg:w-8/12">
|
||||
My personal portfolio website made using Astro. A place for
|
||||
me to share my work and anything else I've learnt.
|
||||
me to share my portfolio of work and anything else I've
|
||||
learnt.
|
||||
</p>
|
||||
</section>
|
||||
<section class="mb-6">
|
||||
|
@ -248,6 +284,7 @@ import icon from "public/assets/icon.png";
|
|||
<li>Static generation</li>
|
||||
<li>Blog and project articles written in Markdown/MDX</li>
|
||||
<li>SEO</li>
|
||||
<li>RSS feed</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -264,6 +301,55 @@ import icon from "public/assets/icon.png";
|
|||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<div class="mb-16">
|
||||
<h3>Packard</h3>
|
||||
<section class="mb-6">
|
||||
<p class="mb-2 italic lg:inline-block lg:w-3/12 lg:align-top">
|
||||
Terminal based feed checker:
|
||||
</p>
|
||||
<p class="w-full lg:inline-block lg:w-8/12">
|
||||
Packard is a simple RSS aggregator meant to allow you to
|
||||
take a quick glance at what's occurring in topics you care
|
||||
about.
|
||||
</p>
|
||||
</section>
|
||||
<section class="mb-6">
|
||||
<p class="mb-2 italic lg:inline-block lg:w-3/12 lg:align-top">
|
||||
Code on:
|
||||
</p>
|
||||
<p class="w-full lg:inline-block lg:w-8/12">
|
||||
<Link href="https://github.com/troylusty/packard"
|
||||
>github.com/troylusty/packard</Link
|
||||
>
|
||||
</p>
|
||||
</section>
|
||||
<section class="mb-6">
|
||||
<p class="mb-2 italic lg:inline-block lg:w-3/12 lg:align-top">
|
||||
Features:
|
||||
</p>
|
||||
<div class="w-full lg:inline-block lg:w-8/12">
|
||||
<ul>
|
||||
<li>Fast feed fetching with visual progress updates</li>
|
||||
<li>Feed lists configurable via TOML</li>
|
||||
<li>
|
||||
Command line configuration of selected list and more
|
||||
</li>
|
||||
<li>Quickly open feed items as links</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
<section class="mb-6">
|
||||
<p class="mb-2 italic lg:inline-block lg:w-3/12 lg:align-top">
|
||||
Built with:
|
||||
</p>
|
||||
<div class="mt-5 w-full lg:inline-block lg:w-8/12">
|
||||
<span class="box">Rust</span>
|
||||
<span class="box">Tokio</span>
|
||||
<span class="box">Clap</span>
|
||||
<span class="box">NixOS Flake</span>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue