-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphoto_gallery.html
195 lines (163 loc) · 10.8 KB
/
photo_gallery.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
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
<!DOCTYPE html>
<html>
<head>
<title>Photos Gallery</title>
<!-- Mobile viewport optimized -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.css"
<!--Custom CSS-->
<link rel="stylesheet" type="text/css" href="includes/css/styles.css">
<link rel="stylesheet" type="text/css" href="css/lightbox.css">
<!-- Include Modernizr in the head, before any other Javascript -->
<script src="js/modernizr.js"></script>
<!-- First try for the online version of jQuery-->
<script src="http://code.jquery.com/jquery.js"></script>
<!-- If no online access, fallback to our hardcoded version of jQuery -->
<script>window.jQuery || document.write('<script src="includes/js/jquery-1.8.2.min.js"><\/script>')</script>
</head>
<body>
<nav class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-target=".navbar-responsive-collapse" data-toggle="collapse" type="button">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="images/pegasus_logo.png" alt="Pegasus Studios"></a>
</div><!--end of navbar-header-->
<div class="navbar-collapse collapse navbar-responsive-collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a id="home" href="index.html">Home</a><!--The onclick function is just for testing-->
</li>
<li><a id="facil" href="facilities.html">Facilities</a></li>
<li class="active current"><a id="photo" href="photo_gallery.html">Photo Gallery</a></li>
<li><a id="contact" href="#myModal" role="button" data-toggle="modal" data-backdrop="static">Contact Us</a></li>
<div class="modal fade" id="myModal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Contact Us</h4>
</div><!--end of modal-header-->
<div class="modal-body">
<h4 class="modal-title">Let Us Know What You Think</h4>
<p>Whether you are having questions or complaints, or even if you have suggestions,
please let us know!</p>
<h4>Telephone Numbers</h4>
<p>Pegasus Studios: +302897031647<br>
Mobile: +306973019736</p>
<h4>Email</h4>
<p>[email protected]</p>
<hr>
<p><small class="text-muted">Please fill in the form and send it to us. We 'll get back at you as soon as possible</small></p>
<form class="form-horizontal">
<div class="form-group">
<label class="col-lg-2 control-label" for="inputName">Name</label>
<div class="col-lg-10">
<input class="form-control" id="inputName" name="inputName" placeholder="Name" type="text">
</div><!--end of form-group Name-->
</div>
<div class="form-group">
<label class="col-lg-2 control-label" for="inputEmail">Email</label>
<div class="col-lg-10">
<input class="form-control" id="inputEmail" name="inputEmail" placeholder="Email" type="email">
</div><!--end of form-group Email-->
</div>
<div class="form-group">
<label class="col-lg-2 control-label" for="inputMessage">Message</label>
<div class="col-lg-10">
<textarea class="form-control" id="inputMessage" name="inputMessage" placeholder="Message" rows="3"></textarea>
</div>
</div>
<div class="modal-footer">
<button class="btn btn-default btn-primary" type="submit" id="send_button">Send</button>
</div>
</form>
</div><!--end of modal-body-->
<!--<div class="modal-footer">-->
<!--<button class="btn btn-default btn-primary" type="button">Send</button>-->
<!--</div>-->
</div><!--end of modal-content-->
</div><!--end of modal-dialog-->
</div><!--end of modal-->
</ul><!--end of nav-->
</div><!--end of nav-collapse-->
</div><!--end of container-->
</nav>
<div class="container">
<h1 class="header">Photo Collection</h1>
<hr>
<h3>Take a closer look through our image collection...</h3>
<div id="image_gallery" class="row col-sm-8">
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery" data-title="First Photo"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
<a href="http://placehold.it/1920x1080" data-lightbox="image_gallery"><img src="http://placehold.it/140x100" alt=""></a>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-sm-2">
<h6>Copyright © 2015 Komic</h6>
</div><!--end col-sm-2-->
<div class="col-sm-4">
<h6>About Us</h6>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Asperiores excepturi fugit illum, mollitia quidem sunt temporibus vero. Aliquam enim illum laudantium nihil nulla officiis quia reprehenderit? Illum numquam placeat porro?
</p>
</div><!--end col-sm-4-->
<div class="col-sm-2">
<h6>Navigation</h6>
<ul class="list-unstyled">
<li><a href="index.html">Home</a></li>
<li><a href="facilities.html">Facilities</a></li>
<li><a href="photo_gallery.html">Photo Gallery</a></li>
<li><a id="contact" href="#myModal" role="button" data-toggle="modal" data-backdrop="static">Contact Us</a></li>
</ul>
</div><!--end col-sm-2-->
<div class="col-sm-2">
<h6>Follow Us</h6>
<ul class="list-unstyled">
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Google Plus</a></li>
</ul>
</div><!--end col-sm-2-->
<div class="col-sm-2">
<h6>Coded with <span class="glyphicon glyphicon-heart"></span> by Komic</h6>
</div><!--end col-sm-2-->
</div><!--end row-->
</div><!--end of container-->
</footer><!--end footer-->
<!-- Bootstrap JS -->
<script src="js/bootstrap.min.js"></script>
<!-- Custom JS -->
<script src="js/script.js"></script>
<script src="js/lightbox.js"></script>
<script src="js/contact.js"></script>
</body>
</html>