Skip to content

Commit

Permalink
Reorder projects
Browse files Browse the repository at this point in the history
  • Loading branch information
TimAtoyo committed Feb 12, 2024
1 parent f2a6fc1 commit 02756e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ LinkedIn
</nav>
<Link
to="/hireme"
className="inline-flex text-white items-center bg-blue-500 border-b-4 border-blue-900 border- py-1 px-3 focus:outline-none hover:bg-gray-200 hover:text-blue-500 transition ease-in-out delay-150 hover:translate-x-2 rounded text-base mt-4 md:mt-0"
className="inline-flex text-white justify-self-end items-center bg-blue-500 border-b-4 border-blue-900 border- py-1 px-3 focus:outline-none hover:bg-gray-200 hover:text-blue-500 transition ease-in-out delay-150 hover:translate-x-2 rounded text-base mt-4 md:mt-0"
>
Hire Me
<ArrowRightIcon className="w-4 h-4 ml-1" />
<ArrowRightIcon className="w-4 h-4 ml-1 " />
</Link>
</div>
</header>
Expand Down
17 changes: 9 additions & 8 deletions src/data/projects
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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;

0 comments on commit 02756e3

Please sign in to comment.