File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed
students/2025-12-02-Lanmei Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 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 > © 2025 Lanmei</ p >
33+ </ footer >
34+ </ body >
35+ </ html >
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments