Skip to content

Commit

Permalink
transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Nov 4, 2024
1 parent e2f7a8a commit 58c73b7
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ <h2>Brands of Nils Knieling</h2>

<p>
Nils Knieling IT-Dienstleistung owns and operates the following commercial software as a service (SaaS) products.

</p>

<ul>
Expand Down
90 changes: 90 additions & 0 deletions transaction.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<!doctype html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Transaction - Nils Knieling IT-Dienstleistung</title>
<link rel="canonical" href="https://www.nkn-it.de/">
<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 type="text/javascript">
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</h1>
<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</h1>
<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 2024 <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&auml;rung</a>
</p>
</footer>
</div> <!-- // container -->
</body>
</html>

0 comments on commit 58c73b7

Please sign in to comment.