-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
90 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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ärung</a> | ||
</p> | ||
</footer> | ||
</div> <!-- // container --> | ||
</body> | ||
</html> |