forked from SiZapPaaiGwat/inhuman-cpc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
109 lines (108 loc) · 3.37 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
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0">
<title>高凡凡高</title>
<link rel="shortcut icon" href="https://assets-cdn.github.com/favicon.ico" />
<link rel="stylesheet" href="./themes/atom/index.css"/>
<link href="https://fonts.googleapis.com/css?family=Cantarell:400i|Courgette" rel="stylesheet"> <style>
body {
background-color: #282c34;
font-family: 'Courgette', sans-serif;
}
h1 {
font-size: 4rem !important;
}
h2 {
font-size: 2.4rem !important;
}
h3 {
font-size: 1.2rem !important;
}
.markdown-preview {
width: 1200px;
margin: 0 auto;
}
@media (max-device-width:1080px) {
.markdown-preview {
width: 90%;
margin: 0 auto;
}
}
.markdown-preview img {
width: 32px;
height: 32px;
}
</style>
</head>
<body>
<div class="markdown-preview">
<h1>
Simon Xu
</h1>
<p>
Welcome to my home page. <br>
I am a front end engineer currently at DataEye.<br>
</p>
<h2>Open source projects</h2>
<p>
<a href="https://github.com/simongfxu/vacuumjs" target="_blank">vacuumjs</a>
<p>
A low-level node.js web page content extractor based on parse5.
</p>
</p>
<p>
<a href="https://github.com/simongfxu/violet" target="_blank">violet</a>
<p>
A tool for writers to sync your articles on multiple platform(medium/github/zhihu/jianshu).
</p>
</p>
<p>
<a href="https://github.com/simongfxu/dcagent" target="_blank">dcagent</a>
<p>
SDK for HTML 5 game analytics.
</p>
</p>
<h2>Workshop</h2>
<p>
You will see my how I learn and code via these samples
</p>
<h3>React with D3</h3>
<ul>
<li>
<a target="_blank" href="http://simongfxu.github.io/d3-explorer/examples/?line-with-missing-data">Line with missing data</a>
</li>
<li>
<a target="_blank" href="http://simongfxu.github.io/d3-explorer/examples/?pie-chart">Pie chart</a>
</li>
<li>
<a target="_blank" href="http://simongfxu.github.io/d3-explorer/examples/?area-chart">Area chart</a>
</li>
<li>
<a target="_blank" href="http://simongfxu.github.io/d3-explorer/examples/?stacked-column">Stacked column</a>
</li>
<li>
More...
</li>
</ul>
<h2>Social network</h2>
<div>
<a target="_blank" href="http://zhuanlan.zhihu.com/reduxis"><img src="./imgs/zhihu.png" alt="知乎专栏"></a>
<a target="_blank" href="https://github.com/simongfxu/simongfxu.github.com/issues"><img src="./imgs/github.png" alt="github"></a>
<a target="_blank" href="http://www.weibo.com/xugaofan/"><img src="./imgs/weibo.png" alt="weibo"></a>
<a target="_blank" href="https://twitter.com/reduxis"><img src="./imgs/twitter.png" alt="twitter"></a>
</div>
<h2>Theme</h2>
<p>
Borrowed from <a href="https://github.com/atom/markdown-preview" target="_blank">Atom Markdown Preview</a>
</p>
</div>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-82061788-1', 'auto');
ga('send', 'pageview');
</script>