From 03b95a6c8c82c8358b52f1af77cd7ac67d5b52a0 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Fri, 30 May 2025 18:26:06 +0100 Subject: [PATCH] CHORE: Added additional skills and ehanced the way that links are displayed in raw html containers --- src/main.svelte | 2 +- static/json/me.json | 60 ++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 55 insertions(+), 7 deletions(-) diff --git a/src/main.svelte b/src/main.svelte index 29b19fb..890f1d9 100644 --- a/src/main.svelte +++ b/src/main.svelte @@ -35,7 +35,7 @@ alt="Avatar" class="max-md:hidden rounded-full w-32 h-32 md:w-48 md:h-48 mt-2 mb-2 p-2 border-3" /> -

{@html info.about}

+

{@html info.about}

{@html info.location}

diff --git a/static/json/me.json b/static/json/me.json index bea9ca3..d7bee24 100644 --- a/static/json/me.json +++ b/static/json/me.json @@ -22,12 +22,12 @@ "competency": 80 }, { - "name": "Tailwind CSS", - "logo": "devicon-tailwindcss-plain", - "colour": "bg-blue-800", - "link": "https://tailwindcss.com/", - "about": "Tailwind CSS is a utility-first CSS framework that enables rapid UI development with a focus on customization and responsiveness.", - "competency": 60 + "name" : "Python", + "logo": "devicon-python-plain", + "colour": "bg-yellow-400", + "link": "https://python.org", + "about": "Python is a versatile language known for its simplicity and readability, making it ideal for rapid development and data analysis.", + "competency": 70 }, { "name": "Git", @@ -45,6 +45,54 @@ "about": "Docker simplifies deployment by packaging applications in lightweight containers, ensuring consistency across environments.", "competency": 100 }, + { + "name": "Kubernetes", + "logo": "devicon-kubernetes-plain", + "colour": "bg-blue-600", + "link": "https://kubernetes.io", + "about": "Kubernetes automates the deployment, scaling, and management of containerized applications, enhancing operational efficiency.", + "competency": 40 + }, + { + "name": "PostgreSQL", + "logo": "devicon-postgresql-plain", + "colour": "bg-blue-700", + "link": "https://postgresql.org", + "about": "PostgreSQL is a powerful, open-source relational database known for its robustness and advanced features.", + "competency": 70 + }, + { + "name": "MongoDB", + "logo": "devicon-mongodb-plain", + "colour": "bg-green-500", + "link": "https://mongodb.com", + "about": "MongoDB is a NoSQL database that provides flexibility and scalability for modern applications with unstructured data.", + "competency": 70 + }, + { + "name": "Redis", + "logo": "devicon-redis-plain", + "colour": "bg-red-600", + "link": "https://redis.io", + "about": "Redis is an in-memory data structure store, used as a database, cache, and message broker for high-performance applications.", + "competency": 30 + }, + { + "name": "JavaScript", + "logo": "devicon-javascript-plain", + "colour": "bg-yellow-500", + "link": "https://javascript.com", + "about": "JavaScript is a versatile language that powers dynamic web applications and enhances user interactivity.", + "competency": 60 + }, + { + "name": "Tailwind CSS", + "logo": "devicon-tailwindcss-plain", + "colour": "bg-blue-800", + "link": "https://tailwindcss.com/", + "about": "Tailwind CSS is a utility-first CSS framework that enables rapid UI development with a focus on customization and responsiveness.", + "competency": 60 + }, { "name": "Svelte", "logo": "devicon-svelte-plain",