Skip to content

Commit 96585cc

Browse files
committed
feat: 加入 Lanmei 個人身份
1 parent fc4d69f commit 96585cc

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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>Lanmei's Student Page</title>
7+
<link rel="stylesheet" href="styles.css">
8+
</head>
9+
<body>
10+
<header>
11+
<h1>Welcome to Lanmei's Student Page</h1>
12+
</header>
13+
<main>
14+
<section>
15+
<h2>About Me</h2>
16+
<p>Hello! My name is Lanmei. I am excited to be part of the 2025 cohort.</p>
17+
</section>
18+
<section>
19+
<h2>My Interests</h2>
20+
<ul>
21+
<li>Programming</li>
22+
<li>Data Science</li>
23+
<li>Machine Learning</li>
24+
</ul>
25+
</section>
26+
<section>
27+
<h2>Contact Me</h2>
28+
<p>You can reach me at: lanmei@example.com</p>
29+
</section>
30+
</main>
31+
<footer>
32+
<p>&copy; 2025 Lanmei</p>
33+
</footer>
34+
</body>
35+
</html>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
h1 {
2+
color: #4CAF50;
3+
text-align: center;
4+
}
5+
p {
6+
font-size: 16px;
7+
line-height: 1.5;
8+
color: #333333;
9+
}

0 commit comments

Comments
 (0)