-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
34 lines (24 loc) · 1.36 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
<!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js no-svg">
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="<?php bloginfo('template_url'); ?>/assets/css/materialize.min.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="<?php bloginfo('template_url'); ?>/assets/css/style.css" media="screen,projection">
</head>
<body <?php body_class(); ?> >
<!--<nav id="nav" class="light-blue darken-4 z-depth-3">
<div class="containernav">
<div class="nav-wrapper">
<a href="<?php bloginfo('template_url'); ?>/index.php" class="brand-logo white-text">Logo</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a class="white-text" href="<?php bloginfo('template_url'); ?>/projects.php">Projekte</a></li>
<li><a class="white-text" href="badges.html">Über Uns</a></li>
<li><a class="white-text" href="collapsible.html">Kontakt</a></li>
</ul>
</div>
</div>
</nav>-->