Feature: Schmidt Hygiene GmbH als White-Label Demo (blaue CI, eigenes Logo, Live-Iframe)
This commit is contained in:
parent
678a5f9a03
commit
533cb905fa
3 changed files with 81 additions and 16 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<script lang="ts">
|
||||
import logo from '$lib/assets/checkflo-logo.png';
|
||||
import schmidtLogo from '$lib/assets/schmidt-hygiene-logo.svg';
|
||||
|
||||
const features = [
|
||||
{
|
||||
|
|
@ -53,18 +54,18 @@
|
|||
|
||||
<div class="devices">
|
||||
|
||||
<!-- Desktop: CSS Dashboard-Preview -->
|
||||
<!-- Desktop: CSS Dashboard Schmidt Hygiene -->
|
||||
<div class="device-browser">
|
||||
<div class="browser-bar">
|
||||
<div class="browser-dots">
|
||||
<span></span><span></span><span></span>
|
||||
</div>
|
||||
<div class="browser-url">app.musterprüfbetrieb.de/admin</div>
|
||||
<div class="browser-url">app.schmidt-hygiene.de/admin</div>
|
||||
</div>
|
||||
<div class="browser-screen">
|
||||
<div class="dash-sidebar">
|
||||
<div class="dash-logo">checkflo<span>.de</span></div>
|
||||
<div class="dash-nav-item active">Dashboard</div>
|
||||
<img src={schmidtLogo} alt="Schmidt Hygiene" 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>
|
||||
</div>
|
||||
|
|
@ -92,34 +93,34 @@
|
|||
<div class="dash-entries-title">Heutige Einträge</div>
|
||||
<div class="dash-entry">
|
||||
<span class="entry-badge ok">OK</span>
|
||||
<span class="entry-station">Kühlschrank 1 (Küche)</span>
|
||||
<span class="entry-temp">5 °C</span>
|
||||
<span class="entry-who">Maria S. · 07:42</span>
|
||||
<span class="entry-station">Fleischkühltheke</span>
|
||||
<span class="entry-temp">2 °C</span>
|
||||
<span class="entry-who">Thomas K. · 06:55</span>
|
||||
</div>
|
||||
<div class="dash-entry">
|
||||
<span class="entry-badge ok">OK</span>
|
||||
<span class="entry-station">Kühlschrank 2 (Getränke)</span>
|
||||
<span class="entry-temp">6 °C</span>
|
||||
<span class="entry-who">Klaus B. · 08:05</span>
|
||||
<span class="entry-station">Wurstkühlschrank</span>
|
||||
<span class="entry-temp">3 °C</span>
|
||||
<span class="entry-who">Maria S. · 07:12</span>
|
||||
</div>
|
||||
<div class="dash-entry">
|
||||
<span class="entry-badge warn">Abweichung</span>
|
||||
<span class="entry-station">Tiefkühlzelle</span>
|
||||
<span class="entry-temp">−15 °C</span>
|
||||
<span class="entry-who">Sandra M. · 08:31</span>
|
||||
<span class="entry-station">Tiefkühltruhe</span>
|
||||
<span class="entry-temp">−16 °C</span>
|
||||
<span class="entry-who">Thomas K. · 08:03</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Mobile: Live-Iframe -->
|
||||
<!-- Mobile: Live-Iframe Schmidt Hygiene (blau) -->
|
||||
<div class="device-phone">
|
||||
<div class="phone-frame">
|
||||
<div class="phone-notch"></div>
|
||||
<div class="phone-screen">
|
||||
<iframe
|
||||
src="https://checkflo.de/s/b6b30daf-8bfe-4648-ba2b-6c42916d2264"
|
||||
title="checkflo Demo"
|
||||
src="https://checkflo.de/s/c0c9c394-6507-4f9f-bb03-584a7978587e"
|
||||
title="Schmidt Hygiene Demo"
|
||||
scrolling="no"
|
||||
></iframe>
|
||||
</div>
|
||||
|
|
@ -361,6 +362,8 @@
|
|||
padding: 0 0.25rem;
|
||||
}
|
||||
.dash-logo span { color: #F97316; }
|
||||
.dash-brand-logo { width: 100%; margin-bottom: 1rem; filter: brightness(0) invert(1); }
|
||||
.dash-nav-item.schmidt { background: rgba(27,79,191,0.2); color: #6b9fff; }
|
||||
.dash-nav-item {
|
||||
padding: 0.4rem 0.5rem;
|
||||
border-radius: 5px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue