-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (75 loc) · 2.96 KB
/
index.html
File metadata and controls
83 lines (75 loc) · 2.96 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
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=1024" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<title> 魏淑平的个人主页</title>
<meta name="author" content="weishuping" />
<link href="css/impress-demo.css" rel="stylesheet" />
<!-- <link href="lib/bootstrap-3.3.7-dist/css/bootstrap.min.css" rel="stylesheet" /> -->
<!-- <link href="css/my.css" rel="stylesheet" /> -->
</head>
<body style="background: #ff8096;">
<div id="impress" class="impress-not-supported">
<div id="bored" class="step slide" data-x="-2000" data-y="-1500" style="text-align: center;">
<img src="./static/img/hello.png">
<span style="font-size: 16px; position: absolute; bottom:20px;">请使用方向键</span>
</div>
<div id="about" class="step" data-x="-1000" data-y="-1500">
<div class="col-md-4 self">
<img src="./static/img/timg.jpg">
<h1 class="page-title">魏淑平</h1>
<h4>前路漫漫 吾将上下而求索</h4>
<h3>WEB前端工程师</h3>
<h4>15029039705@163.com</h4>
</div>
</div>
<div class="step slide" id="skill" data-x="0" data-y="-1500">
<h1 class="page-title" id="skill_title_bg">专业技能</h1>
<skill></skill>
</div>
<div class="step" id="work" data-x="1000" data-y="-1500">
<h1 class="page-title">工作经历</h1>
<workbground></workbground>
</div>
<div class="step slide" id="edu" data-x="2000" data-y="-1500">
<h1 class="page-title">教育背景</h1>
<edubground></edubground>
</div>
<div id="internship" class="step slide" data-x="3000" data-y="-1500">
<a href="https://www.jianshu.com/u/8df9381899a6">来简书看我~</a>
<br>
<a href="https://app.yinxiang.com">去印象笔记记录自己~</a>
<!-- <h1 class="page-title">我喜欢画画,健身,写文章</h1>
<a href>Sass Less比较</a>
<br>
<a href>ES6</a>
<br>
<a href>REACT</a>
<br>
<a href>GIT</a>
<br>
<a href>Webpack</a>
<br>
<a href>RequireJs</a>
<br>
<a href>模块规范</a>
<br>
<a href>Node初学</a>
<br>
<a href>HTTP请求和状态码</a> ... -->
</div>
</div>
<script src="lib/jquery-1.11.2.js"></script>
<!-- <script src="https://unpkg.com/vue"></script> -->
<script src="dist/bundle.js"></script>
<!-- <script src="js/my.js"></script> -->
<script src="js/impress.js"></script>
<script>
impress().init();
</script>
<script type="text/javascript">
</script>
</body>
</html>