-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
172 lines (110 loc) · 6.13 KB
/
index.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
164
165
166
167
168
169
170
171
172
<!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">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<meta name="Keywords" content="刘松,Django框架,Python语言,互联网段子" />
<meta name="Description" content="刘松的博客专注于写作IT技术、提供设计资源。" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<title>刘松的博客</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/bootstrap-theme.min.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- 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.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div style="padding-top:70px;">
</div>
<div class="row">
<div class="col-md-4">
<div style="display:block;float:left;">
<img src="andy.png" alt=“Liu Song/Andy's Profile'” class="img-rounded" />
</div>
</div>
<div class="col-md-8">
<div style="display:block; float:center;">
<form class="form-horizontal">
<div class="control-group">
<a href="/cn/" alt = "中文博客/Chinese Blog"><img src="final.png"></a>
</div>
<div class="control-group" style="padding-top:25px;">
<a href="/en/" alt = "英文博客/English Blog"><img src="final-2.png"></a>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<hr>
<div class="col-md-2">
<h2>刘松</h2>
</div>
<div class="col-md-2">
</div>
<div class="col-md-8" style="font-size:16px;">
<p>彼时花开,我在窗外。暖日阳光,尽是铺盖。人本性善,略有点呆。话无逻辑,也爱交际。</p>
<p>上得厅堂,喜下厨房。也爱设计,却非本行。此时昼退,灯光始现。流星划空,寂静一片。</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<hr>
<div class="col-md-2">
<h2>Liu Song</h2>
</div>
<div class="col-md-2">
</div>
<div class="col-md-8" style="font-size:16px;">
<p><li style="list-style:none"><span class="glyphicon glyphicon-paperclip"> </span> Mr. Liu Song recieved B.A. majoring in Landscape Architecture,He didn't enter this high-paid industry due to his beliefs that liquors and cigarette are not the elements body needs.</li></p>
<p><li style="list-style:none"><span class="glyphicon glyphicon-paperclip"> </span> Covered by Ecological Evolutionary Group, he had done two years' research on China's forestry policy and a year on precious timber trade of South-east Asia at XTBG,Chinese Academy of Sciences.</li></p>
<p><li style="list-style:none"><span class="glyphicon glyphicon-paperclip"> </span> He views his supervisor DR. CHUCK CANNON as the mentor of the life (YES, my dear friend, his mentor is not staying in India like Steve Job's one).</li></p>
<p><li style="list-style:none"><span class="glyphicon glyphicon-paperclip"> </span> He used to work in World Agroforestry Centre(ICRAF) with gratitude(even today), but later, he drifted to Beijing, a population and mist powered city. Till today, he didn't remember much words reading from philosophy books, but clearly has a good meomery on speech delivered by his Mentor:</li></p>
<pre><code><em><strong>If you are at loss,it's okay, pick up things that will make you feel fulfillment...... </strong></em></code></pre>
</div>
</div>
</div>
<div class="container">
<div class="row">
<hr>
<div class="col-md-4">
<p>MADE WITH FUN © 2014 LIU SONG</p>
</div>
<div class="col-md-8">
<div class="btn-group">
<button type="button" class="btn btn-primary">邮件:</button>
<button type="button" class="btn btn-default">data_info_vision@163.com</button>
</div>
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49813880-1', 'liusongx.com');
ga('send', 'pageview');
</script>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="../../dist/js/bootstrap.min.js"></script>
<script src="offcanvas.js"></script>
</body>
</html>