Skip to content

Commit

Permalink
Added blank target to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
x1y committed Oct 4, 2024
1 parent 994e999 commit 91f8934
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions themes/pinetheme/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<div class="col">
<h2>Get in touch</h2>
<ul id="menu-communication-platforms" class="menu">
<li><a href="https://discord.gg/pine64">Discord</a></li>
<li><a href="https://discord.gg/pine64" target="_blank">Discord</a></li>
<li><a href="/community/">IRC</a></li>
<li><a href="/community/">Matrix</a></li>
<li><a href="/community/">Telegram</a></li>
<li><a href="https://forum.pine64.org">Forum</a></li>
<li><a href="https://www.reddit.com/r/PINE64official/">Reddit: PINE64</a></li>
<li><a href="https://www.reddit.com/r/PinePhoneOfficial/">Reddit: PinePhone</a></li>
<li><a href="https://forum.pine64.org" target="_blank">Forum</a></li>
<li><a href="https://www.reddit.com/r/PINE64official/" target="_blank">Reddit: PINE64</a></li>
<li><a href="https://www.reddit.com/r/PinePhoneOfficial/" target="_blank">Reddit: PinePhone</a></li>
</ul>
</div>

Expand All @@ -26,19 +26,19 @@ <h2>News</h2>
<div class="col">
<h2>Pine Store</h2>
<ul id="menu-pine-store" class="menu">
<li><a href="https://www.pine64.com">🌐 PINE64 Global Store</a></li>
<li><a href="https://www.pine64eu.com">🇪🇺 PINE64 EU Store</a></li>
<li><a href="https://www.pine64.com" target="_blank">🌐 PINE64 Global Store</a></li>
<li><a href="https://www.pine64eu.com" target="_blank">🇪🇺 PINE64 EU Store</a></li>
<li><a href="/affiliates/">Affiliates</a></li>
<li><a href="https://desk.zoho.com/portal/pine64/home">Order support (Global Store)</a></li>
<li><a href="https://desk.zoho.com/portal/pine64/home" target="_blank">Order support (Global Store)</a></li>
<li><a href="/contact/">Contact</a></li>
</ul>
</div>


<div class="col">
<h2>Hoster</h2>
<a href="https://vpsfree.org/" aria-label="A link to a sponsor website"><img src="/img/vpsfree.png" alt="The logo of a sponsor"></a>
<a href="https://bbxnet.sk/" aria-label="A link to a sponsor website"><img src="/img/bbxnet.svg" alt="The logo of a sponsor"></a>
<a href="https://vpsfree.org/" target="_blank" aria-label="A link to a sponsor website"><img src="/img/vpsfree.png" alt="The logo of a sponsor"></a>
<a href="https://bbxnet.sk/" target="_blank" aria-label="A link to a sponsor website"><img src="/img/bbxnet.svg" alt="The logo of a sponsor"></a>

<h2>Guidelines</h2>
<ul id="menu-community-engagement-and-resources" class="menu">
Expand Down

0 comments on commit 91f8934

Please sign in to comment.