-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththe-inv.html
More file actions
257 lines (214 loc) · 9.5 KB
/
the-inv.html
File metadata and controls
257 lines (214 loc) · 9.5 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>INTRIGUE</title>
<meta charset="utf-8">
<!--bootstrap link-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" crossorigin="anonymous">
<!--css link-->
<link rel="stylesheet" type="text/css" href="normalize.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="shortcut icon" href="images/logo.png" type="image/x-icon">
</head>
<body>
<!--header-area-->
<header class="header-area">
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
<div class="container">
<a href="#" class="navbar-brand"><img src="images/logo.png" height="80"></a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navbarMenu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarMenu">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="#" class="nav-link ">Events</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link ">Upcoming events</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link ">Gallery</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link ">Contact Us</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link ">Login</a>
</li>
</ul>
</div>
</div>
</nav>
</header><!--end-header-area-->
<!--Sub-header-area-->
<section class="Sub-header-area">
<div class="picter">
</div>
</section><!--end-sub-header-area-->
<!--start-event section-->
<section class="event">
<div class="container"><!--start container-->
<div class="button pt-5 text-center">
<button class="btn btn-danger" type="button">All</button>
<button class="btn btn-dark" type="button">Event's poto</button>
<button class="btn btn-dark" type="button">Event's video</button>
</div>
<div class="mt-3 pb-5">
<div class="row">
<div class="col-md-3">
<div class="img-class pb-4">
<iframe width="100%" height="150px" src="https://www.youtube.com/embed/sYjU_QTFa08" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h6 class="bg-light text-center p-1">Titltesting galery upload</h6>
</div>
</div>
<div class="col-md-3">
<div class="img-class pb-4">
<img src="images/01.jpg" alt="" width="100%" height="155px">
<h6 class="bg-light text-center p-1">Fantastic Events</h6>
</div>
</div>
<div class="col-md-3">
<div class="img-class pb-4">
<img src="images/02.jpg" alt="" height="155px" width="100%">
<h6 class="bg-light text-center p-1">Where does?</h6>
</div>
</div>
<div class="col-md-3">
<div class="img-class pb-4 ">
<iframe width="100%" height="150px" src="https://www.youtube.com/embed/XRxCnDcd1tc" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h6 class="bg-light text-center p-1">Business Planning</h6>
</div>
</div>
<div class="col-md-3">
<div class="img-class pb-4">
<img src="images/03.jpg" alt=""width="100%" height="155px">
<h6 class="bg-light text-center p-1">BRAKES</h6>
</div>
</div>
<div class="col-md-3">
<div class="img-class pb-4">
<img src="images/04.jpg" alt="" width="100%" height="155px">
<h6 class="bg-light text-center p-1">Where does it come from?</h6>
</div>
</div>
<div class="col-md-3">
<div class="img-class pb-4">
<img src="images/05.jpg" alt="" width="100%" height="155px">
<h6 class="bg-light text-center p-1">Where does it come from</h6>
</div>
</div>
<div class="col-md-3">
<div class="img-class pb-4">
<iframe width="100%" height="150px" src="https://www.youtube.com/embed/3NKBgp_GxE0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h6 class="bg-light text-center p-1">Woman sitting on rock</h6>
</div>
</div>
<div class="col-md-3">
<div class="img-class pb-4">
<iframe width="100%" height="150px" src="https://www.youtube.com/embed/4xne89LbZWk" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h6 class="bg-light text-center p-1">Man wearing black jacket</h6>
</div>
</div>
</div>
</div>
</div><!--end container-->
</section>
<!--end-event section-->
<!--start contact us-->
<section class="cannect py-5 my-5">
<div class="container">
<h2 class="section-header text-center text-light text-uppercase">Contact Us</h2>
<div class="row justify-content-center">
<div class="col-md-6 text-light">
<form action="#">
<div class="input-group my-3">
<label>Your Name</label>
<input type="text" placeholder="you name" class="bg-dark text-light">
</div>
<div class="input-group my-3">
<label>Your Email</label>
<input type="email" placeholder="you email" class="bg-dark text-light">
</div>
<div class="input-group my-3">
<label>Your Password</label>
<input type="password" placeholder="message" class="bg-dark text-light">
</div>
<div class="input-group my-3">
<label>Your Comments</label>
<textarea placeholder="Comments" class="bg-dark text-light"></textarea>
</div>
<a href="#" class="btn btn-dark btn-lg btn-block text-uppercase">Send</a>
</form>
</div>
</div>
</div>
</section>
<!--end contact us-->
<!--start-footer-->
<section class="content">
<div class="container">
<div class="pt-5 pb-5">
<div class="row">
<div class="col-md-3">
<h4>UPCOMING EVENTS</h4>
<ul>
<a class="text-light" href="#"><li>About Us</li></a>
<a class="text-light" href="#"><li>FAQ for Organisers</li></a>
<a class="text-light" href="#"><li>FAQ for Attendees</li></a>
<a class="text-light" href="#"><li>Contact Us</li></a>
<a class="text-light" href="#"><li>Alternative to TryBooking</li></a>
<a class="text-light" href="#"><li>Alternative to Eventbrite</li></a>
<a class="text-light" href="#"><li>Alternative to Ticketebo</li></a>
</ul>
</div>
<div class="col-md-3">
<h4>IMPORTANT LINKS</h4>
<ul class="list-inline">
<a class="text-light" href="#"> <li>About Us</li></a>
<a class="text-light" href="#"> <li>FAQ for Organisers</li></a>
<a class="text-light" href="#"> <li>FAQ for Attendees</li></a>
<a class="text-light" href="#"> <li>Contact Us</li></a>
<a class="text-light" href="#"> <li>Alternative to TryBooking</li></a>
<a class="text-light" href="#"> <li>Alternative to Eventbrite</li></a>
<a class="text-light" href="#"> <li>Alternative to Ticketebo</li></a>
</ul>
</div>
<div class="col-md-3">
<h4>PRODUCT</h4>
<ul class="list-inline">
<a class="text-light" href="#"> <li>How It Works</li></a>
<a class="text-light" href="#"> <li>Pricing</li></a>
<a class="text-light" href="#"> <li>Features</li></a>
<a class="text-light" href="#"> <li>Solutions</li></a>
<a class="text-light" href="#"> <li>Knowledge Base</li></a>
<a class="text-light" href="#"> <li>Affiliate Program</li></a>
</ul>
</div>
<div class="col-md-3">
<h4>PRODUCT</h4>
<p class="lorem">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Tempora exercitationem facilis non aliquid, molestiae cupiditate perspiciatis eum expedita, consequatur perferendis magnam sequi laboriosam repudiandae aliquam labore, blanditiis totam ratione nostrum.</p>
</div>
</div>
</div>
<!--footer-->
<div class="stay">
<h4 class="text-center">STAY CONNECTED</h4>
<a href="#"></a>
</div>
<!--end-footer-->
<div class="footer-text p-4">
<p class="text-1">©2019 Intrigue Theater (80 Mountain St #3315, Eureka Springs, AR 72632) | <a class="text-light" href="#">Privacy Policy</a> | <a class="text-light" href="#">T&C</a> | <a class="text-light" href="#"> FAQ</a></p>
</div>
<div class="footer-text1 pb-4">
<p class="text-1">Developed by <a class="text-light" href="#">Dingo Marketing</a> </p>
</div>
</div>
</section>
<!--end-footer-->
<!--start js link-->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
</body>
</html>