forked from fly3949/fly.moe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (110 loc) · 4.55 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
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<!--
Project Link: https://github.com/fly3949/fly.moe
-->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta name="HandheldFriendly" content="true">
<title>Yueer</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/minireset.min.css" integrity="sha256-rYUTtzummUpBJLuuLnVN9Hy06M9uLlZ8W8VZOyiX2WQ="
crossorigin="anonymous">
<link href="assets/css/main.css" rel="stylesheet">
<link rel="icon" type="image/webp" href="./assets/img/favicon.webp">
<!--[if lt IE 9]>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/html5shiv.min.js" integrity="sha256-9uAoNWHdszsUDhSXf/rVcWOqKPfi5/8V5R4UdbZle2A=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dest/respond.min.js" integrity="sha256-nwhzW/P9gnvWMPOm84MK8BzQRRMdi8iutxMuYsYcOgw=" crossorigin="anonymous"></script>
<![endif]-->
</head>
<body>
<div id="background-small"></div>
<!-- Loading hover -->
<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>
<!-- Main box -->
<main>
<div class="content">
<div class="left">
<div class="avatar">
<img src="assets/img/logo.webp" style="width: 128px; height: 128px">
</div>
<ul class="menu">
<li>
<a goto="#home">HOME</a>
</li>
<li>
<a goto="#contact">CONTACT</a>
</li>
<li>
<a goto="#donate">DONATE</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>Yueer</h1>
<p>
我,Yueer,一个Baka。
<br>
没啥特长 / 宅 / 猫猫天下第一!
</p>
</section>
<section id="contact">
<h1>捕捉方式</h1>
<div class="items">
<a href="https://blog.yueer.moe/" target="_blank">
<i class="fa fa-home"></i>
<span>Blog</span>
</a>
<a href="https://twitter.com/Yueerloli" target="_blank">
<i class="fa fa-twitter"></i>
<span>Twitter</span>
</a>
<a href="https://github.com/YueerMoe" target="_blank">
<i class="fa fa-github"></i>
<span>GitHub</span>
</a>
<a href="mailto:[email protected]" target="_blank">
<i class="fa fa-envelope"></i>
<span>E-Mail</span>
</a>
</div>
</section>
<section id="donate">
<h1>咱,可爱,打钱!</h1>
<div class="donate-img-box">
<img src="assets/img/afdian.png">
</div>
</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>
<div><a href="https://icp.gov.moe/?keyword=yueer.moe" style="text-decoration:none;color:white;">萌ICP备2020233233号</a></div>
</footer>
</main>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="assets/js/main.js"></script>
</body>
</html>