<footer class="footer-main">
<div class="row m-auto w-80">
<div class="footer-col col-4 o-2">
<p class="t-center"><strong>{{ "Site navigation"|trans([], 'locale') }}</strong></p>
<nav id="main-navigation" class="menu">
<ul>
<li class="menu-item">
<a href="{{ url('index') }}">
{{ "Home page"|trans([], 'locale') }}
</a>
</li>
<li class="menu-item">
<a href="{{ url('obs_guide') }}">
{{ "Guide for OBS"|trans([], 'locale') }}
</a>
</li>
</ul>
</nav>
</div>
<div class="footer-col col-2 o-1 -t-75">
<p>
<strong>Phasmophobia Randomizer</strong> © 2020 - 2022, all rights reserved.
</p>
<hr>
<p>
{{ "All content coming from the game Phasmophobia and being used on the site belongs to Kinetic Game."|trans([], 'locale') }}<br>
{{ "The conception and realization of the site and its scripts are made by RecoilZA."|trans([], 'locale') }}
</p>
</div>
<div class="footer-col col-4 o-3">
<nav id="secondary-navigation" class="menu">
<p class="t-center"><strong>{{ "Social medias"|trans([], 'locale') }}</strong></p>
<ul>
<li class="menu-item">
<a href="https://twitter.com/PhasmoRando">
{{ "Our Twitter"|trans([], 'locale') }}
</a>
</li>
<li class="menu-item">
<a href="https://discord.gg/5ft7rEkRUP">
{{ "Our Discord"|trans([], 'locale') }}
</a>
</li>
<li class="menu-item">
<a href="https://discord.gg/phasmophobia">
{{ "Phasmophobia Official Discord"|trans([], 'locale') }}
</a>
</li>
</ul>
</nav>
</div>
</div>
</footer>