forked from web/portal
e81d6c98c93abc82bb24d379a3db44301c882144
ECG portal page
This SPA shows a list of all available ECG web applications managed by the IT Hub.
Features
- Generates a static website powered a small python script
- easily extensible by a YAML definition
- Responsive layout
- Respects Privacy and Security by being ready for CSP and RP
Build
python3 build.py items_page_1.yml index.html ; python3 build.py items_page_2.yml index2.html
Deployment
The build and deploy workflow is provided by the contained shell script build+deploy.sh.
chmod +x build+deploy.sh
./build+deploy.sh
Executed tasks:
- clean the output folder
- build the project
- upload to the remote SSH target
Roadmap
- Provide localized versions of the portal
Description
Languages
CSS
39.3%
HTML
32.8%
Python
20.4%
Shell
7.5%
