-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (26 loc) · 1.82 KB
/
index.html
File metadata and controls
33 lines (26 loc) · 1.82 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>王者之路 by brickjava</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">王者之路</h1>
<h2 class="project-tagline"></h2>
</section>
<section class="main-content">
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>我是这样的一个程序猿</h3>
<p>Java初级工程师一枚,在架构师的路上成长前行,先后就职于航天和电信,做与云平台相关的系统开发,独立用java开发过openstack的云平台管理系统,能够比较快速学习并使用各种成熟框架,对git上的成熟代码有很强的膜拜心理,并已经开始半懂不懂的读起来了。对代码有洁癖,认为写十行高效的代码比乱写一百行可用代码要强得多。对项目进度和代码质量来说会优先质量,对于项目的进度目标会加班完成,但比较排斥无目标的团队和领导。对算法有一定学习和研究,能够举一反三,曾经在校内的算法比赛上获得过三等奖,并混迹过POJ。</p>
<footer class="site-footer">
<span class="site-footer-credits">This page is powered by Lingkui Chen.</span>
</footer>
</section>
</body>
</html>