-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
124 lines (108 loc) · 5.89 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
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.useso.com/css?family=Open+Sans:300,400,600,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/templatemo-style.css">
<title>肖坤宇的主页</title>
</head>
<body>
<div class="fixed-header">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#home">肖坤宇</a>
</div>
<nav class="main-menu">
<ul>
<li><a class="external" href="https://segmentfault.com/" target="_blank">SegmentFault</a></li>
<li><a class="external" href="http://www.w3ctech.com/" target="_blank">W3Ctech</a></li>
<li><a class="external" href="http://matrix.h5jun.com/" target="_blank">Matrix</a></li>
<li><a class="external" href="http://www.nowcoder.com/" target="_blank">Nowcoder</a></li>
<li><a class="external" href="http://www.zhihu.com/" target="_blank">Zhihu</a></li>
</ul>
</nav>
</div>
</div>
<div class="container">
<section class="col-md-12 content" id="home">
<div class="col-lg-6 col-md-6 content-item">
<img src="images/7.jpg" alt="Image" class="tm-image">
</div>
<div class="col-lg-6 col-md-6 content-item content-item-1 background">
<h2 class="main-title text-center dark-blue-text">Github Repository</h2>
<p>我在github上正式注册,并上传了第一份代码,这是一个开始也是一个延续。希望在这里记录下日后所敲击出的一切,同时也会乐于分享所看到的优秀代码·~
谨以此来纪念逝去的大学时光,以及没有定数的未来。<br/>
<a class="light-blue-text" href="website/public/index.html" target="_blank">webcome-website</a><br/>
<a class="light-blue-text" href="https://github.com/Kygo4/Searchplatform" target="_blank">Search-platform</a><br/>
<a class="light-blue-text" href="https://github.com/Kygo4/KinectProject" target="_blank">Kinect-project</a><br/>
<a class="light-blue-text" href="https://github.com/Kygo4/Carousel-figure" target="_blank">Carousel-demo</a><br/>
<a type="button" class="btn btn-big dark-blue-btn" style="display: block" href="https://github.com/Kygo4" target="_blank">源码传送门</a>
</div>
</section>
<section class="col-md-12 content padding" id="services">
<div class="col-lg-6 col-md-6 col-md-push-6 content-item">
<img src="images/2.jpg" alt="Image" class="tm-image">
</div>
<div class="col-lg-6 col-md-6 col-md-pull-6 content-item background flexbox">
<h2 class="section-title">My CN Blog</h2>
<p class="section-text">管理自己的博客是一件十分有意义的事情。以后会经常记录些遇到的问题,整理下新学到的东西,顺便记录下生活中的点点滴滴。我的博客将成为自己成长和进步的见证。<br/>
<ul class="dark-blue-text">
<li><a href="http://www.cnblogs.com/Kygo4/diary/2016/08/01/5727124.html" target="_blank">>>百度实习日记(持续更新)</a></li>
<li><a href="http://www.cnblogs.com/Kygo4/p/5453575.html" target="_blank">>>前端学习方法总结(转载)</a></li>
<li><a href="http://www.cnblogs.com/Kygo4/p/5451902.html" target="_blank">>>平时遇到的问题和解决方案</a></li>
<li><a href="http://www.cnblogs.com/Kygo4/p/5450950.html" target="_blank">>>对于jsonp的一些研究</a></li>
<li><a href="http://www.cnblogs.com/Kygo4/p/5459900.html" target="_blank">>>对于圣杯布局和双飞翼布局的新认识</a></li>
<li><a href="http://www.cnblogs.com/Kygo4/p/5460395.html" target="_blank">>>js实现qq空间、微博以及豆瓣等平台分享</a></li>
<li><a href="http://www.cnblogs.com/Kygo4/" target="_blank">>>More...</a></li>
</ul>
<a type="button" class="btn btn-big dark-blue-btn" href="http://www.cnblogs.com/Kygo4/" target="_blank">博客传送门</a>
</div>
</section>
</div>
<div class="text-center footer">
<div class="container">
Copyright @ 2016 JLU 肖坤宇
| 高度决定视野,角度改变观念,尺度把握人生!
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.singlePageNav.min.js"></script>
<script>
// Check scroll position and add/remove background to navbar
function checkScrollPosition() {
if($(window).scrollTop() > 50) {
$(".fixed-header").addClass("scroll");
} else {
$(".fixed-header").removeClass("scroll");
}
}
$(document).ready(function () {
// Single page nav
$('.fixed-header').singlePageNav({
offset: 59,
filter: ':not(.external)',
updateHash: true
});
checkScrollPosition();
// nav bar
$('.navbar-toggle').click(function(){
$('.main-menu').toggleClass('show');
});
/* $('.main-menu a').click(function(){
$('.main-menu').removeClass('show');
});*/
});
$(window).on("scroll", function() {
checkScrollPosition();
});
</script>
</body>
</html>