-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (44 loc) · 1.86 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to Kirbysfan's website!ヾ(≧▽≦*)o</title>
<link rel="stylesheet" href="style/main.css">
<link rel="stylesheet" href="bootstrap/css/bootstrap-utilities.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7664629045569792"
crossorigin="anonymous"></script>
</head>
<body>
<div>
<nav class="hf">
<p>
Language: <a href="sc/index.html">简体中文</a> <a href="#">English</a><br>
<a href="rocky.html">Meet Rocky, my DNAxCAT oc!</a>
</p>
</nav>
<nav>
<img src="welcome.png" class="welcome">
<p><a href="#" class="navigate">Home</a><img src="hoshi.svg" class="hoshi"><a href="works.html"
class="navigate">Works</a><img src="hoshi.svg" class="hoshi"><a href="projects.html"
class="navigate">Projects</a></p>
</nav>
<main>
<p>
From Liaocheng, Shandong.<br>
Skilled in Web frontend development, and backend development that uses PHP.<br>
Meanwhile, can do basic job about C#.<br>
Meanwhile I'm also planning to study C and Java.
</p>
</main>
<nav>
<button class="btn"><a href="https://space.bilibili.com/362013973"><strong>Take me
there!</strong></a></button>
</nav>
<footer class="hf">
<p>Check out my <a href="https://weibo.com/u/6881068668">Weibo</a> <a
href="https://twitter.com/kirbysfan1">Twitter</a></p>
</footer>
</div>
<body>
</html>