prepare dashboard

This commit is contained in:
CodeSteak 2020-01-27 19:04:11 +01:00
parent f743c4dec6
commit 24d0cfae67

View File

@ -0,0 +1,61 @@
<!DOCTYPE html>
<html lang="de" dir="ltr" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=0.75, user-scalable=no">
<title>Dashboard</title>
<link rel="stylesheet" th:href="@{/css/ecom.css}"/>
</head>
<body>
<nav th:replace="/fragments/header :: header">Header</nav>
<div class="sidebar-layout content-width">
<nav></nav>
<div>
<h1>Dashboard</h1>
</div>
</div>
<main class="sidebar-layout content-width">
<nav th:replace="/fragments/intern :: sidebar"></nav>
<div class="detailgrid">
<section class="hero">
<h1 class="huge">!</h1>
</section>
<section>
<h1>Insert</h1>
</section>
<section>
<h1>Dashboard</h1>
</section>
<section>
<h1>HERE</h1>
</section>
<section class="hero">
<h1 class="huge">!</h1>
</section>
<section>
<h1>Insert</h1>
</section>
<section>
<h1>Dashboard</h1>
</section>
<section>
<h1>HERE</h1>
</section>
<section class="hero">
<h1 class="huge">!</h1>
</section>
<section>
<h1>Insert</h1>
</section>
<section>
<h1>Dashboard</h1>
</section>
<section>
<h1>HERE</h1>
</section>
</div>
</main>
<footer th:replace="/fragments/footer :: footer"></footer>
</body>
</html>