-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
257 lines (255 loc) · 8.53 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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!DOCTYPE HTML>
<html>
<head>
<title>刘冬煜的主页</title>
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all">
<link href="css/style2.css" rel="stylesheet" type="text/css" media="all" />
<link rel="stylesheet" href="css/chocolat.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<link href='http://fonts.useso.com/css?family=Open+Sans:400,800italic,800,700italic,700,600italic,600,400italic,300italic,300' rel='stylesheet' type='text/css'>
<script src="js/jquery-1.11.1.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/component.css" />
<script src="js/modernizr.custom.js"></script>
<!--light-box-files -->
<script src="js/jquery.chocolat.js"></script>
<script type="text/javascript">
$(function() {
$('.gallery a').Chocolat();
});
</script>
<!--light-box-files -->
<script src="js/responsiveslides.min.js"></script>
<script>
$(function () {
$("#slider").responsiveSlides({
auto: true,
nav: true,
speed: 500,
namespace: "callbacks",
pager: true,
});
});
</script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
</head>
<body>
<!--header-->
<div class="header" id="home">
<div class="container">
<div class="header-top">
<div class="logo">
<h1><a href="./index.html">刘冬煜</a></h1>
</div>
</div>
<!--//header-->
<div class="banner-text">
<img src="img/me.jpg">
<h4>研究牲,独立游戏开发者,Minecraft模组制作人,原创摇滚音乐人</h4>
</div>
<a class="bottom-banner scroll" href="#bottom" ><img src="img/bottom.png"></a>
</div>
</div>
<div class="content">
<div class="about">
<div class="container">
<div class="about-grids">
<div class="col-md-6 service-grid" id="services">
<h3>主要贡献</h3>
<div class="ser-grids">
<div class="col-md-3 ser-grid">
<div class="ser-bottom-grd">
<a href="./pages/mcmods.html"><span class="glyphicon glyphicon-book" aria-hidden="true"></span></a>
</div>
<a href="./pages/mcmods.html"><h5>Minecraft模组</h5></a>
</div>
<div class="col-md-3 ser-grid">
<div class="ser-bottom-grd">
<a href="./pages/games.html"><span class="glyphicon glyphicon-hdd" aria-hidden="true"></span></a>
</div>
<a href="./pages/games.html"><h5>独立游戏</h5></a>
</div>
<div class="col-md-3 ser-grid">
<div class="ser-bottom-grd">
<a href="https://www.zhihu.com/people/bei-ji-e-13"><span class="glyphicon glyphicon-home" aria-hidden="true"></span></a>
</div>
<a href="https://www.zhihu.com/people/bei-ji-e-13"><h5>知乎</h5></a>
</div>
<div class="col-md-3 ser-grid">
<div class="ser-bottom-grd">
<a href="https://space.bilibili.com/9466234"><span class="glyphicon glyphicon-bold" aria-hidden="true"></span></a>
</div>
<a href="https://space.bilibili.com/9466234"><h5>Bilibili</h5></a>
</div>
<div class="clearfix"></div>
</div>
<p>
Minecraft代表模组:绿宝石工艺、海洋的世界、头颅工艺等。<br/>
独立游戏代表作:《斯诺克:竞速河畔》《雨夜中最明亮的六芒星》。<br/>
代表歌曲:《北街》《塞下秋》《写给远去的我》。
</p>
</div>
<div class="col-md-6 about-grid" id="about">
<h2>关于我</h2>
<div class="about-grid1" style="float:right;">
<div class="about-img1">
<img src="img/about.jpg" class="img-responsive" alt="">
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<div id="gallery" class="gallery">
<div class="container">
<h3>画廊</h3>
<section>
<ul id="da-thumbs" class="da-thumbs">
<li>
<a href="img/real_peaceful_mode/pink_creeper.png" class="b-link-stripe b-animate-go thickbox">
<img src="img/small/pink_creeper.png" alt="" />
<div>
<h5>查看大图</h5>
</div>
</a>
</li>
<li>
<a href="img/other/randomcrafting.png" class="b-link-stripe b-animate-go thickbox">
<img src="img/small/randomcrafting.png" alt="" />
<div>
<h5>查看大图</h5>
</div>
</a>
</li>
<li>
<a href="img/other/randomlooting.png" class="b-link-stripe b-animate-go thickbox">
<img src="img/small/randomlooting.png" alt="" />
<div>
<h5>查看大图</h5>
</div>
</a>
</li>
<li>
<a href="img/a.jpg" class="b-link-stripe b-animate-go thickbox">
<img src="img/a.jpg" alt="" />
<div>
<h5>查看大图</h5>
</div>
</a>
</li>
<li>
<a href="img/a.jpg" class="b-link-stripe b-animate-go thickbox">
<img src="img/a.jpg" alt="" />
<div>
<h5>查看大图</h5>
</div>
</a>
</li>
<li>
<a href="img/a.jpg" class="b-link-stripe b-animate-go thickbox">
<img src="img/a.jpg" alt="" />
<div>
<h5>查看大图</h5>
</div>
</a>
</li>
<li>
<a href="img/a.jpg" class="b-link-stripe b-animate-go thickbox">
<img src="img/a.jpg" alt="" />
<div>
<h5>查看大图</h5>
</div>
</a>
</li>
<li>
<a href="img/a.jpg" class="b-link-stripe b-animate-go thickbox">
<img src="img/a.jpg" alt="" />
<div>
<h5>查看大图</h5>
</div>
</a>
</li>
<li>
<a href="img/a.jpg" class="b-link-stripe b-animate-go thickbox">
<img src="img/a.jpg" alt="" />
<div>
<h5>查看大图</h5>
</div>
</a>
</li>
</ul>
</section>
<script type="text/javascript" src="js/jquery.hoverdir.js"></script>
<script type="text/javascript">
$(function() {
$('#da-thumbs > li').each( function() { $(this).hoverdir(); } );
});
</script>
</div>
</div>
<!-- //gallery -->
<div class="testimonials" id="testimonials">
<div class="container">
<h3>testimonials</h3>
<div class="slider">
<div class="callbacks_container">
<ul class="rslides" id="slider">
<li>
<p>当你穿行在这片荒野<br/>当拥抱在谎言与希望之间<br/>任时光模糊你双眼<br/>你知道世界终会变陌生<br/>可心中的画面永不会褪色<br/>总有个声音陪你到最后</p>
<h4><a href="#">——丝绒公路乐队 《执念》</a></h4>
</li>
<li>
<p>难舍长安故土潺潺流水<br/>徒悲叹草色葳蕤<br/>风雪掩埋天地吞没是非<br/>塞下秋,寒霜凝作了心碎</p>
<h4><a href="#">——刘冬煜 《塞下秋》</a></h4>
</li>
<li>
<p>
'Coz you're the only one that gets me<br/>
And you're the only one that keeps me safe<br/>
When I'm far from sleep and lonely<br/>
You're the only one that holds me<br/>
When I'm out there chasing my dreams<br/>
And I've got you by my side<br/>
I can put this world behind me<br/>
'Coz you're the only one that I need tonight
</p>
<h4><a href="#">——The Material 《The Only One》</a></h4>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--testimonials-->
<div class="price" id="pricing">
<div class="container">
<h3>为我打赏</h3>
<div class="price-grids">
<h4>如果你喜欢我的作品,不如赏我几枚铜板</h4>
<div class="price-img">
<img src="img/like.png" class="img-responsive" alt="">
</div>
<a href="https://afdian.net/a/Viola_Siemens" class="button">为我打赏</a>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="footer-section" id="bottom">
<div class="container">
<div class="footer-top">
<p>Copyright © 2022. Apache 2.0 License.</p>
</div>
</div>
</div>
</body>
</html>