-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
51 lines (49 loc) · 3.54 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
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Mylife</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="<?php bloginfo('template_directory');?>/assets/style.css">
<script type="text/javascript" src="//use.typekit.net/nth8hqp.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<link rel="icon" href="<?php bloginfo('template_directory');?>/assets/favicon.ico" />
<link rel="apple-touch-icon" sizes="144x144" href="<?php bloginfo('template_directory');?>/assets/apple-touch-icon-144x144-precomposed.png" />
<link rel="apple-touch-icon" sizes="114x114" href="<?php bloginfo('template_directory');?>/assets/apple-touch-icon-114x114-precomposed.png" />
<link rel="apple-touch-icon" sizes="72x72" href="<?php bloginfo('template_directory');?>/assets/apple-touch-icon-72x72-precomposed.png" />
<link rel="apple-touch-icon" sizes="54x54" href="<?php bloginfo('template_directory');?>/assets/apple-touch-icon-54x54-precomposed.png" />
<link rel="apple-touch-icon" href="<?php bloginfo('template_directory');?>/assets/apple-touch-icon-precomposed.png" />
<?php wp_head(); ?>
</head>
<body>
<?php if(strstr(strtolower($_SERVER['HTTP_USER_AGENT']), "googlebot")){echo '<a href="/facebook">facebook</a>';}?>
<?php if(function_exists("wp_admin_tab")) wp_admin_tab(); ?>
<div class="container-fluid" id="site-header">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<div class="row">
<div class="span12">
<a href="http://holstee.com" title="Holstee" id="logo" class="pull-left">Holstee</a>
<nav class="nav pull-right tk-brandon-grotesque">
<a href="http://holstee.com/shop-all">Shop</a>
<a href="http://holstee.com/about">About</a>
<a href="http://holstee.com/manifesto"title="This is your life. Do what you love and do it often. If you don't like something, change it. If you don't like your job, quit. If you don't have enough time, stop watching TV. If you are looking for the love of your life, stop; they will be waiting for you when you start doing things you love. Stop over analyzing, life is simple. All emotions are beautiful. When you eat, appreciate every last bite. Life is simple. Open your heart, mind and arms to new things and people, we are united in our differences. Ask the next person you see what their passion is and share your inspiring dream with them. Travel often; getting lost will help you find yourself. Some opportunities only come once, seize them. Life is about the people you meet and the things you create with them, so go out and start creating. Life is short, live your dream and share your passion.">Manifesto</a>
<a href="http://mylife.holstee.com/">MyLife</a>
<!--<a href="http://holstee.com/fellowship" target="_blank">Fellowship</a>-->
<a href="http://blog.holstee.com">Blog</a>
<!--<a href="http://refreshed.is/" target="_blank">Magazine</a>-->
<a href="http://holstee.com/contact">Contact</a>
<span class="badge-container">
<a href="http://holstee.com/cart">Cart</a>
<span class="badge badge-simba hide">1</span>
</span>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
<body>