-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomedy.html
More file actions
167 lines (150 loc) · 6.57 KB
/
comedy.html
File metadata and controls
167 lines (150 loc) · 6.57 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
<!DOCTYPE html>
<!--[if IE 7 ]><html class="ie ie7 lte9 lte8 lte7" lang="en-US"><![endif]-->
<!--[if IE 8]><html class="ie ie8 lte9 lte8" lang="en-US"> <![endif]-->
<!--[if IE 9]><html class="ie ie9 lte9" lang="en-US"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html class="noIE" lang="en-US">
<!--<![endif]-->
<head>
<!-- meta -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale = 1.0, maximum-scale=1.0, user-scalable=no"/>
<title>Kate Zasowski</title>
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/ionicons.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.css">
<link rel="stylesheet" href="assets/css/owl.theme.css">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/section.css">
<link rel="stylesheet" href="assets/css/service.css">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="icon" type="image/png" href="assets/images/favicon.png">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.js"></script>
<![endif]-->
<!--[if IE 8]>
<script src="assets/js/selectivizr.js"></script>
<![endif]-->
</head>
<body>
<!-- Home -->
<section class="portfolio-header" id="header">
<nav class="navbar navbar-default _navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" 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="home.html">KZ</a>
</div> <!-- /.navbar-header -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="home.html">home</a></li>
<li><a href="about.html">about</a></li>
<li class="active"><a href="comedy.html">comedy</a></li>
<li><a href="portfolio.html">portfolio</a></li>
<li><a href="resume.html">resume</a></li>
<li><a href="contact.html">contact</a></li>
</ul> <!-- /.nav -->
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
</section> <!-- /#header -->
<!-- COMEDY VIDZZ -->
<section class="testimonial">
<div class="container section-wrapper">
<div class="section-title">
Comedy
</div> <!-- /.section-title -->
<div class="underline purple"></div>
<div class="owl-carousel testimonial-owl">
<!--Add A Video To Site-->
<div class="item">
<p class="testimonial-detail">
<iframe width="560" height="315" src="https://www.youtube.com/embed/2IZ1bYulue8" frameborder="0" allowfullscreen></iframe>
</p>
<div class="test-name">
<strong>Gotham Comedy Club</strong> <br>
June 24th, 2015
</div>
</div> <!-- /.item -->
<!--End Add One video to site-->
<div class="item">
<p class="testimonial-detail">
<iframe width="560" height="315" src="https://www.youtube.com/embed/HhUX1tLKPgs" frameborder="0" allowfullscreen></iframe>
</p>
<div class="test-name">
<strong>Gotham Comedy Club</strong> <br>
July 7th, 2015
</div>
</div> <!-- /.item -->
<div class="item">
<p class="testimonial-detail">
<iframe width="560" height="315" src="https://www.youtube.com/embed/gQVz1vfTVLc" frameborder="0" allowfullscreen></iframe>
</p>
<div class="test-name">
<strong>Broadway Comedy Club</strong> <br>
July 2015
</div>
</div> <!-- /.item -->
<div class="item">
<p class="testimonial-detail">
<iframe width="300" height="300" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/236945377&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
</p>
<div class="test-name">
<strong>Just Throwing It Out There</strong> <br>
</div>
</div> <!-- /.item -->
</div> <!-- /.owl-carousel -->
</div> <!-- /.container -->
</section> <!-- /.testimonial -->
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="copy">
Copyright © 2016 Kate Zasowski
</div>
</div>
<div class="col-sm-4 text-right">
<div class="copy">
Theme by <a href="http://www.themewagon.com">themewagon.com</a>. All Rights Reserved
<b> Customization by Alex DiStasi
</div>
</div>
</div> <!-- /.row -->
</div> <!-- /.container -->
</footer>
<script src="assets/js/jquery-1.11.2.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/contact.js"></script>
<!-- // <script src="assets/js/smoothscroll.js"></script> -->
<script src="assets/js/script.js"></script>
</body>
</html>