-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathabout-me.hbs
161 lines (152 loc) · 6.89 KB
/
about-me.hbs
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{{!< default}} <main class="content">
<div id="tags" class="container tag-tip-container">
<div class="card">
<div class="card-content">
<div class="tag-title center-left" style="font-size:1.2rem">
个人简介:码酱,男,软件工程师,菜鸡一个,喜欢摄影,爱好羽毛球,爱看一些杂七杂八的书,对耳根,唐家三少的书特别喜欢!
</div>
</div>
</div>
<div class="card">
<div class="card-content">
<div class="tag-title center-align">我的曾经</div>
<div class="row">
<div class="col s12 m4 l4 my-info">
<div class="info1">
<div class="logo-info">
<div class="bk-img frind-card5">
<span>CSDN</span>
</div>
</div>
<div class="bk-title">
<span>大学开始养成记录的习惯,从最开始的Java基础到SSH框架,到后面不断的学习和总结,随着该平台设计越来越丑,广告越来越多,文章质量越来越差,果断离开</span>
</div>
</div>
</div>
<div class="col s12 m4 l4 my-info">
<div class="info1">
<div class="logo-info">
<div class="bk-img frind-card6">
<span>简书</span>
</div>
</div>
<div class="bk-title">
<span>看了电影《黄金时代》,然后在简书上看别人写的影评不错就喜欢上这个平台了,自己也经常在上面发布一些文章,虽然只有32个粉丝</span>
</div>
</div>
</div>
<div class="col s12 m4 l4 my-info">
<div class="info1">
<div class="logo-info">
<div class="bk-img frind-card9">
<span>GitHub</span>
</div>
</div>
<div class="bk-title">
<span>很久之前还在用SVN的时候,就看技术网站不停的推荐GitHub,但是注册后没发现什么好处,知道如何使用Git进行项目管理的时候才知道它的好</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-content">
<div class="tag-title center-align">我的现在</div>
<div class="row">
<div class="col s12 m4 l4 my-info">
<div class="info1">
<div class="logo-info">
<div class="bk-img frind-card12">
<span>码酱</span>
</div>
</div>
<div class="bk-title">
<span>努力做有价值的技术文章</span>
</div>
</div>
</div>
<div class="col s12 m4 l4 my-info">
<div class="info1">
<div class="logo-info">
<div class="bk-img frind-card11">
<span>Ghost</span>
</div>
</div>
<div class="bk-title">
<span>不断优化的一款Ghost博客主题</span>
</div>
</div>
</div>
<div class="col s12 m4 l4 my-info">
<div class="info1">
<div class="logo-info">
<div class="bk-img frind-card10">
<span>Study2</span>
</div>
</div>
<div class="bk-title">
<span>Study笔记的升级版本</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<article>
<div class="row tags-posts">
<div class="article tag-post col s12 m12 l12">
<div class="card">
<div class="skill-title center-align">年度能力总结图</div>
<hr class="skill-year">
<div id="year-power-skil" style="height:400px">
</div>
</div>
</div>
</div>
</article>
</div>
</main>
<script src="https://cdnjs.cloudflare.com/ajax/libs/echarts/4.1.0.rc2/echarts.min.js"></script>
<script type="text/javascript">
// 基于准备好的dom,初始化echarts实例
var yearpowerskil = echarts.init(document.getElementById('year-power-skil'));
var yearoption = {
legend: {},
tooltip: {},
dataset: {
source: [
['product', '2012', '2013', '2014', '2015'],
['Matcha Latte', 41.1, 30.4, 65.1, 53.3],
['Milk Tea', 86.5, 92.1, 85.7, 83.1],
['Cheese Cocoa', 24.1, 67.2, 79.5, 86.4]
]
},
xAxis: [
{ type: 'category', gridIndex: 0 },
{ type: 'category', gridIndex: 1 }
],
yAxis: [
{ gridIndex: 0 },
{ gridIndex: 1 }
],
grid: [
{ bottom: '55%' },
{ top: '55%' }
],
series: [
// These series are in the first grid.
{ type: 'bar', seriesLayoutBy: 'row' },
{ type: 'bar', seriesLayoutBy: 'row' },
{ type: 'bar', seriesLayoutBy: 'row' },
// These series are in the second grid.
{ type: 'bar', xAxisIndex: 1, yAxisIndex: 1 },
{ type: 'bar', xAxisIndex: 1, yAxisIndex: 1 },
{ type: 'bar', xAxisIndex: 1, yAxisIndex: 1 },
{ type: 'bar', xAxisIndex: 1, yAxisIndex: 1 }
]
};
yearpowerskil.setOption(yearoption);
</script>