forked from RavelloH/ravelloh.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (80 loc) · 3.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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>Jrzq-MEMZ’s Blog | Home</title>
<meta name="keywords" content="Jrzq-MEMZ,blog,">
<meta name="description" content="A Blog by Jrzq-MEMZ">
<!-- CSS -->
<link type="text/css" rel="stylesheet" href="/css/common.css">
<link type="text/css" rel="stylesheet" href="/css/style.css">
<link type="text/css" rel="stylesheet" href="/css/iconfont.css">
<!-- JavaScript -->
<script type="text/javascript" src="/js/loading.js"></script>
<script type="text/javascript" src="/js/common.js"></script>
</head>
<body>
<body>
<section class="showcase">
<header>
<h2 class="logo">
<a href="/">
<img class="logoimg" src="/img/avatar.jpg" style="width: 1.5em;border-radius: 50%;"
alt="avatar">
<img class="logoimg" src="/img/RavelloH.svg" alt="RavelloH's Blog">
</a>
</h2>
<div class="headers">
<nav>
<a href="/">
主页HOME
</a>
<a href="/works/">
作品集WORKS
</a>
<a href="/articles/">
文章ARTICLES
</a>
<a href="/tag/">
标签TAG
</a>
<a href="/about/">
关于ABOUT
</a>
</p>
</nav>
</div>
<div class="toggle" class="header">
</div>
</header>
<div class="overlay"></div>
<div class="text" id="text">
<h2>WELCOME TO</h2>
<h3>Jrzq-MEMZ's BLOG</h3>
<p class="typing">
Welcome here and fell free to check it out...
</p>
<a class="button" href="/articles/">Start Now</a>
</div>
<ul class="social">
<li><a href="/about/"><span class="iconfont icon-about"></span></a></li>
<li><a href="http://github.com/ravelloh" target="_blank" rel="noreferrer"><span
class="iconfont icon-github"></span></a></li>
<li>
<a href="http://xeocnet-studio.github.io" target="_blank" rel="noreferrer">
<span class="iconfont icon-home">
</span>
</a>
</li>
</ul>
</section>
<div class="menu">
<ul>
<script type="text/javascript" src="/js/menu.js"></script>
</ul>
</div>
<script src="/js/script.js"></script>
<script src="//instant.page/5.1.0" type="module"
integrity="sha384-by67kQnR+pyfy8yWP4kPO12fHKRLHZPfEsiSXR8u2IKcTdxD805MGUXBzVPnkLHw"></script>
</body>
</html>