Skip to content

Commit

Permalink
reorder projects in swiper
Browse files Browse the repository at this point in the history
  • Loading branch information
viktoriiakoniukhova committed Sep 11, 2023
1 parent ca5a99c commit 30adfd0
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions projects.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
[
{
"title": "Landmarket (MERN)",
"href": "https://lambent-heliotrope-0974b1.netlify.app/",
"imgURL": "./assets/img/landmarket.png",
"pngURLs": {
"large": "./assets/img/landmarket.png",
"medium": "./assets/img/landmarket-medium.png",
"small": "./assets/img/landmarket-small.png"
},
"pngThumbURLs": {
"large": "./assets/img/thumbs/landmarket.png",
"medium": "./assets/img/thumbs/landmarket-medium.png",
"small": "./assets/img/thumbs/landmarket-small.png"
},
"tech": ["React", "Nodemailer", "Express", "Mongo DB", "Node JS"],
"colors": ["#EFD372", "#C2C2DD", "#026670"],
"type": "regular",
"isShown": true
},
{
"title": "Organick (MERN)",
"href": "https://imaginative-trifle-7fb0f9.netlify.app/",
Expand Down Expand Up @@ -94,25 +113,7 @@
"type": "desktop-only",
"isShown": true
},
{
"title": "Landmarket (MERN)",
"href": "https://lambent-heliotrope-0974b1.netlify.app/",
"imgURL": "./assets/img/landmarket.png",
"pngURLs": {
"large": "./assets/img/landmarket.png",
"medium": "./assets/img/landmarket-medium.png",
"small": "./assets/img/landmarket-small.png"
},
"pngThumbURLs": {
"large": "./assets/img/thumbs/landmarket.png",
"medium": "./assets/img/thumbs/landmarket-medium.png",
"small": "./assets/img/thumbs/landmarket-small.png"
},
"tech": ["React", "Nodemailer", "Express", "Mongo DB", "Node JS"],
"colors": ["#EFD372", "#C2C2DD", "#026670"],
"type": "regular",
"isShown": true
},

{
"title": "GPT-3 Landing",
"href": "https://viktoriiakoniukhova.github.io/landing-gpt-3/",
Expand Down

0 comments on commit 30adfd0

Please sign in to comment.