chore: rename portal branding

This commit is contained in:
Md Bayazid Bostame
2026-03-19 10:25:39 +01:00
parent 9fe3c2ea82
commit 581ddffd54
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Onboarding/Offboarding v2 (Step 1 Scaffold) # TUBCO Onboarding & Offboarding Portal
This is a new dockerized web app scaffold next to your current automation. This is the standalone dockerized web application for the TUBCO onboarding and offboarding workflow.
## Services ## Services
- `web`: Django app (`http://localhost:8000`) - `web`: Django app (`http://localhost:8000`)

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Onboarding/Offboarding Portal</title> <title>TUBCO Onboarding & Offboarding Portal</title>
<link rel="stylesheet" href="{% static 'workflows/css/buttons.css' %}" /> <link rel="stylesheet" href="{% static 'workflows/css/buttons.css' %}" />
<style> <style>
:root { :root {
@@ -297,7 +297,7 @@
</div> </div>
<div class="hero"> <div class="hero">
<h1>Onboarding/Offboarding Portal</h1> <h1>TUBCO Onboarding & Offboarding Portal</h1>
<p>Zentrale Arbeitsfläche für Anfragen, PDF-Generierung, E-Mail-Workflows und Ablage in Nextcloud.</p> <p>Zentrale Arbeitsfläche für Anfragen, PDF-Generierung, E-Mail-Workflows und Ablage in Nextcloud.</p>
<div class="status-row"> <div class="status-row">
<span class="status-pill">Rolle: {% if request.user.is_staff %}Admin{% else %}Mitarbeiter{% endif %}</span> <span class="status-pill">Rolle: {% if request.user.is_staff %}Admin{% else %}Mitarbeiter{% endif %}</span>