<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Home | Post Rapture Emergency</title>
    <link rel="stylesheet" href="Section 01 - Materials for the Rapture Kit Sender/webifyRK/styles.css">
    <link rel="stylesheet" href="Section 01 - Materials for the Rapture Kit Sender/webifyRK/search/hamburger-menu.css">
</head>
<body>
    <header>
        <div class="container">
            <a href="index.html">
                <img border="0" alt="Home Page" src="Section 01 - Materials for the Rapture Kit Sender/webifyRK/logo_rapture_kit.jpg" width="227" height="50">
            </a>
            <nav class="main-nav">
                <ul class="nav-desktop">
                    <li><a href="index.html">Home</a></li>
                    <li><a href="Section 01 - Materials for the Rapture Kit Sender/webifyRK/yes.html">Option: Yes</a></li>
                    <li><a href="Section 01 - Materials for the Rapture Kit Sender/webifyRK/no.html">Option: No</a></li>
                    <li><a href="Section 01 - Materials for the Rapture Kit Sender/webifyRK/file-browser.html">Browse Files</a></li>
                    <li><a href="Section 01 - Materials for the Rapture Kit Sender/webifyRK/resources.html">Resources</a></li>
                    <li><a href="Section 01 - Materials for the Rapture Kit Sender/webifyRK/technical.html">Technical</a></li>
                </ul>
                <div class="hamburger-menu">
                    <button class="hamburger-toggle" aria-label="Toggle navigation menu" aria-expanded="false" aria-controls="mobile-nav">
                        <span class="hamburger-line"></span>
                        <span class="hamburger-line"></span>
                        <span class="hamburger-line"></span>
                    </button>
                    <nav class="nav-mobile" id="mobile-nav" aria-hidden="true">
                        <ul>
                            <li><a href="index.html">Home</a></li>
                            <li><a href="Section 01 - Materials for the Rapture Kit Sender/webifyRK/yes.html">Option: Yes</a></li>
                            <li><a href="Section 01 - Materials for the Rapture Kit Sender/webifyRK/no.html">Option: No</a></li>
                            <li><a href="Section 01 - Materials for the Rapture Kit Sender/webifyRK/file-browser.html">Browse Files</a></li>
                            <li><a href="Section 01 - Materials for the Rapture Kit Sender/webifyRK/resources.html">Resources</a></li>
                            <li><a href="Section 01 - Materials for the Rapture Kit Sender/webifyRK/technical.html">Technical</a></li>
                        </ul>
                    </nav>
                </div>
            </nav>
        </div>
    </header>
    <main>
        <section class="hero" id="hero">
            <div class="container">
                <div class="hero-content">
                    <h1 id="hero-title">Did Millions of People<br>Suddenly Disappear all over the World?</h1>
                    <h3 id="hero-subtitle">Click YES or NO to get appropriate information</h3>
                    <div class="hero-buttons">
                        <a href="Section 01 - Materials for the Rapture Kit Sender/webifyRK/yes.html" class="button" id="hero-buttonYes">Yes, they did</a>
                        <a href="Section 01 - Materials for the Rapture Kit Sender/webifyRK/no.html" class="button" id="hero-buttonNo">No, they did not</a>
                    </div>
                </div>
            </div>
        </section>
    </main>
    <footer>
        <div class="container">
            <div class="footer-content">
                <p>&copy; None! You can copy and distribute this material free of charge! It is prohibited to resell this material.</p>
                <ul class="social-media">
                    <li><a href="Section 01 - Materials for the Rapture Kit Sender/webifyRK/more-on-the-rapture.html">More on the Rapture</a></li>
                    <li><a href="Section 01 - Materials for the Rapture Kit Sender/webifyRK/page_no/how-to-be-saved.html">How to be Saved</a></li>
                    <li><a href="Section 01 - Materials for the Rapture Kit Sender/webifyRK/technical.html">Technical Solutions</a></li>
                </ul>
            </div>
        </div>
    </footer>
    <script src="Section 01 - Materials for the Rapture Kit Sender/webifyRK/script.js"></script>
    <script src="Section 01 - Materials for the Rapture Kit Sender/webifyRK/search/hamburger-menu.js"></script>
</body>
</html>
