-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·169 lines (151 loc) · 7.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R6LC0SSMJD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-R6LC0SSMJD');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name=viewport content="width=device-width, initial-scale=1">
<meta name="description" content="Official Website for CapCity Presents">
<meta name='author' content='KVVPA'>
<title>CapCity Presents - Home</title>
<script src="https://kit.fontawesome.com/7d85f50127.js" crossorigin="anonymous"></script>
<link rel="apple-touch-icon" sizes="180x180" href="images/fav/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/fav/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/fav/favicon-16x16.png">
<link rel="manifest" href="images/fav/site.webmanifest">
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Bebas+Neue|Raleway&display=swap" rel="stylesheet">
<link href="css/modern-business.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<!--MADE FOR YA BOY REMEX BY JOEY WITH LOVE-->
<body class='pageContent'>
<!--navigation-->
<nav class="navbar navbar-expand-md navbar-custom fixed-top">
<div class='container'>
<a href="index.html" class="navbar-brand"><img src='logo/opt-320/logo-txt-wht.png' width='100px' height='auto'
alt='logo'></a>
<button class="navbar-toggler navbar-dark" type="button" data-toggle="collapse" data-target="#navi"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id='navi' class="navbar-collapse collapse justify-content-stretch">
<div class="navbar-nav ml-auto">
<a class='nav-item nav-link active' href='#'>Home</a>
<a class='nav-item nav-link' href='about.html'>About</a>
<a class='nav-item nav-link' href='events.html'>Events</a>
<a class='nav-item nav-link' href='https://anchor.fm/capcitypresents' target='_blank'>Podcast</a>
<a class='nav-item nav-link' href='contact.html'>Contact</a>
</div>
</div>
</div>
</nav>
<main>
<!-- header -->
<header>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="carousel-item active" style="background-image: url('images/c_1.png')">
<div class="carousel-caption d-none d-md-block">
</div>
</div>
<div class="carousel-item" style="background-image: url('images/c_2.png')">
<div class="carousel-caption d-none d-md-block">
</div>
</div>
<div class="carousel-item" style="background-image: url('images/c_3.png')">
<div class="carousel-caption d-none d-md-block">
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</header>
<!-- Page Content -->
<article>
<section class='pt-3 pr-0 pl-0'>
<div class='container p-0'>
<div class="row">
<div class="col-md-4 mb-4">
<div class="card h-100">
<h4 class="card-header homeCards">What We Do</h4>
<a href="#"><img class="card-img-top" src="images/1-1.png" alt=""></a>
<div class="card-body">
<p class="card-text">We assist with booking touring artists/bands when they come through Western
Washington by fascilitating events at various venues and with various locals to play with.</p>
<p>Agents and Bands can make requests by <a href='contact.html'>contacting us
today</a>!</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card h-100">
<h4 class="card-header homeCards">Events</h4>
<a href="#"><img class="card-img-top" src="images/1-2.png" alt=""></a>
<div class="card-body">
<p class="card-text lead">We pride ourselves with being the <em>premiere</em> Olympia, Washington
DIY event promotion service.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card h-100">
<h4 class="card-header homeCards">Notable Past Shows</h4>
<a href="#"><img class="card-img-top" src="images/1-3.png" alt=""></a>
<div class="card-body">
<p class="card-text small">The Greenery, Fall City Fall, Call of the Void, Ceschi, Milo, The Gift Of
Gab, Neck Of The Woods, One Be Lo,
Voice of Addiction, Carnage The Executioner, New Fame, Nacho Picasso, Psalm One, Awol One, Divide &
Dissolve, The
Olson Band, TiLLie, She/Her/Hers, Moodie Black, Locksmith, Count Bass D, Kristoff
Krane,
Vel The Wonder, Abstract Rude, Moka Only, Myka 9, 2Mex, Onry Ozzborn, Gavlyn, Equipto and more!
</p>
</div>
</div>
</div>
</div>
</div>
</section>
</article>
</main>
<!-- Footer -->
<footer class="py-5 footer-custom">
<div class="container footer-split">
<p>
<a href='https://www.facebook.com/capcitypresents/' target='_blank'><i class="fab fa-facebook-square"></i></a>
<a href='https://www.twitter.com/capcitypresents/' target='_blank'><i class="fab fa-twitter-square"></i></a>
<a href='https://www.instagram.com/capcitypresents/' target='_blank'><i class="fab fa-instagram"></i></a></p>
<p class='footer-right'>©2015-2022 CapCity Presents<br>
<a href='privacy.html'>privacy</a> | <a href='tos.html'>terms</a> | <a href='https://github.com/kvvpa/capcitypresents'
target='_blank'>site
by KVVPA</a></p>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>