Update some docs
This commit is contained in:
23
res/include/md/advertising.md
Normal file
23
res/include/md/advertising.md
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# Advertising on pixeldrain
|
||||||
|
|
||||||
|
Pixeldrain uses A-ads for its primary ad space. This space is located at the
|
||||||
|
bottom of the file viewer where everyone goes to download files. The ad will not
|
||||||
|
show if either the downloading user or the owner of the file is a Patreon
|
||||||
|
supporter. The ad unit is a standard leaderboard format of 728x90 px.
|
||||||
|
|
||||||
|
A-ads is an advertising network which respects the privacy advertisers,
|
||||||
|
publishers and even the viewers. A-ads only accepts cryptocurrencies for
|
||||||
|
advertising campaigns. The banners are static images with no javascript and do
|
||||||
|
not set any cookies in the broweser. You can use adnimated GIF or PNG images to
|
||||||
|
show animations in your banner ads.
|
||||||
|
|
||||||
|
We also employ other ad formats based on the size of the file which is being
|
||||||
|
shared. If the file is larger than 10 MB we add a little floating pop-up ad in
|
||||||
|
the bottom-right corner of the screen, and if the file is larger than 250 MB we
|
||||||
|
add a popunder ad which is displayed when the user clicks anywhere on the page.
|
||||||
|
These formats are purely to cover the bandwidth costs assiciated with sharing
|
||||||
|
such large files.
|
||||||
|
|
||||||
|
<img src="/res/img/advertising/advert_example_1.png">
|
||||||
|
|
||||||
|
Here you see A-Ads advertsising its own services.
|
@@ -1,45 +0,0 @@
|
|||||||
# Becoming a pixeldrain subscriber
|
|
||||||
|
|
||||||
## Register a pixeldrain account
|
|
||||||
|
|
||||||
{{if .Authenticated}}
|
|
||||||
|
|
||||||
✅ You are logged in to your pixeldrain account. Continue to the next step.
|
|
||||||
|
|
||||||
## Join a support tier in Patreon
|
|
||||||
|
|
||||||
<div style="text-align: center;">
|
|
||||||
{{$plan := .URLQuery.Get "plan"}}
|
|
||||||
{{if eq $plan "t5"}}
|
|
||||||
<a class="button button_highlight" href="https://www.patreon.com/join/pixeldrain/checkout?rid=5736701">
|
|
||||||
Order plan 'Resolve'
|
|
||||||
</a>
|
|
||||||
{{else if eq $plan "t2"}}
|
|
||||||
<a class="button button_highlight" href="https://www.patreon.com/join/pixeldrain/checkout?rid=5291482">
|
|
||||||
Order plan 'Persistence'
|
|
||||||
</a>
|
|
||||||
{{else if eq $plan "t3"}}
|
|
||||||
<a class="button button_highlight" href="https://www.patreon.com/join/pixeldrain/checkout?rid=5291516">
|
|
||||||
Order plan 'Tenacity'
|
|
||||||
</a>
|
|
||||||
{{else if eq $plan "t4"}}
|
|
||||||
<a class="button button_highlight" href="https://www.patreon.com/join/pixeldrain/checkout?rid=5291528">
|
|
||||||
Order plan 'Eternity'
|
|
||||||
</a>
|
|
||||||
{{else}}
|
|
||||||
<a class="button button_highlight" href="https://www.patreon.com/join/pixeldrain/checkout?rid=5291427">
|
|
||||||
Order Pixeldrain Pro Plan
|
|
||||||
</a>
|
|
||||||
{{end}}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
After ordering you will receive an e-mail on your Patreon e-mail address with a
|
|
||||||
link to activate your subscription.
|
|
||||||
|
|
||||||
{{else}}
|
|
||||||
|
|
||||||
❌ You are not logged into a pixeldrain account. If you do not have an account
|
|
||||||
yet you need to register one. You can do so with our [registration
|
|
||||||
form](/register). If you already have an account you can [log in here](/login).
|
|
||||||
|
|
||||||
{{end}}
|
|
BIN
res/static/img/advertising/advert_example_1.png
Normal file
BIN
res/static/img/advertising/advert_example_1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 152 KiB |
Reference in New Issue
Block a user