-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
685 lines (649 loc) · 25.7 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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="assets/css/extends.css">
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<title>君诺宝宝</title>
<link rel="shortcut icon" href="assets/images/logo.png" type="image/x-icon" />
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://junnuobaby.github.io">君诺宝宝</a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="mood.html"><span class="glyphicon glyphicon-leaf" aria-hidden="true"></span> 我的心情</a></li>
<li><a href="story.html"><span class="glyphicon glyphicon-book" aria-hidden="true"></span> 我的故事</a></li>
<!--<li><a href="precious.html"><span class="glyphicon glyphicon-inbox" aria-hidden="true"></span> 我的宝藏</a></li>-->
<li><a href="https://github.com/junnuobaby" target='_blank'><span class="glyphicon glyphicon-inbox" aria-hidden="true"></span> 我的github</a></li>
<li><a href="https://ictxiangxin.github.io"><span class="glyphicon glyphicon-time" aria-hidden="true"></span> 时间坐标</a></li>
</ul>
<div class="pull-right radio">
<audio controls="controls">
<source src="assets/audio/06.mp3">
</audio>
</div>
</div>
</div>
</nav>
<div class="wrapper">
<div class="container min-height">
<div class="fb-profile">
<img align="left" class="fb-image-profile thumbnail" src="assets/images/fb-profile-image.png"/>
<div class="fb-profile-text">
<h1>君诺宝宝</h1>
<p>任你血雨腥风,我自静若处子</p>
</div>
</div>
<div class="row">
<div class="index-navbar">
<div class="btn-group btn-group-justified">
<div class="btn-group">
<a type="button" class="btn btn-nav" href="#about" data-toggle="tab">
<span class="glyphicon glyphicon-user"></span>
<p>关于我</p>
</a>
</div>
<div class="btn-group">
<a type="button" class="btn btn-nav" href="#interest" data-toggle="tab">
<span class="glyphicon glyphicon-send"></span>
<p>我的爱好</p>
</a>
</div>
<div class="btn-group">
<a type="button" class="btn btn-nav" href="#skills" data-toggle="tab">
<span class="glyphicon glyphicon-scissors"></span>
<p>我的技能</p>
</a>
</div>
<div class="btn-group">
<a type="button" class="btn btn-nav" href="#works" data-toggle="tab">
<span class="glyphicon glyphicon-leaf"></span>
<p>我的作品</p>
</a>
</div>
<div class="btn-group">
<a type="button" class="btn btn-nav" href="#articles" data-toggle="tab">
<span class="glyphicon glyphicon-file"></span>
<p>我的文章</p>
</a>
</div>
<div class="btn-group">
<a type="button" class="btn btn-nav" href="#collections" data-toggle="tab">
<span class="glyphicon glyphicon-hdd"></span>
<p>我的收藏</p>
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="tab-content">
<div id="about" class="tab-pane fade active in">
<ul class="timeline">
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="assets/images/about/1.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>No.1</h4>
<h4 class="subheading"><strong>我的身世</strong></h4>
</div>
<div class="timeline-body">
<p class="text-muted">
我是一个功力超群的前端妹子,前世乃关中女侠,除恶扬善,护一方平安。后为小人所害,投缘今世,功力不减,转业编程。
</p>
</div>
</div>
<div class="line"></div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="assets/images/about/2.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>No.2</h4>
<h4 class="subheading"><strong>时而呆萌</strong></h4>
</div>
<div class="timeline-body">
<p class="text-muted">
当你发现我十分呆萌时,我一定是在想问题(或者想吃的)。呆是一种气质,萌是一种心情,世界这么复杂,我要超凡脱俗。
</p>
</div>
</div>
<div class="line"></div>
</li>
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="assets/images/about/3.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>No.3</h4>
<h4 class="subheading"><strong>时而可人</strong></h4>
</div>
<div class="timeline-body">
<p class="text-muted">
天生丽质的事情已经不想说了,心灵美才是至美。人不害我,我不害人,人若害我,我也害不了人。
</p>
</div>
</div>
<div class="line"></div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="assets/images/about/4.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>No.4</h4>
<h4 class="subheading"><strong>时而知性</strong></h4>
</div>
<div class="timeline-body">
<p class="text-muted">
认真起来可是什么东西都会的哦,一副酷酷的眼镜,加上两块大屏幕,双手灵动于键盘,你可以想象。
</p>
</div>
</div>
<div class="line"></div>
</li>
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="assets/images/about/5.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>No.5</h4>
<h4 class="subheading"><strong>时而高冷</strong></h4>
</div>
<div class="timeline-body">
<p class="text-muted">
别看我像只猫,脾气像老虎(母的),让我不爽的拒之千里之外,惹怒我的通通杀无赦。
</p>
</div>
</div>
</li>
</ul>
</div>
<div id="interest" class="tab-pane fade">
<div class="container text-center">
<div class="row">
<div class="col-xs-12 col-sm-8 col-sm-offset-2" role="tabpanel">
<div class="col-xs-4 col-sm-12">
<ul class="[ nav nav-justified ]" id="nav-tabs" role="tablist">
<li role="presentation" class="active">
<a href="#interst_1" aria-controls="interst_1" role="tab" data-toggle="tab">
<img class="img-circle" src="assets/images/interest/1.png" />
<span class="quote"><span class="glyphicon glyphicon-star" aria-hidden="true"></span></span>
</a>
</li>
<li role="presentation" class="">
<a href="#interst_2" aria-controls="interst_2" role="tab" data-toggle="tab">
<img class="img-circle" src="assets/images/interest/2.png" />
<span class="quote"><span class="glyphicon glyphicon-star" aria-hidden="true"></span></span>
</a>
</li>
<li role="presentation" class="">
<a href="#interst_3" aria-controls="interst_3" role="tab" data-toggle="tab">
<img class="img-circle" src="assets/images/interest/3.png" />
<span class="quote"><span class="glyphicon glyphicon-star" aria-hidden="true"></span></span>
</a>
</li>
<li role="presentation" class="">
<a href="#interst_4" aria-controls="interst_4" role="tab" data-toggle="tab">
<img class="img-circle" src="assets/images/interest/4.png" />
<span class="quote"><span class="glyphicon glyphicon-star" aria-hidden="true"></span></span>
</a>
</li>
</ul>
</div>
<div class="col-xs-8 col-sm-12">
<div class="tab-content" id="tabs-collapse">
<div role="tabpanel" class="tab-pane fade in active" id="interst_1">
<div class="tab-inner">
<p class="lead">喜欢羽毛球,超爱运动后大汗淋漓的感觉!~</p>
<hr>
<p><h3><strong class="text-uppercase">羽毛球</strong></h3></p>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="interst_2">
<div class="tab-inner">
<p class="lead">超爱Steam,超喜欢Ori and the Blind Forest!~</p>
<hr>
<p><h3><strong class="text-uppercase">玩游戏</strong></h3></p>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="interst_3">
<div class="tab-inner">
<p class="lead">还有一大兴趣就是:买买买!!!</p>
<hr>
<p><h3><strong class="text-uppercase">疯狂购物</strong></h3></p>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="interst_4">
<div class="tab-inner">
<p class="lead">熟练编写html、css、js,为什么会熟练?因为我喜欢!~</p>
<hr>
<p><h3><strong class="text-uppercase">代码达人</strong></h3></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="skills" class="tab-pane fade">
<p>c</p>
</div>
<div id="works" class="tab-pane fade">
<p>d</p>
</div>
<div id="articles" class="tab-pane fade">
<p>e</p>
</div>
<div id="collections" class="tab-pane fade">
<p>f</p>
</div>
</div>
</div>
</div>
</div>
<footer class="footer text-center">
<div class="container">
<small>© Copyright 2015. Craft by junnuobaby ictxiangxin</small>
</div>
</footer>
</body>
</html>
<script>
var activeEl = 0;
$(function() {
var items = $('.btn-nav');
$(items[activeEl]).addClass('active');
items.click(function() {
$(items[activeEl]).removeClass('active');
$(this).addClass('active');
activeEl = $( ".btn-nav" ).index( this );
});
});
</script>
<style>
.btn-nav {
background-color: #fff;
border: 1px solid #e0e1db;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.btn-nav:hover {
color: #307da5;
cursor: pointer;
-webkit-transition: color 1s;
transition: color 1s;
}
.btn-nav.active {
color: #307da5;
padding: 2px;
border-top: 6px solid #307da5;
border-bottom: 6px solid #307da5;
border-left: 0;
border-right: 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-webkit-transition: border 0.3s ease-out, color 0.3s ease 0.5s;
-moz-transition: border 0.3s ease-out, color 0.3s ease 0.5s;
-o-transition: border 0.3s ease-out, color 0.3s ease 0.5s;
transition: border 0.3s ease-out, color 0.3s ease 0.5s;
-webkit-animation: pulsate 1.2s linear infinite;
animation: pulsate 1.2s linear infinite;
}
.btn-nav.active:before {
content: '';
position: absolute;
border-style: solid;
border-width: 6px 6px 0;
border-color: #307da5 transparent;
display: block;
width: 0;
z-index: 1;
margin-left: -6px;
top: 0;
left: 50%;
}
.btn-nav .glyphicon {
padding-top: 16px;
font-size: 40px;
}
.btn-nav.active p {
margin-bottom: 8px;
}
@-webkit-keyframes pulsate {
50% { color: #000; }
}
@keyframes pulsate {
50% { color: #000; }
}
@media (max-width: 480px) {
.btn-group {
display: block !important;
float: none !important;
width: 100% !important;
max-width: 100% !important;
}
}
@media (max-width: 600px) {
.btn-nav .glyphicon {
padding-top: 12px;
font-size: 26px;
}
}
.index-navbar {
margin-top: 100px;
margin-bottom: 20px;
box-shadow: 0 0 20px #151a35;
}
.timeline {
position: relative;
padding:4px 0 0 0;
margin-top:22px;
list-style: none;
}
.timeline>li:nth-child(even) {
position: relative;
margin-bottom: 50px;
height: 180px;
right:-100px;
}
.timeline>li:nth-child(odd) {
position: relative;
margin-bottom: 50px;
height: 180px;
left:-100px;
}
.timeline>li:before,
.timeline>li:after {
content: " ";
display: table;
}
.timeline>li:after {
clear: both;
min-height: 170px;
}
.timeline > li .timeline-panel {
position: relative;
float: left;
width: 41%;
padding: 0 20px 20px 30px;
text-align: right;
background-color: rgba(255, 255, 255, 0.5);
}
.timeline>li .timeline-panel:before {
right: auto;
left: -15px;
border-right-width: 15px;
border-left-width: 0;
}
.timeline>li .timeline-panel:after {
right: auto;
left: -14px;
border-right-width: 14px;
border-left-width: 0;
}
.timeline>li .timeline-image {
z-index: 100;
position: absolute;
left: 50%;
border: 7px solid #3b5998;
border-radius: 100%;
background-color: #3b5998;
box-shadow: 0 0 50px #151a35;
width: 200px;
height: 200px;
margin-left: -100px;
}
.timeline>li .timeline-image h4 {
margin-top: 12px;
font-size: 10px;
line-height: 14px;
}
.timeline>li.timeline-inverted>.timeline-panel {
float: right;
padding: 0 30px 20px 20px;
text-align: left;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
right: auto;
left: -15px;
border-right-width: 15px;
border-left-width: 0;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
right: auto;
left: -14px;
border-right-width: 14px;
border-left-width: 0;
}
.timeline>li:last-child {
margin-bottom: 0;
}
.timeline .timeline-heading h4 {
margin-top:22px;
margin-bottom: 4px;
padding:0;
color: #525252;
}
.timeline .timeline-heading h4.subheading {
margin:0;
padding:0;
text-transform: none;
font-size:18px;
color:#333333;
}
.timeline .timeline-body>p,
.timeline .timeline-body>ul {
margin-bottom: 0;
color: #2f2f2f;
}
.timeline>li:nth-child(odd) .line:before {
content: "";
position: absolute;
top: 60px;
bottom: 0;
left: 690px;
width: 4px;
height:340px;
background-color: #3b5998;
-ms-transform: rotate(-44deg);
-webkit-transform: rotate(-44deg);
transform: rotate(-44deg);
box-shadow: 0 0 10px #151a35;
}
.timeline>li:nth-child(even) .line:before {
content: "";
position: absolute;
top: 60px;
bottom: 0;
left: 450px;
width: 4px;
height:340px;
background-color: #3b5998;
-ms-transform: rotate(44deg);
-webkit-transform: rotate(44deg);
transform: rotate(44deg);
box-shadow: 0 0 10px #151a35;
}
@media (min-width: 992px) and (max-width: 1199px) {
.timeline > li:nth-child(even) {
margin-bottom: 0px;
min-height: 0px;
right: 0px;
}
.timeline > li:nth-child(odd) {
margin-bottom: 0px;
min-height: 0px;
left: 0px;
}
.timeline>li:nth-child(even) .timeline-image {
left: 0;
margin-left: 0px;
}
.timeline>li:nth-child(odd) .timeline-image {
left: 690px;
margin-left: 0px;
}
.timeline > li:nth-child(even) .timeline-panel {
width: 76%;
padding: 0 0 20px 0px;
text-align: left;
}
.timeline > li:nth-child(odd) .timeline-panel {
width: 70%;
padding: 0 0 20px 0px;
text-align: right;
}
.timeline > li .line {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.timeline > li:nth-child(even) {
margin-bottom: 0px;
min-height: 0px;
right: 0px;
}
.timeline > li:nth-child(odd) {
margin-bottom: 0px;
min-height: 0px;
left: 0px;
}
.timeline>li:nth-child(even) .timeline-image {
left: 0;
margin-left: 0px;
}
.timeline>li:nth-child(odd) .timeline-image {
left: 520px;
margin-left: 0px;
}
.timeline > li:nth-child(even) .timeline-panel {
width: 70%;
padding: 0 0 20px 0px;
text-align: left;
}
.timeline > li:nth-child(odd) .timeline-panel {
width: 70%;
padding: 0 0 20px 0px;
text-align: right;
}
.timeline > li .line {
display: none;
}
}
@media only screen and (max-width: 767px) {
.timeline > li:nth-child(even) {
margin-bottom: 0px;
min-height: 0px;
right: 0px;
}
.timeline > li:nth-child(odd) {
margin-bottom: 0px;
min-height: 0px;
left: 0px;
}
.timeline>li .timeline-image {
position: static;
width: 150px;
height: 150px;
margin-bottom:0px;
}
.timeline>li:nth-child(even) .timeline-image {
left: 0;
margin-left: 0;
}
.timeline>li:nth-child(odd) .timeline-image {
float:right;
left: 0px;
margin-left:0;
}
.timeline > li:nth-child(even) .timeline-panel {
width: 100%;
padding: 0 0 20px 14px;
}
.timeline > li:nth-child(odd) .timeline-panel {
width: 100%;
padding: 0 14px 20px 0px;
}
.timeline > li .line {
display: none;
}
}
.nav.nav-justified > li > a {
position: relative;
}
.nav.nav-justified > li > a:hover,
.nav.nav-justified > li > a:focus {
background-color: transparent;
}
.nav.nav-justified > li > a > .quote {
position: absolute;
left: 0px;
top: 0;
opacity: 0;
width: 30px;
height: 30px;
padding: 5px;
background-color: #13c0ba;
border-radius: 15px;
color: #fff;
}
.nav.nav-justified > li.active > a > .quote {
opacity: 1;
}
.nav.nav-justified > li > a > img {
box-shadow: 0 0 0 5px #13c0ba;
}
.nav.nav-justified > li > a > img {
max-width: 100%;
opacity: .3;
-webkit-transform: scale(.8,.8);
transform: scale(.8,.8);
-webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav.nav-justified > li.active > a > img,
.nav.nav-justified > li:hover > a > img,
.nav.nav-justified > li:focus > a > img {
opacity: 1;
-webkit-transform: none;
transform: none;
-webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
box-shadow: 0 0 50px #000000;
}
.tab-pane .tab-inner {
padding: 30px 0 20px;
}
@media (min-width: 768px) {
.nav.nav-justified > li > a > .quote {
left: auto;
top: auto;
right: 20px;
bottom: 0px;
}
}
</style>