Skip to content

Commit

Permalink
Add more mobile apps (#2919)
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptex committed Jul 4, 2024
1 parent 83a0786 commit 36792b1
Show file tree
Hide file tree
Showing 18 changed files with 1,096 additions and 180 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
},
"dependencies": {
"@apollo/client": "3.10.8",
"@babylonjs/core": "7.13.3",
"@babylonjs/gui": "7.13.3",
"@babylonjs/loaders": "7.13.3",
"@babylonjs/materials": "7.13.3",
"@babylonjs/core": "7.14.0",
"@babylonjs/gui": "7.14.0",
"@babylonjs/loaders": "7.14.0",
"@babylonjs/materials": "7.14.0",
"@codersrank/activity": "0.9.14",
"@codersrank/education": "0.9.12",
"@codersrank/portfolio": "0.9.10",
Expand All @@ -71,7 +71,7 @@
"animateme": "2.4.2",
"async-array-prototype": "1.1.1",
"attr-i18n": "1.0.0",
"babylonjs-gltf2interface": "7.13.3",
"babylonjs-gltf2interface": "7.14.0",
"contentful": "10.12.7",
"d3": "7.9.0",
"date-fns": "3.6.0",
Expand Down
Binary file added public/images/mobile-apps/evolution-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/mobile-apps/evolution-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/mobile-apps/evolution-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/mobile-apps/evolution-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/mobile-apps/notabene-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/mobile-apps/notabene-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/mobile-apps/notabene-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/mobile-apps/notabene-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/mobile-apps/notabene-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/mobile-apps/notabene-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/mobile-apps/notabene-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/mobile-apps/notabene-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/mobile-apps/notabene-8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/mobile-apps/notabene-9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions src/data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,37 @@ export const mobileApps: ExtendedProject[] = withIndex([
images: ['foton-home-ipad-light.jpg', 'foton-home-ipad-dark.jpg'],
title: 'Foton Home for iPad',
url: 'https://apps.apple.com/us/app/foton-home/id1525688620#?platform=ipad'
},
{
adjustable: true,
description: 'Notes, Reminders and Todos App for Android and iOS',
details: 'AngularJS, Ionic 1, Cordova, Firebase, JavaScript, CSS',
imageHeight: 1844,
imageWidth: 860,
images: [
'notabene-1.png',
'notabene-2.png',
'notabene-3.png',
'notabene-4.png',
'notabene-5.png',
'notabene-6.png',
'notabene-7.png',
'notabene-8.png',
'notabene-9.png',
'notabene-10.png'
],
title: 'Notabene',
url: 'https://github.com/scriptex/Notabene'
},
{
adjustable: true,
description: 'A game based on the popular 2048 game',
details: 'AngularJS, Ionic 1, Cordova, Firebase, JavaScript, CSS',
imageHeight: 1844,
imageWidth: 860,
images: ['evolution-1.png', 'evolution-2.png', 'evolution-3.png', 'evolution-4.png'],
title: 'Evolution',
url: 'https://github.com/scriptex/Evolution'
}
]);

Expand Down
Loading

0 comments on commit 36792b1

Please sign in to comment.