-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
57 lines (57 loc) · 3.14 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
52
53
54
55
56
57
<?php
/**
*
*/
?>
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<title> Probability | G_will's Blog </title>
<meta name="author" content="G_will">
<meta name="description" content="Ieqi.Net G_will's Blog">
<meta name="viewport" content="width=device-width">
<link rel="profile" href="//gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="<?php bloginfo('template_directory'); ?>/apple-touch-icon.png"/>
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/normalize.css">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/main.css">
<script src="<?php echo get_template_directory_uri(); ?>/js/vendor/modernizr-2.6.2.min.js"></script>
<?php wp_head(); ?>
</head>
<body>
<header>
<div class="sidebar">
<h1><a href="/">Probability</a></h1>
<span>G_will's Blog</span>
<p>我们必须知道 我们必将知道</p>
<hr />
<nav>
<ul>
<li><a href="/about/">About</a></li>
<li class="hidden-desktop"><a href="http://weibo.com/gwill" target="_blank">@Weibo</a></li>
<li class="hidden-desktop"><a href="http://www.zhihu.com/people/g_will" target="_blank">@Zhihu</a></li>
<li class="hidden-desktop"><a href="http://www.douban.com/people/ieqi/" target="_blank">@Douban</a></li>
<li class="hidden-desktop"><a href="https://plus.google.com/106456451930793910194/posts" target="_blank">@Google+</a></li>
<li class="hidden-desktop"><a href="http://twitter.com/G_will_tweet" target="_blank">@Twitter</a></li>
<li class="hidden-desktop"><a href="http://www.facebook.com/profile.php?id=100000941116636" target="_blank">@Facebook</a></li>
<li class="hidden-desktop"><a>Projects</a>
<ul>
<li><a href="https://github.com/Gwill" target="_blank">@Github</a></li>
<li><a href="https://bitbucket.org/G_will" target="_blank">@Bitbucket</a></li>
</ul>
</li>
</ul>
</nav>
<form id="searchform" role="search" method="get" action="http://ieqi.net/">
<input id="search-text" name="s" type="text">
<input id="search-submit" type="submit" value="Submit">
</form>
</div>
</header>