-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdaima.html
35 lines (35 loc) · 1.21 KB
/
daima.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<link rel="stylesheet" type="text/css" href="./normalize.css"/>
<link rel="stylesheet" type="text/css" href="./content.css" />
<title>instruction</title>
</head>
<body>
<div class="xiayu">
<div id="touxiang">
<img id="photo" src="F:\ife\热身\xiayu.png">
</div>
<div class="word">
<p id="xuexiao">夏雨</p>
<p>西安邮电大学计算机科学与技术专业大二学生,学习前端中...</p>
<p>兴趣爱好:看书、打羽毛球、吃美食</p>
<p>现在正在学习有关前端的知识,才刚刚入门,没有什么经验,不过以后我会继续努力学习前端,争取做一个比较好的前端攻城狮!fighting!</p>
</div>
<div class="status">
<p id="title">前端技能</p>
<div class="study">
<p class="item">HTML</p>
<div id="html-study"><div></div></div>
<p class="item">CSS</p>
<div id="css-study"><div></div></div>
<p class="item">JScript</p>
<div id="js-study"><div></div></div>
<p class="item">Photoshop</p>
<div id="ps-study"><div></div></div>
</div>
</div>
</div>
</body>
</html>