-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
390 lines (358 loc) · 11.3 KB
/
about.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
<!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>
/* 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: #fff;
margin:0;
padding:0;
}
.intro p{
color: #fff;
}
a{
color: #A9A9A9;
}
a:hover {
color:#D3D3D3;
}
#container {
width:1000px;
overflow: hidden;
margin: 50px auto;
}
.wrap{
margin-left: auto;
margin-right: auto;
width: 75%;
position: relative;
padding: 20px 0 20px 0;
}
.wrap h1{
font-size: 2.3em;
color: #333;
padding: 30px 0 10px 0;
}
.wrap p{
font-size: 16px;
padding: 0 0 10px 0;
}
.box{
display: block;
background: #f2f2f2;
border:1px solid #ccc;
padding: 20px;
margin:20px 0;
}
.box2{
text-align: left;
color: #808080;
font-size: 1.2em;
line-height: 1.6em;
}
/* 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: 20px;
padding: 0px 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;
}
/* Defining each section background and styles
* --------------------------------------- */
#section0{
padding: 6% 0 0 0;
overflow: hidden;
}
#section0 .imgsContainer{
display: block;
position: absolute;
z-index: 1;
left: 10%;
display: block;
width: 0;
height: 0;
}
#section0 .box{
position: absolute;
top: 10%;
left: 30%;
margin-top: 192px;
margin-left: 10%;
width: 395px;
z-index: 1;
}
#section1{
background-image: url(imgs/barrtrail.jpg);
padding: 6% 0 0 0;
background-position: left;
}
#section2{
padding: 6% 0 0 0;
}
#section3 h1{
color: #000;
}
/* Overwriting styles for the navigation dots (to place it where we want)
* --------------------------------------- */
.fp-slidesNav.bottom{
bottom: 25px;
}
/*photobanner class*/
.photobanner {
height: 233px;
width: 4050px;
margin-bottom: 80px;
}
/*keyframe animations*/
.first {
-webkit-animation: bannermove 30s linear infinite;
-moz-animation: bannermove 30s linear infinite;
-ms-animation: bannermove 30s linear infinite;
-o-animation: bannermove 30s linear infinite;
animation: bannermove 30s linear infinite;
}
@keyframes "bannermove" {
0% {
margin-left: 0px;
}
100% {
margin-left: -4250px;
}
}
@-moz-keyframes bannermove {
0% {
margin-left: 0px;
}
100% {
margin-left: -4250px;
}
}
@-webkit-keyframes "bannermove" {
0% {
margin-left: 0px;
}
100% {
margin-left: -4250px;
}
}
@-ms-keyframes "bannermove" {
0% {
margin-left: 0px;
}
100% {
margin-left: -4250px;
}
}
@-o-keyframes "bannermove" {
0% {
margin-left: 0px;
}
100% {
margin-left: -4250px;
}
}
.photobanner {
height: 233px;
width: 4050px;
margin-bottom: 80px;
}
.photobanner img {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.photobanner img:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
cursor: pointer;
-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
/* 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: false,
//anchors: ['firstPage', 'secondPage', '3rdPage'],
sectionsColor: ['#1BBC9B', '#009cef', '#7E8F7C', '#7E8F7C'],
scrollBar: false,
autoScrolling: false,
fitToSection: false,
menu: '#menu',
css3: true
});
});
</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> | <a href="about.html" title="about">About</a><span style="Float:right; color:#a9a9a9">Scroll to explore!</span></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="intro">
<h1>What is /YinChannel/?</h1>
<p>TL;DR: YinChannel helps new content creators figure out what they're doing and attract new followers.</p>
</br>
<!--TODO: add email/contact info here -->
<div class="photobanner">
<a target="_blank" href="https://flic.kr/s/aHskn8MCdX" title="New York Comic Con Day 1"><img class="first" src="imgs/sylveon.jpg" alt="" height="233"></a>
<a target="_blank" href="twitch.tv/notearsonlystreamsnow" title="Cosplay & Cooking"><img src="imgs/leftshark.jpg" alt="" height="233"></a>
<img src="imgs/lcs.jpg" alt="" height="233">
<img src="imgs/hamuko.jpg" alt="" height="233">
<img src="imgs/statefair.jpg" alt="" height="233">
<img src="imgs/missa.jpg" alt="" height="233">
<img src="imgs/sylveon.jpg" alt="" height="233">
<img src="imgs/leftshark.jpg" alt="" height="233">
<img src="imgs/lcs.jpg" alt="" height="233">
<img src="imgs/hamuko.jpg" alt="" height="233">
<img src="imgs/statefair.jpg" alt="" height="233">
</div>
</div>
<!--<div class="wrap">
<div class="imgsContainer">
<img src="imgs/snapchat.jpg" alt="" width="200px"/>
</div>
<div class="box">
<p>Scroll down for more!</p>
</div>
</div> -->
</div>
<!--
<div class="section" id="section1">
<h1 style="color:#181818">The mind behind the persona</h1>
<p style="color:#181818">An avid backpacker, computer programmer, racecar driver, cosplayer, doodler, photographer, and all-around hobbyist, I tend to get out a lot. Feel free to contact me if you're just looking for things to do!</p>
</div>
<div class="section" id="section2">
<div class="intro">
<h1>Professional Projects</h1>
<p>As an experienced developer that has worked extensively in business systems, I have completed multiple projects for firms looking to implement SAP SuccessFactors HCM, Oracle PeopleSoft CRM, and Trailblazer. Contact me on linkedIn for more information!</p>
<a href="https://www.linkedin.com/pub/ying-ting-chen/1b/249/986" title="connect with me on linkedin"><img src="imgs/linkedin.png" width="147" alt="" align="middle"></a>
</div>
</div>
-->
<!-- <div class="section" id="section3"><h1>One Image = One thousand words</h1></div> -->
</div>
<div class="wrap">
<h1>What is this, really?</h1>
<p>YinChannel is a reboot of the original /YinChannel/ board from the chooperchannel 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>
<h1>How can I join the channel?</h1>
<p>Get in touch with us! We're always looking for new content creators to join our channel and contribute to our network, so feel free to hop in, join the community, and leverage our awesome network of creative geniuses for whatever endeavors you may be undertaking!</p>
<div class="box">
<p>You can email our site admin at [email protected] for more information at the moment while we're rebuilding our network!</p>
</div>
<h1>Will the old imageboards ever make a return?</h1>
<p>Probably not. We're working every day to make our portal more and more responsive, and part of that effort involves dropping our old #chan style imageboards. Keep an eye out in the future for more ways to interact with our site and community as we build out our network though!</p>
<p>That's not ruling out a return of our imageboards sometime in the near future though. As we evaluate the different methods available to us with which to interact with our community, we may determine a return of the imageboards in some capacity to be the best solution!</p>
<div class="box">
<p>You can join us on our Discord server at the following link to stay in touch!</p>
<ul>
<iframe src="https://discordapp.com/widget?id=174001894983860224&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
</ul>
</div>
</div>
<!--<div id="footer">
© Copyright Ying-Ting Chen 2016 | This section still under construction <span style="Float:right;"> [email protected] </span>
</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>
</body>
</html>