Skip to content

Commit

Permalink
add kinectic loader
Browse files Browse the repository at this point in the history
  • Loading branch information
geeklogbook committed Mar 2, 2024
1 parent f10be1a commit b490d40
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"location": "event_keycodes",
"image": "projects\\00.demos\\11.event_keyscodes.png",
"url": "https://geeklogbook.com/50projectsin50days-day-11-dads-joke/"
},
},
{
"id": "12",
"name": "FAQ Collapse",
Expand All @@ -86,31 +86,36 @@
"name": "Random Picker",
"location": "random_picker",
"image": "projects\\00.demos\\13.random_picker.png",
"url": "https://geeklogbook.com/50projectsin50days-day-13-random-picker/"},
"url": "https://geeklogbook.com/50projectsin50days-day-13-random-picker/"
},
{
"id": "14",
"name": "Animated Navigation",
"location": "animated_navigation",
"image": "projects\\00.demos\\14.animated_navigation.png",
"url": "https://geeklogbook.com/50projectsin50days-day-14-animated-navigation/"},
"url": "https://geeklogbook.com/50projectsin50days-day-14-animated-navigation/"
},
{
"id": "15",
"name": "Counter",
"location": "counter",
"image": "projects\\00.demos\\15.counter.png",
"url": "https://geeklogbook.com/50projectsin50days-day-15-counter/"},
"url": "https://geeklogbook.com/50projectsin50days-day-15-counter/"
},
{
"id": "16",
"name": "Drink Water",
"location": "drink_water",
"image": "projects\\00.demos\\16.drink_water.png",
"url": "https://geeklogbook.com/50projectsin50days-day-16-drink-water/"},
"url": "https://geeklogbook.com/50projectsin50days-day-16-drink-water/"
},
{
"id": "17",
"name": "Movie App",
"location": "movie_app",
"image": "projects\\00.demos\\17.movie_app.png",
"url": "https://geeklogbook.com/50projectsin50days-day-17-movie-app/"},
"url": "https://geeklogbook.com/50projectsin50days-day-17-movie-app/"
},
{
"id": "18",
"name": "Background Slider",
Expand All @@ -130,22 +135,29 @@
"name": "Button Ripple",
"location": "button_ripple",
"image": "projects\\00.demos\\20.button_ripple.png",
"url": "https://geeklogbook.com/50projectsin50days-day-20-button-ripple/"},
"url": "https://geeklogbook.com/50projectsin50days-day-20-button-ripple/"
},
{
"id": "21",
"name": "Drag And Drop",
"location": "drag_and_drop",
"image": "projects\\00.demos\\21.drag_and_drop.png",
"url": "https://geeklogbook.com/50projectsin50days-day-21-drag-and-drop/"},
"url": "https://geeklogbook.com/50projectsin50days-day-21-drag-and-drop/"
},
{
"id": "22",
"name": "Drawing App",
"location": "drawing_app",
"image": "projects\\00.demos\\22.drawing_app.png",
"url": "https://geeklogbook.com/50projectsin50days-day-22-drawing-app/"},
"url": "https://geeklogbook.com/50projectsin50days-day-22-drawing-app/"
},
{
"id": "23",
"name": "Kinectic Loader", "location": "kinetic_loader", "image": "projects\\00.demos\\23.png", "url": ""},
"name": "Kinectic Loader",
"location": "kinetic_loader",
"image": "projects\\00.demos\\23.kinetic_loader.png",
"url": "https://geeklogbook.com/50projectsin50days-day-23-kinectic-loader/"
},
{
"id": "24",
"name": "Content Placeholder", "location": "content_placeholder", "image": "projects\\00.demos\\24.png", "url": ""},
Expand Down
File renamed without changes

0 comments on commit b490d40

Please sign in to comment.