-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (56 loc) · 2.48 KB
/
index.html
File metadata and controls
65 lines (56 loc) · 2.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/animate.css">
<meta name="viewport" content="width=640, user-scalable=no,target-densityDpi=device-dpi">
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/common.js"></script>
</head>
<body>
<div id="main">
<ul id="list">
<li>
<p class="top animated flash" >我的简历</p>
<p class="name animated shake">姚进磊</p>
<p class="work animated shake">前端开发</p>
</li>
<li>
<div class="a1">
<p class="animated zoomInDown"></p>
<p class="animated bounceInLeft"></p>
<p class="animated zoomIn"></p>
</div>
</li>
<li>
<div class="a2">
<div class="p1 animated bounceInRight"><h2 style="text-align: center;margin-top: 20px;font-size: 55px" class="animated rubberBand">项目经验</h2></div>
<div style="color:#000000;font-size:30px" class=" p2 animated bounceInLeft">诚信新郑:<br/>
主要职责:主要负责该网站的维护和更新; JS编码,及简单的后台交互;
配合需求进行网站的改版。
</div>
<div style="color:#000000;font-size:30px " class=" p3 animated bounceInRight">河南新枫林仿真园艺:<br/>
根据设计稿,完成静态页面并实现简单的功能,并兼容各个浏览器
主要内容有:
公司介绍,产品展示,店面展示,
通过JS实现各种切换动画,并且部分项目去合作方给予后期支持!。
</div>
<div style="color:#000000;font-size:30px" class=" p4 animated bounceInLeft"> 郑州方圆营销策划有限公司:<br/>
主要负责:利用css+div制作静态页面样式,使用JS编写页面的交互效果及用
ajax技术实现前端与后台的信息交流
</div>
</div>
</li>
</ul>
<div id="musicBtn" >
<audio id="audioDemo" preload="none" loop>
<source src="MP3/克罗地亚狂想曲(38秒铃声版).mp3" type="audio/mpeg"/>
</audio>
</div>
</div>
</body>
</html>
<script src="js/index2.js"></script>
<script src="js/MI.js"></script>