?>
       <main class="main-content" id="mainstuff" role="main">
            <section id="intro">
                <div class="texture"></div>
                <div id="vidcontainer">
                    <div class="inner">
                        <video autoplay id="vid2000" loop poster="/img/layout/cover.jpg">
                        <source src="/assets/eve_background.webm" type="video/webm"></video>
                    </div>
                </div>
                <div class="container">
                    <div class="row titletext">
                            <h2>Spectre Fleet</h2>
                            <h3>Gaming Community</h3>
                            <?php 
if (checkIGB()) {
    ?>
                                <?php 
    if (checkTrust() == 0) {
        ?>
                                    <div align="center">
                                        <div class="col-sm-12">
                                            <div style="padding: 60px 0 0;">
                                                <a class="button--arrow landing red" href="#" style="font-family: 'Arial', sans-serif; font-size: 0.8em; white-space: nowrap;" onclick="<?php 
        printRequestTrust();
        ?>
"><span class="button--arrow-text">Install Spectre Fleet as trusted</span></a>
                                            </div>
                                        </div>
                                    </div>
                                <?php 
                            <h3>Death by a Thousand Cuts</h3>
                            <?php 
if (checkIGB() == 0) {
    ?>
                                <div class="video-container">
                                    <iframe width="560" height="315" src="https://www.youtube.com/embed/oL8w3IwzrtM" frameborder="0" allowfullscreen></iframe>
                                </div>
                            <?php 
}
?>
                            <p>On July 27th, Spectre Fleet departed highsec with a fleet of two hundred interceptors intent on completing a full loop of nullsec, requiring over four hundred gate jumps in total. Not thirty jumps into their planned route, they accidentally caught and killed seven carriers.</p>
                        </article>
                        <article class="col-sm-6">
                            <h3>Operation Content Generator</h3>
                            <?php 
if (checkIGB() == 0) {
    ?>
                                <div class="video-container">
                                    <iframe width="560" height="315" src="https://www.youtube.com/embed/j9pUanNf_rk" frameborder="0" allowfullscreen></iframe>
                                </div>
                            <?php 
}
?>
                            <p>On June 29th, Spectre Fleet teamed up with the other NPSI communities and conducted war games against Provibloc, simulating sov warfare. The fleet of 250 shield battlecruisers began placing SBUs as two support fleets provided overwatch. The resulting 1200 man battle remains the largest in Spectre Fleet's history.</p>
                        </article>
                    </div>
                </div>
            </section>
        </main>
<?php 
include "includes/footer.php";