-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (39 loc) · 1.3 KB
/
index.html
File metadata and controls
48 lines (39 loc) · 1.3 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
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>王君威</title>
<link href="styles/style.css" rel="stylesheet" />
<link href="styles/card.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
</head>
<body>
<div class="container">
<div class="image-section">
<img src="image/IMG_3309.JPG" alt="头像" />
<h1>王君威</h1>
<p>渴了会喝水</p>
<p>发现把脑子放在枕头上,眼睛闭上几个小时,会很舒服</p>
<a href="https://blogs.goudaijun.top/" class="icon-link">
<i class="fa-solid fa-blog"></i>
Blogs
</a>
<a href="https://github.com/JunWang666" class="icon-link">
<i class="fa-brands fa-github"></i>
Github
</a>
</div>
<div class="divider"></div>
<div class="content-section">
<h2> 课程记录</h2>
<a href="content/week1.html" class="card-link">
<p class="card-title">Week1</p>
<p class="card-desc">HTML Log</p>
</a>
</div>
</div>
</body>
<script src="scripts/main.js"></script>
</html>