-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (69 loc) · 2.24 KB
/
Copy pathindex.html
File metadata and controls
72 lines (69 loc) · 2.24 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
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
dt{
color: rgb(71, 7, 248);
font-size: large;
}
dd{
color:rgb(43, 2, 21);
font-size: medium;
}
body {
background-image: url('../个人主页/th.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
</style>
</head>
<body>
<h1 align="center">个人网站------------*✧⁺˚⁺ପ(๑・ω・)੭ु⁾⁾ 好好学习天天向上</h1>
<dl>
<dt>
一、 个人信息:
</dt>
<dd>
计算机六班黄琳,计算机应用方向
</dd>
<dd>
兴趣爱好是乱涂以及play the piano,喜欢看小说嘿嘿,虽然从小学就开始看有点腻了
</dd>
</dl>
<dl>
<dt>
二、学习经历
</dt>
<dd>
没有专业相关实习经历以及项目经验
会的大多是校内课程c,c++,数据结构会的比较浅层。java和html和css了解一点
四六级已经过了
</dd>
</dl>
<dl>
<dt>
三、学期规划
</dt>
<dd>
学习的不自信来源于知识的模糊,希望以后对本专业的知识能够更多联系起来,希望接下来可以继续深入学习,找到我更感兴趣的方向,学习更多专业技能。
如果可以的话当然打算考研。
软工能够学会使用GitHub,学会一点小程序,把大作业做好,不拖团队的后腿,最好能拿个好成绩。
并且希望这学期能够把六级的分数再提上去。
</dd>
</dl>
<dl>
<dt>
四、关于图片
</dt>
<dd>
没有图片啊,发张自己做的雪容融吧嘿嘿。
<image src="../个人主页/0F5269B548DDB533213EF2181B1A1B91.jpg"/>
</dd>
</dl>
</body>
</html>