diff --git a/res/include/md/advertising.md b/res/include/md/advertising.md new file mode 100644 index 0000000..e0f74f7 --- /dev/null +++ b/res/include/md/advertising.md @@ -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. + + + +Here you see A-Ads advertsising its own services. diff --git a/res/include/md/subscribe.md b/res/include/md/subscribe.md deleted file mode 100644 index 6bb7c17..0000000 --- a/res/include/md/subscribe.md +++ /dev/null @@ -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 - -
- {{$plan := .URLQuery.Get "plan"}} - {{if eq $plan "t5"}} - - Order plan 'Resolve' - - {{else if eq $plan "t2"}} - - Order plan 'Persistence' - - {{else if eq $plan "t3"}} - - Order plan 'Tenacity' - - {{else if eq $plan "t4"}} - - Order plan 'Eternity' - - {{else}} - - Order Pixeldrain Pro Plan - - {{end}} -
- -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}} diff --git a/res/static/img/advertising/advert_example_1.png b/res/static/img/advertising/advert_example_1.png new file mode 100644 index 0000000..80f9f70 Binary files /dev/null and b/res/static/img/advertising/advert_example_1.png differ