jfl/work.html

42 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="css/style.css"/>
</head>
<body>
<!-- 导航-->
<div class="header">
<!-- logo-->
<div class="logo">
<h3>暮暮个人主页</h3>
</div>
<!--菜单-->
<div class="nav">
<a href="index.html">首页</a>
<a href="about.html" class="active">个人介绍</a>
<a href="work.html" class="active">个人作品</a>
<a href="life.html">日常生活</a>
<a href="contact.html">联系方式</a>
</div>
</div>
<!-- 内容 -->
<div class="about">
<h3 class="about-title"> [个人作品] </h3>
<div class="work">
<img src="img/work1.png" alt="">
<img src="img/work2.png" alt="">
<img src="img/work3.png" alt="">
<img src="img/work4.png" alt="">
<img src="img/work5.png" alt="">
<img src="img/work6.png" alt="">
<img src="img/work7.png" alt="">
<img src="img/work8.png" alt="">
</div>
</div>
<div class="footer">
<p>设计制作:暮暮 学号324725121</p>
</div>
</body>
</html>