-
Notifications
You must be signed in to change notification settings - Fork 0
/
options.html
40 lines (38 loc) · 1.4 KB
/
options.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="options.css">
<title>ByeBuy Overview</title>
</head>
<body>
<h1>Statistics</h1>
<div class="text-center">By not purchasing items at all, you already saved...</div>
<div id="statisticsRoot"></div>
<div id="itemRoot">
<div>
<h1>Postponed - Timer ran out!</h1>
<div id="sucessfullyPostponed"></div>
</div>
<div>
<h1>Postponed - Timer is running...</h1>
<div id="notPurchased"></div>
</div>
<div>
<h1>Lost interest</h1>
<div id="lostInterest"></div>
</div>
</div>
<div id="furtherInformation">
<h1>Further information</h1>
<ul>
<li>If sustainable shopping is important to you, checkout <a href="https://www.goodbuy.eu">GoodBuy.</a></li>
<li>Learn more about the <a href="https://sdgs.un.org/goals">Sustainable Development Goals</a>.</li>
<li>Learn more about your carbon footprint and how to reduce it <a href="https://europa.eu/youth/get-involved/sustainable%20development/how-reduce-my-carbon-footprint_en">here</a>.</li>
<li>Find our Repository on <a href="https://github.com/Team42-DIC/byebuy">GitHub</a>.</li>
<li>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></li>
</ul>
</div>
<script src="options.js"></script>
</body>
</html>