feat(modal for event-description): implement modal that appears when the link is clicked
Features: - Implemented double language support. - Site is now divided into sections for better maintainability. - Modal descriptions are now stored in a data model, making it easier to add new modals.
Showing
- config.toml 4 additions, 1 deletionconfig.toml
- content/de/contribution.md 19 additions, 0 deletionscontent/de/contribution.md
- content/en/agenda.md 3 additions, 0 deletionscontent/en/agenda.md
- content/en/contribution.md 19 additions, 0 deletionscontent/en/contribution.md
- data/modals.yaml 283 additions, 0 deletionsdata/modals.yaml
- themes/mainTheme/layouts/index.html 2 additions, 0 deletionsthemes/mainTheme/layouts/index.html
- themes/mainTheme/layouts/partials/about.html 1 addition, 1 deletionthemes/mainTheme/layouts/partials/about.html
- themes/mainTheme/layouts/partials/agenda.html 1 addition, 1 deletionthemes/mainTheme/layouts/partials/agenda.html
- themes/mainTheme/layouts/partials/contributions.html 9 additions, 0 deletionsthemes/mainTheme/layouts/partials/contributions.html
- themes/mainTheme/layouts/partials/head.html 3 additions, 0 deletionsthemes/mainTheme/layouts/partials/head.html
- themes/mainTheme/layouts/partials/modals.html 31 additions, 0 deletionsthemes/mainTheme/layouts/partials/modals.html
- themes/mainTheme/layouts/partials/nav.html 3 additions, 3 deletionsthemes/mainTheme/layouts/partials/nav.html
- themes/mainTheme/layouts/partials/registrationBtn.html 1 addition, 1 deletionthemes/mainTheme/layouts/partials/registrationBtn.html
- themes/mainTheme/layouts/partials/submissionBtn.html 4 additions, 0 deletionsthemes/mainTheme/layouts/partials/submissionBtn.html
- themes/mainTheme/static/css/about.css 1 addition, 1 deletionthemes/mainTheme/static/css/about.css
- themes/mainTheme/static/css/agenda.css 14 additions, 1 deletionthemes/mainTheme/static/css/agenda.css
- themes/mainTheme/static/css/contribution.css 27 additions, 0 deletionsthemes/mainTheme/static/css/contribution.css
- themes/mainTheme/static/js/sticky.js 1 addition, 1 deletionthemes/mainTheme/static/js/sticky.js
- themes/mainTheme/static/js/urlIdDefinition.js 15 additions, 0 deletionsthemes/mainTheme/static/js/urlIdDefinition.js
Loading
Please register or sign in to comment