-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (53 loc) · 2.42 KB
/
index.html
File metadata and controls
57 lines (53 loc) · 2.42 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>主页</title>
<meta charset="utf-8">
<link href="./img/logo1.png" rel="icon">
<link href="./css/bootstrap.css" rel="stylesheet">
<link href="./css/main.css" rel="stylesheet">
<script src="./js/bootstrap.js"></script>
<script src="./js/jquery.js"></script>
<script src="./js/main.js"></script>
</head>
<body>
<div id="header" class="sticky-top"></div>
<h3 class="zb-title"><img src="./svg/home.svg" height="30" width="25">主页</h3>
<div class="zb">
<h5>欢迎来到Ianzb的个人网站</h5>
<img class="logo" src="./img/logo2.png" width="25%">
</div>
</div>
<div class="zb">
<h5>个性签名</h5>
Minecraft玩家,科幻迷,编程爱好者!<br>
</div>
<div class="zb">
<h5>游戏</h5>
<a href="./game.html" class="btn btn-light">详细信息</a><br>
</div>
<div class="zb">
<h5>科幻</h5>
2020年开始阅读科幻小说及改编作品,爱好范围广泛,也喜欢看科幻电影。<br>
阅读过的长篇科幻小说包括《三体》三部曲、《银河帝国》系列(《机器人》三部曲、《帝国》三部曲、《基地》七部曲)、《太空漫游》四部曲、《沙丘》六部曲、《盲视》《模仿》系列、《龙蛋》《星震》系列、《仿生人会梦见电子羊吗》、《永恒的终结》、《神们自己》、《罗摩》四部曲、《童年的终结》等等。<br>
广泛地阅读过凡尔纳、威尔斯、阿西莫夫、克拉克、海因莱因、彼得·沃茨、刘慈欣等作家的作品。<br>
</div>
<div class="zb">
<h5>编程</h5>
2020年在<a href="https://code.xueersi.com/"
target="_blank">学而思编程社区</a>接触编程,学习Scratch、Python,2021年学习HTML、CSS,C++入门,2022年开始转向自学。现熟悉Python开发,擅长网络爬虫、GUI设计等领域;初步了解Java、JavaScript、C++、C#、Go语言开发和Android平台开发,擅长Windows平台开发。
</div>
<div class="zb">
<h5>天文</h5>
<a href="./astronomy.html" class="btn btn-light">详细信息</a><br>
</div>
<div class="zb">
<h5>更多爱好</h5>
数码<br>
刷机<br>
明日方舟:终末地<br>
</div>
<div id="footer"></div>
<script>loadTemplate()</script>
</body>
</html>