diff --git a/content/about.md b/content/about.md index 6f8b7aa..b533a20 100644 --- a/content/about.md +++ b/content/about.md @@ -2,5 +2,50 @@ title: "About" description: "I am a college student, backend Developer from Hong Kong based in United Kingdom. I make Minecraft Mods and Plugins, a Discord bot for the CODM community, also various websites for people to use. I aim to create free, minimal and open source software for public use. Currently I am studying A levels, doing Maths, Further Maths, Computer Science and Phyiscs." lastmod: "2023-11-07" -type: "about" --- + +# Skills +{{}} + +## Programming Languages + +- Java - Advanced +- TypeScript - Advacned +- JavaScript - Advanced +- Python - Advanced +- HTML - Medium +- CSS - Medium +- C - Beginner +- Kotlin - Beginner + +## Tools + +- Cloud: Vercel, Netlify +- Database: MongoDB, SQL +- Java: Gradle, Maven +- JavaScript: React, Next.js, Express, Electron, Chart.js, Socket.io +- Git +- Linux: Arch Linux, Ubuntu, Debian + + +# Grades + +## GCSE + +- Maths: 9 +- Computer Science: 9 +- Phyiscs: 9 +- Further Maths: A +- Chemistry: 8 +- Geography: 8 +- History: 8 +- Design Technology: 7 +- Biology: 7 +- English Literature: 6 +- English Language: C + +# About this website + +This website is written with only HTML, CSS and JS as I want to maximise the performance of the website but without the bloated JavaScript from modern frameworks. +I wanted to use the website as a special place for my imagination, writing without the restriction from social media. The posts here will be mostly about programming and Linux. +The creation of the website is highly inspirated by [BugsWriter](https://bugswriter.com/") and [Eric Murphy](https://ericmurphy.xyz/"), all credits go to them. diff --git a/layouts/about/single.html b/layouts/about/single.html deleted file mode 100644 index 7fc7079..0000000 --- a/layouts/about/single.html +++ /dev/null @@ -1,53 +0,0 @@ -{{ partial "header.html" . }} - -{{ partial "single-header.html" . }} - -

Skills

- -

Programming Languages

- -

Tools

- -
-

Grades

-

GCSE

- -
-
-
-

About this website

-

This website is written with only HTML, CSS and JS as I want to maximise the performance of the website but without the bloated JavaScript from modern frameworks.

-

I wanted to use the website as a special place for my imagination, writing without the restriction from social media. The posts here will be mostly about programming and Linux

-

The creation of the website is highly inspirated by bugswriter and Eric Murphy, all credits go to them.

- -{{ partial "footer.html" . }} -