mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-13 04:30:41 -05:00
Refringe
0978aa14b9
Social links to our Discord server and our Subreddit have been added to the footer. Resolves #30
62 lines
5.6 KiB
PHP
62 lines
5.6 KiB
PHP
<footer class="bg-gray-900" aria-labelledby="footer-heading">
|
|
<h2 id="footer-heading" class="sr-only">Footer</h2>
|
|
<div class="mx-auto max-w-7xl px-6 pb-8 pt-14 sm:pt-20 lg:px-8 lg:pt-29">
|
|
<div class="xl:grid xl:grid-cols-3 xl:gap-8">
|
|
<div>
|
|
<p class="text-lg italic font-extrabold leading-6 text-white">The Forge</p>
|
|
<p class="mt-6 flex space-x-4">
|
|
<a href="https://discord.com/invite/Xn9msqQZan" title="{{ __('Join Our Discord!') }}">
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 127.14 96.36" class="w-6 h-6">
|
|
<path fill="#fff" d="M107.7,8.07A105.15,105.15,0,0,0,81.47,0a72.06,72.06,0,0,0-3.36,6.83A97.68,97.68,0,0,0,49,6.83,72.37,72.37,0,0,0,45.64,0,105.89,105.89,0,0,0,19.39,8.09C2.79,32.65-1.71,56.6.54,80.21h0A105.73,105.73,0,0,0,32.71,96.36,77.7,77.7,0,0,0,39.6,85.25a68.42,68.42,0,0,1-10.85-5.18c.91-.66,1.8-1.34,2.66-2a75.57,75.57,0,0,0,64.32,0c.87.71,1.76,1.39,2.66,2a68.68,68.68,0,0,1-10.87,5.19,77,77,0,0,0,6.89,11.1A105.25,105.25,0,0,0,126.6,80.22h0C129.24,52.84,122.09,29.11,107.7,8.07ZM42.45,65.69C36.18,65.69,31,60,31,53s5-12.74,11.43-12.74S54,46,53.89,53,48.84,65.69,42.45,65.69Zm42.24,0C78.41,65.69,73.25,60,73.25,53s5-12.74,11.44-12.74S96.23,46,96.12,53,91.08,65.69,84.69,65.69Z" />
|
|
</svg>
|
|
</a>
|
|
<a href="https://www.reddit.com/r/SPTarkov/" title="{{ __('Join Our Subreddit!') }}">
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="w-6 h-6">
|
|
<path fill="#fff" d="M14.238 15.348c.085.084.085.221 0 .306-.465.462-1.194.687-2.231.687l-.008-.002-.008.002c-1.036 0-1.766-.225-2.231-.688-.085-.084-.085-.221 0-.305.084-.084.222-.084.307 0 .379.377 1.008.561 1.924.561l.008.002.008-.002c.915 0 1.544-.184 1.924-.561.085-.084.223-.084.307 0zm-3.44-2.418c0-.507-.414-.919-.922-.919-.509 0-.923.412-.923.919 0 .506.414.918.923.918.508.001.922-.411.922-.918zm13.202-.93c0 6.627-5.373 12-12 12s-12-5.373-12-12 5.373-12 12-12 12 5.373 12 12zm-5-.129c0-.851-.695-1.543-1.55-1.543-.417 0-.795.167-1.074.435-1.056-.695-2.485-1.137-4.066-1.194l.865-2.724 2.343.549-.003.034c0 .696.569 1.262 1.268 1.262.699 0 1.267-.566 1.267-1.262s-.568-1.262-1.267-1.262c-.537 0-.994.335-1.179.804l-2.525-.592c-.11-.027-.223.037-.257.145l-.965 3.038c-1.656.02-3.155.466-4.258 1.181-.277-.255-.644-.415-1.05-.415-.854.001-1.549.693-1.549 1.544 0 .566.311 1.056.768 1.325-.03.164-.05.331-.05.5 0 2.281 2.805 4.137 6.253 4.137s6.253-1.856 6.253-4.137c0-.16-.017-.317-.044-.472.486-.261.82-.766.82-1.353zm-4.872.141c-.509 0-.922.412-.922.919 0 .506.414.918.922.918s.922-.412.922-.918c0-.507-.413-.919-.922-.919z" />
|
|
</svg>
|
|
</a>
|
|
</p>
|
|
</div>
|
|
<div class="mt-16 grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-8 xl:col-span-2 xl:mt-0">
|
|
<div class="sm:order-first">
|
|
<h3 class="text-sm font-semibold leading-6 text-white">Single Player Tarkov</h3>
|
|
<ul role="list" class="mt-6 space-y-4">
|
|
<li><a href="#" class="text-sm leading-6 text-gray-300 hover:text-white">About</a></li>
|
|
<li><a href="#" class="text-sm leading-6 text-gray-300 hover:text-white">Articles</a></li>
|
|
<li><a href="#" class="text-sm leading-6 text-gray-300 hover:text-white">Documentation</a></li>
|
|
<li><a href="#" class="text-sm leading-6 text-gray-300 hover:text-white">Mods</a></li>
|
|
<li><a href="#" class="text-sm leading-6 text-gray-300 hover:text-white">Support</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="sm:order-last">
|
|
<h3 class="text-sm font-semibold leading-6 text-white">Escape from Tarkov</h3>
|
|
<ul role="list" class="mt-6 space-y-4">
|
|
<li>
|
|
<a href="https://www.escapefromtarkov.com/preorder-page" class="text-sm leading-6 text-gray-300 hover:text-white">Purchase</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://escapefromtarkov.fandom.com/wiki/Escape_from_Tarkov_Wiki" class="text-sm leading-6 text-gray-300 hover:text-white">Wiki</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<h3 class="text-sm font-semibold leading-6 text-white">Legal</h3>
|
|
<ul role="list" class="mt-6 space-y-4">
|
|
<li>
|
|
<a href="#" class="text-sm leading-6 text-gray-300 hover:text-white">Community Guidelines</a>
|
|
</li>
|
|
<li><a href="#" class="text-sm leading-6 text-gray-300 hover:text-white">Terms of Service</a>
|
|
</li>
|
|
<li><a href="#" class="text-sm leading-6 text-gray-300 hover:text-white">Privacy Policy</a></li>
|
|
<li><a href="#" class="text-sm leading-6 text-gray-300 hover:text-white">Disclaimer</a></li>
|
|
<li><a href="#" class="text-sm leading-6 text-gray-300 hover:text-white">DMCA</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="mt-8 border-t border-white/10 pt-8 md:flex md:items-center md:justify-between">
|
|
<p class="mt-8 text-xs leading-5 text-gray-400 md:order-1 md:mt-0">© {{ date('Y') }} {{ config('app.name', 'The Forge') }}. All rights reserved.</p>
|
|
</div>
|
|
</div>
|
|
</footer>
|