-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoverview.html
42 lines (36 loc) · 1.24 KB
/
overview.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
41
42
<!doctype html>
<html lang="en">
<head>
<title>Proposal for a microformat for transactions</title>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="Proposal for a microformat/markup for contract data.">
<meta name="language" content="en">
<meta name="robots" content="index,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header id="header" class="">
<h1 class="title">Why?</h1>
</header><!-- /header -->
<main>
<div class="container yellow">
We can easily get an overview of our spending, prepare our tax declarations and save on bookkeeping efforts, <em>if</em> we had a data set for each of our transactions!
</div>
<div class="container">
We could even run our own <span class="icon">🗄</span> bookkeeping service, or <span class="icon">🖥</span> publish our data
</div>
</main>
<div class="footer__left">
</div>
<div class="footer__center">
</div>
<div class="footer__right">
<a href="state_change.html">
▶️
</a>
</div>
</body>