forked from zhephree/saveyourlibraries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_header.php
39 lines (38 loc) · 1.72 KB
/
_header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The Save Your NOLA Library coalition is composed of a diverse group of librarians, library users, community groups, unions and concerned citizens. We’re voting NO on proposition #2 because we believe continued funding for our libraries makes for a stronger New Orleans.">
<link rel="stylesheet" type="text/css" href="/css/reboot.css">
<link rel="stylesheet" href="https://use.typekit.net/jxw8ztc.css">
<link rel="stylesheet" type="text/css" href="/css/site.css">
<script src="https://kit.fontawesome.com/437c873b60.js" crossorigin="anonymous"></script>
<title><?= !empty($page_title)? $page_title . ' - ': '' ?>#SaveYourLibraries</title>
</head>
<body class="page-<?= $active_page ?>">
<header class="blue">
<nav>
<img src="/img/logo.png" id="subpage-logo" alt="LOGO: Save Your Libraries" height="75" width="74.76">
<a href="/">Home</a>
<a href="/toolkit">Toolkit</a>
<a href="/comment">Public Comment</a>
<a href="/facts">Facts</a>
<!-- <a href="/resources">Resources</a> -->
<a href="/about">About</a>
</nav>
<nav id="mobile-nav">
<a href="#" class="btn btn-white full-width text-blue" id="mobile-nav-toggle"><i class="fad fa-bars"></i> Menu</a>
<div id="mobile-nav-menu">
<a href="/">Home</a>
<a href="/toolkit">Toolkit</a>
<a href="/comment">Public Comment</a>
<a href="/facts">Facts</a>
<!-- <a href="/resources">Resources</a> -->
<a href="/about">About</a>
</div>
</nav>
<div id="mobile-nav-scrim"></div>
<img src="/img/logo.png" id="logo" alt="LOGO: Save Your Libraries" width="379" height="380">
</header>
<main>