-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (58 loc) · 1.48 KB
/
index.html
File metadata and controls
60 lines (58 loc) · 1.48 KB
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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>五折叔的水稻田</title>
<link rel="stylesheet" type="text/css" href="./index/semantic.min.css">
<link rel="stylesheet" type="text/css" href="./index/main.css">
</head>
<body>
<div class="parent">
<div class="ui card box-shadow">
<div class="blurring dimmable image">
<div class="ui dimmer transition hidden">
<div class="content">
<div class="center">
<a href="http://b.zhatv.cn/" class="ui inverted button">
进去看看
</a>
</div>
</div>
</div>
<img src="./index/me.jpg">
</div>
<div class="content">
<a class="header">五折叔的水稻田</a>
<div class="meta">
<span class="date">好逸恶劳的鼻祖,不务正业的典型。</span>
</div>
<div class="description">
<p><i class="Heart icon red"></i>Python, PHP, Javascript, Programming</p>
</div>
</div>
<div class="extra content center aligned">
<a href="mailto:ken8203@gmail.com">
<i class="Mail icon"></i>
</a>
<a href="https://url.fit/kcc-resume">
<i class="File Pdf Outline icon"></i>
</a>
<a href="https://fb.me/ken8203">
<i class="Facebook icon"></i>
</a>
<a href="https://github.com/ken8203">
<i class="Github Square icon"></i>
</a>
<a href="https://www.linkedin.com/in/ken8203">
<i class="Linkedin Square icon"></i>
</a>
</div>
</div>
</div>
<script src="./index/jquery.min.js"></script>
<script src="./index/semantic.min.js"></script>
<script>
$(function() {
$('.card .image').dimmer({
on: 'hover'
});
});
</script>
</body></html>