-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
488 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
{% extends "base.html.twig" %} | ||
|
||
{% block metadata %} | ||
<meta name="title" content="{{ 'static-ecofriendly1.meta-title'|trans|raw }}"> | ||
<meta name="description" content="{{ 'static-ecofriendly1.meta-description'|trans|raw }}"> | ||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9463520136816719" crossorigin="anonymous"></script> | ||
{% endblock %} | ||
|
||
{% block main %} | ||
<div class="box"> | ||
{{ 'static-ecofriendly1.main'|trans|raw }} | ||
</div> | ||
|
||
{% if geoCountry() == 'DE' %} | ||
<a href="https://www.ebay.de/?mkcid=1&mkrid=707-53477-19255-0&siteid=77&campid=5339020780&customid=&toolid=10001&mkevt=1" | ||
target="_blank" rel="noopener noreferrer"> | ||
<img src="{{ absolute_url(asset('/ebay/all.png')) }}" width="100%">"> | ||
</a><br> | ||
{% elseif geoCountry() == 'FR' %} | ||
<a href="https://www.ebay.fr/?mkcid=1&mkrid=709-53476-19255-0&siteid=71&campid=5339020780&customid=&toolid=10001&mkevt=1" | ||
target="_blank" rel="noopener noreferrer"> | ||
<img src="{{ absolute_url(asset('/ebay/all.png')) }}" width="100%">"> | ||
</a><br> | ||
{% elseif geoCountry() == 'ES' %} | ||
<a href="https://www.ebay.es/?mkcid=1&mkrid=1185-53479-19255-0&siteid=186&campid=5339020780&customid=&toolid=10001&mkevt=1" | ||
target="_blank" rel="noopener noreferrer"> | ||
<img src="{{ absolute_url(asset('/ebay/all.png')) }}" width="100%">"> | ||
</a><br> | ||
{% else %} | ||
{% set banner = random(2) %} | ||
{% if banner == 0 %} | ||
{% set banner_url = 'https://www.ebay.com/b/Home-Garden/11700/bn_1853126?mkcid=1&mkrid=711-53200-19255-0&siteid=0&campid=5339020780&customid=&toolid=10001&mkevt=1' %} | ||
{% set banner_img = '/ebay/home_garden.png' %} | ||
{% elseif banner == 1 %} | ||
{% set banner_url = 'https://www.ebay.com/b/Electronics/bn_7000259124?mkcid=1&mkrid=711-53200-19255-0&siteid=0&campid=5339020780&customid=&toolid=10001&mkevt=1' %} | ||
{% set banner_img = '/ebay/tech.png' %} | ||
{% else %} | ||
{% set banner_url = 'https://www.ebay.com/sch/i.html?_from=R40&_trksid=m570.l1313&_nkw=Sneakers&_sacat=0[…]55-0&siteid=0&campid=5339020780&customid=&toolid=10001&mkevt=1' %} | ||
{% set banner_img = '/ebay/sneakers.png' %} | ||
{% endif %} | ||
<a href="{{ banner_url }}" | ||
target="_blank" rel="noopener noreferrer"> | ||
<img src="{{ absolute_url(asset(banner_img)) }}" width="100%"> | ||
</a><br> | ||
{% endif %} | ||
<br><br> | ||
|
||
{% if geoCountry() in ["BE", "NL"] %} | ||
<div class="row text-center"> | ||
<div class="col mb-2"> | ||
<a href="https://kersthits.lnk.to/playlist" rel="noopener noreferrer" target="_blank"> | ||
<img src="{{ absolute_url(asset('/sony2021.jpg')) }}" width="100%"> | ||
</a> | ||
</div> | ||
</div> | ||
{% endif %} | ||
<div class="row text-center"> | ||
<div class="col mb-2"> | ||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9463520136816719" | ||
crossorigin="anonymous"></script> | ||
<!-- Horizontal banner --> | ||
<ins class="adsbygoogle" | ||
style="display:block" | ||
data-ad-client="ca-pub-9463520136816719" | ||
data-ad-slot="7244544166" | ||
data-ad-format="auto" | ||
data-full-width-responsive="true"></ins> | ||
<script> | ||
(adsbygoogle = window.adsbygoogle || []).push({}); | ||
</script> | ||
</div> | ||
</div> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
{% extends "base.html.twig" %} | ||
|
||
{% block metadata %} | ||
<meta name="title" content="{{ 'static-ecofriendly2.meta-title'|trans|raw }}"> | ||
<meta name="description" content="{{ 'static-ecofriendly2.meta-description'|trans|raw }}"> | ||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9463520136816719" crossorigin="anonymous"></script> | ||
{% endblock %} | ||
|
||
{% block main %} | ||
<div class="box"> | ||
{{ 'static-ecofriendly2.main'|trans|raw }} | ||
</div> | ||
|
||
{% if geoCountry() == 'DE' %} | ||
<a href="https://www.ebay.de/?mkcid=1&mkrid=707-53477-19255-0&siteid=77&campid=5339020780&customid=&toolid=10001&mkevt=1" | ||
target="_blank" rel="noopener noreferrer"> | ||
<img src="{{ absolute_url(asset('/ebay/all.png')) }}" width="100%">"> | ||
</a><br> | ||
{% elseif geoCountry() == 'FR' %} | ||
<a href="https://www.ebay.fr/?mkcid=1&mkrid=709-53476-19255-0&siteid=71&campid=5339020780&customid=&toolid=10001&mkevt=1" | ||
target="_blank" rel="noopener noreferrer"> | ||
<img src="{{ absolute_url(asset('/ebay/all.png')) }}" width="100%">"> | ||
</a><br> | ||
{% elseif geoCountry() == 'ES' %} | ||
<a href="https://www.ebay.es/?mkcid=1&mkrid=1185-53479-19255-0&siteid=186&campid=5339020780&customid=&toolid=10001&mkevt=1" | ||
target="_blank" rel="noopener noreferrer"> | ||
<img src="{{ absolute_url(asset('/ebay/all.png')) }}" width="100%">"> | ||
</a><br> | ||
{% else %} | ||
{% set banner = random(2) %} | ||
{% if banner == 0 %} | ||
{% set banner_url = 'https://www.ebay.com/b/Home-Garden/11700/bn_1853126?mkcid=1&mkrid=711-53200-19255-0&siteid=0&campid=5339020780&customid=&toolid=10001&mkevt=1' %} | ||
{% set banner_img = '/ebay/home_garden.png' %} | ||
{% elseif banner == 1 %} | ||
{% set banner_url = 'https://www.ebay.com/b/Electronics/bn_7000259124?mkcid=1&mkrid=711-53200-19255-0&siteid=0&campid=5339020780&customid=&toolid=10001&mkevt=1' %} | ||
{% set banner_img = '/ebay/tech.png' %} | ||
{% else %} | ||
{% set banner_url = 'https://www.ebay.com/sch/i.html?_from=R40&_trksid=m570.l1313&_nkw=Sneakers&_sacat=0[…]55-0&siteid=0&campid=5339020780&customid=&toolid=10001&mkevt=1' %} | ||
{% set banner_img = '/ebay/sneakers.png' %} | ||
{% endif %} | ||
<a href="{{ banner_url }}" | ||
target="_blank" rel="noopener noreferrer"> | ||
<img src="{{ absolute_url(asset(banner_img)) }}" width="100%"> | ||
</a><br> | ||
{% endif %} | ||
<br><br> | ||
|
||
{% if geoCountry() in ["BE", "NL"] %} | ||
<div class="row text-center"> | ||
<div class="col mb-2"> | ||
<a href="https://kersthits.lnk.to/playlist" rel="noopener noreferrer" target="_blank"> | ||
<img src="{{ absolute_url(asset('/sony2021.jpg')) }}" width="100%"> | ||
</a> | ||
</div> | ||
</div> | ||
{% endif %} | ||
<div class="row text-center"> | ||
<div class="col mb-2"> | ||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9463520136816719" | ||
crossorigin="anonymous"></script> | ||
<!-- Horizontal banner --> | ||
<ins class="adsbygoogle" | ||
style="display:block" | ||
data-ad-client="ca-pub-9463520136816719" | ||
data-ad-slot="7244544166" | ||
data-ad-format="auto" | ||
data-full-width-responsive="true"></ins> | ||
<script> | ||
(adsbygoogle = window.adsbygoogle || []).push({}); | ||
</script> | ||
</div> | ||
</div> | ||
{% endblock %} |
4 changes: 3 additions & 1 deletion
4
templates/Static/ecofriendly.html.twig → templates/Static/top10gifts1.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
templates/Static/top10gifts.html.twig → templates/Static/top10gifts2.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.