Skip to content

Commit

Permalink
deploy: f89e462
Browse files Browse the repository at this point in the history
  • Loading branch information
AladdineDev committed Feb 9, 2024
1 parent 599364b commit 480a347
Show file tree
Hide file tree
Showing 2,120 changed files with 64,441 additions and 53,256 deletions.
2 changes: 1 addition & 1 deletion assets/AssetManifest.bin

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/AssetManifest.bin.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/AssetManifest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/FontManifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]},{"family":"packages/font_awesome_flutter/FontAwesomeBrands","fonts":[{"weight":400,"asset":"packages/font_awesome_flutter/lib/fonts/fa-brands-400.ttf"}]},{"family":"packages/font_awesome_flutter/FontAwesomeRegular","fonts":[{"weight":400,"asset":"packages/font_awesome_flutter/lib/fonts/fa-regular-400.ttf"}]},{"family":"packages/font_awesome_flutter/FontAwesomeSolid","fonts":[{"weight":900,"asset":"packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf"}]}]
[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]},{"family":"packages/font_awesome_flutter/FontAwesomeBrands","fonts":[{"weight":400,"asset":"packages/font_awesome_flutter/lib/fonts/fa-brands-400.ttf"}]},{"family":"packages/font_awesome_flutter/FontAwesomeRegular","fonts":[{"weight":400,"asset":"packages/font_awesome_flutter/lib/fonts/fa-regular-400.ttf"}]},{"family":"packages/font_awesome_flutter/FontAwesomeSolid","fonts":[{"weight":900,"asset":"packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf"}]},{"family":"packages/icons_plus/AntDesign","fonts":[{"asset":"packages/icons_plus/assets/fonts/AntDesign.ttf"}]},{"family":"packages/icons_plus/Bootstrap","fonts":[{"asset":"packages/icons_plus/assets/fonts/Bootstrap.ttf"}]},{"family":"packages/icons_plus/BoxIcons","fonts":[{"asset":"packages/icons_plus/assets/fonts/BoxIcons.ttf"}]},{"family":"packages/icons_plus/Clarity","fonts":[{"asset":"packages/icons_plus/assets/fonts/Clarity.ttf"}]},{"family":"packages/icons_plus/EvaIcons","fonts":[{"asset":"packages/icons_plus/assets/fonts/EvaIcons.ttf"}]},{"family":"packages/icons_plus/FontAwesome","fonts":[{"asset":"packages/icons_plus/assets/fonts/FontAwesome.ttf"}]},{"family":"packages/icons_plus/HeroIcons","fonts":[{"asset":"packages/icons_plus/assets/fonts/HeroIcons.ttf"}]},{"family":"packages/icons_plus/Iconsax","fonts":[{"asset":"packages/icons_plus/assets/fonts/Iconsax.ttf"}]},{"family":"packages/icons_plus/IonIcons","fonts":[{"asset":"packages/icons_plus/assets/fonts/IonIcons.ttf"}]},{"family":"packages/icons_plus/LineAwesome","fonts":[{"asset":"packages/icons_plus/assets/fonts/LineAwesome.ttf"}]},{"family":"packages/icons_plus/MingCute","fonts":[{"asset":"packages/icons_plus/assets/fonts/MingCute.ttf"}]},{"family":"packages/icons_plus/OctIcons","fonts":[{"asset":"packages/icons_plus/assets/fonts/OctIcons.ttf"}]},{"family":"packages/icons_plus/PixelartIcons","fonts":[{"asset":"packages/icons_plus/assets/fonts/PixelArtIcons.ttf"}]},{"family":"packages/icons_plus/TeenyIcons","fonts":[{"asset":"packages/icons_plus/assets/fonts/TeenyIcons.ttf"}]},{"family":"packages/icons_plus/ZondIcons","fonts":[{"asset":"packages/icons_plus/assets/fonts/ZondIcons.ttf"}]}]
72 changes: 72 additions & 0 deletions assets/NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -7699,6 +7699,9 @@ url_launcher_linux
url_launcher_macos
url_launcher_platform_interface
url_launcher_windows
vector_graphics
vector_graphics_codec
vector_graphics_compiler
xdg_directories

Copyright 2013 The Flutter Authors. All rights reserved.
Expand Down Expand Up @@ -7776,6 +7779,28 @@ furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--------------------------------------------------------------------------------
flutter_svg

Copyright (c) 2018 Dan Field

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
Expand Down Expand Up @@ -15018,6 +15043,30 @@ The above copyright notice and this permission notice shall be included in all c

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

--------------------------------------------------------------------------------
icons_plus

MIT License

Copyright (c) 2022 Rahul Chouhan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--------------------------------------------------------------------------------
icu

Expand Down Expand Up @@ -32152,6 +32201,29 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------------------
path_parsing

Copyright (c) 2018 Dan Field

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

--------------------------------------------------------------------------------
perfetto

Expand Down
80 changes: 50 additions & 30 deletions assets/assets/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,47 @@
{
"tooltip": "Github",
"url": "https://github.com/AladdineDev",
"iconCodePoint": "0xf09b",
"iconFontFamily": "FontAwesomeBrands",
"iconFontPackage": "font_awesome_flutter"
"icon": {
"iconCodePoint": "0xefb7",
"iconFontFamily": "FontAwesome",
"iconFontPackage": "icons_plus"
}
},
{
"tooltip": "Twitter",
"url": "https://twitter.com/AladdineDev",
"iconCodePoint": "0xe61b",
"iconFontFamily": "FontAwesomeBrands",
"iconFontPackage": "font_awesome_flutter"
"icon": {
"iconCodePoint": "0xf0ea",
"iconFontFamily": "FontAwesome",
"iconFontPackage": "icons_plus"
}
},
{
"tooltip": "LinkedIn",
"url": "https://www.linkedin.com/in/aladdine-dev",
"iconCodePoint": "0xf08c",
"iconFontFamily": "FontAwesomeBrands",
"iconFontPackage": "font_awesome_flutter"
"icon": {
"iconCodePoint": "0xeffb",
"iconFontFamily": "FontAwesome",
"iconFontPackage": "icons_plus"
}
},
{
"tooltip": "aladdine.abdou@gmail.com",
"url": "mailto:aladdine.abdou@gmail.com",
"iconCodePoint": "0xf0e0",
"iconFontFamily": "FontAwesomeSolid",
"iconFontPackage": "font_awesome_flutter"
"icon": {
"iconCodePoint": "0xeaad",
"iconFontFamily": "FontAwesome",
"iconFontPackage": "icons_plus"
}
},
{
"tooltip": "+33 7 82 54 34 70",
"url": "tel:+33782543470",
"iconCodePoint": "0xf095",
"iconFontFamily": "FontAwesomeSolid",
"iconFontPackage": "font_awesome_flutter"
"icon": {
"iconCodePoint": "0xecbb",
"iconFontFamily": "FontAwesome",
"iconFontPackage": "icons_plus"
}
}
],
"resumes": [
Expand Down Expand Up @@ -118,9 +128,11 @@
"name": "Portfolio",
"description": "This open source project allows anyone to have an online portfolio in less than 10 minutes. It follows a riverpod-based architecture, using a feature-first approach for its structure. It is fully responsive and supports multiple themes as well as multiple languages.",
"url": "https://github.com/AladdineDev/portfolio#readme",
"iconCodePoint": "0xf09b",
"iconFontFamily": "FontAwesomeBrands",
"iconFontPackage": "font_awesome_flutter",
"icon": {
"iconCodePoint": "0xefb7",
"iconFontFamily": "FontAwesome",
"iconFontPackage": "icons_plus"
},
"screenshotPath": "assets/images/portfolio.png",
"technologies": [
"Flutter",
Expand All @@ -137,9 +149,11 @@
"name": "Learn Flow API",
"description": "Learn Flow is a collaborative project focused on creating a solution that connects students and teachers. This REST API serves as an interface for the project's various clients, including Android, iOS, and Web. It notably offers authentication capabilities with JWT.",
"url": "https://github.com/AladdineDev/learnflow-api#readme",
"iconCodePoint": "0xf09b",
"iconFontFamily": "FontAwesomeBrands",
"iconFontPackage": "font_awesome_flutter",
"icon": {
"iconCodePoint": "0xefb7",
"iconFontFamily": "FontAwesome",
"iconFontPackage": "icons_plus"
},
"screenshotPath": "assets/images/learnflow-api.png",
"technologies": [
"Node.js",
Expand All @@ -153,9 +167,11 @@
"name": "Learn Flow Backoffice",
"description": "This is the back-office build for managers in the Learn Flow project. This Single-Page App enables them to monitor activity such as user traffic and invoices associated with their applications and users.",
"url": "https://github.com/AladdineDev/learnflow_backoffice#readme",
"iconCodePoint": "0xf09b",
"iconFontFamily": "FontAwesomeBrands",
"iconFontPackage": "font_awesome_flutter",
"icon": {
"iconCodePoint": "0xefb7",
"iconFontFamily": "FontAwesome",
"iconFontPackage": "icons_plus"
},
"screenshotPath": "assets/images/learnflow-backoffice.png",
"technologies": [
"Flutter",
Expand All @@ -166,9 +182,11 @@
"name": "GSB-Frais",
"description": "The GSB-Frais project is a web-based expense management application developed for medical representatives and accountants at the fictional company GSB. It facilitates the entry and review of monthly reports by medical representatives, while enabling accountants to process them.",
"url": "https://github.com/AladdineDev/GSB-Frais#readme",
"iconCodePoint": "0xf09b",
"iconFontFamily": "FontAwesomeBrands",
"iconFontPackage": "font_awesome_flutter",
"icon": {
"iconCodePoint": "0xefb7",
"iconFontFamily": "FontAwesome",
"iconFontPackage": "icons_plus"
},
"screenshotPath": "assets/images/gsb-frais.png",
"technologies": [
"Symfony",
Expand All @@ -183,9 +201,11 @@
"name": "GSB-RV-Visiteur-Serveur",
"description": "The GSB project's REST API serves as an interface for various project clients, including Android, Desktop, and Web applications.",
"url": "https://github.com/AladdineDev/GSB-RV-Visiteur-Serveur#readme",
"iconCodePoint": "0xf09b",
"iconFontFamily": "FontAwesomeBrands",
"iconFontPackage": "font_awesome_flutter",
"icon": {
"iconCodePoint": "0xefb7",
"iconFontFamily": "FontAwesome",
"iconFontPackage": "icons_plus"
},
"screenshotPath": "assets/images/gsb-rv-visiteur-serveur.png",
"technologies": [
"Flask",
Expand Down
Loading

0 comments on commit 480a347

Please sign in to comment.