forked from ScriptEd-Year2-Cristo-Rey/WebsiteRebrand
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
95 lines (89 loc) · 4.49 KB
/
index.html
File metadata and controls
95 lines (89 loc) · 4.49 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
<!DOCTYPE html>
<html>
<head>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-xs-6">
<img class="img-responsive" src="http://image.wikifoundry.com/image/1/icYC4YJXiOeZvFNO4YIGwA13189/GW344H193" align="middle">
</div>
<div class="col-xs-6">
<img class="img-responsive" src="http://www.aiga.org/uploadedImages/AIGA/Content/Why_Design/aiga_case_studies/Justified/10_OLD_CC_LOGO.png" align="right">
</div>
</div>
</div>
<div class="col-xs-2">
<a href="http://www.cc.com/shows">SHOWS</a>
</div>
<div class="col-xs-2">
<a href="http://www.cc.com/full-episodes">FULL EPISODES</a>
</div>
<div class="col-xs-2">
<a href="http://www.cc.com/tv-schedule">SCHEDULE</a>
</div>
<div class="col-xs-2">
<a href="http://www.cc.com/stand-up">STAND-UP</a>
</div>
<div class="col-xs-2">
<a href="http://www.cc.com/not-for-tv">NOT FOR TV</a>
</div>
<div class="col-xs-2">
<a href="http://shop.comedycentral.com/?utm_source=cccom&utm_medium=topnav">SHOP</a>
</div>
<div class="container">
<div class="row">
<div class="col-xs-4">
<img class="img-responsive" src="https://i.ytimg.com/vi/2Yz-4U18Ucg/maxresdefault.jpg">
<a href="http://www.cc.com/shows/the-daily-show-with-trevor-noah">DAILY SHOW</a>
</div>
<div class="col-xs-8">
<img class="img-responsive" src="http://pixel.nymag.com/imgs/daily/other/2015/10/26/nathan.w529.h352.jpg">
<a href="http://www.cc.com/video-clips/o3u421/nathan-for-you-preview---the-hero">NATHAN FOR YOU</a>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-xs-4">
<img class="img-responsive" src="http://cdn2-b.examiner.com/sites/default/files/styles/article_large/hash/f8/28/f8286cc0d58d25957a7bf17361d32aed.jpg?itok=kKI-LbU8">
<a href="http://www.cc.com/shows/the-nightly-show">LARRY WILMORE NIGHT SHOW</a>
</div>
<div class="col-xs-4">
<img class="img-responsive" src="http://s3.amazonaws.com/kidzworld_photo/images/2012718/f93c0312-62a9-4e95-b36f-0b337f05a8bf/gallery_americasgottalent-18-gallery3.jpg">
<a href="http://www.cc.com/video-clips/denbor/comics-to-watch-awkward-dating">COMEDIAN JACOB WILLIAMS</a>
</div>
<div class="col-xs-4">
<img class="img-responsive" src="http://static.wixstatic.com/media/b49adf_a528ad906eaa4c7daba9937c6345e1a0.png/v1/fill/w_521,h_321,al_c,usm_0.50_1.20_0.00/b49adf_a528ad906eaa4c7daba9937c6345e1a0.png">
<a href="http://www.cc.com/video-clips/denbor/comics-to-watch-awkward-dating">COMEDIAN ADAM LUSTICK</a>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-xs-4">
<img class="img-responsive" src="http://2.images.southparkstudios.com/default/image.jpg?quality=0.8">
<a href="http://southpark.cc.com/">SOUTH PARK</a>
</div>
<div class="col-xs-4">
<img class="img-responsive" src="https://2e0a24317f4a9294563f-26c3b154822345d9dde0204930c49e9c.ssl.cf1.rackcdn.com/6831706_earn-a-30-bonus-when-you-purchase-hyatt_17d1eba5_m.png?bg=809195">
<a href="http://www.cc.com/passport-to-comedy">SWEEPSTAKES</a>
</div>
<div class="col-xs-4">
<img class="img-responsive" src="http://mypullzone.orangepopmediall.netdna-cdn.com/wp-content/uploads/2015/06/nikki-glaser1-640x360.jpg">
<a href="http://www.cc.com/video-clips/t5dhw8/not-safe-with-nikki-glaser-nikki-s-friends-take-a-polygraph-test---uncensored">NEW SERIES SNEAK-PEEK</a>
</div>
</div>
</div>
<audio autoplay>
<source src="Justin_Bieber.mp3" type="audio/mpeg">
</audio>
</body>
</html>