Skip to content

Commit

Permalink
image add
Browse files Browse the repository at this point in the history
  • Loading branch information
elidakirigo committed Apr 20, 2024
1 parent c67d960 commit 2a6d539
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions portfolio-main/assets/js/allPosts.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const allPosts = [
link: 'https://pw-food-a.netlify.app/?',
title: 'chickchickGo Browser Engine',
content: ``,
stacks: ['React', 'Tailwind CSS','Google API'],
stacks: ['React', 'Tailwind CSS', 'Google API'],
live: [true, 'https://pw-food-a.netlify.app/?'],
source: [true, 'https://github.com/elidakirigo/progressive-web-app'],
image: './assets/img/screenshots/ChickChickGo-🐔.png',
Expand All @@ -41,6 +41,17 @@ const allPosts = [
source: [true, 'https://github.com/elidakirigo/progressive-web-app'],
image: './assets/img/screenshots/AngularStore.png',
},
// IP address tracker
{
topic: 'responsive',
link: 'https://elidakirigo.github.io/real-estate/index.html',
title: 'GeoLocation - IP tracker',
content: ``,
stacks: ['vueJS', 'TailwindCSS'],
live: [true, 'https://elidakirigo.github.io/real-estate/index.html'],
source: [true, 'https://github.com/elidakirigo/real-estate'],
image: './assets/img/screenshots/IP-address-Tracker.png',
},
// Wordle Game
{
topic: 'feature',
Expand Down Expand Up @@ -74,17 +85,6 @@ const allPosts = [
source: [true, 'https://github.com/elidakirigo/elidakirigo-v1'],
image: './assets/img/screenshots/todo-svelte.png',
},
// IP address tracker
{
topic: 'responsive',
link: 'https://elidakirigo.github.io/real-estate/index.html',
title: 'GeoLocation - IP tracker',
content: ``,
stacks: ['vueJS', 'TailwindCSS'],
live: [true, 'https://elidakirigo.github.io/real-estate/index.html'],
source: [true, 'https://github.com/elidakirigo/real-estate'],
image: './assets/img/screenshots/IP-address-Tracker.png',
},

// personal portfolio
{
Expand Down

0 comments on commit 2a6d539

Please sign in to comment.