-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
647 lines (622 loc) · 36.3 KB
/
index.html
File metadata and controls
647 lines (622 loc) · 36.3 KB
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
<!doctype html>
<html>
<head>
<title>WCCC.TV</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta http-equiv="Content-Security-Policy" content="default-src *; style-src * 'self' 'unsafe-inline' 'unsafe-eval'; script-src * 'self' 'unsafe-inline' 'unsafe-eval';">
<!-- Stylesheets -->
<link rel="stylesheet" href="themes/wccctv.min.css">
<link rel="stylesheet" href="themes/jquery.mobile.icons.min.css">
<link rel="stylesheet" href="js/jquery.mobile-1.4.5/jquery.mobile.structure-1.4.5.min.css">
<link rel="stylesheet" href="css/global.css">
<!-- Scripts -->
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/jquery.mobile-1.4.5/jquery.mobile-1.4.5.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/app.js"></script>
<script>
var app_version = "2.5.1";
$(document).ready(function () {
$('.app-version').html(app_version);
});
</script>
</head>
<body>
<!-- HOME -->
<section data-role="page" data-theme="a" id="home" class="album-page">
<aside data-role="panel" data-position="right" data-display="push" id="homeMenu" class="mainmenu">
<ul data-role="listview" data-inset="false" data-icon="false">
<li><a href="#home" data-transition="fade">home</a></li>
<li><a href="#featured" data-transition="fade">featured</a></li>
<li><a href="#live" data-transition="fade">live</a></li>
<li data-role="list-divider">watch</li>
<li><a href="#programs" data-transition="fade">programs</a></li>
<li><a href="#talkshows" data-transition="fade">talk shows</a></li>
<li><a href="#shorts" data-transition="fade">shorts</a></li>
<li><a href="#citybeat" data-transition="fade">city beat</a></li>
<li><a href="#meetings" data-transition="fade">meetings</a></li>
<li data-role="list-divider">discover</li>
<li><a href="#about" data-transition="fade">about wccc.tv</a></li>
<li><a href="#terms" data-transition="fade">terms of use</a></li>
<li><a href="#webapp" data-transition="fade">our web app</a></li>
</ul>
</aside>
<header data-role="header">
<img src="images/logo.png" alt="wccc.tv logo" class="logo">
<a href="#homeMenu" class="ui-btn ui-corner-all ui-icon-bars ui-btn-icon-notext ui-btn-b ui-btn-inline ui-menu-btn ui-btn-right menu-btn"
data-corner="false">Menu</a>
<div class="cl"></div>
</header>
<div role="main" class="ui-content home-content">
<h1 class="page-title">Welcome to WCCC.TV</h1>
<h4 class="page-subtitle">Select an option below or use the menu to the right to get started</h4>
<ul class="home-list">
<li class="featured-button home-list-item">
<a href="#featured">
<span class="featured-icon home-button-icon"></span>
<h3>Featured Videos</h3>
<p>See what's popular</p>
</a>
</li>
<li class="home-list-item">
<a href="#live">
<span class="live-icon home-button-icon"></span>
<h3>Live Stream</h3>
<p>Watch our channel live!</p>
</a>
</li>
<li class="home-list-item">
<a href="#programs">
<span class="programs-icon home-button-icon"></span>
<h3>Programs</h3>
<p>View popular programming</p>
</a>
</li>
<li class="home-list-item">
<a href="#talkshows">
<span class="talkshows-icon home-button-icon"></span>
<h3>Talk Shows</h3>
<p>Check out our monthly talk shows</p>
</a>
</li>
<li class="home-list-item">
<a href="#citybeat">
<span class="citybeat-icon home-button-icon"></span>
<h3>City Beat</h3>
<p>Learn what's happening around town</p>
</a>
</li>
<li class="home-list-item">
<a href="#shorts">
<span class="shorts-icon home-button-icon"></span>
<h3>Shorts</h3>
<p>Enjoy our short series videos</p>
</a>
</li>
<li class="home-list-item">
<a href="#meetings">
<span class="meetings-icon home-button-icon"></span>
<h3>Meetings</h3>
<p>Choose from a variety of official city meetings</p>
</a>
</li>
</ul>
</div>
</section>
<!-- FEATURED -->
<section data-role="page" data-theme="a" id="featured" class="album-page">
<aside data-role="panel" data-position="right" data-display="push" id="featuredMenu" class="mainmenu">
<ul data-role="listview" data-inset="false" data-icon="false">
<li><a href="#home" data-transition="fade">home</a></li>
<li><a href="#featured" data-transition="fade">featured</a></li>
<li><a href="#live" data-transition="fade">live</a></li>
<li data-role="list-divider">watch</li>
<li><a href="#programs" data-transition="fade">programs</a></li>
<li><a href="#talkshows" data-transition="fade">talk shows</a></li>
<li><a href="#shorts" data-transition="fade">shorts</a></li>
<li><a href="#citybeat" data-transition="fade">city beat</a></li>
<li><a href="#meetings" data-transition="fade">meetings</a></li>
<li data-role="list-divider">discover</li>
<li><a href="#about" data-transition="fade">about wccc.tv</a></li>
<li><a href="#terms" data-transition="fade">terms of use</a></li>
<li><a href="#webapp" data-transition="fade">our web app</a></li>
</ul>
</aside>
<header data-role="header">
<img src="images/logo.png" alt="wccc.tv logo" class="logo">
<a href="#featuredMenu" class="ui-btn ui-corner-all ui-icon-bars ui-btn-icon-notext ui-btn-b ui-btn-inline ui-menu-btn ui-btn-right menu-btn"
data-corner="false">Menu</a>
<div class="cl"></div>
</header>
<div role="main" class="ui-content featured-content">
<h1 class="page-title">Featured Videos</h1>
<h4 class="page-subtitle">See what's popular</h4>
<ul class="video-list">
</ul>
</div>
</section>
<!-- LIVE -->
<section data-role="page" data-theme="a" id="live">
<aside data-role="panel" data-position="right" data-display="push" id="liveMenu" class="mainmenu">
<ul data-role="listview" data-inset="false" data-icon="false">
<li><a href="#home" data-transition="fade">home</a></li>
<li><a href="#featured" data-transition="fade">featured</a></li>
<li><a href="#live" data-transition="fade">live</a></li>
<li data-role="list-divider">watch</li>
<li><a href="#programs" data-transition="fade">programs</a></li>
<li><a href="#talkshows" data-transition="fade">talk shows</a></li>
<li><a href="#shorts" data-transition="fade">shorts</a></li>
<li><a href="#citybeat" data-transition="fade">city beat</a></li>
<li><a href="#meetings" data-transition="fade">meetings</a></li>
<li data-role="list-divider">discover</li>
<li><a href="#about" data-transition="fade">about wccc.tv</a></li>
<li><a href="#terms" data-transition="fade">terms of use</a></li>
<li><a href="#webapp" data-transition="fade">our web app</a></li>
</ul>
</aside>
<header data-role="header">
<img src="images/logo.png" alt="wccc.tv logo" class="logo">
<a href="#liveMenu" class="ui-btn ui-corner-all ui-icon-bars ui-btn-icon-notext ui-btn-b ui-btn-inline ui-menu-btn ui-btn-right menu-btn"
data-corner="false">Menu</a>
<div class="cl"></div>
</header>
<div role="main" class="ui-content">
<div class="container">
<div class="video">
<iframe src="http://player.frontlayer.com/live/fl649215" width="100%" frameborder="0" class="livestream" webkitallowfullscreen=""
mozallowfullscreen="" allowfullscreen=""></iframe>
</div>
<div class="video-info">
<h1 class="single-video-title">WCCC.TV Live Stream</h1>
<p>Welcome to the WCCC.TV Live Stream. This is a live feed of our HD cable channel. Here you will see the shows we are
airing right now!</p>
<p>You can also view this channel 24 hours a day on:</p>
<ul>
<li>Time Warner: Channel 10 (digital 10.10 without a cable box)</li>
<li>Grande: Channel 10</li>
<li>Grande: HD on Channel 810</li>
</ul>
<p>If you have issues with this stream for more than 5 minutes at a time, please <a href="http://wccc.tv/contact" target="_blank"
class="external">let us know.</a></p>
</div>
</div>
</div>
</section>
<!-- VIDEO -->
<section data-role="page" data-theme="a" id="video">
<aside data-role="panel" data-position="right" data-display="push" id="videoMenu" class="mainmenu">
<ul data-role="listview" data-inset="false" data-icon="false">
<li><a href="#home" data-transition="fade">home</a></li>
<li><a href="#featured" data-transition="fade">featured</a></li>
<li><a href="#live" data-transition="fade">live</a></li>
<li data-role="list-divider">watch</li>
<li><a href="#programs" data-transition="fade">programs</a></li>
<li><a href="#talkshows" data-transition="fade">talk shows</a></li>
<li><a href="#shorts" data-transition="fade">shorts</a></li>
<li><a href="#citybeat" data-transition="fade">city beat</a></li>
<li><a href="#meetings" data-transition="fade">meetings</a></li>
<li data-role="list-divider">discover</li>
<li><a href="#about" data-transition="fade">about wccc.tv</a></li>
<li><a href="#terms" data-transition="fade">terms of use</a></li>
<li><a href="#webapp" data-transition="fade">our web app</a></li>
</ul>
</aside>
<header data-role="header">
<img src="images/logo.png" alt="wccc.tv logo" class="logo">
<a href="#videoMenu" class="ui-btn ui-corner-all ui-icon-bars ui-btn-icon-notext ui-btn-b ui-btn-inline ui-menu-btn ui-btn-right menu-btn"
data-corner="false">Menu</a>
<div class="cl"></div>
</header>
<div role="main" class="ui-content video-content">
<div class="container">
<div id="vimeo">
</div>
</div>
</div>
</section>
<!-- ALBUMS -->
<section data-role="page" data-theme="a" id="album" class="album-page">
<aside data-role="panel" data-position="right" data-display="push" id="albumMenu" class="mainmenu">
<ul data-role="listview" data-inset="false" data-icon="false">
<li><a href="#home" data-transition="fade">home</a></li>
<li><a href="#featured" data-transition="fade">featured</a></li>
<li><a href="#live" data-transition="fade">live</a></li>
<li data-role="list-divider">watch</li>
<li><a href="#programs" data-transition="fade">programs</a></li>
<li><a href="#talkshows" data-transition="fade">talk shows</a></li>
<li><a href="#shorts" data-transition="fade">shorts</a></li>
<li><a href="#citybeat" data-transition="fade">city beat</a></li>
<li><a href="#meetings" data-transition="fade">meetings</a></li>
<li data-role="list-divider">discover</li>
<li><a href="#about" data-transition="fade">about wccc.tv</a></li>
<li><a href="#terms" data-transition="fade">terms of use</a></li>
<li><a href="#webapp" data-transition="fade">our web app</a></li>
</ul>
</aside>
<header data-role="header">
<img src="images/logo.png" alt="wccc.tv logo" class="logo">
<a href="#albumMenu" class="ui-btn ui-corner-all ui-icon-bars ui-btn-icon-notext ui-btn-b ui-btn-inline ui-menu-btn ui-btn-right menu-btn"
data-corner="false">Menu</a>
<div class="cl"></div>
</header>
<div role="main" class="ui-content album-content">
<h1 class="page-title"></h1>
<ul class="video-list">
</ul>
</div>
</section>
<!-- PROGRAMS -->
<section data-role="page" data-theme="a" id="programs" class="album-page">
<aside data-role="panel" data-position="right" data-display="push" id="programsMenu" class="mainmenu">
<ul data-role="listview" data-inset="false" data-icon="false">
<li><a href="#home" data-transition="fade">home</a></li>
<li><a href="#featured" data-transition="fade">featured</a></li>
<li><a href="#live" data-transition="fade">live</a></li>
<li data-role="list-divider">watch</li>
<li><a href="#programs" data-transition="fade">programs</a></li>
<li><a href="#talkshows" data-transition="fade">talk shows</a></li>
<li><a href="#shorts" data-transition="fade">shorts</a></li>
<li><a href="#citybeat" data-transition="fade">city beat</a></li>
<li><a href="#meetings" data-transition="fade">meetings</a></li>
<li data-role="list-divider">discover</li>
<li><a href="#about" data-transition="fade">about wccc.tv</a></li>
<li><a href="#terms" data-transition="fade">terms of use</a></li>
<li><a href="#webapp" data-transition="fade">our web app</a></li>
</ul>
</aside>
<header data-role="header">
<img src="images/logo.png" alt="wccc.tv logo" class="logo">
<a href="#programsMenu" class="ui-btn ui-corner-all ui-icon-bars ui-btn-icon-notext ui-btn-b ui-btn-inline ui-menu-btn ui-btn-right menu-btn"
data-corner="false">Menu</a>
<div class="cl"></div>
</header>
<div role="main" class="ui-content programs-content">
<h1 class="page-title">Programs</h1>
<h4 class="page-subtitle">Select a program from these series topics.</h4>
<ul class="video-list">
</ul>
</div>
</section>
<!-- TALKSHOWS -->
<section data-role="page" data-theme="a" id="talkshows" class="album-page">
<aside data-role="panel" data-position="right" data-display="push" id="talkshowsMenu" class="mainmenu">
<ul data-role="listview" data-inset="false" data-icon="false">
<li><a href="#home" data-transition="fade">home</a></li>
<li><a href="#featured" data-transition="fade">featured</a></li>
<li><a href="#live" data-transition="fade">live</a></li>
<li data-role="list-divider">watch</li>
<li><a href="#programs" data-transition="fade">programs</a></li>
<li><a href="#talkshows" data-transition="fade">talk shows</a></li>
<li><a href="#shorts" data-transition="fade">shorts</a></li>
<li><a href="#citybeat" data-transition="fade">city beat</a></li>
<li><a href="#meetings" data-transition="fade">meetings</a></li>
<li data-role="list-divider">discover</li>
<li><a href="#about" data-transition="fade">about wccc.tv</a></li>
<li><a href="#terms" data-transition="fade">terms of use</a></li>
<li><a href="#webapp" data-transition="fade">our web app</a></li>
</ul>
</aside>
<header data-role="header">
<img src="images/logo.png" alt="wccc.tv logo" class="logo">
<a href="#talkshowsMenu" class="ui-btn ui-corner-all ui-icon-bars ui-btn-icon-notext ui-btn-b ui-btn-inline ui-menu-btn ui-btn-right menu-btn"
data-corner="false">Menu</a>
<div class="cl"></div>
</header>
<div role="main" class="ui-content talkshows-content">
<h1 class="page-title">Talk Shows</h1>
<h4 class="page-subtitle">Select from these monthly talk show programs.</h4>
<ul class="video-list">
</ul>
</div>
</section>
<!-- SHORTS -->
<section data-role="page" data-theme="a" id="shorts" class="album-page">
<aside data-role="panel" data-position="right" data-display="push" id="shortsMenu" class="mainmenu">
<ul data-role="listview" data-inset="false" data-icon="false">
<li><a href="#home" data-transition="fade">home</a></li>
<li><a href="#featured" data-transition="fade">featured</a></li>
<li><a href="#live" data-transition="fade">live</a></li>
<li data-role="list-divider">watch</li>
<li><a href="#programs" data-transition="fade">programs</a></li>
<li><a href="#talkshows" data-transition="fade">talk shows</a></li>
<li><a href="#shorts" data-transition="fade">shorts</a></li>
<li><a href="#citybeat" data-transition="fade">city beat</a></li>
<li><a href="#meetings" data-transition="fade">meetings</a></li>
<li data-role="list-divider">discover</li>
<li><a href="#about" data-transition="fade">about wccc.tv</a></li>
<li><a href="#terms" data-transition="fade">terms of use</a></li>
<li><a href="#webapp" data-transition="fade">our web app</a></li>
</ul>
</aside>
<header data-role="header">
<img src="images/logo.png" alt="wccc.tv logo" class="logo">
<a href="#shortsMenu" class="ui-btn ui-corner-all ui-icon-bars ui-btn-icon-notext ui-btn-b ui-btn-inline ui-menu-btn ui-btn-right menu-btn"
data-corner="false">Menu</a>
<div class="cl"></div>
</header>
<div role="main" class="ui-content shorts-content">
<h1 class="page-title">Shorts</h1>
<h4 class="page-subtitle">Select from numerous short videos from these topics.</h4>
<ul class="video-list">
</ul>
</div>
</section>
<!-- CITY BEAT -->
<section data-role="page" data-theme="a" id="citybeat" class="album-page">
<aside data-role="panel" data-position="right" data-display="push" id="citybeatMenu" class="mainmenu">
<ul data-role="listview" data-inset="false" data-icon="false">
<li><a href="#home" data-transition="fade">home</a></li>
<li><a href="#featured" data-transition="fade">featured</a></li>
<li><a href="#live" data-transition="fade">live</a></li>
<li data-role="list-divider">watch</li>
<li><a href="#programs" data-transition="fade">programs</a></li>
<li><a href="#talkshows" data-transition="fade">talk shows</a></li>
<li><a href="#shorts" data-transition="fade">shorts</a></li>
<li><a href="#citybeat" data-transition="fade">city beat</a></li>
<li><a href="#meetings" data-transition="fade">meetings</a></li>
<li data-role="list-divider">discover</li>
<li><a href="#about" data-transition="fade">about wccc.tv</a></li>
<li><a href="#terms" data-transition="fade">terms of use</a></li>
<li><a href="#webapp" data-transition="fade">our web app</a></li>
</ul>
</aside>
<header data-role="header">
<img src="images/logo.png" alt="wccc.tv logo" class="logo">
<a href="#citybeatMenu" class="ui-btn ui-corner-all ui-icon-bars ui-btn-icon-notext ui-btn-b ui-btn-inline ui-menu-btn ui-btn-right menu-btn"
data-corner="false">Menu</a>
<div class="cl"></div>
</header>
<div role="main" class="ui-content citybeat-content">
<h1 class="page-title">City Beat</h1>
<h4 class="page-subtitle">See news and information about the City of Waco.</h4>
<ul class="video-list">
</ul>
</div>
</section>
<!-- MEETINGS -->
<section data-role="page" data-theme="a" id="meetings" class="album-page">
<aside data-role="panel" data-position="right" data-display="push" id="meetingsMenu" class="mainmenu">
<ul data-role="listview" data-inset="false" data-icon="false">
<li><a href="#home" data-transition="fade">home</a></li>
<li><a href="#featured" data-transition="fade">featured</a></li>
<li><a href="#live" data-transition="fade">live</a></li>
<li data-role="list-divider">watch</li>
<li><a href="#programs" data-transition="fade">programs</a></li>
<li><a href="#talkshows" data-transition="fade">talk shows</a></li>
<li><a href="#shorts" data-transition="fade">shorts</a></li>
<li><a href="#citybeat" data-transition="fade">city beat</a></li>
<li><a href="#meetings" data-transition="fade">meetings</a></li>
<li data-role="list-divider">discover</li>
<li><a href="#about" data-transition="fade">about wccc.tv</a></li>
<li><a href="#terms" data-transition="fade">terms of use</a></li>
<li><a href="#webapp" data-transition="fade">our web app</a></li>
</ul>
</aside>
<header data-role="header">
<img src="images/logo.png" alt="wccc.tv logo" class="logo">
<a href="#meetingsMenu" class="ui-btn ui-corner-all ui-icon-bars ui-btn-icon-notext ui-btn-b ui-btn-inline ui-menu-btn ui-btn-right menu-btn"
data-corner="false">Menu</a>
<div class="cl"></div>
</header>
<div role="main" class="ui-content meetings-content">
<h1 class="page-title">Meetings</h1>
<h4 class="page-subtitle">View Waco city council meetings, business sessions & work sessions.</h4>
<ul class="video-list">
</ul>
</div>
</section>
<!-- ABOUT -->
<section data-role="page" data-theme="a" id="about" class="about-page inside">
<aside data-role="panel" data-position="right" data-display="push" id="aboutMenu" class="mainmenu">
<ul data-role="listview" data-inset="false" data-icon="false">
<li><a href="#home" data-transition="fade">home</a></li>
<li><a href="#featured" data-transition="fade">featured</a></li>
<li><a href="#live" data-transition="fade">live</a></li>
<li data-role="list-divider">watch</li>
<li><a href="#programs" data-transition="fade">programs</a></li>
<li><a href="#talkshows" data-transition="fade">talk shows</a></li>
<li><a href="#shorts" data-transition="fade">shorts</a></li>
<li><a href="#citybeat" data-transition="fade">city beat</a></li>
<li><a href="#meetings" data-transition="fade">meetings</a></li>
<li data-role="list-divider">discover</li>
<li><a href="#about" data-transition="fade">about wccc.tv</a></li>
<li><a href="#terms" data-transition="fade">terms of use</a></li>
<li><a href="#webapp" data-transition="fade">our web app</a></li>
</ul>
</aside>
<header data-role="header">
<img src="images/logo.png" alt="wccc.tv logo" class="logo">
<a href="#aboutMenu" class="ui-btn ui-corner-all ui-icon-bars ui-btn-icon-notext ui-btn-b ui-btn-inline ui-menu-btn ui-btn-right menu-btn"
data-corner="false">Menu</a>
<div class="cl"></div>
</header>
<div role="main" class="ui-content inside-content">
<h1 class="page-title">About</h1>
<h4 class="page-subtitle">Who we are and what we do</h4>
<h5 class="page-subtitle">App Version: <span class="app-version"></span></h5>
<div class="content">
<p>The Waco City Cable Channel began broadcasting in June of 1992 on Time Warner Cable from studios in the Waco Convention
Center. In 1999, Grande Communications began carrying our channel and in December 2008 we became the first city in the
U.S. to air programming in High Definition and held that unique distinction for at least four years. Getting this HD
channel was a result of producing award winning all local programming that none of the other five local network broadcast
stations were doing. We also were recognized in 2006 as one of the top three City Channels in the nation by the National
Cable Access Guild.</p>
<p>In addition to fulfilling our responsibility to bring local government meetings and other programming about the city
of Waco to our citizens, the Waco City Cable Channel has produced hundreds of all local programs to educate, inform
and entertain our citizens about their city. For example, our <strong>Waco Gateway to Texas History</strong> series
has several hundred programs that tell fascinating stories of Waco’s history. Our <strong>Museums of Waco</strong> series
allows viewers to see the more than 20 museums in our city and highlights traveling exhibits that come to town. Our
<strong>Around Waco</strong> features stories of unique businesses, hobbies, places and people in our city. Our <strong>For Your Health and Safety</strong> series features programs about those things that are so important to everyone to lead a happy, healthy life. In our
<strong>Waco Remembers</strong> series, people describe the way it was in the early days not only in our city but we’ve
been able to capture the compelling war stories of many of our veterans who have served our country and document their
lives for future generations.</p>
<p><a href="#video" data-videoid="187067851" class="thumb" data-transition="fade"><img src="images/studio-new.jpg" alt="The History of WCCCTV" class="img-responsive"></a></p>
<p>To keep our citizens informed on the latest happenings, our <strong>City Beat News Report</strong> is a weekly half hour
news report with stories of city happenings that often are not covered by the other broadcast stations. It includes
the weekly Restaurant Food Scores from the Waco McLennan County Public Health district, latest features of the city’s
website and social media outlets, a listing of press release the city sent out during the week and announcements of
services and events the City is providing.</p>
<p>During each half hour throughout the day we include one of the City Beat stories as a <strong>City Beat News Brief</strong> as one of the many short segments we have to fill each half hour with entertaining, informative programming. We have
a huge assortment of other short segments that you’ll see sprinkled throughout the day that come from more than 20 different
segments like a feature on various <strong>Volunteers</strong> and agencies that give of their time and service to our
community... <strong>Good Gardening</strong> tips... <strong>Historic Markers</strong> around town,….an inside look at locally own
restaurants as they <strong>Serve it Up Waco</strong>... a visit to shops and restaurants <strong>On the Avenue</strong> in downtown Waco... an interesting <strong>Moment in Time</strong> in Waco’s history... unique <strong>Local Sports Features</strong>...
and <strong>Music Videos</strong> produced from the Brazos Nights concerts series. And we can’t forget one of our more
popular short segments... <strong>Images of Waco</strong> where for a brief moment you get to see and hear the beautiful
and unique images from somewhere in Waco.</p>
<p>And if that wasn’t enough programming about your city, we produce ten monthly 30 minutes talk shows in our HD studio.
These include: <strong>Community in Focus</strong> from the Cooper Foundation, <strong>The Giving Connection</strong> from the Waco Foundation... <strong>Health Wise</strong> from the Waco McLennan County Public Health District, <strong>Home Is Where Our Heart Is</strong> from the City’s Housing and Community development department... <strong>The Prosper Waco</strong> initiative... <strong>Chamber Connection</strong> from the Greater Waco Chamber, <strong>Noticias</strong> from the Hispanic Chamber and <strong>Community Wise</strong> from the African American Chamber... and <strong>For Your Safety</strong> featuring Waco Police, Fire and Emergency
Management information. We also produce <strong>Medicare and You</strong> featuring staff from the Dallas office of
Medicare and Medicaid that we distribute to more than fifty other cities to air on their channels.</p>
<p>Our channel has exclusive rights to bring our viewers the full Brazos Nights concerts from downtown Waco and we also
take you to LIVE events like the Winter Wonderland, Cultural Arts Fest, the HOT Fair in the fall, and the annual Veteran’s
Day Parade through downtown Waco. We’re so much more than a typical city cable channel. In fact you can watch all of
our programming several others ways, like on the web through our website at WCCC.TV or our mobile app available free
from the Apple store. From there you can watch our live stream of all of the same programs as they are airing live on
the cable and you can even call up all of the programs and short subject on demand whenever you want. And we’re not
through expanding your viewing options. We now have a RoKu channel available on the internet and we’re continuing to
look for the latest way to bring our programming to YOU. So start enjoying all of the local programming being created
to educate, inform and entertain you about YOUR city. We are the Waco City Cable Channel.</p>
</div>
</div>
</section>
<!-- TERMS OF USE -->
<section data-role="page" data-theme="a" id="terms" class="terms-page inside">
<aside data-role="panel" data-position="right" data-display="push" id="termsMenu" class="mainmenu">
<ul data-role="listview" data-inset="false" data-icon="false">
<li><a href="#home" data-transition="fade">home</a></li>
<li><a href="#featured" data-transition="fade">featured</a></li>
<li><a href="#live" data-transition="fade">live</a></li>
<li data-role="list-divider">watch</li>
<li><a href="#programs" data-transition="fade">programs</a></li>
<li><a href="#talkshows" data-transition="fade">talk shows</a></li>
<li><a href="#shorts" data-transition="fade">shorts</a></li>
<li><a href="#citybeat" data-transition="fade">city beat</a></li>
<li><a href="#meetings" data-transition="fade">meetings</a></li>
<li data-role="list-divider">discover</li>
<li><a href="#about" data-transition="fade">about wccc.tv</a></li>
<li><a href="#terms" data-transition="fade">terms of use</a></li>
<li><a href="#webapp" data-transition="fade">our web app</a></li>
</ul>
</aside>
<header data-role="header">
<img src="images/logo.png" alt="wccc.tv logo" class="logo">
<a href="#termsMenu" class="ui-btn ui-corner-all ui-icon-bars ui-btn-icon-notext ui-btn-b ui-btn-inline ui-menu-btn ui-btn-right menu-btn"
data-corner="false">Menu</a>
<div class="cl"></div>
</header>
<div role="main" class="ui-content inside-content">
<h1 class="page-title">Terms and Conditions of Use</h1>
<h4 class="page-subtitle">Some important things to know about using our apps</h4>
<div class="content">
<h4>1. Terms</h4>
<p>By accessing this web site, you are agreeing to be bound by these web site Terms and Conditions of Use, all applicable
laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not
agree with any of these terms, you are prohibited from using or accessing this site. The materials contained in this
web site are protected by applicable copyright and trade mark law.</p>
<h4>2. Use License</h4>
<p>Permission is granted to temporarily download one copy of the materials (information or software) on Waco City Cable
Channel's web site for personal, non-commercial transitory viewing only. This is the grant of a license, not a transfer
of title, and under this license you may not:</p>
<ul>
<li>modify or copy the materials;</li>
<li>use the materials for any commercial purpose, or for any public display (commercial or non-commercial);</li>
<li>attempt to decompile or reverse engineer any software contained on Waco City Cable Channel's web site;</li>
<li>remove any copyright or other proprietary notations from the materials; or</li>
<li>transfer the materials to another person or "mirror" the materials on any other server.</li>
</ul>
<p>This license shall automatically terminate if you violate any of these restrictions and may be terminated by Waco City
Cable Channel at any time. Upon terminating your viewing of these materials or upon the termination of this license,
you must destroy any downloaded materials in your possession whether in electronic or printed format.</p>
<h4>3. Disclaimer</h4>
<p>The materials on Waco City Cable Channel's web site are provided "as is". Waco City Cable Channel makes no warranties,
expressed or implied, and hereby disclaims and negates all other warranties, including without limitation, implied warranties
or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or
other violation of rights. Further, Waco City Cable Channel does not warrant or make any representations concerning
the accuracy, likely results, or reliability of the use of the materials on its Internet web site or otherwise relating
to such materials or on any sites linked to this site.</p>
<h4>4. Limitations</h4>
<p>In no event shall Waco City Cable Channel or its suppliers be liable for any damages (including, without limitation,
damages for loss of data or profit, or due to business interruption,) arising out of the use or inability to use the
materials on Waco City Cable Channel's Internet site, even if Waco City Cable Channel or a Waco City Cable Channel authorized
representative has been notified orally or in writing of the possibility of such damage. Because some jurisdictions
do not allow limitations on implied warranties, or limitations of liability for consequential or incidental damages,
these limitations may not apply to you.</p>
<h4>5. Revisions and Errata</h4>
<p>The materials appearing on Waco City Cable Channel's web site could include technical, typographical, or photographic
errors. Waco City Cable Channel does not warrant that any of the materials on its web site are accurate, complete, or
current. Waco City Cable Channel may make changes to the materials contained on its web site at any time without notice.
Waco City Cable Channel does not, however, make any commitment to update the materials.</p>
<h4>6. Links</h4>
<p>Waco City Cable Channel has not reviewed all of the sites linked to its Internet web site and is not responsible for
the contents of any such linked site. The inclusion of any link does not imply endorsement by Waco City Cable Channel
of the site. Use of any such linked web site is at the user's own risk.</p>
<h4>7. Site Terms of Use Modifications</h4>
<p>Waco City Cable Channel may revise these terms of use for its web site at any time without notice. By using this web
site you are agreeing to be bound by the then current version of these Terms and Conditions of Use.</p>
<h4>8. Governing Law</h4>
<p>Any claim relating to Waco City Cable Channel's web site shall be governed by the laws of the State of Texas without
regard to its conflict of law provisions.</p>
<hr>
<h3>General Terms and Conditions applicable to Use of a Web Site.</h3>
<h4>Privacy Policy</h4>
<p>Your privacy is very important to us. Accordingly, we have developed this Policy in order for you to understand how we
collect, use, communicate and disclose and make use of personal information. The following outlines our privacy policy.</p>
<p>Before or at the time of collecting personal information, we will identify the purposes for which information is being
collected.
</p>
<p>We will collect and use of personal information solely with the objective of fulfilling those purposes specified by us
and for other compatible purposes, unless we obtain the consent of the individual concerned or as required by law.</p>
<p>We will only retain personal information as long as necessary for the fulfillment of those purposes.</p>
<p>We will collect personal information by lawful and fair means and, where appropriate, with the knowledge or consent of
the individual concerned.</p>
<p>Personal data should be relevant to the purposes for which it is to be used, and, to the extent necessary for those purposes,
should be accurate, complete, and up-to-date.</p>
<p>We will protect personal information by reasonable security safeguards against loss or theft, as well as unauthorized
access, disclosure, copying, use or modification.</p>
<p>We will make readily available to customers information about our policies and practices relating to the management of
personal information.</p>
<p>We are committed to conducting our business in accordance with these principles in order to ensure that the confidentiality
of personal information is protected and maintained.</p>
</div>
</div>
</section>
<!-- WEB APP -->
<section data-role="page" data-theme="a" id="webapp" class="webapp-page inside">
<aside data-role="panel" data-position="right" data-display="push" id="webappMenu" class="mainmenu">
<ul data-role="listview" data-inset="false" data-icon="false">
<li><a href="#home" data-transition="fade">home</a></li>
<li><a href="#featured" data-transition="fade">featured</a></li>
<li><a href="#live" data-transition="fade">live</a></li>
<li data-role="list-divider">watch</li>
<li><a href="#programs" data-transition="fade">programs</a></li>
<li><a href="#talkshows" data-transition="fade">talk shows</a></li>
<li><a href="#shorts" data-transition="fade">shorts</a></li>
<li><a href="#citybeat" data-transition="fade">city beat</a></li>
<li><a href="#meetings" data-transition="fade">meetings</a></li>
<li data-role="list-divider">discover</li>
<li><a href="#about" data-transition="fade">about wccc.tv</a></li>
<li><a href="#terms" data-transition="fade">terms of use</a></li>
<li><a href="#webapp" data-transition="fade">our web app</a></li>
</ul>
</aside>
<header data-role="header">
<img src="images/logo.png" alt="wccc.tv logo" class="logo">
<a href="#webappMenu" class="ui-btn ui-corner-all ui-icon-bars ui-btn-icon-notext ui-btn-b ui-btn-inline ui-menu-btn ui-btn-right menu-btn"
data-corner="false">Menu</a>
<div class="cl"></div>
</header>
<div role="main" class="ui-content inside-content">
<h1 class="page-title">WCCC.TV Web App</h1>
<h4 class="page-subtitle">Check out our web application</h4>
<div class="content">
<p>The WCCC.TV web app offers the full experience of WCCC.TV. The app gives you access to hundreds of videos and albums
via our beautiful, responsive website. The site is designed to work perfectly on any modern device or browser including
desktops, tablets, smartphones, and more.</p>
<p>Enjoy the wccc.tv web app today!</p>
<p class="btn"><a href="http://wccc.tv" class="external">Take me to the web app</a></p>
</div>
</div>
</section>
</body>
</html>