-
Notifications
You must be signed in to change notification settings - Fork 0
/
homepage.html
71 lines (63 loc) · 2.69 KB
/
homepage.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
<!DOCTYPE html>
<html>
<head>
<title>茅志鹏的博客</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div class="left-bottom">
<div class="left">
<a href="homepage.html">
<img src="./img/3.jpg" class="portrait">
</a>
<div class="name">
<h1>茅志鹏的博客</h1>
<h1>Mao Zhipeng's Blog</h1>
</div>
<div class="introduction">中华人民共和国北京市海淀区华清大学的末等程序猿。不争不抢、不哭不闹、不卑不亢、不悲不喜、一切随缘。</div>
<div class="account">知乎: @懋士月</div>
<div class="account">微信: mzp1076470037</div>
<div class="account">邮箱:mzp0514@gmail.com</div>
<div class="copyright">©2019 by茅志鹏</div>
</div>
</div>
<div class="right-bottom">
<div class="right">
<div class="log">
<div class="log-abstract">
<a href="item1.html"><h1 class="title">2019夏Web前端小学期第一弹</h1></a>
<p class="time">发布于2019年7月2日</p>
<p>小学期第二天,拥有了一个朴素的个人主页。</p>
</div>
<div id="i1" class="log-pic"></div>
</div>
<div class="log">
<div class="log-abstract">
<a href="item2.html"><h1 class="title">2019夏Web前端小学期第二弹</h1></a>
<p class="time">发布于2019年7月7日</p>
<p>第二次前端小作业纪实。</p>
</div>
<div id="i2" class="log-pic"></div>
</div>
<div class="log">
<div class="log-abstract">
<a href="item3.html"><h1 class="title">2019夏Web前端小学期第三弹</h1></a>
<p class="time">发布于2019年7月11日</p>
<p>第四次前端小作业纪实。</p>
</div>
<div id="i3" class="log-pic"></div>
</div>
<div class="log">
<div class="log-abstract">
<a href="item4.html"><h1 class="title">2019夏Web前端小学期第四弹</h1></a>
<p class="time">发布于2019年7月26日</p>
<p>前端大作业纪实。</p>
</div>
<div id="i4" class="log-pic"></div>
</div>
</div>
</div>
</body>
</html>