-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
138 lines (137 loc) · 6.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html" charset=utf-8>
<title>Our Blog</title>
<link href="./static/index.css" rel="stylesheet"/>
<link href="./static/index-small.css" rel="stylesheet"/>
<link href="//at.alicdn.com/t/font_1521534_pnls3ch80x.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+SC&display=swap" rel="stylesheet">
</head>
<body>
<div id="main">
<div class="sidebar">
<div id="sidebar-brief">
<h2>OurBlog</h2>
<a href="./content/action-self.html">
<img id="sidebar-logo" src="image/team-logo.png" alt="头像">
</a>
<h3>蚂蚁花甲拉面</h3>
<p>我们的成员:马铭骏,梅竹,金潓</p>
</div>
<div id="sidebar-links">
<ul>
<li><a href="./index.html"><i class="iconfont icon-home"></i>
<span>Home</span></a></li>
<li><a href="https://github.com/kkkker/kkkker.github.io/tree/master/materials"><i class="iconfont icon-tags"></i>
<span>Tags</span></a></li>
<li><a href="https://bing.com" target="_black"><i class="iconfont icon-search"></i>
<span>Search</span></a></li>
</ul>
<ul>
<li><a href="https://bing.com" target="_black"><i class="iconfont icon-star"></i>
<span>Favourite</span></a></li>
<li><a href="./content/timeline.html" target="_black"><i class="iconfont icon-group"></i>
<span>Archive</span></a></li>
<li><a href="./content/action-self.html"><i class="iconfont icon-question-circle"></i>
<span>About</span></a></li>
</ul>
<ul class="column2 plain-list web-font">
<li><a href="mailto:[email protected]"><i class="iconfont icon-mail-fill"></i>
<span>E-Mail</span></a></li>
<li><a href="https://www.wechat.com" target="_black"><i class="iconfont icon-wechat-fill"></i>
<span>Wechat</span></a></li>
</ul>
<ul class="column2 plain-list web-font">
<li><a href="https://weibo.com" target="_black"><i class="iconfont icon-weibo"></i>
<span>Weibo</span></a></li>
<li><a href="https://github.com/kkkker/kkkker.github.io" target="_black"><i class="iconfont icon-github-fill"></i>
<span>GitHub</span></a></li>
</ul>
</div>
</div>
<div id="contents">
<div class="float-column">
<div class="headline">
<div>
<a href="./content/headline.html">
<h2>The first article</h2>
</a>
<p class="headline-dateloc">2019.11.24 in Chengdu</p>
<p class="headline-preview">
This is our headline article for video playback demonstration<br>
Please click the title above or link below to view our test article page.<br>
Alternatively you can also click on the headline poster ;)
</p>
<a class="headline-link" href="./content/headline.html">Continue reading</a>
</div>
<div>
<a href="./content/headline.html">
<img class="headline-image" src="./image/article-header.jpg" alt="头条文章背景图">
</a>
</div>
</div>
<div id="articles">
<ul id="article-list">
<li>
<div class="article-entry">
<div class="cover-block">
<a href="https://www.jianshu.com/u/e57f1358f33b" target="_black">
<img class="cover-img" src="image/article-01-cover.jpg" alt="Cover for Article A Missing"></a>
</div>
<div class="preview-block">
<a href="https://www.jianshu.com/u/e57f1358f33b" target="_black"><h2 class="article-title">Team Leader</h2></a>
<p class="article-dateloc">2019.11.21 in Chengdu</p>
<p class="article-preview">
This is our team leader Ma MingJun.<br>
His latest blog at Jianshu is:<br>
《HTML中<video>用法》
</p>
<a href="https://www.jianshu.com/u/e57f1358f33b" target="_black" class="article-link">Continue Reading</a>
</div>
</div>
</li>
<li>
<div class="article-entry">
<div class="cover-block">
<a href="https://www.jianshu.com/u/d7f174594d54" target="_black">
<img class="cover-img" src="image/article-02-cover.jpg" alt="Cover for Article B"></a>
</div>
<div class="preview-block">
<a href="https://www.jianshu.com/u/d7f174594d54" target="_black"><h2 class="article-title">Team Member</h2></a>
<p class="article-dateloc">2019.11.22 in Chengdu</p>
<p class="article-preview">
This is our team member Mei Zhu.<br>
His latest blog at Jianshu is:<br>
《background属性学习笔记》
</p>
<a href="https://www.jianshu.com/u/d7f174594d54" target="_black" class="article-link">Continue Reading</a>
</div>
</div>
</li>
<li>
<div class="article-entry">
<div class="cover-block">
<a href="https://www.jianshu.com/u/5e2b7029891e" target="_black">
<img class="cover-img" src="image/article-03-cover.jpg" target="_black" alt="Cover for Article C"></a>
</div>
<div class="preview-block">
<a href="https://www.jianshu.com/u/5e2b7029891e" target="_black"><h2 class="article-title">Team Member</h2></a>
<p class="article-dateloc">2019.11.23 in Chengdu</p>
<p class="article-preview">
This is our team member Jin Hui.<br>
Her latest blog at Jianshu is:<br>
《程序员应该如何提问》
</p>
<a href="https://www.jianshu.com/u/5e2b7029891e" target="_black" class="article-link">Continue Reading</a>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>