<!-- Seasonal banner -->
<a id="banner" class="rounded-top" hidden></a>
<script src="/scripts/banner.js"></script>

<!-- Footer -->
<div class="footer rounded-top">
    <span class="text-muted"><a href="https://git.ellpeck.de/Ellpeck/Web">&copy; 2018-2021 Ellpeck</a> &ndash; <a href="#impressum">Impressum</a> &ndash; <a href="#privacy">Privacy</a></span>
    <div class="quote">
        <span id="quote-text"></span>
        <script src="/scripts/quote.js"></script>
        <img src="/res/blobheart.png" id="blobheart" alt="A blob emoji holding a heart">
    </div>
</div>

<!-- Impressum -->
<div class="modal fade" id="impressum-modal" tabindex="-1">
    <div class="modal-dialog modal-lg">
        <div class="modal-content">
            <div class="modal-header">
                <h5 class="modal-title">Impressum</h5>
                <button type="button" class="close" data-dismiss="modal">&times;</button>
            </div>
            <div class="modal-body">
                <p>
                    Julian Schubert
                    <br>Kastanienweg 27
                    <br>52074 Aachen
                </p>
                <p>
                    Telefon: 0241 45093753
                    <br>E-Mail: me@ellpeck.de
                </p>
                <p>Die obenstehende Person ist ebenfalls verantwortlich für den Inhalt (gem. § 55 Abs. 2 RStV).</p>
            </div>
        </div>
    </div>
</div>

<!-- Privacy -->
<div class="modal fade" id="privacy-modal" tabindex="-1">
    <div class="modal-dialog modal-lg">
        <div class="modal-content">
            <div class="modal-header">
                <h5 class="modal-title">Privacy</h5>
                <button type="button" class="close" data-dismiss="modal">&times;</button>
            </div>
            <div class="modal-body">
                <p>This site uses cookies to store information about your browsing activity.</p>
                <p>Ellpeck.de stores the following information:</p>
                <ul>
                    <li>A cookie named <code>dark</code> with the value <code>true</code> or <code>false</code> that stores if you have dark mode enabled</li>
                    <li>A cookie named <code>notification</code> with the value <code>true</code> or <code>false</code> that stores if you have already closed the cookie notification that displays at the top of the page</li>
                </ul>
                <p>Due to widgets and embeds, additional information will be stored by other sites. Please refer to those sites' privacy policies for more information:</p>
                <ul>
                    <li>Google uses cookies to serve ads based on a user's prior visits to this website. You may opt out of personal advertising by visiting <a href="https://www.google.com/settings/ads">Ad Settings</a>. For more information, see <a href="http://www.google.com/policies/privacy/partners/">how Google uses data when you use its partners' sites or apps</a>.</li>
                    <li>Discord uses cookies for its widget embed. For more information, see <a href="https://discordapp.com/privacy">their privacy policy</a>.</li>
                    <li>Twitter uses cookies for its tweet embeds. For more information, see <a href="https://twitter.com/en/privacy">their privacy policy</a>.</li>
                </ul>
                <p>
                    Transparency is very important to us, and as such, if you have any doubts about the security of this website, you can view its source code <a href="https://git.ellpeck.de/Ellpeck/Web">on Gitea</a>.
                    <br>Keep in mind that you can also review or delete stored cookies for any site at any time in your browser's settings.
                </p>
            </div>
        </div>
    </div>
</div>