layout: my_page keywords: resume description: resume title: "My Resume" group: static


{% highlight ruby %} name = 'Storm' real_name = '张奇'

company = '薄荷信息科技' title = '软件工程师' skills = 'android, java, ruby, git, sql'

email = 'zhangqi.dev$#qq.com'.gsub('$#', '@') blog = 'http://stormzhang.github.io' github = 'https://github.com/stormzhang'

while true programing reading enjoying end {% endhighlight %}