-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
117 lines (117 loc) · 5.06 KB
/
index.html
File metadata and controls
117 lines (117 loc) · 5.06 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>雨沐晨枫博客-欢迎页</title>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="Cache-Control" content="no-transform">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta name="keywords" content="雨沐晨枫,Jecho,主页">
<meta name="description" content="雨沐晨枫的个人主页">
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<link rel="stylesheet" href="./static/main.css">
<link rel="stylesheet" href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
</head>
<body>
<div class="loading">
<div class="spinner">
<div class="rect1"></div>
<div class="rect2"></div>
<div class="rect3"></div>
<div class="rect4"></div>
<div class="rect5"></div>
</div>
</div>
<script>
var picnum = parseInt(Math.random()*20+1);
document.write('<div class="bak" style="background-image: url(https://cdn.jsdelivr.net/gh/Moe-Dog/[email protected]/statics/img/'+picnum+'.jpg);"></div>');
</script>
<main>
<div class="content">
<div class="left">
<div class="avatar">
<img src="https://image.jecho.cn/wp-content/uploads/2018/09/2018092323522519.jpg">
</div>
<ul class="menu">
<li>
<a goto="#home" class="active"><i class="fa fa-home"></i> HOME</a>
</li>
<li>
<a goto="#archives"><i class="fa fa-bookmark"></i> ARCHIVES</a>
</li>
<li>
<a goto="#about"><i class="fa fa-address-book"></i> ABOUT</a>
</li>
</ul>
<div class="copyright">
Made with
<i class="fa fa-heart"></i> by
<br>
<a href="https://fly.moe" target="_blank">Fly3949</a>
</div>
</div>
<div class="right">
<section id="home" class="active">
<h1>雨沐晨枫丨联系方式</h1>
<div class="items">
<a href="https://www.jecho.cn" rel="noopener">
<i class="fa fa-wordpress"></i>
<span>Blog</span>
</a>
<a href="https://github.com/nisi2005" target="_blank" rel="noopener">
<i class="fa fa-github"></i>
<span>GitHub</span>
</a>
<i class="fa fa-envelope"></i>
<span>E-Mail</span>
</a>
<a href="https://twitter.com/nisi2005" target="_blank" rel="noopener">
<i class="fa fa-twitter"></i>
<span>Twitter</span>
</a>
<a href="https://www.facebook.com/nisi2005" target="_blank" rel="noopener">
<i class="fa fa-facebook-official"></i>
<span>Facebook</span>
</a>
<a href="https://weibo.com/u/21608730" target="_blank" rel="noopener">
<i class="fa fa-weibo"></i>
<span>Weibo</span>
</a>
</div>
</section>
<section id="archives">
<h1>近期文章</h1>
<ul class="archive-list">
<li>Loading...</li>
</ul>
</section>
<section id="about">
<h1>关于</h1>
<p>
网名:雨沐晨枫<br>
性别:<i class="fa fa-male"></i><br>
职业:学生<br>
目前在学习:HTML/CSS/JavaScript和Python<br>
学习总进度:<br>
<JE id="all"></JE><br>
听歌 / 瞎折腾 / 搞事情 / <a href="https://www.jecho.cn" target="_blank">More...</a>
</p>
</section>
</div>
</div>
<footer>
<p id="hitokoto">Loading...</p>
<div class="copyright-mobile">
Made with
<i class="fa fa-heart"></i> by
<a href="https://fly.moe" target="_blank">Fly3949</a>
</div>
</footer>
</main>
<script src="./static/main.js"></script>
</body>
</html>