-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
163 lines (136 loc) · 5.27 KB
/
about.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
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
162
163
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="../../docs-assets/ico/favicon.png">
<title>FriendLin</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/main.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Static navbar -->
<div class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">FriendLin</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">首页</a></li>
<li><a href="about.html">关于</a></li>
<li><a href="blog.html">博客</a></li>
<li><a href="contact.html">联系我</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- +++++ Welcome Section +++++ -->
<div id="ww">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 centered">
<img src="assets/img/user.png" alt="Stanley">
<h1>About FriendLin!</h1>
<p>一个奋进的Android程序员</p>
</div><!-- /col-lg-8 -->
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /ww -->
<!-- +++++ Information Section +++++ -->
<div class="container pt">
<div class="row mt centered">
<div class="col-lg-3">
<span class="glyphicon glyphicon-book"></span>
<p>最近研读任玉刚老师的《Android开发艺术探索》,这是一本采用理论、源码和实践相结合的方式来阐述高水准的Android应用开发要点</p>
</div>
<div class="col-lg-3">
<span class="glyphicon glyphicon-fire"></span>
<p>暂无信息</p>
</div>
<div class="col-lg-3">
<span class="glyphicon glyphicon-globe"></span>
<p>暂无信息</p>
</div>
<div class="col-lg-3">
<span class="glyphicon glyphicon-user"></span>
<p>暂无信息</p>
</div>
</div><!-- /row -->
<div class="row mt">
<div class="col-lg-6">
<h4>感谢</h4>
<p>曲园,是你,光彩夺目的英姿,让我重拾起梦想,重新认识了自己。四年前,怀揣着梦想我来到了母校,四年后,我同样怀揣着梦想走向了社会,此时的梦想因为大学四年而变得更加成熟、更加真实。为了这个梦想,我曾在迷惘中摸索,我曾在挫折中彷徨,我曾在失败中挣扎。历经了沧桑的梦想是全新的梦想,拥有了全新的梦想,我便是全新的自己。</p>
</div><!-- /colg-lg-6 -->
<div class="col-lg-6">
<h4>技能</h4>
Android
<div class="progress">
<div class="progress-bar progress-bar-theme" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;">
<span class="sr-only">60% Complete</span>
</div>
</div>
PHP CI
<div class="progress">
<div class="progress-bar progress-bar-theme" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 20%;">
<span class="sr-only">20% Complete</span>
</div>
</div>
HTML + CSS
<div class="progress">
<div class="progress-bar progress-bar-theme" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100" style="width: 25%;">
<span class="sr-only">25% Complete</span>
</div>
</div>
</div><!-- /col-lg-6 -->
</div><!-- /row -->
</div><!-- /container -->
<!-- +++++ Footer Section +++++ -->
<div id="footer">
<div class="container">
<div class="row">
<div class="col-lg-4">
<h4>我的数字</h4>
<p>
2015.7进入Android<br/>
发布博客1条<br/>
发布上线APP3个,发布开源项目3个<br/>
</p>
</div><!-- /col-lg-4 -->
<div class="col-lg-4">
<h4>链接</h4>
<p>
<a href="#">微博</a><br/>
<a href="#">微信</a><br/>
<a href="#">QQ空间</a>
</p>
</div><!-- /col-lg-4 -->
<div class="col-lg-4">
<h4>关于我</h4>
<p>一个奋进的Android程序员</p>
</div><!-- /col-lg-4 -->
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>