-
Notifications
You must be signed in to change notification settings - Fork 2
/
aboutus.php
86 lines (74 loc) · 3.67 KB
/
aboutus.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Movie Square 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." />
<meta name="keywords" content="Ex ea, commodo, consequat, duis aute irure, dolor in, reprehenderit" />
<title>Movie Square - About Us</title>
<link href="css/rs.css" rel="stylesheet" type="text/css" />
<link href="css/ms.css" rel="stylesheet" type="text/css" />
<link href="css/myriadpro.css" rel="stylesheet" type="text/css" />
<link href="css/dropkick.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/dropkick.css" type="text/css">
<script src="js/jquery-1.7.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/jquery.dropkick-1.0.0.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
$(function () {
$('.default').dropkick();
});
</script>
</head>
<body>
<div class="w">
<div id="header">
<h1><a href="index.php">Movie Square</a></h1>
<div id="nav">
<ul>
<li><a href="index.php">Home </a></li>
<li><a href="booking.php">Ticket Booking</a></li>
<li><a href="movies.php">Movies</a></li>
<li><a href="news.php">News & Events</a></li>
<li><a href="services.php">Services</a></li>
<li class="current"><a href="aboutus.php">About Us</a></li>
</ul>
</div>
</div>
<div id="filmBar"></div>
<div id="main">
<div id="content">
<div class="padding">
<div id="about">
<h1>About us</h1>
<p>
MovieSquare.com is the worldwide leader in advance movie ticketing and a top destination for news, celebrity interviews, movie reviews and trailers. MovieSquare.com offers moviegoers a quick and convenient way to purchase tickets online, via mobile device and at 877-789-MOVIE; along with enhanced services including print-at-home ticketing and much more. Fans can stay connected with MovieSquare.com through <a href="facebook.com">Facebook</a>, <a href="">Twitter</a> and <a href="">YouTube</a>.<br/> </p>
<p>
Address: Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua<br/>
Phone: 123-123456 | Fax: 123-123456 | Email: [email protected]<br/>
</p>
</div>
</div>
</div>
<!-- SIDE BAR -->
<?php include('sidebar.php');?>
<div class="clr"></div>
</div>
<div id="filmBar"></div>
<div id="footer">
<ul>
<li><a href="index.php">Home </a></li>
<li><a href="booking.php">Ticket Booking</a></li>
<li><a href="movies.php">Movies</a></li>
<li><a href="news.php">News & Events</a></li>
<li><a href="services.php">Services</a></li>
<li class="current"><a href="aboutus.php">About Us</a></li>
</ul>
<h3>Movie Square Entertainment Jsc © Copyright 2012</h3>
<p>Address: Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua<br />
Phone: 123-123456 | Fax: 123-123456 | Email: [email protected]</p>
<div class="socialIcons">
<a href="#" title="Find us on Facebook"><img src="images/facebook.png" /></a><a href="#" title="Follow us on Twitter"><img src="images/twitter.png" /></a><a href="#" title="Your Channel on Youtube"><img src="images/youtube.png" /></a><a href="#" title="Get RSS Feeds"><img src="images/rss.png" /></a>
</div>
</div>
</div>
</body>
</html>