jfl/index.html

58 lines
1.9 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="page">
<div class="home">
<div class="logo">
<h1>暮暮个人主页</h1>
</div>
<div class="home-con">
<div class="hc-nav">
<a href="about.html">
<img src="img/nav1.png" alt=""/>
<span>个人介绍</span>
</a>
<a href="work.html">
<img src="img/nav2.png" alt=""/>
<span>个人作品</span>
</a>
<a href="life.html">
<img src="img/nav3.png" alt=""/>
<span>日常生活</span>
</a>
<a href="contact.html">
<img src="img/nav4.png" alt=""/>
<span>联系方式</span>
</a>
</div>
<div class="hc-text">
<!-- 图片区域-->
<img src="img/user.png" alt="">
<!-- 文字区域-->
<div class="hc-text-con">
<h3>姓名:朝暮</h3>
<p>性别:女</p>
<p>学号324725121</p>
<p>班级:大数据技术一班</p>
<p>邮箱999999999@qq.com</p>
<p>个人介绍: 我是一名充满活力的大学生,性格较开朗,
热爱生活,在校园里,我总是带着笑容,当然偶尔也会有心情不好的时候,
不过心情不好总是一时的。当然我也很乐于与同学们交流分享。积极参加我
所感兴趣的社团,积极参与各种活动,享受与人合作、共同进步的感觉。用
积极乐观的态度面对每一天,希望我的三年大学生活美满充实。</p>
</div>
</div>
</div>
<div class="footer">
<p>设计制作:暮暮 学号324725121</p>
</div>
</div>
</div>
</body>
</html>