-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
615 lines (597 loc) · 19.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
<!--<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;url=contruction.html">
<script type="text/javascript">
window.location.href = "fullpage.js/site/index.html"
</script>
<title>Page Redirection</title>
</head>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link.
If you are not redirected automatically, follow the <a href='http://example.com'>link to example</a>
</body>
</html>
-->
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>YinChannel</title>
<meta name="author" content="Ying-Ting Chen" />
<meta name="description" content="Media redirection channel" />
<meta name="keywords" content="Redirection for all media related to Yinchannel" />
<meta name="Resource-type" content="Document" />
<link rel="stylesheet" type="text/css" href="fullpage.js/jquery.fullPage.css" />
<link rel="stylesheet" type="text/css" href="fullpage.js/site/examples.css" />
<style>
@font-face{
font-family: "Pacifico";
src: url(http://fonts.gstatic.com/s/pacifico/v7/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-xsNqO47m55DA.woff2);
}
/* Style for our header texts
* --------------------------------------- */
h1{
font-size: 5em;
font-family: arial,helvetica;
color: #fff;
margin:0;
padding:0;
}
h2{
font-size: 4em;
font-family: arial,helvetica;
color: #000000;
margin:0;
padding:0;
}
h3{
font-family: 'Pacifico', 'Brush Script MT', cursive;
font-size: 5em;
color: #000000;
margin:0;
padding:0;
}
.intro p{
color: #000000;
font-weight: bold;
}
.intro h1{
color: #000000;
font-weight: bold;
}
.intro {
background-color: #D3D3D3;
border: 1px solid black;
opacity: 0.6;
filter: alpha(opacity=60);
}
a{
color: #A9A9A9;
}
a:hover {
color:#D3D3D3;
}
/* Centered texts in each section
* --------------------------------------- */
.section{
text-align:center;
}
/* Fixed header and footer.
* --------------------------------------- */
/*#header, #footer{
position:fixed;
display:block;
width: 100%;
background: #333;
z-index:9;
text-align:left;
color: #f2f2f2;
}*/
#header{
top:0px;
height: 50px;
padding: 20px 0 0 0;
}
#footer{
bottom:0px;
height: 100%;
padding: 0px 0 0 0;
display: block;
width: 100%;
background: #333;
z-index:9;
text-align:left;
color: #f2f2f2;
}
#footer .content{
width: 75%;
margin-left: auto;
margin-right: auto;
}
/* Backgrounds will cover all the section
* --------------------------------------- */
.section{
background-size: cover;
}
.slide{
background-size: cover;
}
/*Adding background for the slides
* --------------------------------------- */
#introSlide{
background-image: url(imgs/diego.jpg);
background-position: center;
padding: 0% 0 0 0;
color: #f2f2f2;
}
#ax2018{
background-image: url(imgs/popstar.jpg);
background-position: center;
padding: 0% 0 0 0;
}
#acen2018{
background-image: url(imgs/artemis.jpg);
background-position: center;
padding: 0% 0 0 0;
}
#c2e22018{
background-image: url(imgs/c2e2dva.jpg);
background-position: center;
padding: 0% 0 0 0;
}
#cad2017{
background-image: url(imgs/pubg.jpg);
background-position: center;
padding: 0% 0 0 0;
}
#ax2017{
background-image: url(imgs/annie.jpg);
background-position: center;
padding: 0% 0 0 0;
}
#c2e22017{
background-image: url(imgs/warmachine.jpg);
background-position: center;
padding 0% 0 0 0;
}
#CAD2016{
background-image: url(imgs/mcdonalds.jpg);
background-position: center;
padding 0% 0 0 0;
}
#nycc2016{
background-image: url(imgs/venus.jpg);
background-position: center;
padding 0% 0 0 0;
}
#ax2016{
background-image: url(imgs/kungfury.jpg);
background-position: center;
padding 0% 0 0 0;
}
#akon27{
background-image: url(imgs/muse.jpg);
background-position: center;
padding 0% 0 0 0;
}
#hangar24{
background-image: url(imgs/hangar24.jpg);
background-position: center;
padding 0% 0 0 0;
}
#studioTests{
background-image: url(imgs/maurice.jpg);
background-position: center;
padding 0% 0 0 0;
}
#slide0{
background-image: url(imgs/photo.jpg);
background-position: center;
padding 0% 0 0 0;
}
#slide1{
background-image: url();
background-position: center;
padding: 0% 0 0 0;
}
#slide2{
background-image: url(imgs/borderlands.jpg);
background-position: center;
padding: 0% 0 0 0;
}
#slide3{
background-image: url(imgs/persona.jpg);
background-position: center;
padding: 0% 0 0 0;
}
#slide4{
background-image: url(imgs/zirene.jpg);
background-position: center;
padding: 0% 0 0 0;
}
#slide5{
background-image:url(imgs/statefair.jpg);
background-position: center;
padding: 0% 0 0 0;
}
#slide6{
background-image:url(imgs/serena.jpg);
background-position: center top;
padding: 0% 0 0 0;
}
#slide7{
background-image:url(imgs/cory.jpg);
background-position: center;
padding: 0% 0 0 0;
color: #f2f2f2;
}
#slide8{
background-image:url(imgs/slade.jpg);
background-position: center;
padding: 0% 0 0 0;
color: #f2f2f2;
}
#twitchStream{
background-image:url(imgs/leftshark.jpg);
background-position: center;
padding: 0% 0 0 0;
}
#chanlandFacebook{
background-image:url(imgs/chanland.jpg);
background-position: center;
padding: 0% 0 0 0;
}
#yinchannelFacebook{
background-image:url(imgs/poketrainer.jpg);
background-position: center;
padding: 0% 0 0 0;
}
#auriFacebook{
background-image:url(imgs/Dvarun.JPG);
background-position: center;
padding::0% 0 0 0;
}
#frequentContacts{
background-image:url(imgs/frequentcontacts.jpg);
background-position: center;
padding: 0% 0 0 0;
}
#artHome{
background-image:url(imgs/Coast.jpg);
background-position: center;
padding: 0% 0 0 0;
}
#section-footer #footer-text{
width: 80%;
height: auto;
margin: 0 auto;
padding: 20px 0;
}
#cosplayHome{
background-image:url(imgs/cosplayProj.png);
background-position: center;
padding: 0% 0 0 0;
}
#videoHome{
background-image:url(imgs/videoproj.jpg);
background-position: center;
padding: 0% 0 0 0;
}
#myVideo{
position: absolute;
right: 0;
bottom: 0;
top:0;
right:0;
width: 100%;
height: 100%;
background-size: 100% 100%;
background-color: black; /* in case the video doesn't fit the whole page*/
background-image: /* our video */;
background-position: center center;
background-size: contain;
object-fit: cover; /*cover video background */
z-index:3;
}
/* Overwriting styles for the navigation dots (to place it where we want)
* --------------------------------------- */
.fp-slidesNav.bottom{
bottom: 25px;
}
/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
color: #fff;
}
</style>
<!--[if IE]>
<script type="text/javascript">
var console = { log: function() {} };
</script>
<![endif]-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
<script type="text/javascript" src="fullpage.js/jquery.fullPage.js"></script>
<script type="text/javascript" src="fullpage.js/site/examples.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#fullpage').fullpage({
verticalCentered: true,
fitToSection: false,
autoScrolling: false,
menu: '#menu',
slidesNavigation: true,
scrollBar: true,
sectionsColor: ['#ffffff', '#C63DOF', '#1BBC9B', '#7E8F7C', '#009cef']
});
});
</script>
</head>
<body>
<!--<div id="header">
<p><b><i><font face="Times New Roman Bold"><a href="index.html" title="home">YinChannel</a></font></i> | <font face="Arial"> <a href="about.html">About</a><span style="Float:right; color:#a9a9a9">Scroll to explore!</span></font></b></p>
</div> -->
<ul id="menu">
<li data-menuanchor="section0"><a href="index.html">/YinChannel/</a> </li>
<li data-menuanchor="section1"><a href="about.html">About</a></li>
<li data-menuanchor="section2"><a href="hosts.html">Channel Hosts</a></li>
</ul>
<div id="fullpage">
<div class="section " id="section0">
<div class="slide" id="introSlide">
<div class="intro">
<h3>/YinChannel/</h3>
<p>Collecting Creativity</p>
</div>
</div>
<!-- <div class="slide" id="aboutSlide">
<h3>What is YinChannel?</h3>
<p>TL;DR: YinChannel helps new content creators figure out what they're doing and attract new followers.</p>
<p>YinChannel is a reboot of the original YinChannel site created in 2011 that was originally an imageboard designed to share user-created content within a small network. The new format reduces the facilitation of individual pieces of user-generated content in favor of aggregating each individual's independent content collections. The goal is to help our content creators more easily reach out to their userbases while remaining independent, while supporting those who want to learn how to become content creators by helping promote new content creators. Support provided by fellow content creators is, after all, the best way to bind a community!</p>
</div> -->
</div>
<div class="section" id="section1">
<div class="slide" id="slide0">
<div class="intro">
<h2>Photography Content</h2>
<p>Scroll left and right to explore photography projects associated with YinChannel!</p>
</div>
</div>
<div class="slide" id="ax2018">
<div class="intro">
<h1>Anime Expo 2018</h1>
<p>
Photos from 2018 Anime Expo can be found on our Flickr Page!
</p>
<a target="_blank" href="https://flic.kr/s/aHskBJaaBr" title="See my photos on Flickr!"><img src="imgs/flickrbutton.png" width="147" height="26" alt="" align="middle"></a>
</div>
</div>
<div class="slide" id="acen2018">
<div class="intro">
<h1>Anime Central 2018</h1>
<p>
Photos from 2018 Anime Central can be found on our Flickr Page!
</p>
<a target="_blank" href="https://flic.kr/s/aHsmjeCyRt" title="See my photos on Flickr!"><img src="imgs/flickrbutton.png" width="147" height="26" alt="" align="middle"></a>
</div>
</div>
<div class="slide" id="c2e22018">
<div class="intro">
<h1>C2E2 2018</h1>
<p>
Photos from 2018 Chicago Comic and Entertainment Expo can be found on our Flickr Page!
</p>
<a target="_blank" href="https://flic.kr/s/aHsmhFGGoY" title="See my photos on Flickr!"><img src="imgs/flickrbutton.png" width="147" height="26" alt="" align="middle"></a>
</div>
</div>
<div class="slide" id="cad2017">
<div class="intro">
<h1>Con+Alt+Delete 2017</h1>
<p>
Photos from 2017 Con+Alt+Delete can be found on our Flickr Page!
</p>
<a target="_blank" href="https://flic.kr/s/aHsmcfumpV" title="See my photos on Flickr!"><img src="imgs/flickrbutton.png" width="147" height="26" alt="" align="middle"></a>
</div>
</div>
<div class="slide" id="ax2017">
<div class="intro">
<h1>Anime Expo 2017</h1>
<p>
Photos from 2017 Anime Expo can be found on our Flickr Page!
</p>
<a target="_blank" href="https://flic.kr/s/aHsm42ke6g" title="See my photos on Flickr!"><img src="imgs/flickrbutton.png" width="147" height="26" alt="" align="middle"></a>
</div>
</div>
<div class="slide" id="c2e22017">
<div class="intro">
<h1>C2E2 2017</h1>
<p>
Photos from 2017 Chicago Comic & Entertainment Expo can be found on our Flickr Page!
</p>
<a target="_blank" href="https://flic.kr/s/aHskYu6V9u" title="See my photos on Flickr!"><img src="imgs/flickrbutton.png" width="147" height="26" alt="" align="middle"></a>
</div>
</div>
<div class="slide" id="CAD2016">
<div class="intro">
<h1>Con+Alt+Delete 2016</h1>
<p>
Photos from 2016 Con+Alt+Delete can be found on our Flickr Page!
</p>
<a target="_blank" href="https://flic.kr/s/aHskLFk2KB" title="See my photos on Flickr!"><img src="imgs/flickrbutton.png" width="147" height="26" alt="" align="middle"></a>
</div>
</div>
<div class="slide" id="nycc2016">
<div class="intro">
<h1>New York Comic Con 2016</h1>
<p>
Photos from 2016 New York Comic Con can be found on our Flickr Page!
</p>
<a target="_blank" href="https://www.flickr.com/gp/134791955@N06/MDJ5AE" title="See my photos on Flickr!"><img src="imgs/flickrbutton.png" width="147" height="26" alt="" align="middle"></a>
</div>
</div>
<div class="slide" id="ax2016">
<div class="intro">
<h1>Anime Expo 2016</h1>
<p>
Photos from 2016 Anime Expo in Los Angeles, California can be found on our Flickr Page!
</p>
<a target="_blank" href="https://flic.kr/s/aHskBHFdK2" title="See my photos on Flickr!"><img src="imgs/flickrbutton.png" width="147" height="26" alt="" align="middle"></a>
</div>
</div>
<div class="slide" id="akon27">
<div class="intro">
<h1>A-Kon 27</h1>
<p>Photos from 2016 A-Kon in Dallas, Texas can be found on our Flickr Page!</p>
<a target="_blank" href="https://flic.kr/s/aHskC7uv4a" title="See my photos on Flickr!"><img src="imgs/flickrbutton.png" width="147" height="26" alt="" align="middle"></a>
</div>
</div>
<div class="slide" id="hangar24">
<div class="intro">
<h1>Hangar24 Airshow and Beerfest</h1>
<p>Photos from the 2016 Hangar24 Airshow and Beerfest</p>
<a target="_blank" href="https://flic.kr/s/aHskAsfKGy" title="See my photos on Flickr!"><img src="imgs/flickrbutton.png" width="147" height="26" alt="" align="middle"></a>
</div>
</div>
<div class="slide" id="studioTests">
<div class="intro">
<h1>Studio Tests</h1>
<p>Photos from around our studio can be found on the YinChannel flickr page!</p>
<a target="_blank" href="https://flic.kr/s/aHskqxY2ej" title="See my photos on Flickr!"><img src="imgs/flickrbutton.png" width="147" height="26" alt="" align="middle"></a>
</div>
</div>
<div class="slide" id="slide8">
<div class="intro">
<h1>Anime North Texas 2015</h1>
<p>Photos and videos can be found on the YinChannel Flickr page</p>
<a target="_blank" href="https://www.flickr.com/gp/134791955@N06/p93DPf" title="See my photos on Flickr!"><img src="imgs/flickrbutton.png" width="147" height="26" alt="" align="middle"></a>
</div>
</div>
<div class="slide" id="slide2">
<div class="intro">
<h1>Izumicon 2015</h1>
<p>Photos and videos can be found on the YinChannel Flickr page</p>
<a target="_blank" href="https://flic.kr/s/aHsknCFtqc" title="See my photos on Flickr!"><img src="imgs/flickrbutton.png" width="147" height="26" alt="" align="middle"></a>
</div>
</div>
<div class="slide" id="slide3">
<div class = "intro">
<h1>Anime Expo 2015</h1>
<p>You can find photos and videos from cons on the YinChannel Flickr page</p>
<a target="_blank" href="https://flic.kr/s/aHsknrEy3Y" title="See my photos on Flickr!"><img src="imgs/flickrbutton.png" width="147" height="26" alt="" align="middle"></a>
</div>
</div>
<div class="slide" id="slide4">
<div class = "intro">
<h1>NALCS 2015</h1>
<p>North American League of Legends Championship 2015 Series Summer Split Week 6 Day 2</p>
<a target="_blank" href="https://flic.kr/s/aHskneicMk" title="See my photos on Flickr!"><img src="imgs/flickrbutton.png" width="147" height="26" alt="" align="middle"></a>
</div>
</div>
<div class="slide" id="slide5">
<div class = "intro">
<h1>Oklahoma State Fair 2015</h1>
<p>You can find our photos from the Oklahoma State Fair here!</p>
<a target="_blank" href="https://flic.kr/s/aHskm69g9b" title="See my photos on Flickr!"><img src="imgs/flickrbutton.png" width="147" height="26"alt="" align="middle"></a>
</div>
</div>
<div class="slide" id="slide6">
<div class="intro">
<h1>New York Comic Con 2015</h1>
<p>Photos can be found here</p>
<a target="_blank" href="https://flic.kr/s/aHskn9AayG" title="See my photos on Flickr!"><img src="imgs/flickrbutton.png" width="147" height="26" alt="" align="middle"></a>
</div>
</div>
<!--<div class="slide" id="slide7">
<div class="intro">
<h1>New York City Trip 2015</h1>
<p>Random Pictures around the city</p>
<a target="_blank" href="https://flic.kr/s/aHskmHCDed" title="See my photos on Flickr!"><img src="imgs/flickrbutton.png" width="147" height="26" alt="" align="middle"></a>
</div>
</div>-->
</div>
<div class="section" id="section2">
<div class="slide" id="videoHome">
<div class="intro">
<h1>Video Projects</h1>
<p>Scroll left and right to explore our video projects!</p>
</div>
</div>
<div class="slide" id="twitchStream">
<div class="intro">
<h1>Follow us on Twitch!</h1>
<p>Our Main Twitch stream is a learning channel, dedicated to honing different skills every Sunday! We're currently on hiatus, but follow us for updates on when we'll be back!</p>
<a target="_blank" href="http://www.twitch.tv/notearsonlystreamsnow/" title="Follow me on twitch"><img src="imgs/twitch.png" width="147" alt="" align="middle"></a>
</div>
</div>
<div class="slide" id="youtubeLink">
<div class="intro">
<h1>Follow us on YouTube!</h1>
<p>Our YouTube channel follows our highlights on the learning process when it comes to honing skills for different types of content creation!</p>
<p>@TODO: a href="insert youtube link here"</p>
</div>
</div>
</div>
<div class="section" id="section4">
<div class="slide" id="cosplayHome">
<div class="intro">
<h1>Cosplay Projects</h1>
<p>Scroll left and right to explore our cosplay projects!</p>
</div>
</div>
<div class="slide" id="chanlandFacebook">
<div class="intro">
<h1>ChanLand Official Cosplay Page</h1>
<p>Follow the official page for ChanLand Cosplay here!</p>
<a target="_blank" href="http://www.facebook.com/chanlandcosplay" title="Find me on facebook"><img src="imgs/facebook.png" width="147" alt="" align="middle"></a>
</div>
</div>
<div class="slide" id="yinchannelFacebook">
<div class="intro">
<h1>Yingalicious's Official Cosplay Page</h1>
<p>Follow the official page for Yin's Cosplay here!</p>
<a target="_blank" href="http://www.facebook.com/yinchann" title="Find me on facebook"><img src="imgs/facebook.png" width="147" alt="" align="middle"></a>
</div>
</div>
<div class="slide" id="auriFacebook">
<div class="intro">
<h1>Auriterasu's Official Page</h1>
<p>
Follow the official page for Auriterasu's Cosplay here!
</p>
<a target="_blank" href="https://www.facebook.com/aurielle.lucas" title="Find me on facebook"><img src="imgs/facebook.png" width="147" alt="" align="middle"></a>
</div>
</div>
</div>
<div class="section" id="section3">
<div class="slide" id="artHome">
<div class="intro">
<h1>Art Projects</h1>
<p>Scroll left and right to explore our art projects!</p>
</div>
</div>
<div class="slide" id="frequentContacts">
<div class="intro">
<h1>Frequent Contacts</h1>
<p>To find our sporadic webcomic concerning adventures in the office, follow our blog!</p>
<a target="_blank" href="http://www.frequentcontacts.blogspot.com" title="Follow us on Blogger"><img src="imgs/blogger.png" width="147" alt="" align="middle"></a>
</div>
</div>
</div>
<div id="footer" class="section-footer">
<div class="content">
© Copyright Ying-Ting Chen 2016 <span style="Float:right;"> [email protected] </span>
</br>
</br>
<a target="_blank" href="https://www.linkedin.com/in/ying-ting-chen-9862491b"><img src="imgs/linkedinbtn.png" alt="" height="45"></a>
<span style="Float:right;">
<a target="_blank" href="https://www.instagram.com/yingalicious"><img src="imgs/instagram.png" alt="" height="45"></a>
<a target="_blank" href="imgs/snapcodes.png"><img src="imgs/snapcodes.png" alt="" height="45"></a>
<a target="_blank" href="https://www.facebook.com/YinChannel/"><img src="imgs/fblogo.png" alt="" height="45"></a>
</span>
</div>
</div>
</div>
</body>
</html>