Fix: Schmidt Hygiene → Hafner Prüftechnik GmbH (fiktiver Demo-Name)
This commit is contained in:
parent
58e4523b54
commit
624d1c69f4
2 changed files with 13 additions and 4 deletions
9
app/src/lib/assets/hafner-logo.svg
Normal file
9
app/src/lib/assets/hafner-logo.svg
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<svg width="520" height="100" viewBox="0 0 520 100" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Icon: Blaues Quadrat mit Schild/Haken -->
|
||||
<rect x="0" y="8" width="84" height="84" rx="18" fill="#1B4FBF"/>
|
||||
<path d="M42 22 C42 22 23 44 23 58 C23 69.5 31.6 78 42 78 C52.4 78 61 69.5 61 58 C61 44 42 22 42 22Z" fill="white"/>
|
||||
<circle cx="35" cy="53" r="5" fill="#1B4FBF" opacity="0.4"/>
|
||||
<!-- Firmenname -->
|
||||
<text x="100" y="50" font-family="Arial, Helvetica, sans-serif" font-size="30" font-weight="700" fill="#1B4FBF">Hafner</text>
|
||||
<text x="100" y="78" font-family="Arial, Helvetica, sans-serif" font-size="22" font-weight="400" fill="#4a5568">Prüftechnik GmbH</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 683 B |
|
|
@ -1,6 +1,6 @@
|
|||
<script lang="ts">
|
||||
import logo from '$lib/assets/checkflo-logo.png';
|
||||
import schmidtLogo from '$lib/assets/schmidt-hygiene-logo.svg';
|
||||
import hafnerLogo from '$lib/assets/hafner-logo.svg';
|
||||
|
||||
const features = [
|
||||
{
|
||||
|
|
@ -60,11 +60,11 @@
|
|||
<div class="browser-dots">
|
||||
<span></span><span></span><span></span>
|
||||
</div>
|
||||
<div class="browser-url">app.schmidt-hygiene.de/admin</div>
|
||||
<div class="browser-url">app.hafner-pruefdienste.de/admin</div>
|
||||
</div>
|
||||
<div class="browser-screen">
|
||||
<div class="dash-sidebar">
|
||||
<img src={schmidtLogo} alt="Schmidt Hygiene" class="dash-brand-logo" />
|
||||
<img src={hafnerLogo} alt="Hafner Prüftechnik" class="dash-brand-logo" />
|
||||
<div class="dash-nav-item active schmidt">Dashboard</div>
|
||||
<div class="dash-nav-item">Protokoll</div>
|
||||
<div class="dash-nav-item">Stationen</div>
|
||||
|
|
@ -120,7 +120,7 @@
|
|||
<div class="phone-screen">
|
||||
<iframe
|
||||
src="https://checkflo.de/s/c0c9c394-6507-4f9f-bb03-584a7978587e"
|
||||
title="Schmidt Hygiene Demo"
|
||||
title="Hafner Prüftechnik Demo"
|
||||
scrolling="no"
|
||||
></iframe>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue