mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Renamed web-app-port-ui to web-app-desktop
This commit is contained in:
48
roles/web-app-desktop/templates/menu/footer.yml.j2
Normal file
48
roles/web-app-desktop/templates/menu/footer.yml.j2
Normal file
@@ -0,0 +1,48 @@
|
||||
|
||||
footer:
|
||||
children:
|
||||
# - link: support
|
||||
|
||||
{% if "web-app-sphinx" in group_names %}
|
||||
|
||||
- name: Documentation
|
||||
description: Access our comprehensive documentation and support resources to help you get the most out of the software.
|
||||
icon:
|
||||
class: fas fa-book
|
||||
url: https://{{domains | get_domain('web-app-sphinx')}}
|
||||
iframe: {{ applications | get_app_conf('web-app-sphinx','features.desktop',True) }}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% if "web-app-navigator" in group_names %}
|
||||
|
||||
- name: Slides
|
||||
description: Checkout the presentation
|
||||
icon:
|
||||
class: "fas fa-chalkboard-teacher"
|
||||
url: https://{{domains | get_domain('web-app-navigator')}}
|
||||
iframe: {{ applications | get_app_conf('web-app-navigator','features.desktop',True) }}
|
||||
|
||||
{% endif %}
|
||||
- name: Solutions
|
||||
description: "Software and IT Infrastructure Solutions by Kevin Veen-Birkenbach"
|
||||
icon:
|
||||
class: fa-solid fa-rocket
|
||||
url: "https://cybermaster.space/"
|
||||
iframe: false
|
||||
|
||||
{% if service_provider.legal.source_code is defined and service_provider.legal.source_code != "" %}
|
||||
- name: Source Code
|
||||
description: Explore {{ 'our' if service_provider.type == 'legal' else 'my' }} code.
|
||||
icon:
|
||||
class: fa-solid fa-code
|
||||
url: "{{service_provider.legal.source_code}}"
|
||||
{% endif %}
|
||||
- link: followus
|
||||
- link: contact
|
||||
- name: Imprint
|
||||
description: Check out the imprint information
|
||||
icon:
|
||||
class: fa-solid fa-scale-balanced
|
||||
url: "{{ service_provider.legal.imprint }}"
|
||||
iframe: true
|
Reference in New Issue
Block a user