-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
186 lines (156 loc) · 5.62 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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link type="text/css" href="css/gerenzhan.css" rel="stylesheet" />
<link type="text/css" href="css/jquery.fullPage.css" rel="stylesheet" />
<title>AZY</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1"/>
</head>
<script type="text/javascript" src="js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.10.3.min.js"></script>
<script type="text/javascript" src="js/jquery.fullPage.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$.fn.fullpage({
slidesColor: ['','#CCC', '#e6eae6', '#ccc',''],
anchors: ['page1','page2', 'page3', 'page4','page5'],
navigation: true,
afterLoad: function(anchorLink, index){
if(index == 2){
$('.section2').find('p').delay(200).animate({
bottom: '0'
}, 1500, 'easeOutExpo');
}
if(index == 4){
$('.section4').find('.left').delay(500).animate({
left: '0'
}, 1500, 'easeOutExpo');
$('.section4').find('.right').delay(500).animate({
right: '0'
}, 1500, 'easeOutExpo');
}
if(index == 5){
$('.section5 #footer_tubiao').find('img').fadeIn(2000);
}
},
onLeave: function(index, direction){
if(index == '2'){
$('.section2').find('p').delay(300).animate({
bottom: '-120%'
}, 1500, 'easeOutExpo');
}
if(index == '4'){
$('.section4').find('.left').delay(500).animate({
left: '-120%'
}, 1500, 'easeOutExpo');
$('.section4').find('.right').delay(500).animate({
right: '-120%'
}, 1500, 'easeOutExpo');
}
if(index == '5'){
$('.section5 #footer_tubiao').find('img').fadeOut(2000);
}
}
});
$("#profo #zuopin a").each(function(){
$(this).hover(function(){
$(this).find("div").stop().fadeIn();
},function(){
$(this).find("div").stop().fadeOut();})
})
});
</script>
<body>
<section id="wraper">
<div class="section section1" id="banner">
<h1>ZhangFei personal blog</h1>
<p>路漫漫其修远兮,我将上下而求索</p>
<aside><a href="#page2"><img src="images/banner_jt_04.png"></a></aside>
</div>
<div class="section section2" id="about">
<section id="about_logo"><img src="images/png.png" width="60px" height="60px"></section>
<h1>ABOUT ME</h1>
<h6>关于我</h6>
<section id="clear"></section>
<section id="content">
<aside id="zyh">“</aside>
<section id="pbiaoqian">
<p>我热爱生活,热爱旅游、喜欢跑步。研究生的两年生活:让我变得越来越能独立完成一些事情!我喜欢前端,喜欢漂亮的页面,生动的特效..........
</p>
</section>
<aside id="yyh">”</aside>
</section>
</div>
<div class="section section3" id="profo">
<h1>PROFOLIO</h1>
<h6>我的作品</h6>
<section id="zuopin">
<a href="https://zhangfei1111.github.io/zhangfei.github.io/snacks/"><img src="images/lingshi.png" width="380px" height="230px"></a>
<a href="https://zhangfei1111.github.io/zhangfei.github.io/"><img src="images/muke.jpg" width="380px" height="230px"></a>
<a href="https://zhangfei1111.github.io/zhangfei.github.io/"><img src="images/mobike.jpeg"width="380px" height="230px"></a>
<a href="https://zhangfei1111.github.io/zhangfei.github.io/"><img src="images/bingxueqiyuan.jpg" width="380px" height="230px"></a>
<a href="https://zhangfei1111.github.io/zhangfei.github.io/"><img src="images/360.jpg" width="380px" height="230px"></a>
<a href="https://zhangfei1111.github.io/zhangfei.github.io/"><img src="images/maizi.jpg" width="380px" height="230px"></a>
</section>
<section id="clear"></section>
</div>
<div class="section section4" id="skills">
<h1>SKILLS</h1>
<h6>我的技能</h6>
<section id="cont">
<section id="htcs" class="left">
<img src="images/HTML+CSS3.png">
<p>熟悉HTML5和CSS3特性和最新规范,精通运用HTML5构建网页界面,利用CSS3美化网页界面</p>
</section>
<section id="xys">
<img src="images/xiangyingshi.png">
<p>熟悉jquery库、angularJS</p>
</section>
<section id="js" class="right">
<img src="images/JS.png">
<p>熟悉js基础语法,能够编写结构清晰,符合规范的js代码</p>
</section>
<section id="arp" class="left">
<img src="images/ARP.png">
<p>了解arp协议</p>
</section>
<section id="flash">
<img src="images/FLASH.png">
<p>熟悉flash动画</p>
</section>
<section id="ps" class="right">
<img src="images/PS.png">
<p>熟悉ps使用,并且能够用ps进行切图</p>
</section>
<section id="clear"></section>
</section>
</div>
<div class="section section5">
<section id="footer_logo"><img src="images/png.png" width="60px" height="60px"></section>
<h1>CONTACT</h1>
<h6>联系我</h6>
<section id="footer_tubiao">
<section id="phone">
<img src="images/footertu_17.png">
<p>TEL<br>185-7735-6702</p>
</section>
<section id="qq">
<img src="images/footertu_19.png">
<p>QQ<br>1113049985</p>
</section>
<section id="email">
<img src="images/footertu_21.png">
<p>E-mail<br>[email protected]</p>
</section>
<section id="clear"></section>
</section>
<section id="last">
<P>Designed and Developed by Azy. BY-NC-SA License<br>
Copyright @ 2014-2020 azy.com. All Rights Reserved.
</P>
</section>
</div>
</section>
</body>
</html>