-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
150 lines (115 loc) · 6.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Shows & Concerts</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type='text/css' href="css/index.css">
<script src="https://kit.fontawesome.com/63bf46116a.js" crossorigin="anonymous"></script>
<!-- Bootstrap CDN -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<script src="./index.js" defer></script>
</head>
<body>
<!-- start of Header - 3 column layout with action buttons -->
<header class="site-header bs_header_layout_5">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<div class="bs_logo_wrapper"><img src="./media/2.png" alt="Logo" class="bs_logo" /></div>
<button type="button" class="navbar-toggler" data-bs-toggle="collapse"
data-bs-target="#header5navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="header5navbarCollapse">
<div class="navbar-nav bs_menu_links">
<a href="#" class="nav-item nav-link active">Home</a>
<a href="#" class="nav-item nav-link">About Us</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">More</a>
<div class="dropdown-menu">
<a href="#" class="dropdown-item">Merch</a>
<a href="#" class="dropdown-item">NFT</a>
<a href="#" class="dropdown-item">Jobs</a>
</div>
</div>
<a href="#" class="nav-item nav-link">Contact Us</a>
</div>
<div class="navbar-nav">
<div class="bs_header_btn_wrapper bs_signin_btn_blk">
<div class="nav-item nav-link bs_signin_btn">
<a href="#" class="nav-item nav-link bs_signin_btn">Sign In</a>
</form>
</div>
</div>
</div>
<div class="bs_header_btn_wrapper bs_signup_btn_blk">
<a href="#" class="nav-item nav-link bg-primary text-white bs_signup_btn">Sign Up</a>
</div>
</div>
</div>
</div>
</nav>
</div>
</header>
<!-- end of Header - 3 column layout with action buttons -->
<!-- start of Image grid 4 -->
<div class="bs_imagegrid_section4">
<div class="container py-5">
<div class="py-2 text-center">
</div>
<!-- Gallery -->
<div id="show-list" class="showList row py-2 photos">
</div>
</a>
<div class="bs_info text-center p-2 pb-3">
</div>
</div>
</div>
<div class="container" id="about-us">
<p class="text-justify">
Welcome to Shows & Concerts, a premier shows and concerts company based in Los Angeles, California. Since
our
founding in
2005, we have been committed to delivering exceptional live music experiences to audiences of all ages and
backgrounds.
Our mission is to bring people together through the power of music, creating memorable moments that inspire
and uplift.
We believe that live music has the ability to connect people in a way that few other things can, and we are
dedicated to
making that connection happen.
At Shows & Concerts, we pride ourselves on our expertise and experience in the industry. We have organized
hundreds of
successful events, ranging from intimate acoustic performances to large-scale music festivals. Our team of
event
planners, marketing staff, and technical crew are all passionate about music and dedicated to making every
event a
success.
We are also committed to certain ethical and social values. We believe in promoting diversity and inclusion
in our
events and creating a sustainable future for the music industry. We have worked with a variety of venues,
from historic
theaters to outdoor amphitheaters, and are dedicated to creating a safe and enjoyable experience for all
attendees.
We have been honored to receive several awards and recognition over the years, including the "Best Music
Festival" award
from the Los Angeles Times and the "Event of the Year" award from EventMarketer.
Thank you for considering Shows & Concerts for your next live music event. We look forward to creating an
unforgettable
experience for you and your guests
</p>
</div>
<!-- end of Image grid 4 -->
<div class="footer">
<p>All Rights Reserved. ©2023</p>
<p>Designed by <a href="http://gicheruanthony.github.io/">Tonnie</a> </p>
<div class="socials">
<a href="https://twitter.com/Tonnie_Geetz"><i class="fa-brands fa-twitter"></i></a>
<a href="https://instagram.com/tonniegeetz"><i class="fa-brands fa-instagram"></i></a>
</div>
</body>
</html>