-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_zh.html
More file actions
58 lines (56 loc) · 1.49 KB
/
index_zh.html
File metadata and controls
58 lines (56 loc) · 1.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Feiyang Wu</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"/>
<link rel="stylesheet" href="style.css" type="text/css">
<script>
var age = 0;
</script>
<style>
.main {
margin: 0 auto;
padding: 50px;
width: 800px;
height: fit-content;
align-items: center;
justify-content: center;
}
.header {
float: right;
}
nav div a{
width: 100px;
height: 50px;
/*background-color: blue;*/
display: inline-block;
text-align: center;
line-height: 50px;
text-decoration: none;
color: white;
justify-content: flex-end;
}
#navbar {
background-color: black;
height: 50px;
/*padding: 10px;*/
}
</style>
</head>
<body>
<header>
<nav id = "navbar">
<div class="header"><a href="#">中文</a> <a href="index.html">English</a> </div>
</nav>
</header>
<div class="main">
<h1>邬飞扬 </h1>
<h2>教育背景</h2>
<h3>电子与计算机工程</h3>
<h4>杭州市余杭高级中学, 2018-2021</h4>
<h3>浙江大学 2021-2025, 本科</h3>
<h3>伊利诺伊大学厄巴纳香槟分校 2021-2025, 本科</h3>
</div>
</body>
</html>