diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index b938791..1cf3936 100644 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -51,10 +51,10 @@ LinkedIn Hire Me - + diff --git a/src/data/projects b/src/data/projects index 6236cf8..cc9922a 100644 --- a/src/data/projects +++ b/src/data/projects @@ -15,14 +15,7 @@ export const projects = [ image: "https://images.pexels.com/photos/2882630/pexels-photo-2882630.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1", link: "https://github.com/TimAtoyo/reactPasswordGenerator", }, - { - title: "WonderGurard", - subtitle: "JavaScript HTML & CSS", - description: - "A traveller's companion application that a user can use to navigate the world confidently. Two APIs, travel advisory API and currency converter API. Provides info about a destination coutries taveller risk level and the current exchage rate. This app runs in the browser, and features dynamically updated HTML and CSS powered by JavaScript", - image: "https://images.pexels.com/photos/1791583/pexels-photo-1791583.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1", - link: "https://timatoyo.github.io/wonderGuard/", - }, + { title: "The Code Quiz App", subtitle: "Javascript HTML & CSS", @@ -31,6 +24,14 @@ export const projects = [ image: 'https://images.pexels.com/photos/5905434/pexels-photo-5905434.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1', link: "https://timatoyo.github.io/front-code-quiz/", }, + { + title: "WonderGurard", + subtitle: "JavaScript HTML & CSS", + description: + "A traveller's companion application that a user can use to navigate the world confidently. Two APIs, travel advisory API and currency converter API. Provides info about a destination coutries taveller risk level and the current exchage rate. This app runs in the browser, and features dynamically updated HTML and CSS powered by JavaScript", + image: "https://images.pexels.com/photos/1791583/pexels-photo-1791583.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1", + link: "https://timatoyo.github.io/wonderGuard/", + }, ]; export default projects;