-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
34 lines (32 loc) · 1.32 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(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php wp_head(); ?>
</head>
<body>
<section id="top" class="hero is-info is-fullheight">
<header class="nav">
<div class="container">
<div class="nav-left">
<a href="https://go-sign.info/" class="nav-item caption">
Gosign
</a>
</div>
<span class="nav-toggle">
<span></span>
<span></span>
<span></span>
</span>
<div class="nav-right nav-menu">
<a href="https://go-sign.info/#about" class="nav-item">About</a>
<a href="https://go-sign.info/#works" class="nav-item">Works</a>
<a href="https://go-sign.info/#profile" class="nav-item">Profile</a>
<a href="/" class="nav-item">Information</a>
<a href="https://go-sign.info/#contact" class="nav-item">Contact</a>
</div>
</div>
</header>
</section>