<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <title>Hack @ WPI</title>
        <link rel="icon" href="../static/favicon.png" type="image/png">
        <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
        <link rel="stylesheet" href="https://opensource.keycdn.com/fontawesome/4.7.0/font-awesome.min.css" integrity="sha384-dNpIIXE8U05kAbPhy3G1cz+yZmTzA6CY8Vg/u2L9xRnHjJiAK76m2BIEaSEV+/aU" crossorigin="anonymous">
        <link href="../static/css/materialize.min.css" rel="stylesheet">
        <link href="../static/css/style.css" rel="stylesheet">
        <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
    </head>
    <body>
        <nav class="white" role="navigation" style="height: 80px">
            <div class="nav-wrapper container">
                <a id="logo-container" href="#" class="red-text text-darken-4 brand-logo">
                    <img src="../static/img/hackwpi_longlogo.png" alt="hack@WPI" height="100%">
                </a>
            </div>
        </nav>