Skip to content

Commit

Permalink
Add the source code of our website to SharezoneApp/sharezone-app re…
Browse files Browse the repository at this point in the history
…pository

This PR adds the [SharezoneApp/website](https://github.com/SharezoneApp/sharezone-app) to our `SharezoneApp/sharezone-app` repository while keeping the git history (requires a normal merge instead of a squash merge) and moving the code into the `website` directory. After the merge, I removed the `.fvm` and `.github` folder.

In the future PRs I will add things like CI/CD, auto-label, `sz deploy website` command, etc.
  • Loading branch information
nilsreichardt authored Sep 24, 2023
2 parents 0b72c38 + 2a7fe3f commit 41ab24d
Show file tree
Hide file tree
Showing 120 changed files with 5,990 additions and 0 deletions.
22 changes: 22 additions & 0 deletions website/.firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"projects": {
"dev": "sharezone-debug",
"prod": "sharezone-c2bd8"
},
"targets": {
"sharezone-c2bd8": {
"hosting": {
"sharezone-website": [
"sharezone-webseite"
]
}
},
"sharezone-debug": {
"hosting": {
"sharezone-website": [
"sharezone-debug"
]
}
}
}
}
50 changes: 50 additions & 0 deletions website/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/

# IntelliJ related
*.iml
*.ipr
*.iws
.idea/

# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/

# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/

# Web related
lib/generated_plugin_registrant.dart

# Symbolication related
app.*.symbols

# Obfuscation related
app.*.map.json

#firebase
.firebase/

# FVM will create a relative symlink in your project from .fvm/flutter_sdk to
# the cache of the selected version. We should add this to our .gitignore.
#
# Source: https://fvm.app/docs/getting_started/configuration#project
.fvm/flutter_sdk
9 changes: 9 additions & 0 deletions website/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Copyright (c) 2023 Sharezone UG (haftungsbeschränkt)
# Licensed under the EUPL-1.2-or-later.
#
# You may obtain a copy of the Licence at:
# https://joinup.ec.europa.eu/software/page/eupl
#
# SPDX-License-Identifier: EUPL-1.2

include: package:flutter_lints/flutter.yaml
Binary file added website/assets/features/aufgaben.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 website/assets/features/dateiablage.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 website/assets/features/infozettel.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 website/assets/features/messenger.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 website/assets/features/notifications.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 website/assets/features/stundenplan.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 website/assets/features/termine.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 website/assets/features/uebersicht.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 website/assets/features/videokonferenzen.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 website/assets/get_it_on/android.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions website/assets/get_it_on/appstore.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions website/assets/get_it_on/macos.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 website/assets/get_it_on/web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions website/assets/icons/aufgaben.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 41ab24d

Please sign in to comment.