-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
181 lines (160 loc) · 8.03 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
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Young Striker's FC</title>
<link rel="shortcut icon" href="#" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Teko:700" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<style>
.jumbotron-fluid {
background-image: url("images/gallery/jb.jpg");
background-size: cover;
color: white;
}
</style>
</head>
<body>
<header id ="header">
<img src="images/youngStrikers.png" alt="young strikers logo" width="150" height="200" />
<h2>Young Strikers' Fc</h2>
</header>
<nav class="navbar navbar-expand-lg navbar-dark sticky-top" id="top-nav">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link" href="index.html">Home</a>
<a class="nav-item nav-link" href="about.html">About Us</a>
<a class="nav-item nav-link active" href="#">Gallery <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link" href="contact.html">Contact Us</a>
<a class="nav-item nav-link" href="event.html">Events</a>
</div>
</div>
</nav>
<!------------------------
jumbotron
---------------------- -->
<div class="jumbotron jumbotron-fluid">
<div class="container text-center">
<h1 class="display-4">Gallery</h1>
<p class="lead">This is a modified jumbotron that occupies the entire horizontal space of its parent.</p>
</div>
</div>
<!------------------------
images and video grids
---------------------- -->
<div class="container Gallery-container">
<center><h3>photos</h3></center>
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="Gallery-images text-center">
<img src="images/gallery/playa1.jpg">
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="Gallery-images text-center">
<img src="images/gallery/playa3.jpg">
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="Gallery-images text-center">
<img src="images/gallery/playa1.jpg">
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="Gallery-images text-center">
<img src="images/gallery/playa3.jpg">
</div>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="Gallery-images text-center">
<img src="images/gallery/playa1.jpg">
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="Gallery-images text-center">
<img src="images/gallery/playa3.jpg">
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="Gallery-images text-center">
<img src="images/gallery/playa1.jpg">
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="Gallery-images text-center">
<img src="images/gallery/playa3.jpg">
</div>
</div>
</div>
</div>
<div class="Gallery-margin">
<div class="container Gallery-container">
<center> <h3> videos</h3></center>
<div class="row">
<div class="col-md-4">
<div class="text-center Gallery-video">
<video width="320" height="240" controls>
<source src="images/index/Highlights/thePurposeOfLife.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
<div class="col-md-4">
<div class="text-center Gallery-video">
<video width="320" height="240" controls>
<source src="images/index/Highlights/thePurposeOfLife.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
<div class="col-md-4">
<div class="text-center Gallery-video">
<video width="320" height="240" controls>
<source src="images/index/Highlights/thePurposeOfLife.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
</div>
</div>
<footer id="footer" class="container-fluid">
<div id="footer-address" class="row">
<div id="club-adress" class="col-md-8 text-white text-left footer-location">
<p><b><i class="fas fa-map-marker-alt"></i></b><br/>Campus Mini Stadium,<br/>off Igbosere Rd,<br/>Lagos Island,<br/>Lagos Nigeria.<br/><b><i class="fas fa-phone"> : </i></b> +234 805-626-7207, +234 816-165-8129<br/><b><i class="fas fa-mobile"> : </i></b> +234 802-772-6524, +234 802-363-4277<br/><b><i class="fas fa-fax"></i></b> 00234 1 2718677<br/><b><i class="fas fa-globe"></i> : </b>www.youngstrickers.ng<br/><b><i class="fas fa-at"></i> : </b>[email protected], [email protected]<br/>[email protected]</p>
</div>
<div class="col-md-4 footer-location">
<div style="width: 100%">
<iframe width="100%" height="300" src="https://maps.google.com/maps?width=100%&height=600&hl=en&q=2%2C%20Igbosere%20Rd%20Lagos+(young%20strickers%20FC)&ie=UTF8&t=&z=18&iwloc=A&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"><a href="https://www.maps.ie/map-my-route/">Draw map route</a></iframe>
</div>
<br />
</div>
</div>
<hr />
<div class="row text-white" id="footer-legal">
<div class="col-md-9">
<span>© Young Strikers'Fc 2018</span>
</div>
<div class="col-md-3" id="social-links">
<ul id="social-icons">
<li><a href="#"><i class="fab fa-youtube" title="Young Strikers' FC"></i><span class="sr-only">Check us out on Youtube</span></a></li>
<li><a href="#"><i class="fab fa-facebook" title="Young Strikers' FC"></i><span class="sr-only">Follow us on facebook</span></a></li>
<li><a href="#"><i class="fab fa-instagram" title="Young Strikers' FC"></i><span class="sr-only">Follow us on instagram</span></a></li>
</ul>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>