-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (70 loc) · 3.66 KB
/
index.html
File metadata and controls
80 lines (70 loc) · 3.66 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome - Uni Folks Theater</title>
<link rel="icon" href="assets/img/logo.ico">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link href="assets/css/full-width-pics.css" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,600,600i">
</head>
<body style="background-color= #F6F6F6">
<nav class="navbar navbar-dark navbar-expand-lg fixed-top clean-navbar" style="background-color: black;">
<div class="container"><a class="navbar-brand logo" href="index.html"><img src="assets/img/logo.png" width="67;" height="44"></a><button class="navbar-toggler" data-toggle="collapse" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse"
id="navcol-1">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item" role="presentation"><a class="nav-link" href="about-us.html">About</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="contact-us.html">Contact</a></li>
<li class="nav-item active" role="presentation"><a class="nav-link" href="login.html">Login</a></li>
</ul>
</div>
</nav>
<main class="page faq-page" >
<!-- Header - set the background image for the header in the line below -->
<header class="py-5 bg-image-full" style="background-image: url('assets/img/1.jpg'); margin-top: -8px;">
<img class="img-fluid d-block mx-auto" src="assets/img/fake.png" width="100" height="100" alt="">
</header>
<!-- Content section -->
<section class="py-5">
<div class="container">
<h2 class="text-info">UNI FOLKS Theater</h2>
<p class="lead">Online Ticket Services</p>
<p>A worldwide leader in advance theater ticketing and a top destination for the production development.<br> <b>Uni Folks</b> offers a quick and convenient way to purchase tickets online, along with enhanced services for the standard theatrical operations.</p>
</div>
</section>
<section id="team" class="bg-light-gray">
<div>
<div class="row" style="text-align: center; margin: 0 auto; width: 350px;">
<div class=" col-md-6 ">
<div class="" ><a href="forms/reserve.html"><img class="rounded-circle img-fluid" src="assets/img/avail.png"width="100" heigh"100">
<p class="text-muted" style="margin-top: 10px;">Reserve a Seat</p></a>
</div>
</div>
<div class=" col-md-6 ">
<div class=""><a href="forms/booking.html"><img class="rounded-circle img-fluid" src="assets/img/res.png"width="100" heigh"100">
<p class="text-muted" style="margin-top: 10px;">Book Tickets</p></a>
</div>
</div>
</div>
</div>
</section>
<!-- Content section -->
<section class="clean-block clean-faq dark">
<br>
<div class="block-content" style = "margin: 0 auto; text-align: center;">
<a href="sitemap.html">Sitemap</a> - <a href="faq.html">FAQ</a>
</div>
</section>
</main>
<footer style="background-color: #222425; position: fixed; bottom: 0; width: 100%; color: white; text-align: center;">
<div class="footer-copyright" style="margin-top: 3px; margin-bottom: 3px;">
© 2018 Uni Folks
</div>
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/theme.js"></script>
</body>
</html>