Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more mobile apps #2919

Merged
merged 2 commits into from
Jul 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading