From c6c6c2555b81ee1e9d7732c0de9fe756f907e65e Mon Sep 17 00:00:00 2001 From: Troy Date: Wed, 19 Feb 2025 20:42:47 +0000 Subject: [PATCH] feat: add all past education to cv --- src/pages/cv.astro | 88 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 87 insertions(+), 1 deletion(-) diff --git a/src/pages/cv.astro b/src/pages/cv.astro index 1a7d447..e9b5208 100644 --- a/src/pages/cv.astro +++ b/src/pages/cv.astro @@ -111,6 +111,41 @@ import icon from "public/assets/icon.png";
  • 2nd year: 70.25% State Aggregate Mark
  • 1st year: 69.43% State Aggregate Mark
  • +

    + UAL Level 3 Extended Diploma in Creative Media Production and + Technology +

    +

    2020 - 2022 South Devon College

    +
      +
    1. 2nd year: Extended Diploma - Distinction
    2. +
    3. 1st year: Diploma - Distinction
    4. +
    +

    BTEC & A-level

    +

    2018 - 2020 Kennicott Sixth Form

    +
      +
    1. + Pearson BTEC Level 3 National Extended Diploma in Art and + Design - Distinction Merit Merit +
    2. +
    3. + AQA GCE/A Computer Science ADV (Python) - C +
    4. +
    +

    + GCSEs & Cambridge Nationals qualification +

    +

    2014 - 2018 King Edward VI Community College

    +
      +
    1. 10 GCSEs including Maths and English
    2. +
    3. + OCR Cambridge Nationals Creative iMedia Level 1/2 + Award/Certificate - Merit at Level 2 +
    4. +
    @@ -218,7 +253,8 @@ import icon from "public/assets/icon.png";

    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.

    @@ -248,6 +284,7 @@ import icon from "public/assets/icon.png";
  • Static generation
  • Blog and project articles written in Markdown/MDX
  • SEO
  • +
  • RSS feed
  • @@ -264,6 +301,55 @@ import icon from "public/assets/icon.png";
    +
    +

    Packard

    +
    +

    + Terminal based feed checker: +

    +

    + Packard is a simple RSS aggregator meant to allow you to + take a quick glance at what's occurring in topics you care + about. +

    +
    +
    +

    + Code on: +

    +

    + github.com/troylusty/packard +

    +
    +
    +

    + Features: +

    +
    +
      +
    • Fast feed fetching with visual progress updates
    • +
    • Feed lists configurable via TOML
    • +
    • + Command line configuration of selected list and more +
    • +
    • Quickly open feed items as links
    • +
    +
    +
    +
    +

    + Built with: +

    +
    + Rust + Tokio + Clap + NixOS Flake +
    +
    +