add soul studio banner
This commit is contained in:
BIN
res/static/img/misc/Banner Soul Studio.pdf
Normal file
BIN
res/static/img/misc/Banner Soul Studio.pdf
Normal file
Binary file not shown.
BIN
res/static/img/misc/banner_soul_studio.png
Normal file
BIN
res/static/img/misc/banner_soul_studio.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 233 KiB |
BIN
res/static/img/misc/banner_soul_studio.xcf
Normal file
BIN
res/static/img/misc/banner_soul_studio.xcf
Normal file
Binary file not shown.
@@ -129,7 +129,7 @@
|
|||||||
scrolling="no">
|
scrolling="no">
|
||||||
</iframe>
|
</iframe>
|
||||||
{{else if eq .Other.AdType 1}}
|
{{else if eq .Other.AdType 1}}
|
||||||
<a class="sponsors_banner" style="display: inline-block; width: 576px; height: 96px;" href="/click/DtZ3hHT9?target=https%3A%2F%2Fwww.amarula-electronics.com/?v=79cba1185463">
|
<a class="sponsors_banner" style="display: inline-block; width: 576px; height: 96px;" href="/click/DtZ3hHT9?target=https%3A%2F%2Fwww.amarula-electronics.com">
|
||||||
<img src="/res/img/misc/banner_as.png" style="width: 100%; height: 100%" />
|
<img src="/res/img/misc/banner_as.png" style="width: 100%; height: 100%" />
|
||||||
</a>
|
</a>
|
||||||
{{else if eq .Other.AdType 2}}
|
{{else if eq .Other.AdType 2}}
|
||||||
@@ -146,7 +146,10 @@
|
|||||||
Longer file retention<br/>
|
Longer file retention<br/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
{{else if eq .Other.AdType 3}}
|
||||||
|
<a class="sponsors_banner" style="display: inline-block; width: 842px; height: 125px;" href="/click/RJRbh7Tn?target=https%3A%2F%2Fsoulstudio.nl%2Fonline-y">
|
||||||
|
<img src="/res/img/misc/banner_soul_studio.png" style="width: 100%; height: 100%" />
|
||||||
|
</a>
|
||||||
{{end}}
|
{{end}}
|
||||||
</div>
|
</div>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
@@ -39,11 +39,12 @@ func adType() (i int) {
|
|||||||
// 0: A-ads
|
// 0: A-ads
|
||||||
// 1: Amarulasolutions
|
// 1: Amarulasolutions
|
||||||
// 2: Patreon
|
// 2: Patreon
|
||||||
|
// 3: Soul Studio Yoga
|
||||||
|
|
||||||
switch i {
|
switch i {
|
||||||
case 0, 1, 2, 3: // 50% of the traffic
|
case 0, 1, 2, 3, 4: // 5/8 of the traffic
|
||||||
return 1
|
return 3
|
||||||
case 4, 5, 6, 7: // 50%
|
case 5, 6, 7: // 3/8 of traffic
|
||||||
return 2
|
return 2
|
||||||
default:
|
default:
|
||||||
panic(fmt.Errorf(
|
panic(fmt.Errorf(
|
||||||
|
Reference in New Issue
Block a user