-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
117 lines (86 loc) · 3.98 KB
/
index.html
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE HTML>
<html lang="en-GB">
<head>
<meta charset="utf-8">
<title>许嘘嘘 | 所以。</title>
<meta name="author" content="许嘘嘘">
<meta name="description" content="一个酱油前端的心路历程.没有什么技能,就喜欢瞎折腾。喜欢看书看电影, …"> <meta name="keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="/atom.xml" rel="alternate" title="所以。" type="application/atom+xml">
<link rel="canonical" href="">
<link href="/favicon.png" rel="shortcut icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<!-- 连接新窗口打开 -->
<script>
function addBlankTargetForLinks () {
$('.entry-content a[href]').each(function(){
$(this).attr('target', '_blank');
});
}
$(document).bind('DOMNodeInserted', function(event) {
addBlankTargetForLinks();
});
</script>
</head>
<body>
<header id="header" class="inner"><h1><a href="/">所以。</a></h1>
<span class="tagline">一个酱油前端的心路历程</span>
</header>
<div id="content" class="inner"><article class="page">
<div class="entry-content"><h2>About Me|许嘘嘘</h2>
<p>
2016.11 - 今 阿里 <br>
2016.10 - 2016.11 网易 <br>
2015.1 - 2016.8 饿了么 <br>
2014.3 - 2014.12 自由职业 <br>
2013.3 - 2014.3 上海趣搭网络科技有限公司 <br>
2012.2 - 2012.7 聚光科技有限公司 网页开发实习生<br>
2009.9 - 2013.6 浙江工业大学 网络工程</p>
<p>没有什么技能,就喜欢瞎折腾。<br>
喜欢看书看电影,但是很少静下心来。<br>
喜欢出去玩,但是很少在路上。<br>
想法很多,但是很少去做。</p>
<p>正在努力成为一个 <a href="https://medium.com/@BlueBlue">作家</a><br>
正在努力挣很多很多的钱。<br>
正在努力去完成所有自己喜欢的事情。</p>
<p style="text-align: center;"><img src="/images/money.png"></p>
<p>Contact Me: <a href="mailto:coffee.xuy@gmail.com">coffee.xuy@gmail.com</a></p>
<div class="map"><iframe src="https://mapsengine.google.com/map/embed?mid=z9RmubBO57X4.kvGToMAt8en8" width="100%" height="480"></iframe></div>
</div>
</article>
</div>
<footer id="footer" class="inner"><br>
© 2017
许嘘嘘
<!--
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44761120-1', 'coffeexu.github.io');
ga('send', 'pageview');
</script>
--></footer>
<script src="/javascripts/slash.js"></script>
<script src="/javascripts/hyphenator.js"></script>
<!-- 百度统计 -->
<div style="display:none">
<script type="text/javascript">
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3Fc792b5bcb2f241d17fdc3ba5f02de155' type='text/javascript'%3E%3C/script%3E"));
</script>
</div>
</body>
<script>
$(document).ready(function() {
// Make images center
$('p:has(img)').css('text-align', 'center');
});
</script>
</html>