Added header to all pages

Still working on moble nav thing. also small browser sizes don't really work right now.
As soon as I finish the moble navbar I will fork and continue working on my own.
This commit is contained in:
Maxunm 2017-06-12 13:35:01 -04:00
parent 1afb5fcc57
commit e85dad705e
3 changed files with 128 additions and 6 deletions

View file

@ -1,7 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--Import Google Icon Font-->
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="../css/materialize.min.css" media="screen,projection"/>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>About Innovation Club</title>
<!--Add the icon to the tab and add icons for all formats-->
@ -27,6 +32,22 @@
<meta name="msapplication-square310x310logo" content="mstile-310x310.png" />
</head>
<body>
<big><b>This will be the about page eventually.</b></big>
<nav class="grey darken-2" role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" href="" class="brand-logo"> <img class="responsive-img" src="../logo.png" width="100"> </a>
<ul class="right hide-on-med-and-down">
<li><a class="waves-effect" href="../about/index.html">About</a></li>
<li><a class="waves-effect" href="../donate/index.html">Donate</a></li>
</ul>
<ul id="slide-out" class="side-nav">
<li><a class="waves-effect" href="../about/index.html">About</a></li>
<li><a class="waves-effect" href="../donate/index.html">Donate</a></li>
</ul>
<a href="#" data-activates="slide-out" class="button-collapse"><i class="material-icons">menu</i></a>
</div>
</nav>
<br>
<b>About page</b>
</body>
</html>