diff --git a/src/portfolio/data/projectData.ts b/src/portfolio/data/projectData.ts index 4c3755f..9a074d1 100644 --- a/src/portfolio/data/projectData.ts +++ b/src/portfolio/data/projectData.ts @@ -144,7 +144,7 @@ const projectData : IProjectArguments[] = [ ], github: "https://github.com/KuchtaVR6/Portfolio-for-an-Architect", access: "https://aleksandrakuchta.co.uk/" - }, + } // { // imagePath: "port1.png", // title: "My previous portfolio website", @@ -165,7 +165,12 @@ const projectData : IProjectArguments[] = [ // { // imagePath: "proj2.png", // title: "A discord bot for colourful messages", - // text: "To further expand my knowledge in python and APIs, I developed a fully functional bot that creates embedded messages. Although the task might seem not that hard, I gave myself a requirement that the system must have professional-grade exception catching and an interface that will make it very easy to use by someone less fluent in command based interaction. This made it a much bigger project with extensive testing and a steep learning curve. Even though it was my third discord bot this one was the most challenging and I have learned a lot from writing it.", + // text: "To further expand my knowledge in python and APIs, I developed a fully functional bot " + + // "that creates embedded messages. Although the task might seem not that hard, I gave myself a " + + // "requirement that the system must have professional-grade exception catching and an interface " + + // "that will make it very easy to use by someone less fluent in command based interaction. This " + + // "made it a much bigger project with extensive testing and a steep learning curve. Even though " + + // "it was my third discord bot this one was the most challenging and I have learned a lot from writing it.", // tech: [ // SkillEnum.python, // SkillEnum.html, @@ -177,7 +182,14 @@ const projectData : IProjectArguments[] = [ // { // imagePath: "proj1.png", // title: "DIY AndroidAuto", - // text: "A project that I did during the first lockdown, was creating an AndroidAuto based infotainment system for my Dads car. This project gave me a chance to work with Linux, Python, RaspberryPi, 3D printing and design (in Blender), soldering, relays and electronics in general. It had all features of a full AndroidAuto experience including wake on Ignition, separate volume adjustment and a touchscreen. Because I was only using the most basic electronic components possible this allowed me to design and create electrical circuits. Furthermore, a lot of parts were 3D printed and I had to ensure that components that I created were shake and heat resistant so they can survive in a car environment.", + // text: "A project that I did during the first lockdown, was creating an AndroidAuto based " + + // "infotainment system for my Dads car. This project gave me a chance to work with Linux, " + + // "Python, RaspberryPi, 3D printing and design (in Blender), soldering, relays and electronics " + + // "in general. It had all features of a full AndroidAuto experience including wake on Ignition, " + + // "separate volume adjustment and a touchscreen. Because I was only using the most basic " + + // "electronic components possible this allowed me to design and create electrical circuits. " + + // "Furthermore, a lot of parts were 3D printed and I had to ensure that components that I " + + // "created were shake and heat resistant so they can survive in a car environment.", // tech: [ // SkillEnum.python, // SkillEnum.linux, diff --git a/src/portfolio/sections/CurrentWork.tsx b/src/portfolio/sections/CurrentWork.tsx index fc4de80..03838d0 100644 --- a/src/portfolio/sections/CurrentWork.tsx +++ b/src/portfolio/sections/CurrentWork.tsx @@ -32,7 +32,7 @@ const RoleInfo = (): JSX.Element => { const CurrentWork = (): JSX.Element => { return ( -