-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
executable file
·49 lines (40 loc) · 1.95 KB
/
about.html
File metadata and controls
executable file
·49 lines (40 loc) · 1.95 KB
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
---
layout: page
title: "About"
description: "Standing on shoulders of Giants."
header-img: "img/bg/tokyo_tower.jpg"
---
<div class="zh post-container">
<h4>简介</h4>
任职移动开发工程师。编程语言主要为Kotlin,并对Go、Python、Dart、JVM-Based等语言具有浓厚兴趣。热衷于探究JVM运行原理:如Garbage Collection、Performance tuning。<br><br>虽曾用过多个平台撰写文章,但本着方便实用、维护成本低的原则,通过托管页面的方式重启博客之旅。
<h4>联系方式</h4>
若您有意联系或提供工作机会,欢迎邮件至: <b>phantomvk@163.com</b>
<h4>常用网站</h4>
<ul>
<li><a href="https://github.com/phantomVK">Github</a></li>
<li><a href="https://medium.com/@phantomvk">Medium</a></li>
<li><a href="http://www.jianshu.com/users/0540a8ba0654/latest_articles">Jianshu</a></li>
</ul>
<h4>推广链接</h4>
<ul>
<li><a href="https://promotion.aliyun.com/ntms/yunparter/invite.html?userCode=qd3ktp8p">阿里云主机</a></li>
<li><a href="https://www.fenghost.io/aff.php?aff=5587">枫叶主机</a></li>
</ul>
<b>博客内所有文章文本、文章配图、页头风景图,均原创或获得原作者授权永久使用。没有授权的情况下禁止用于商业用途,非商业转载需保留来源信息。</b>
</div>
{% if site.disqus_username %}
<div class="comment">
<div id="disqus_thread" class="disqus-thread">
</div>
</div>
<script type="text/javascript">
var disqus_shortname = "{{site.disqus_username}}";
var disqus_identifier = "{{site.disqus_username}}/{{page.url}}";
var disqus_url = "{{site.url}}{{page.url}}";
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
{% endif %}