hack-wpi-python/templates/header.html
ACM 0354da724d Multiple changes to UI, Email Templates, Removed Pubnub, fix bugs.
Pubnub was used to log things, but didn't work.
Fixed bugs:
 - Code wasn't asynchronous
 - xxl and xxs were not included as valid tshirt sizes
 - No error thrown when someone trys to send a resume that's too big
2017-12-13 06:14:34 -05:00

22 lines
1.3 KiB
HTML

<!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>