-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (52 loc) · 2.69 KB
/
index.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>我的网页</title>
<link rel="icon" href="./static/images/logo.png" sizes="32x32">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" media="screen" href="./index.css" />
<script src="main.js"></script>
</head>
<body>
<div id="safe">
<div id="header">
<div id="title">
<p>常昊阳</p>
</div>
</div>
<div class="infoWidth">
<div class="paragraph basicInfo">
<div class="titles">我</div>
<div class="content"> 1996年,出生于河南省安阳市林州市,一个木青山秀的城市,三面环山,一方通坦。
</div>
</div>
<div class="paragraph eduExpricence">
<div class="titles">
<div>在</div>
<p>河南工程学院</p><span>2014.09-2018.06</span>
</div>
<div class="content"> 进入计算机专业,学习了从初中开始感兴趣的计算机,与想象中的不同,从VB换到了C++,从vbasic换到了命令行,之后学习了各种各样以前闻所未闻的知识。<br /> 电脑若是湖泊,网络就像河流,汇聚在一起拥有了大海,通过海,我们无处不在。<br /> 这里就是河流的河床。
</div>
</div>
<div class="paragraph proExpricence">
<div class="titles">
<div>到</div>
<p>上海埃林哲系统股份有限公司</p><span>2018.11</span>
</div>
<div class="content"> 进入了社会中的第一个大家庭。<br /> 在这里,开始了重新学习,之前学过的皮毛在实际的工作中也只是基础中的基础,无论是Java、HTML还是JavaScript都只能成为系统建筑中的基石,而我们要学会如何在基石上建筑摩天大厦。<br /> 唯有进步才可发展,唯有发展才可成功。</div>
</div>
</div>
<div class="paragraph moreInfo">
<div>联系我<div>
<form action="">
<input type="text" placeholder="姓名" />
<input type="text" placeholder="联系方式" />
<input type="text" placeholder="地点" /><br />
<input type="submit" value="确定" />
</form>
</div>
</div>
</body>
</html>