-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgallery.html
214 lines (204 loc) · 13.1 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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The Aunans, World of Warcraft PVE focused guild based on Darksorrow EU.">
<meta name="keywords" content="world of warcraft, alliance, darksorrow, eu, raiding, guild, pve">
<meta name="author" content="The Aunans">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/icons/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/icons/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/icons/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/img/icons/favicon/site.webmanifest">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css" integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/style.css" type="text/css" />
<title>The Aunans - Home</title>
</head>
<body>
<header>
<!-- Navbar Start. Built with Bootstrap navbar component and customised to fit the needs of the app-->
<nav class="navbar fixed-top navbar-dark navbar-expand-sm container-xl">
<a class="navbar-brand" href="index.html">
<img src="assets/img/aunans-logo.png" alt="The Aunans Logo">
</a>
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#NavDropDown" aria-controls="NavDropDown" aria-expanded="false" aria-label="Togglenavigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="NavDropDown">
<ul class="navbar-nav m-auto">
<li class="active nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="guildinfo.html">Guild Info</a>
</li>
<li class="nav-item">
<a class="nav-link" href="resources.html">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
</ul>
</div>
<div class="d-none d-sm-block">
<button type="button" class="btn btn-danger btn-joinUs" data-toggle="modal" data-target="#joinModal">Join Us!</button>
</div>
</nav>
<!-- Navbar -->
</header>
<!-- Image Carousel Start. Build with Bootstrap carousel component and customised the needs of the app -->
<div class="container-xl">
<div class="row">
<div class="col-12 galleryCarousel">
<div id="carouselControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/img/carousel/20200820_122423-min.jpg" alt="Member photos">
</div>
<div class="carousel-item">
<img src="assets/img/carousel/20200905_175905-min.jpg" alt="Member photos">
</div>
<div class="carousel-item">
<img src="assets/img/carousel/20200905_175920-min.jpg" alt="Member photos">
</div>
<div class="carousel-item">
<img src="assets/img/carousel/20210321_194341-min.jpg" alt="Member photos">
</div>
<div class="carousel-item">
<img src="assets/img/carousel/20210406_180231-min.jpg" alt="Member photos">
</div>
<div class="carousel-item">
<img src="assets/img/carousel/DSC_0369-min.jpg" alt="Member photos">
</div>
<div class="carousel-item">
<img src="assets/img/carousel/DSC_0376-min.jpg" alt="Member photos">
</div>
<div class="carousel-item">
<img src="assets/img/carousel/DSC_0380-min.jpg" alt="Member photos">
</div>
<div class="carousel-item">
<img src="assets/img/carousel/DSC_0403-min.jpg" alt="Member photos">
</div>
<div class="carousel-item">
<img src="assets/img/carousel/IMG_20200701_010116-min.jpg" alt="Member photos">
</div>
</div>
<a class="carousel-control-prev" href="#carouselControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
<!-- Image Carousel End -->
<!-- Community Videos Section Start -->
<div class="container-xl text-center">
<div class="row">
<div class="col-12 col-lg-6">
<h3>The Aunans vs Wind Lord Mael'jarak</h3>
<hr class="divider">
<iframe src="https://www.youtube.com/embed/Ntb92dSee0o" title="YouTube video player" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-12 col-lg-6">
<h3>The Aunans vs Mogu'shan Vaults</h3>
<hr class="divider">
<iframe src="https://www.youtube.com/embed/PnBDYOGEH5M" title="YouTube video player" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-12 col-lg-6">
<h3>The Aunans vs Ragnaros</h3>
<hr class="divider">
<iframe src="https://www.youtube.com/embed/fXRDb62JFMo" title="YouTube video player" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-12 col-lg-6">
<h3>The Aunans vs Baleroc</h3>
<hr class="divider">
<iframe src="https://www.youtube.com/embed/UdZIuHYANLs" title="YouTube video player" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
<!-- Community Videos Section End -->
<h2 class="text-center">Community Screenshots</h2>
<hr class="divider">
<!-- Static Gallery Section Start. Code and style inspired from Code Institute CSS practical project "Love Running" -->
<div class="container-xl" id="screens">
<img src="assets/img/gallery/bu5Jncy-min.png" alt="Wow Screenshot">
<img src="assets/img/gallery/Qw0rE7MGprrQRRbplJ6bImvA2QCqvivOz0VsC7d6ZCU-min.png" alt="Wow Screenshot">
<img src="assets/img/gallery/Spindlar-min.png" alt="Wow Screenshot">
<img src="assets/img/gallery/unknown(5)-min.png" alt="Wow Screenshot">
<img src="assets/img/gallery/unknown(6)-min.png" alt="Wow Screenshot">
<img src="assets/img/gallery/rrrrrrrtt-min.png" alt="Wow Screenshot">
<img src="assets/img/gallery/Wow_2020-09-17_18-01-29-min.png" alt="Wow Screenshot">
<img src="assets/img/gallery/WoWScrnShot_031015_223648-min.jpg" alt="Wow Screenshot">
<img src="assets/img/gallery/WoWScrnShot_090320_151636-min.jpg" alt="Wow Screenshot">
<img src="assets/img/gallery/WoWScrnShot_032421_202942-min.jpg" alt="Wow Screenshot">
<img src="assets/img/gallery/woop_woop-min.png" alt="Wow Screenshot">
<img src="assets/img/gallery/unknown(10)-min.png" alt="Wow Screenshot">
</div>
<!-- Static Gallery Section End -->
<!-- Footer Start -->
<footer>
<div class="container-fluid">
<span><i class="far fa-copyright"></i>The Aunans</span>
<a href="https://www.twitch.tv" target="_blank" rel="noopener" aria-label="Find us on Twitch (link opens in a new tab)"><i class="fab fa-twitch"></i></a>
<a href="https://discord.com" target="_blank" rel="noopener" aria-label="Join us on Discord (link opens in a new tab)"><i class="fab fa-discord"></i></a>
<a href="https://www.facebook.com" target="_blank" rel="noopener" aria-label="Find us on Facebook (link opens in a new tab)"><i class="fab fa-facebook-square"></i></a>
<a href="https://www.twitter.com" target="_blank" rel="noopener" aria-label="Follow us on Twitter (link opens in a new tab)"><i class="fab fa-twitter-square"></i></a>
</div>
</footer>
<!-- Footer -->
<!-- Modal Start. Built with Bootstrap modal component. Code inspired from Code Institute Bootstrap practical lesson and was styled and modified to suit this app -->
<div class="modal" tabindex="-1" role="dialog" id="joinModal" style="display: none" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Join The Aunans!</h4>
<img src="assets/img/aunans-logo.png" alt="The Aunans Logo">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">x</span>
</button>
</div>
<div class="modal-body">
<form action="https://formdump.codeinstitute.net" method="POST">
<div class="form-group">
<label for="characterName">Main Character Name</label>
<input type="text" class="form-control" id="characterName" name="char-name" placeholder="What is you Main's Name?" required>
</div>
<div class="form-group">
<label for="realm">Realm Name</label>
<input type="text" class="form-control" id="realm" name="realm" placeholder="On which Realm do you play?" required>
</div>
<div class="form-group">
<label for="emailAddress">Email Address</label>
<input type="email" class="form-control" id="emailAddress" name="email" aria-describedby="emailHelp" placeholder="What is your Email Address" required>
<small id="emailHelp" class="form-text text-muted">We won't share your info with anyone else</small>
</div>
<div class="form-group">
<label for="availability">Which days can you attend the raid on?</label>
<select multiple class="form-control" id="availability" name="availability" aria-describedby="availabilityHelp" required>
<option>Thursdays</option>
<option>Mondays</option>
<option>Weekends</option>
</select>
<small id="availabilityHelp" class="form-text text-muted">Hold down CTRL to select multiple choices</small>
</div>
<div class="form-group">
<label for="otherComments">Anything else you would like to share?</label>
<textarea class="form-control" id="otherComments" name="other-comments" rows="3"></textarea>
</div>
<input type="submit" class="modalButton btn btn-danger" value="Apply">
</form>
</div>
</div>
</div>
</div>
<!-- Modal End -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script>
</body>
</html>