-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcityscapes.html
179 lines (169 loc) · 9.6 KB
/
cityscapes.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Cityscapes</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/lightbox.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet">
<!--Custom Style Sheets -->
<link href="css/styles.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
</head>
<body>
<!-- nav bar documentation here: http://getbootstrap.com/components/?#navbar -->
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand brand-title" href="#"><span class="fa fa-camera-retro brand-icon"></span> Photo Gallery</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav"> <!-- nav and navbar-nav does the desiging for us-->
<li class=""><a href="index.html">Home <span class="sr-only">(current)</span></a></li>
<li class=""><a href="nature.html">Nature</a></li>
<li class=""><a href="portraits.html">Portraits</a></li>
<li class="active"><a href="cityscapes.html">Cityscapes</a></li>
<!-- A modal for 'Book us' form -->
<li><a href="book_us.html" data-toggle="modal" data-target="#book_us_modal">Book Us</a></li>
</ul>
<form class="navbar-form navbar-right">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-default header-submit-button">Submit</button>
<button type="submit" class="btn btn-default header-search-button"><span class="fa fa-search"></span></button>
</form>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- Navigation Bar Ends here -->
<div class="row">
<div class="col-md-12">
<div class="page-header text-center">
<h2><span class="fa fa-building" aria-hidden="true"></span> Cityscapes</h2>
</div>
</div>
</div>
<!-- I am using lightbox plugon for this: http://lokeshdhakar.com/projects/lightbox2/ -->
<div class="row">
<div class="col-md-4 col-sm-6">
<a href="images/cityscapes_1.jpg" data-lightbox="cityscapes" data-title="Click the right half of the image to move forward. © 2017, All rights reserved">
<img src="images/cityscapes_1.jpg" class="img-responsive thumbnail" alt="cityscapes">
</a>
</div>
<div class="col-md-4 col-sm-6">
<a href="images/cityscapes_2.jpg" data-lightbox="cityscapes" data-title="Or click the left half of the image to move backward. © 2017, All rights reserved">
<img src="images/cityscapes_2.jpg" class="img-responsive thumbnail" alt="cityscapes">
</a>
</div>
<div class="col-md-4 col-sm-6">
<a href="images/cityscapes_3.jpg" data-lightbox="cityscapes" data-title="Or press the arrow keys on your keyboard. © 2017, All rights reserved">
<img src="images/cityscapes_3.jpg" class="img-responsive thumbnail" alt="cityscapes">
</a>
</div>
<div class="col-md-4 col-sm-6">
<a href="images/cityscapes_4.jpg" data-lightbox="cityscapes" data-title="© 2017, All rights reserved">
<img src="images/cityscapes_4.jpg" class="img-responsive thumbnail" alt="cityscapes">
</a>
</div>
<div class="col-md-4 col-sm-6">
<a href="images/cityscapes_5.jpg" data-lightbox="cityscapes" data-title="© 2017, All rights reserved">
<img src="images/cityscapes_5.jpg" class="img-responsive thumbnail" alt="cityscapes">
</a>
</div>
<div class="col-md-4 col-sm-6">
<a href="images/cityscapes_6.jpg" data-lightbox="cityscapes" data-title="Click ✖ to close. © 2017, All rights reserved">
<img src="images/cityscapes_6.jpg" class="img-responsive thumbnail" alt="cityscapes">
</a>
</div>
</div>
</div> <!-- .container -->
<footer class="navbar navbar-default navbar-fixed-bottom">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#footer" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="fa fa-handshake-o"></span>
</button>
<a class="navbar-brand footer-title" href="http://www.nimeshjain.com" target="_blank">devNimi<span class="fa fa-cog fa-spin fa-fw"></span></a>
<p class="navbar-text footer-text">© 2017, All rights reserved</p>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="footer">
<ul class="nav navbar-nav navbar-right">
<li class="footer-icons"><a href="https://www.facebook.com/devNimi" target="_blank" class="footer_facebook"><span class="fa fa-facebook-official"></span> facebook</a></li>
<li class="footer-icons"><a href="https://in.linkedin.com/in/devnimi" target="_blank" class="footer_linkedin"><span class="fa fa-linkedin-square"></span> linkedin</a></li>
<li class="footer-icons"><a href="https://twitter.com/devNimi" target="_blank" class="footer_twitter"><span class="fa fa-twitter"></span> twitter</a></li>
<li class="footer-icons"><a href="https://github.com/devNimi" target="_blank" class="footer_github"><span class="fa fa-github"></span> github</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</footer>
<!-- Book Us modal -->
<div class="modal fade" id="book_us_modal" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header page-header">
<h1 class="text-center">Book Us! 🙈<small>📱</small></h1>
</div>
<div class="modal-body">
<form class="form-horizontal" action="/my-handling-form-page" method="post">
<div class="form-group">
<label for="name" class="col-sm-2 control-label">Name</label>
<div class="col-sm-10">
<input type="name" class="form-control" id="name" placeholder="Enter your name here" name="user_name">
</div>
</div>
<div class="form-group">
<label for="email" class="col-sm-2 control-label">Email</label>
<div class="col-sm-10">
<input type="email" class="form-control" id="email" placeholder="Your Email address here" name="user_email">
</div>
</div>
<div class="form-group">
<label for="msg" class="col-sm-2 control-label">Message</label>
<div class="col-sm-10">
<textarea class="form-control" id="msg" rows="2" placeholder="Please enter your message here" name="user_message"></textarea>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-primary btn-block">Send</button>
</div>
</div>
</form>
</div>
<div class="modal-footer">
<div class="social_media_icons">
<a href="https://www.facebook.com/devNimi" target="_blank" class="zocial icon facebook myicon"></a>
<a href="https://twitter.com/devNimi" target="_blank" class="zocial icon twitter myicon"></a>
<a href="https://in.linkedin.com/in/devnimi" target="_blank" class="zocial icon linkedin myicon"></a>
<a href="https://github.com/devNimi" target="_blank" class="zocial icon github myicon"></a>
<!-- Close Button -->
<button type="button" class="btn btn-danger" data-dismiss="modal"><span class="fa fa-close"></span> Close</button>
</div>
</div> <!-- /. modal footer-->
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.BOOK US modal -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/lightbox.min.js"></script>
</body>
</html>