Add page for confirming knoxfs trials

This commit is contained in:
2021-01-26 19:01:00 +01:00
parent 63620bdd3f
commit 71f3c37ea3
8 changed files with 200 additions and 98 deletions

BIN
res/static/img/knoxfs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

View File

@@ -4,8 +4,9 @@
{{template "meta_tags" "Buckets"}}
{{template "user_style" .}}
<script>window.api_endpoint = '{{.APIEndpoint}}';</script>
<link rel='stylesheet' href='/res/svelte/user_buckets.css'>
<script defer src='/res/svelte/user_buckets.js'></script>
</head>
<body>
{{template "page_top" .}}
<h1>My Buckets</h1>
@@ -13,9 +14,6 @@
{{template "page_bottom" .}}
{{template "analytics"}}
<link rel='stylesheet' href='/res/svelte/user_buckets.css'>
<script defer src='/res/svelte/user_buckets.js'></script>
</body>
</html>
{{end}}

View File

@@ -19,7 +19,7 @@
<li>E-mail address: {{.User.Email}}</li>
<li>
Supporter level: {{.User.Subscription.Name}}
{{if ne .User.Subscription.ID ""}}
{{if eq .User.Subscription.Type "patreon"}}
(<a href="https://www.patreon.com/join/pixeldrain/checkout?edit=1">Manage subscription</a>)
{{end}}
<ul>

View File

@@ -60,6 +60,19 @@
<img src="/res/img/sharex_default.png" style="max-width: 100%;" /><br/>
</p>
<h2>Pixeldrain Android</h2>
<div class="specs">
Platform: Android |
License: None |
<a href="https://github.com/wimvdputten/Pixeldrain_android" target="_blank">GitHub</a>
</div>
<p>
An Android app for uploading and sharing files on pixeldrain.
You can get a compiled APK package from the <a
href="https://github.com/wimvdputten/Pixeldrain_android/releases"
target="_blank">GitHub releases page</a>.
</p>
<h2>go-pixeldrain</h2>
<div class="specs">
Platform: Linux, Mac OS, Windows (CLI) |