Add page for confirming knoxfs trials
This commit is contained in:
@@ -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}}
|
||||
|
@@ -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>
|
||||
|
@@ -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) |
|
||||
|
Reference in New Issue
Block a user