-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
174 lines (167 loc) · 7.95 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
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>Hi, snoweek</title>
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all">
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="snoweek skills projects" />
<script type="application/x-javascript">
addEventListener("load", function() {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<script src="js/jquery-1.11.1.min.js"></script>
<!-- start-smoth-scrolling -->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event) {
event.preventDefault();
$('html,body').animate({
scrollTop: $(this.hash).offset().top
}, 1200);
});
});
</script>
<!--End-smoth-scrolling-->
</head>
<body>
<!--start-header-section-->
<div class="header-section">
<div class="continer">
<img style="width:180px;" src="images/p2.jpg">
<h1>Hi, snoweek..<span>!</span></h1>
<!-- <p>My name is Web & i do Creative Bots</p> -->
<p><h1><a href="http://www.jianshu.com/users/a4f53fb14611/latest_articles" target="_blank">My Blog</a></h1></p>
<p><h1><a href="https://github.com/snoweek" target="_blank">Github</a></h1></p>
<a href="#more-more" class="scroll top"><span class="glyphicon glyphicon-triangle-bottom" aria-hidden="true"></span></a>
</div>
</div>
<!--end header-section-->
<!--start-study-section-->
<div id="more-more"></div>
<div class="study-section">
<div class="container">
<div class="study-grids">
<div class="col-md-6 study-grid">
<h3>Projects..<span>!</span></h3>
<div class="study1">
<p>
<a href="https://github.com/snoweek/weixin_kaifa" target="_blank"> 基于微信公共号的成绩查询系统
</a>
<label>( 2016 )</label>
</p>
<p>
<a href="https://github.com/snoweek/java-staticfile" target="_blank"> Java多线程静态文件服务器
</a>
<label>( 2016 )</label>
</p>
<p>
<a href="https://github.com/snoweek/java_search_engine" target="_blank">
网易新闻搜索引擎
</a>
<label>( 2015 )</label>
</p>
<p>
<a href="https://github.com/snoweek/php-artical" target="_blank">
基于PHP的文章发布系统
</a>
<label>( 2015 )</label>
</p>
<p>
<a href="https://github.com/snoweek/php-todolist" target="_blank">
基于PHP的待办清单网站
</a>
<label>( 2015 )</label>
</p>
<p>
<a href="https://github.com/snoweek/java_student_major" target="_blank">
基于Java Web的学生-专业管理系统
</a>
<label>( 2015 )</label>
</p>
</div>
</div>
<div class="col-md-6 study-grid">
<h3>skills..<span>!</span></h3>
<div class="study2">
<h4>Java<h4>
<div class="progress">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
<span class="sr-only">80% Complete</span>
</div>
</div>
<h4>PHP<h4>
<div class="progress">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
<span class="sr-only">80% Complete (danger)</span>
</div>
</div>
<h4>HTML</h4>
<div class="progress">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
<span class="sr-only">40% Complete (success)</span>
</div>
</div>
<h4>MySQL</h4>
<div class="progress">
<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
<span class="sr-only">60% Complete (warning)</span>
</div>
</div>
<h4>CSS</h4>
<div class="progress">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%">
<span class="sr-only">20% Complete</span>
</div>
</div>
<h4>js</h4>
<div class="progress">
<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
<span class="sr-only">60% Complete (warning)</span>
</div>
</div>
<h4>Memcache<h4>
<div class="progress">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
<span class="sr-only">40% Complete (danger)</span>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!--end study-section-->
<!--start-footer-section-->
<div class="footer-section">
<div class="container">
<div class="footer-top">
<p>© 2015 <span>Hello.</span> All rights reserved | Design by <a href="http://w3layouts.com">W3layouts</a></p>
</div>
<script type="text/javascript">
$(document).ready(function() {
$().UItoTop({
easingType: 'easeOutQuart'
});
});
</script>
<a href="#" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a>
</div>
</div>
<!--end-footer-section-->
</body>
</html>