-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
173 lines (160 loc) · 8.01 KB
/
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>John Legend Australia Tour 2018</title>
<link href="https://fonts.googleapis.com/css?family=Cabin" rel="stylesheet">
<link href="css/screen.css" rel="stylesheet" type="text/css">
<link href="css/lightbox.css" rel="stylesheet" type="text/css">
<script src="https://code.jquery.com/jquery-3.2.1.js"></script>
<script type="text/javascript" src="js/menu-x.js"></script>
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="js/menu.js"></script>
<script type="text/javascript" src="js/lightbox-plus-jquery.js"></script>
<link rel="stylesheet" type="text/css" media="print" href="print.css">
</head>
<body>
<header>
<div class="top-nav">
<div id="head-container"> <a class="logo" title="John Legend" href="index.html"> <img id="logo-small" src="images/logo.svg" ></a>
<nav role="navigation">
<div class="icon">
<div class="hamburger-menu"></div>
</div>
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="info.html">Info</a></li>
<li><a href="tour.html">Tour</a></li>
<li class="dropdown"><a href="media.html">Media</a>
<ul class="sub-menu">
<li><a href="gallery.html">Gallery</a></li>
<li><a href="music.html">Music</a></li>
<li><a href="videos.html">Videos</a></li>
</ul>
</li>
<!--/.dropdown-->
<li><a href="contact.html">Subscribe</a></li>
</ul>
<!--/.sub-menu-->
<!--/.menu-->
</nav>
<!--/.nav-->
</div>
<!--/.head-container-->
</div>
<!--/.top-nav-->
</header>
<!--/.header-->
<div class="container">
<div class="hero-image-header gallery-hero" style="background-image:url(images/john-legend-essence-fest-2017.jpg)">
<div class="hero-text-header">
<h1 id="text-tour">Gallery</h1>
</div>
<!--/.hero-text-->
</div>
<!--/.hero-image-->
</div>
<!--/.container-->
<div class="page event">
<section class="event-list">
<div class="section-heading">
<h2>Photos</h2>
</div>
<div class="body-container">
<div class="gallery-container">
<div class="image-container"> <a class="example-image-link" href="images/john-legend-tour-page-hero.jpg" data-lightbox="example-set" data-title="John Legend plays live in Los Angeles."> <img class="example-image" src="images/john-legend-tour-page-hero.jpg" alt="John legend plays piano" /></a> </div>
<!--/.image-container-->
<div class="image-container"> <a class="example-image-link" href="images/John-legend-piano.jpg" data-lightbox="example-set" data-title="John Legend plays live in Zurich."><img class="example-image" src="images/John-legend-piano.jpg" alt="John legend mic" /></a> </div>
<!--/.image-container-->
<div class="image-container"> <a class="example-image-link" href="images/john-legend-piano-gala-event.jpg" data-lightbox="example-set" data-title="John Legend plays in gala event foundation."> <img class="example-image" src="images/john-legend-piano-gala-event.jpg" alt="John legend mic and piano" /></a> </div>
<!--/.image-container-->
<div class="image-container"> <a class="example-image-link" href="images/john-legend-the-key.jpg" data-lightbox="example-set" data-title="John Legend in Fall tour with XPN."> <img class="example-image" src="images/john-legend-the-key.jpg" alt="John legend live piano" /></a> </div>
<!--/.image-container-->
<div class="image-container"> <a class="example-image-link" href="images/john-legend-orchestra.jpg" data-lightbox="example-set" data-title="Artists Den Celebrates Martin Luther King Day with John Legend."> <img class="example-image" src="images/john-legend-orchestra.jpg" alt="John legend orchestra" /></a> </div>
<!--/.image-container-->
<div class="image-container"> <a class="example-image-link" href="images/john-legend-live.jpg" data-lightbox="example-set" data-title="Billboard Music Awards: John Legend and Florida Georgia Line to Perform Together."> <img class="example-image" src="images/john-legend-live.jpg" alt="John legend live" /></a> </div>
<!--/.image-container-->
<div class="image-container"> <a class="example-image-link" href="images/john-legend-commuters.jpg" data-lightbox="example-set" data-title="John Legend surprises commuters with impromptu performance at London St Pancras."> <img class="example-image" src="images/john-legend-commuters.jpg" alt="John legend surprises commuters" /></a> </div>
<!--/.image-container-->
<div class="image-container"> <a class="example-image-link" href="images/john-legend-oscar.jpg" data-lightbox="example-set" data-title="John Legend and Common wins oscar."> <img class="example-image" src="images/john-legend-oscar.jpg" alt="John legend and common won oscar" /></a> </div>
<!--/.image-container-->
</div>
<!--/.gallery-container-->
</div>
<!-- /#body-container -->
</section>
<!--/.event-list -->
</div>
<!--/.page-event-->
<footer id="main-footer">
<div class="page footer">
<div class="container">
<div class="footer-list">
<div class="footer-side-left">
<div class="section-heading footer-heading">
<h4>Mailing List</h4>
</div>
<!--/.section-heading-->
<div class="footer-container">
<form action="/action_page.php" class="signup" novalidate>
<input type="email" class="ml-email" placeholder="Email" name="Email">
<button type="submit" class="btn-ml-submit">Submit</button>
</form>
<!--/form-->
</div>
<!--/.footer-container -->
</div>
<!--/.footer-side-left -->
<div class="footer-side-right">
<div class="section-heading footer-heading-right">
<h4>Socials</h4>
</div>
<!--/.section-heading-->
<div class="footer-container">
<ul class="social-icons">
<li><a class="social-icon" href="https://www.facebook.com/johnlegend/" target="_blank"> <i class="fa fa-facebook"></i> </a></li>
<li><a class="social-icon" href="https://twitter.com/johnlegend" target="_blank"> <i class="fa fa-twitter"></i> </a></li>
<li><a class="social-icon" href="https://www.instagram.com/johnlegend/?hl=en" target="_blank"> <i class="fa fa-instagram"></i> </a></li>
<li><a id="sc-icon" class="social-icon" href="https://www.snapchat.com/add/johnlegend" target="_blank"> <i class="fa fa-snapchat-ghost"></i> </a></li>
<li><a class="social-icon" href="https://www.youtube.com/user/johnlegendVEVO" target="_blank"> <i class="fa fa-youtube"></i> </a></li>
</ul>
<!--/.social-icons-->
</div>
<!--/.footer-container -->
</div>
<!--/.footer-side-right -->
</div>
<!--/.footer-list -->
<nav>
<div class="footer-nav">
<ul id="footer-menu">
<li><a href="index.html">Home</a></li>
<li><a href="info.html">Info</a></li>
<li><a href="tour.html">Tour</a></li>
<li><a href="contact.html">Subscribe</a></li>
</ul>
<!--/#footer-menu-->
</div>
<!--/.footer-nav -->
</nav>
<!--/.nav-->
</div>
<!--/.container -->
</div>
<!--/.page-footer -->
<div class="footer-credits">
<div class="container">
<div class="row">
<div class="credits-content"> © John Legend 2017. All Rights Reserved. Site by <a href="http://www.paul-jensen.xyz" target="_blank">Paul Jensen</a> </div>
</div>
<!--/.row -->
</div>
<!--/.container -->
</div>
<!--/.footer-credits -->
</footer>
<!--/#main-footer -->
</body>
</html>