diff --git a/package.json b/package.json index ada448b2a..59f8f9a81 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/public/images/mobile-apps/evolution-1.png b/public/images/mobile-apps/evolution-1.png new file mode 100644 index 000000000..bdb88acb4 Binary files /dev/null and b/public/images/mobile-apps/evolution-1.png differ diff --git a/public/images/mobile-apps/evolution-2.png b/public/images/mobile-apps/evolution-2.png new file mode 100644 index 000000000..fdadd9416 Binary files /dev/null and b/public/images/mobile-apps/evolution-2.png differ diff --git a/public/images/mobile-apps/evolution-3.png b/public/images/mobile-apps/evolution-3.png new file mode 100644 index 000000000..59bd82b23 Binary files /dev/null and b/public/images/mobile-apps/evolution-3.png differ diff --git a/public/images/mobile-apps/evolution-4.png b/public/images/mobile-apps/evolution-4.png new file mode 100644 index 000000000..771c3f9af Binary files /dev/null and b/public/images/mobile-apps/evolution-4.png differ diff --git a/public/images/mobile-apps/notabene-1.png b/public/images/mobile-apps/notabene-1.png new file mode 100644 index 000000000..6ba59d628 Binary files /dev/null and b/public/images/mobile-apps/notabene-1.png differ diff --git a/public/images/mobile-apps/notabene-10.png b/public/images/mobile-apps/notabene-10.png new file mode 100644 index 000000000..b1218bba0 Binary files /dev/null and b/public/images/mobile-apps/notabene-10.png differ diff --git a/public/images/mobile-apps/notabene-2.png b/public/images/mobile-apps/notabene-2.png new file mode 100644 index 000000000..f79a802c1 Binary files /dev/null and b/public/images/mobile-apps/notabene-2.png differ diff --git a/public/images/mobile-apps/notabene-3.png b/public/images/mobile-apps/notabene-3.png new file mode 100644 index 000000000..04ee2f0a6 Binary files /dev/null and b/public/images/mobile-apps/notabene-3.png differ diff --git a/public/images/mobile-apps/notabene-4.png b/public/images/mobile-apps/notabene-4.png new file mode 100644 index 000000000..31a171c25 Binary files /dev/null and b/public/images/mobile-apps/notabene-4.png differ diff --git a/public/images/mobile-apps/notabene-5.png b/public/images/mobile-apps/notabene-5.png new file mode 100644 index 000000000..2954499e8 Binary files /dev/null and b/public/images/mobile-apps/notabene-5.png differ diff --git a/public/images/mobile-apps/notabene-6.png b/public/images/mobile-apps/notabene-6.png new file mode 100644 index 000000000..3e5c65543 Binary files /dev/null and b/public/images/mobile-apps/notabene-6.png differ diff --git a/public/images/mobile-apps/notabene-7.png b/public/images/mobile-apps/notabene-7.png new file mode 100644 index 000000000..604b1cdfd Binary files /dev/null and b/public/images/mobile-apps/notabene-7.png differ diff --git a/public/images/mobile-apps/notabene-8.png b/public/images/mobile-apps/notabene-8.png new file mode 100644 index 000000000..95dbc4457 Binary files /dev/null and b/public/images/mobile-apps/notabene-8.png differ diff --git a/public/images/mobile-apps/notabene-9.png b/public/images/mobile-apps/notabene-9.png new file mode 100644 index 000000000..a8dd56853 Binary files /dev/null and b/public/images/mobile-apps/notabene-9.png differ diff --git a/src/data/projects.ts b/src/data/projects.ts index 3797d75f7..5f31d13da 100644 --- a/src/data/projects.ts +++ b/src/data/projects.ts @@ -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' } ]); diff --git a/tests/src/pages/portfolio/__snapshots__/mobile-applications.tsx.snap b/tests/src/pages/portfolio/__snapshots__/mobile-applications.tsx.snap index 9e7a99117..4ecc1fbc5 100644 --- a/tests/src/pages/portfolio/__snapshots__/mobile-applications.tsx.snap +++ b/tests/src/pages/portfolio/__snapshots__/mobile-applications.tsx.snap @@ -3157,6 +3157,968 @@ exports[`PortfolioMobileApps component Should render the PortfolioMobileApps com +
+
+
+
+ +

+ Notabene +

+

+ Notes, Reminders and Todos App for Android and iOS +

+ + Technologies used: +
+ AngularJS, Ionic 1, Cordova, Firebase, JavaScript, CSS +
+ + + +
+
+ +
+
+ + +
+
+
+ Notabene screenshot 1 +
+
+
+
+
+
+ Notabene screenshot 2 +
+
+
+ + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
+
+
+ +

+ Evolution +

+

+ A game based on the popular 2048 game +

+ + Technologies used: +
+ AngularJS, Ionic 1, Cordova, Firebase, JavaScript, CSS +
+ + + +
+
+ +
+
+ + +
+
+
+ Evolution screenshot 1 +
+
+
+
+
+
+ Evolution screenshot 2 +
+
+
+ + + + + + +
+
+ +
+