-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (64 loc) · 1.49 KB
/
index.html
File metadata and controls
70 lines (64 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
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Self-Introduction</title>
<style>
/* Your CSS styles will go here */
</style>
</head>
<body>
<header>
<h1>Yiwei Chen</h1>
<h2>相亲委员</h2>
<a href="https://weibo.com/7868727651/5000619938546228">
</header>
<section id="about-me">
<h3>About Me</h3>
<p>I'm Yiwei Chen, I have many ggs. </p>
</section>
<section id="education">
<h3>Senior high school</h3>
<ul>
<li>Item 1</li>
<li>Item 2</li>
<!-- Add more items as needed -->
</ul>
</section>
<section id="work-experience">
<h3>Work Experience</h3>
<ul>
<li>
<h4>Weibo Senior High School</h4>
<p>A student in Class 5, Senior 1</p>
</li>
<!-- Add more job entries as needed -->
</ul>
</section>
<section id="skills">
<h3>Skills and Expertise</h3>
<ul>
<li>相亲</li>
<!-- Add more skills as needed -->
</ul>
</section>
<section id="projects">
<h3>No</h3>
<ul>
<li>
<h4>Project Name</h4>
<p>A brief description of the project.</p>
<a href="project-link">Link to Project</a>
</li>
<!-- Add more project entries as needed -->
</ul>
</section>
<footer>
<h3>Contact Information</h3>
<p>Email: No</p>
<p>Phone: 13559126724/p>
<!-- Add social media links, if desired -->
</footer>
</body>
</html>