-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.php
executable file
·475 lines (390 loc) · 15.4 KB
/
services.php
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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
<?php
$zxc = mysqli_query($con,"select * from tblpageviews where fldPage = 'services'");
$zxcf = mysqli_fetch_array($zxc);
$views = $zxcf['fldViews'];
$views = $views +1;
$zxc = mysqli_query($con,"update tblpageviews set fldViews = '$views' where fldPage = 'services'");
?>
<style type="text/css">
#managementDiv:hover #arrow1,
#productionDiv:hover #arrow2,
#digitalDiv:hover #arrow3{
color:#000;
}
a
{
text-decoration:none;
color:white;
}
a:hover
{
color:white;
}
</style>
<div style="height:90vh;background-image:url(images/services.JPG);background-repeat: no-repeat;background-size: cover;background-position: fixed;color:white">
<center>
<img src="images/logo.png" height="70px" width="140px">
<br>
<p style="color:white">LTN EVENTS</p>
<br>
</center>
<center>
<p style="font-size: 60px">What We Do</p>
<p style="color:gray">We offer a comprehensive range of services that
<br><span style="color:white"><strong>move ventures</strong></span> to market toward <span style="color:white"><strong>success.</strong></span></p>
<br>
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-4 col-xs-12">
<center>
<a href="#managementTarg">
<div id="managementDiv" class="col-sm-8 col-md-8 col-xs-8 card bg-3rd-petal rounded" style="padding:5px">
<p style="font-size:80px;"><span class="fa fa-tasks"></span></p>
<strong><label style="color:dimgray">MANAGEMENT</label></strong>
<p style="font-size:28px;color:#ffffff"><span id="arrow1" class="fa fa-arrow-circle-down"></span></p>
</div>
</a>
</center>
</div>
<br>
<div class="col-sm-12 col-md-4 col-xs-12">
<center>
<a href="#productionTarg">
<div id="productionDiv" class="col-sm-8 col-md-8 col-xs-8 card bg-2nd-petal rounded" style="padding:5px">
<p style="font-size:80px;"><span class="fa fa-industry"></span></p>
<strong><label style="color:dimgray">PRODUCTION</label></strong>
<p style="font-size:28px;color:#ffffff"><span id="arrow2" class="fa fa-arrow-circle-down"></span></p>
</div>
</a>
</center>
</div>
<div class="col-sm-12 col-md-4 col-xs-12">
<center>
<a href="#digitalTarg">
<div id="digitalDiv" class="col-sm-8 col-md-8 col-xs-8 card bg-1st-petal rounded" style="padding:5px">
<p style="font-size:80px;"><span class="fa fa-laptop"></span></p>
<strong><label style="color:dimgray">DIGITAL</label></strong>
<p style="font-size:28px;"><span id="arrow3" class="fa fa-arrow-circle-down"></span></p>
</div>
</a>
</center>
</div>
</div>
</div>
</center>
</div>
<label id="managementTarg"></label>
<br>
<br>
<br>
<div class="container-fluid">
<div class="row">
<div class="col-sm-8 col-md-8 col-xs-8">
<h1>MANAGEMENT</h1>
<br>
<p align="justify">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<br>
<br>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="col-sm-4 col-md-4 col-xs-4">
<img src="images/event2.jpg" width="100%" height="350px">
</div>
</div>
<label id="productionTarg"></label>
<br>
<br>
<hr>
<br>
<br>
<div class="row">
<div class="col-sm-4 col-md-4 col-xs-4">
<img src="images/event3.jpg" width="100%" height="350px">
</div>
<div class="col-sm-8 col-md-8 col-xs-8">
<h1>PRODUCTION</h1>
<br>
<p align="justify">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<br>
<br>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
<label id="digitalTarg"></label>
<br>
<br>
<hr>
<br>
<br>
<div class="row">
<div class="col-sm-8 col-md-8 col-xs-8">
<h1>DIGITAL</h1>
<br>
<p align="justify">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<br>
<br>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="col-sm-4 col-md-4 col-xs-4">
<img src="images/event4.jpg" width="100%" height="350px">
</div>
</div>
</div>
<br>
<br>
<br>
<!-- footer -->
<!-- Book Modal -->
<form method="post">
<div class="modal fade" id="bookModal">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<center><img class="col-2 modal-title text-center" src="images/logo.png"></center>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<!-- Modal body -->
<div class="modal-body">
<div class="row">
<div class="col-sm-6 col-md-6 col-xs-6">
<table>
<tr>
<td>Date:</td><td style="padding:8px"><?php echo date("M d, Y") ?></td>
</tr>
<tr>
<td>Name:</td><td style="padding:8px"><input type="text" placeholder="Complete Name" required name="inqName" class="form-control"></td>
</tr>
<tr>
<td>Address:</td><td style="padding:8px"><textarea placeholder="Address" name="inqAddr" rows="3" required class="form-control"></textarea></td>
</tr>
<tr>
<td>Category:</td>
<td style="padding:8px">
<select required name="inqCategory" class="form-control">
<option value="" selected disabled>--Select Category--</option>
<option value="Wedding">Wedding</option>
<option value="Marketing">Marketing</option>
<option value="Production">Production</option>
<option value="">Others</option>
</select>
</td>
</tr>
</table>
</div>
<div class="col-sm-6 col-md-6 col-xs-6">
<table>
<tr>
<td></td><td style="padding:8px"> </td>
</tr>
<tr>
<td>Contact No.:</td><td style="padding:8px"><input type="text" required placeholder="+639xxxxxxxxx" name="inqNum" class="form-control"></td>
</tr>
<tr>
<td>Email:</td><td style="padding:8px"><input type="text" required placeholder="[email protected]" name="inqEmail" class="form-control"></td>
</tr>
</table>
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-12 col-md-12 col-xs-12">
<label style="font-size:18px">Event Details</label>
<table>
<tr>
<td>Event Name:</td><td style="padding:8px;width: 70%"><input type="text" required placeholder="Event Name" name="inqEventName" class="form-control"></td>
</tr>
<tr>
<td>Target Date and Time:</td><td style="padding:8px"><input type="datetime-local" required placeholder="12/30/2000 08:00 AM" name="inqDate" class="form-control"></td>
</tr>
<tr>
<td>Target Venue:</td><td style="padding:8px"><input type="text" placeholder="Target Venue" required name="inqVenue" class="form-control"></td>
</tr>
<tr>
<td>Message:</td><td style="padding:8px"><textarea placeholder="Message" name="inqMsg" required rows="3" class="form-control"></textarea></td>
</tr>
</table>
</div>
</div>
</div>
<!-- Modal footer -->
<div class="modal-footer">
<input type="submit" name="inqSubmit" value="Submit" class="btn btn-success"></form>
<button type="button" class="btn btn-outline-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Review Modal -->
<form method="post">
<div class="modal fade" id="reviewModal">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<center><img class="col-2 modal-title text-center" src="images/logo.png"></center>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<?php
if(isset($_SESSION['id']))
{
$loggedID = $_SESSION['id'];
$q2 = mysqli_query($con,"select * from tblusers where fldID = '$loggedID'");
$qf2 = mysqli_fetch_array($q2);
$loggedName = $qf2['fldFirstName'] . " " . $qf2['fldLastName'];
}
else
{
$loggedName = "";
}
?>
<!-- Modal body -->
<div class="modal-body">
<div class="row">
<div class="col-sm-12 col-md-12 col-xs-12">
<div class="form-group">
<label>Name <sup>(Optional)</sup></label>
<div class="input-group">
<input type="text" autocomplete="off" value="<?php echo $loggedName; ?>" name="revName" placeholder="Name..." class="form-control">
</div>
</div>
<div class="form-group">
<label>Comment and Suggestion</label>
<div class="input-group">
<textarea name="revComment" placeholder="Comment and Suggestion..." class="form-control" rows="5"></textarea>
</div>
</div>
</div>
</div>
</div>
<!-- Modal footer -->
<div class="modal-footer">
<input type="submit" name="revSubmit" value="Submit" class="btn btn-success"></form>
<button type="button" class="btn btn-outline-secondary" data-dismiss="modal">Close</button>
</div>
<?php
if(isset($_POST['revSubmit']))
{
$name = $_POST['revName'];
if($name == "")
$name = "Anonymous";
$comment = mysqli_real_escape_string($con,$_POST['revComment']);
$q = mysqli_query($con,"insert into tblcomments values ('','$name', '$comment','" . date("Y-m-d H:i:s") . "','no','no')");
if($q)
echo "<script>alert('Thank you for sending your review!');window.location=window.location</script>";
}
?>
</div>
</div>
</div>
<div class="col-md-12" style="background-color:#242424;height:225px;">
<br><br>
<div class="row">
<div class="col-md-4 col-xs-12">
<label style="color:gray">CONTACT</label>
<div class="row">
<div class="col-md-3">
<label style="color:#CDD1D0">Phone:</label>
</div>
<div class="col-md-6">
<label style="color:#CDD1D0">(043) 740 7112</label>
</div>
</div>
<div class="row">
<div class="col-md-3">
<label style="color:#CDD1D0">Email:</label>
</div>
<div class="col-md-6">
<label style="color:#CDD1D0;font-size:">[email protected]</label>
</div>
</div>
</div>
<div class="col-md-4 col-xs-12">
<label style="color:gray">Address</label>
<div class="row">
<div class="col-md-12">
<label style="color:#CDD1D0;word-wrap: break-word;">Unit 19H, 2nd Floor Big Ben Complex, JP Laurel Highway, Mataas na Lupa, Lipa, 4217 Batangas</label>
</div>
</div>
</div>
<div class="col-md-2">
<label style="color:#404040"></label>
<div class="row">
<div class="col-md-12" style="font-size:30px">
<a href="https://www.facebook.com/ltnevents/" target="_blank" class="fa fa2 fa-facebook"></a>
<a href="http://www.instagram.com/eventsbyltn" target="_blank" class="fa fa2 fa-instagram"></a>
</div>
<br>
<br>
<br>
<?php
if(!isset($_SESSION['id']))
{
?>
<button data-toggle="modal" data-target="#bookModal" class="btn btn-info">Inquiry? Click me!</button>
<?php
}
?>
<button style="margin-top:10px" data-toggle="modal" data-target="#reviewModal" class="btn btn-info">Review? Click me!</button>
</div>
</div>
<div class="col-md-2">
<img src="images/logo.png" width="100%">
<br>
<br>
<div class="row">
<p style="color:#CDD1D0;font-size:10px;float:right">   LTN EVENTS © 2018</p>
</div>
</div>
</div>
</div>
<?php
if(isset($_POST['inqSubmit']))
{
$inqName = $_POST['inqName'];
$inqAddress = mysqli_real_escape_string($con,$_POST['inqAddr']);
$inqCategory = $_POST['inqCategory'];
$inqNum = $_POST['inqNum'];
$inqEmail = $_POST['inqEmail'];
$inqEventName = $_POST['inqEventName'];
$inqTargetDate = $_POST['inqDate'];
$inqVenue = $_POST['inqVenue'];
$inqMsg = mysqli_real_escape_string($con,$_POST['inqMsg']);
$q = mysqli_query($con,"insert into tblinquiry values ('','$inqName','$inqAddress','$inqCategory','$inqNum','$inqEmail','$inqEventName','$inqTargetDate','$inqVenue','$inqMsg','" . date("Y-m-d H:i:s") ."','no')");
if($q)
{
echo "<script>alert('Thank you for your inquiry! Rest assured that we will get back to you ASAP.');window.location=window.location</script>";
}
}
?>
<!-- footer end -->