Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wang9th authored Jun 6, 2024
1 parent 9bc4453 commit f560eca
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@
padding: 20px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.link {
text-align: center;
margin: 20px 0;
}
.link a {
color: #4CAF50;
text-decoration: none;
font-size: 1.2em;
}
.link a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
Expand All @@ -53,14 +65,18 @@ <h1>Heath的个人网页</h1>
</header>
<div class="container">
<div class="profile">
<img src="https://via.placeholder.com/150" alt="Heath's profile picture">
<img src="https://github.com/wang9th.png" alt="Heath's profile picture">
<h1>Heath</h1>
<p>简介风格的个人网页</p>
</div>
<div class="content">
<h2>关于我</h2>
<p>你好!我是Heath,这里是我的个人网页。我喜欢分享我的工作和生活。</p>
</div>
<div class="link">
<p>查看我的其他工作:</p>
<a href="https://github.com/wang9th" target="_blank">访问我的GitHub页面</a>
</div>
</div>
</body>
</html>

0 comments on commit f560eca

Please sign in to comment.