diff --git a/portfolio-main/assets/js/allPosts.js b/portfolio-main/assets/js/allPosts.js index f527c90..32f5ee3 100644 --- a/portfolio-main/assets/js/allPosts.js +++ b/portfolio-main/assets/js/allPosts.js @@ -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', @@ -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', @@ -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 {