Skip to content

Commit

Permalink
feat(SI-7433): create a surf quiz folder
Browse files Browse the repository at this point in the history
  • Loading branch information
NKom-17 committed Nov 30, 2023
1 parent 467c93d commit e7754db
Show file tree
Hide file tree
Showing 24 changed files with 90,275 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,14 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release
/build/web/
/build/web/assets/
/build/web/canvaskit/
/build/web/icons/
/build/web/.last_build_id
/build/web/favicon.png
/build/web/flutter_service_worker.js
/build/web/index.html
/build/web/main.dart.js
/build/web/manifest.json
/build/web/version.json
1 change: 1 addition & 0 deletions surfQuiz/.last_build_id
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a8cddc337e31c8e90ecf3a590fffc8f5
1 change: 1 addition & 0 deletions surfQuiz/assets/AssetManifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"assets/fonts/steinbeck.ttf":["assets/fonts/steinbeck.ttf"],"assets/icons/arrow.svg":["assets/icons/arrow.svg"],"assets/icons/surf.svg":["assets/icons/surf.svg"],"assets/icons/tick.svg":["assets/icons/tick.svg"]}
1 change: 1 addition & 0 deletions surfQuiz/assets/FontManifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]},{"family":"steinbeck","fonts":[{"asset":"assets/fonts/steinbeck.ttf"}]}]
17,319 changes: 17,319 additions & 0 deletions surfQuiz/assets/NOTICES

Large diffs are not rendered by default.

Binary file added surfQuiz/assets/assets/fonts/steinbeck.ttf
Binary file not shown.
3 changes: 3 additions & 0 deletions surfQuiz/assets/assets/icons/arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions surfQuiz/assets/assets/icons/surf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions surfQuiz/assets/assets/icons/tick.svg
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 surfQuiz/assets/fonts/MaterialIcons-Regular.otf
Binary file not shown.
Loading

0 comments on commit e7754db

Please sign in to comment.