-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
56 lines (47 loc) · 2.11 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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<title>关于网站</title>
<!-- CSS -->
<link href="about/css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="about/css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link rel="icon" sizes="192x192" href="image/logo.png">
</head>
<body>
<section id="top-bar">
</section>
<div class="container">
<div class="section content">
<!-- Icon Section -->
<div class="row">
<div class="col s12 m12">
<div class="col s12 m4 left-side">
<img src="about/images/user.jpg" alt="" class="circle user-img responsive-img">
<div class="block">
<h5 class="center indigo-text">Andy hou</h5>
</div>
<hr>
<div class="block">
<p> 90后 | 魔都 | 互联网 | 宅男 | 不折腾会死星人 | 恶搞青年 | 完美主义者 | 奋斗小青年|</p>
</div>
</div>
<div class="col s12 m8 right-side">
<div class="block">
<h5>关于页面说明</h5>
<p > QLFAQ.COM 是我个人在维护的网站,页面是托管在Github上的,并没有放在国内的服务器上,所以访问速度大家习惯就好,毕竟是个人成本最低的一种方案,唯一个人付出的是域名的费用而已。</p>
<p>初衷:写页面当初目的其实为了学习前端的知识,以及知识管理的用的。当然后续我也会不断的完善页面上的内容,希望能对你工作上有所帮助!</p>
<center><p>欢迎各位大大打赏!</p></center>
<center>
<img src="http://7xlgx2.com1.z0.glb.clouddn.com/kele2.png" alt="ds" />
<img src="http://7xlgx2.com1.z0.glb.clouddn.com/sy.png" alt="ds" />
</center>
<!-- Scripts-->
<!-- <script src="md/js/jquery-2.1.1.min.js"></script>
<script src="md/js/materialize.js"></script>
<script src="md/js/slider.js"></script>
<script src="md/js/hammer.min.js"></script>
<script src="md/js/init.js"></script> -->
</body>
</html>