Guide_3DS/_layouts/splash.html

62 lines
4.1 KiB
HTML
Raw Normal View History

2016-10-30 01:02:14 +02:00
---
layout: default
---
{% include base_path %}
{% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
{% include page__hero.html %}
{% endif %}
<div id="main" role="main">
<article class="splash" itemscope itemtype="http://schema.org/CreativeWork">
{% if page.title %}<meta itemprop="headline" content="{{ page.title | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %}
{% if page.excerpt %}<meta itemprop="description" content="{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %}
{% if page.date %}<meta itemprop="datePublished" content="{{ page.date | date: "%B %d, %Y" }}">{% endif %}
{% if page.modified %}<meta itemprop="dateModified" content="{{ page.modified | date: "%B %d, %Y" }}">{% endif %}
<section class="page__content" itemprop="text">
{{ content }}
</section>
</article>
<center>
<div class ="notice--info"><b>For support, ask for help at <a href="https://www.reddit.com/r/3dshacks/wiki/irc">#3dshacks on Rizon IRC</a> or <a href="https://discord.gg/MWxPgEp">3DS Hacking on Discord</a>.</b></div>
<div class ="notice--info"><b>If you appreciate this guide, I accept <a href="donations">Donations</a> through both Bitcoin and PayPal.</b></div>
<div class ="notice--info"><b>If you would like to support me by using my Amazon referral links, you can find those here.<br><a data-amazon-tld="com" href="https://www.amazon.com/?_encoding=UTF8&amp;camp=1789&amp;creative=390957&amp;linkCode=ur2&amp;tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank"><span style="font-size:18px;">United States</span></a><span style="font-size:18px;">&nbsp;-</span>&nbsp;<span style="font-size:18px;"><a data-amazon-tld="ca" href="https://www.amazon.ca/?_encoding=UTF8&amp;camp=1789&amp;creative=390957&amp;linkCode=ur2&amp;tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank">Canada</a></span><span style="font-size:18px;">&nbsp;-</span>&nbsp;<span style="font-size:18px;"><a data-amazon-tld="co.uk" href="https://www.amazon.co.uk/?_encoding=UTF8&amp;camp=1789&amp;creative=390957&amp;linkCode=ur2&amp;tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank">United Kingdom</a></span><span style="font-size:18px;">&nbsp;-</span>&nbsp;&nbsp;<span style="font-size:18px;"><a data-amazon-tld="de" href="https://www.amazon.de/?_encoding=UTF8&amp;camp=1789&amp;creative=390957&amp;linkCode=ur2&amp;tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank">Germany</a>&nbsp;</span><span style="font-size:18px;">-</span>&nbsp;&nbsp;<a data-amazon-tld="es" href="https://www.amazon.es/?_encoding=UTF8&amp;camp=1789&amp;creative=390957&amp;linkCode=ur2&amp;tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank"><span style="font-size:18px;">Spain&nbsp;</span></a><span style="font-size:18px;">-</span>&nbsp;&nbsp;<span style="font-size:18px;"><a data-amazon-tld="fr" href="https://www.amazon.fr/?_encoding=UTF8&amp;camp=1789&amp;creative=390957&amp;linkCode=ur2&amp;tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank">France&nbsp;</a></span></b></div>
2016-10-30 01:02:14 +02:00
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Guide -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-6670011780914577"
data-ad-slot="2889110246"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
2016-11-13 17:58:38 +01:00
<div class="alignleft">
<script type="text/javascript">
amzn_assoc_ad_type = "banner";
amzn_assoc_marketplace = "amazon";
amzn_assoc_region = "US";
amzn_assoc_placement = "assoc_banner_placement_default";
amzn_assoc_campaigns = "electronics";
amzn_assoc_banner_type = "rotating";
amzn_assoc_p = "48";
amzn_assoc_width = "728";
amzn_assoc_height = "90";
amzn_assoc_tracking_id = "plailect-20";
amzn_assoc_linkid = "cafdc4bb54991381b302c686f3ddcaeb";
</script>
<script src="//z-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&Operation=GetScript&ID=OneJS&WS=1"></script>
</div>
2016-10-30 01:02:14 +02:00
</center>
</div>