design 2.0
This commit is contained in:
@@ -4,22 +4,31 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Meine Projekte – Webklar Kundenbereich</title>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="stylesheet" href="/login.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Meine Website-Projekte</h1>
|
||||
<div>
|
||||
<span class="meta" id="customer-meta"></span>
|
||||
<button type="button" class="link-btn" id="logout-btn">Abmelden</button>
|
||||
<body class="portal-page dashboard-page">
|
||||
<div class="dot-background" aria-hidden="true">
|
||||
<div class="dot-pattern"></div>
|
||||
<div class="dot-fade"></div>
|
||||
</div>
|
||||
|
||||
<header class="portal-header">
|
||||
<a class="portal-logo" href="/dashboard.html">Webklar</a>
|
||||
<div class="portal-header-actions">
|
||||
<span class="portal-meta" id="customer-meta"></span>
|
||||
<button type="button" class="portal-btn-outline" id="logout-btn">Abmelden</button>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<main class="portal-main dashboard-content-reveal">
|
||||
<h1 class="portal-title">Meine Website-Projekte</h1>
|
||||
|
||||
<p id="load-error" class="error hidden"></p>
|
||||
<p id="loading" class="muted">Projekte werden geladen…</p>
|
||||
<p id="loading" class="muted portal-status">Projekte werden geladen…</p>
|
||||
<ul id="projects" class="projects hidden"></ul>
|
||||
<p id="empty" class="card hidden">Noch keine Website-Projekte zugewiesen.</p>
|
||||
<p id="empty" class="portal-card hidden portal-status">Noch keine Website-Projekte zugewiesen.</p>
|
||||
</main>
|
||||
|
||||
<script src="/app.js"></script>
|
||||
<script>
|
||||
initDashboardPage();
|
||||
|
||||
Reference in New Issue
Block a user