-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtransaction.html
91 lines (86 loc) · 3.24 KB
/
transaction.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!doctype html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex, nofollow">
<title>Transaction - Nils Knieling IT-Dienstleistung</title>
<link rel="canonical" href="https://www.nkn-it.de/transaction.html">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/css/bootstrap.min.css">
</head>
<body>
<header>
<nav class="navbar bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand mb-0 h1" href="/">
<span class="d-none d-lg-block">👨💻 Nils Knieling IT-Dienstleistung</span>
<span class="d-lg-none">👨💻 NKN-IT</span>
</a>
</div>
</nav>
</header>
<div class="container">
<main>
<h1 class="mt-2 mb-2">Transaction</h1>
<p>
Nils Knieling IT-Dienstleistung owns and operates the following commercial software as a service (SaaS) products.
</p>
<script src="https://cdn.paddle.com/paddle/v2/paddle.js"></script>
<script>
Paddle.Environment.set("production");
Paddle.Initialize({
token: "live_80d860882f39bade455b0a35c75", // nkn.it.de
});
</script>
<div class="row mt-2 mb-2 row-cols-1 row-cols-md-2">
<div class="col">
<h2>Velo Hero</h2>
<p>
<a href="https://app.velohero.com/pro" class="btn btn-primary" role="button">Buy Velo Hero Pro Membership </a>
</p>
<p>
Velo Hero
<a href="https://www.velohero.com/static/terms.pdf">refund policy</a>,
<a href="https://www.velohero.com/static/terms.pdf">terms of service</a> and
<a href="https://www.velohero.com/static/privacy.pdf">privacy policy</a>.
</p>
<p>
<a href="https://app.velohero.com/help" class="btn btn-warning" role="button">Velo Hero Support</a>
</p>
</div>
<div class="col">
<h2>Trainingstagebuch.org</h2>
<p>
<a href="https://trainingstagebuch.org/donate" class="btn btn-primary" role="button">Buy Trainingstagebuch.org Pro Membership</a>
</p>
<p>
Trainingstagebuch.org
<a href="https://trainingstagebuch.org/about/tos">refund policy</a>,
<a href="https://trainingstagebuch.org/about/tos">terms of service</a> and
<a href="https://trainingstagebuch.org/about/you">privacy policy</a>.
</p>
<p>
<script>
emailE=('ko' + 'nt' + 'akt' + '@' + 'trainings' + 'tagebuch' + '.org')
document.write('<a href="mailto:' + emailE + '" class="btn btn-warning" role="button">' + 'Trainingstagebuch.org Support' + '</' + 'a>')
</script>
</p>
</div>
</div>
</main>
<footer class="footer py-3 mt-2 text-muted">
<p>
Copyright 2010 - 2025 <a rel="me" href="https://fosstodon.org/@cyclenerd">Nils Knieling</a>
·
All rights reserved
</p>
<p>
<a href="/imprint.html">Impressum</a> · <a href="/dsgvo.html">Datenschutzerklärung</a>
</p>
</footer>
</div> <!-- // container -->
</body>
</html>