-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
73 lines (69 loc) · 2.88 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
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="baidu-site-verification" content="E4QIL3aZQa" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<meta name="description" content="时光诚说,一个关于Web前端的个人技术博客,不定期发布Web前端及其相关技术的博文" />
<meta name="keywords" content="liuzozo.github.io,github,前端,html,css,javascript,android,丑小鸭,鸭,liuzozo,liu,zozo" />
<title>关于我 | flyer-时光诚说</title>
<link rel="stylesheet" href="/dist/styles/vendor.css" />
<link rel="stylesheet" href="/dist/styles/about.css" />
<link rel="stylesheet" href="/dist/styles/map.css" />
</head>
<body>
<div id="mf-content">
<article>
<h3>关于</h3>
<img src="/img/me_mind.jpg" alt="inex">
<h3>我</h3>
<ul>
<li>flyer 是我常用的代号。</li>
<li>自由意志主义者,不可知论者,古典自由主义者,支持放任市场、自由贸易和全球化。</li>
<li>支持超级大城市、核电站、集约化养殖、转基因作物和一切提高效率的新科技。</li>
</ul>
<h3>兴趣爱好</h3>
<ul>
<li>前端视界</li>
<li>应用开发</li>
<li>数据分析</li>
<li>文本处理</li>
<li>算法编程</li>
<li>虚拟配置</li>
</ul>
<h3>为什么写博客</h3>
<ul>
<li>把“以为懂了”的东西讲给别人听,以此验证是否真的懂了,顺带加深记忆。</li>
<li>Review 自己的代码,看有哪些是可以优化的,哪些甚至是解释不通的。</li>
<li>锻炼自己的表达能力,让自己懂和让别人懂是两个境界。</li>
</ul>
<h3>Welcome to contact me</h3>
<div id ="map_container">
<div id="container"></div>
<div class ="box">
<input type = "text" class="b_search" id ="city"
placeholder ="请输入地址(如:上海,复旦大学)"/>
<input type = "button" value = "搜索" class= "b_btn" />
</div>
</div> <!-- 整个地图结束 -->
<h5>Contact Info</h5>
<ul>
<ol>Room 825,Zhangheng Street</ol>
<ol>Fudan University</ol>
<ol>Shanghai 86021,China</ol>
<ol>Email: 308762585@qq.com</ol>
<ol>Web: <a href="www.liuzozo.github.io">liuzozo.github.io</a></ol>
</ul>
</article>
</div>
<script src="/lib/jquery.min.js"></script>
<script src="/lib/vendor.js"></script>
<script src="/dist/scripts/about/index.js"></script>
<script type="text/javascript" src="https://webapi.amap.com/maps?v=1.3&key=b245ae8390f2ecdc0e5706241c28fc7b&plugin=AMap.MouseTool&s=1"></script>
<!--添加右键按钮-->
<script type="text/javascript" src="https://cache.amap.com/lbs/static/addToolbar.js"></script>
<script src="/dist/scripts/map.js"></script>
</body>
</html>