delete bonuspoints and notifications html

This commit is contained in:
Hannes Huber 2020-06-12 11:15:05 +02:00
parent 16803d2b12
commit 1590821f64
2 changed files with 0 additions and 149 deletions

View File

@ -1,57 +0,0 @@
<!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>Bonusprogramm</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>Bonusprogramm</h1>
</div>
</div>
<main class="sidebar-layout content-width">
<nav th:replace="fragments/customer :: sidebar"></nav>
<div class="content-width">
<div class="grid xl">
<div class="card">
<h2> Ihr Bonuspunktestand beträgt: </h2>
<h1 class="huge"> 15 </h1>
</div>
<div class="s">
<h2> Bonuspunkte sichern </h2>
<p>
Sie sichern sich automatisch bei jedem Einkaufen pro Angefangenen
10&nbsp;EUR einen Bonuspunkt.
</p>
<p>
Eine Übersicht ihrer Bonuspunkt finden sie hier auf dieser
Bonus.
</p>
<p>
Um die Bonuspunkte einzulösen hacken sie einfach
"Bonuspunkte" verwenden beim Abschließen der Bestellung
an. Für jeden Bonuspunkt wird ihnen 0,50&nbsp;EUR gutgeschrieben.
</p>
</div>
<div class="s">
<img th:src="@{/img/undraw_gift.svg}"/>
</div>
<div class="spacer"></div>
<div class="spacer"></div>
<div class="spacer"></div>
</div>
</div>
</main>
<footer th:replace="fragments/footer :: footer"></footer>
</body>
</html>

View File

@ -1,92 +0,0 @@
<!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>Meine Benachrichtigungen</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>Meine Benachrichtigungen</h1>
</div>
</div>
<main class="sidebar-layout content-width">
<nav th:replace="fragments/customer :: sidebar"></nav>
<div>
<div class="grid xl">
<section class="notification unread">
<h2>Nachricht vom 17.08.2020, 14:38 Uhr</h2>
<h3>Ihre Bestellung kommt voraussichtlich am Donnerstag, den 20.08.2020</h3>
<p>
Vielen Dank für Ihre Bestellung der folgenden Artikel:<br>
<br>
2x tolle Kamera<br>
1x Bluetooth Kopfhörer<br>
3x USB-Magic Light<br>
<br>
Die Sendung wird Ihnen voraussichtlich am Donnerstag, den 20.08.2020 zugestellt.
Den aktuellen Status des Pakets können Sie jederzeit in der <a th:href="@{/shop/orders/}">Bestellübersicht</a>
nachvollziehen.
</p>
<button type="button" name="button">Als gelesen makieren</button>
</section>
<section class="notification">
<h2>Nachricht vom 15.08.2020, 16:38 Uhr</h2>
<h3>Jetzt unsere Tagesangebote entdecken.</h3>
<p>
Entdecken sie jetzt unseren neusten Angebote:
</p>
<div class="flowflex">
<div>
<a th:href="@{/shop/articles/1234}" class="section">
<h3>Lorem Ipsum</h3>
<img th:src="@{/img/product-2.jpg}" class="s"/>
<p>Nur 15,00&nbsp;EUR</p>
</a>
</div>
<div>
<a th:href="@{/shop/articles/1234}" class="section">
<h3>Stativ</h3>
<img th:src="@{/img/product-4.jpg}" class="s"/>
<p>Nur 7,00&nbsp;EUR</p>
</a>
</div>
<div>
<a th:href="@{/shop/articles/1234}" class="section">
<h3>Ersatzfernbedinung</h3>
<img th:src="@{/img/product-6.jpg}" class="s"/>
<p>Nur 17,00&nbsp;EUR</p>
</a>
</div>
</div>
</section>
<section class="notification">
<h2>Nachricht vom 13.08.2020, 14:38 Uhr</h2>
<h3>Ihre Bestellung ist angekommen.</h3>
<p>
Vielen Dank für Ihre Bestellung der folgenden Artikel:<br>
<br>
3x USB-Magic Light<br>
<br>
Ihre Bestellungen ist angekommen.
</p>
</section>
<section class="spacer"></section>
<section class="spacer"></section>
<section class="spacer"></section>
</div>
</main>
<footer th:replace="fragments/footer :: footer"></footer>
</body>
</html>