Skip to content

Commit

Permalink
Updated Live version
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevsk committed Oct 6, 2023
1 parent 8b94aff commit c530d8f
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions src/resume.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,7 @@ const resume = {
},
],
projects: [
{
enabled: true,
title: "Costefficient",
shortDescription: "Payment Processor Services (Client Project - Work in Progress)",
link: "https://costefficient.co.uk/",
repo: "https://costefficient.co.uk/",
builtWith: ["WordPress", "Elementor Pro", "Elementor Flexbox", "JavaScript"],
features: [
"6 pages WordPress website being built from scratch with Elementor Pro.",
"Improve upon source website design using the latest Flex-box and Elementor Beta features.",
"Elementor Form improved with custom logic using hand-written JavaScript script."
],
},

{
enabled: true,
title: "React TODO App",
Expand All @@ -78,7 +66,7 @@ const resume = {
],
},
{
enabled: false,
enabled: true,
title: "Random Task Today",
shortDescription:
"Generate a random task to do today and see a refreshing photo related to it",
Expand All @@ -92,6 +80,19 @@ const resume = {
"All API calls are made from the backend functions, keeping API credentials secret",
],
},
{
enabled: true,
title: "Costefficient",
shortDescription: "Payment Processor Services (Client Project - Work in Progress)",
link: "https://costefficient.co.uk/",
repo: "https://costefficient.co.uk/",
builtWith: ["WordPress", "Elementor Pro", "Elementor Flexbox", "JavaScript"],
features: [
"6 pages WordPress website being built from scratch with Elementor Pro.",
"Improve upon source website design using the latest Flex-box and Elementor Beta features.",
"Elementor Form improved with custom logic using hand-written JavaScript script."
],
},
{
enabled: true,
title: "Banco Pan",
Expand Down

0 comments on commit c530d8f

Please sign in to comment.