Skip to content

Commit 83c16ec

Browse files
authored
Merge pull request #58 from chihnanwu/main
feat: 加入allen個人身份
2 parents 99a220a + 6341eda commit 83c16ec

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Document</title>
7+
<link rel="stylesheet" href="style.css">
8+
</head>
9+
<body>
10+
<h1>Allen Wu</h1>
11+
<p>Hello! My name is Allen Wu, and I am excited to be part of the 2025 cohort. I have a passion for technology and innovation, and I look forward to learning and growing with my peers.</p>
12+
<p>In my free time, I enjoy hiking, reading science fiction novels, and experimenting with new programming languages. I believe that continuous learning is key to personal and professional growth.</p>
13+
<p>Feel free to reach out to me if you'd like to connect or collaborate on
14+
</body>
15+
</html>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
h1{
2+
color:blue
3+
}

0 commit comments

Comments
 (0)