generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathepk.html
261 lines (241 loc) · 21.1 KB
/
epk.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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="description" content="Website for Irish pop musician Kryan">
<meta name="author" content="Rebecca Tracey-Timoney">
<link rel="shortcut icon" href="assets/images/icon.png" title="Kryan Thumbnail Image">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous"/> <!-- Bootstrap Import-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css" integrity="sha384-vp86vTRFVJgpjF9jiIGPEEqYqlDwgyBgEF109VFjmqGmIY/Y4HV4d3Gp2irVfcrp" crossorigin="anonymous"/> <!-- Font Awesome Import-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hover.css/2.3.1/css/hover-min.css"
integrity="sha512-csw0Ma4oXCAgd/d4nTcpoEoz4nYvvnk21a8VA2h2dzhPAvjbUIK6V3si7/g/HehwdunqqW18RwCJKpD7rL67Xg==" crossorigin="anonymous"/> <!-- Hover.css Import-->
<link rel="stylesheet" href="assets/css/style.css"/> <!-- style.css import-->
<title>KryanLive - Press Kit</title>
</head>
<body>
<!-- ================================= HEADER ================================= -->
<!-- ========= Header Logo ========= -->
<div class="navbar-logo">
<a href="index.html" aria-label="Kryan Logo linking to Homepage">
<img src="assets/images/logo.png" width="200" height="70" alt="Kryan Logo">
</a>
</div>
<!-- Navigation Bar - Sourced from bootstrap.com -->
<nav class="navbar navbar-expand-lg scroll-nav" id="epk-nav" aria-label="Navigation Bar">
<div class="container-fluid">
<!-- ========= Toggler Button ========= -->
<button class="navbar-toggler ml-auto custom-toggler" type="button" data-toggle="collapse" data-target="#navbarMenu" aria-controls="navbarMenu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- ========= Nav Links ========= -->
<div class="collapse navbar-collapse nav-padding" id="navbarMenu">
<ul class="nav navbar-nav scroll-nav ml-auto">
<!-- hvr-grow class sourced from Hover.css (https://ianlunn.github.io/Hover/)-->
<li class="nav-item hvr-grow"><a class="nav-link" href="index.html" aria-label="Homepage">Home</a></li>
<li class="nav-item hvr-grow"><a class="nav-link" href="bio.html" aria-label="Bio Page">Bio</a></li>
<li class="nav-item hvr-grow"><a class="nav-link" href="live.html" aria-label="Live Page">Live</a></li>
<li class="nav-item hvr-grow"><a class="nav-link active" href="epk.html" aria-label="Press Kit">Press Kit</a></li>
<li class="nav-item text-center d-inline d-none d-sm-block d-md-none">
<ul class="socials-nav">
<li class="list-inline-item"><a href="https://www.facebook.com/kryanlive/" target="_blank" rel="noopener" aria-label="Kryan Facebook"><i class="fab fa-facebook-f"></i></a></li>
<li class="list-inline-item"><a href="https://www.instagram.com/kryanlive/" target="_blank" rel="noopener" aria-label="Kryan Instagram"><i class="fab fa-instagram"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/kryanlive/" target="_blank" rel="noopener" aria-label="Kryan Twitter"><i class="fab fa-twitter"></i></a></li>
<li class="list-inline-item"><a href="https://open.spotify.com/artist/6wcRo4TN7UDcoKn591afad?si=fxSJdsAiQYe6CHeAwpKR4Q" target="_blank" rel="noopener" aria-label="Kryan Spotify"><i class="fab fa-spotify"></i></a></li>
<li class="list-inline-item"><a href="https://music.apple.com/us/artist/kryan/1423240683" target="_blank" rel="noopener" aria-label="Kryan Apple Music"><i class="fab fa-apple"></i></a></li>
<li class="list-inline-item"><a href="https://www.deezer.com/en/artist/13491991" target="_blank" rel="noopener" aria-label="Kryan Deezer"><i class="fab fa-deezer"></i></a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<!-- ================================= MAIN SECTION ================================= -->
<section aria-label="Press Kit main section">
<div class="container-fluid">
<div class="row">
<!-- ========= Carousel ========= -->
<!-- Code sourced from W3Schools in order to understand carousels.
https://www.w3schools.com/bootstrap4/bootstrap_carousel.asp -->
<div id="c-style" class="col-12 col-lg-6">
<div id="epk-images" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ul class="carousel-indicators">
<li data-target="#epk-images" data-slide-to="0" class="active"></li>
<li data-target="#epk-images" data-slide-to="1"></li>
<li data-target="#epk-images" data-slide-to="2"></li>
<li data-target="#epk-images" data-slide-to="3"></li>
<li data-target="#epk-images" data-slide-to="4"></li>
<li data-target="#epk-images" data-slide-to="5"></li>
<li data-target="#epk-images" data-slide-to="6"></li>
</ul>
<!-- The slideshow -->
<div class="carousel-inner">
<div class="carousel-item active c-image1">
<!-- Image 1 called in CSS -->
<span class="c-image1" role="img" aria-label="Kryan at Whelans"></span>
</div>
<div class="carousel-item w-100 c-image2">
<!-- Image 2 called in CSS -->
<span class="c-image2" role="img" aria-label="Kryan at Whelans"></span>
</div>
<div class="carousel-item w-100 c-image3">
<!-- Image 3 called in CSS-->
<span class="c-image3" role="img" aria-label="Kryan"></span>
</div>
<div class="carousel-item w-100 c-image4">
<!-- Image 4 called in CSS-->
<span class="c-image4" role="img" aria-label="Kryan"></span>
</div>
<div class="carousel-item w-100 c-image5">
<!-- Image 5 called in CSS-->
<span class="c-image5" role="img" aria-label="Kryan"></span>
</div>
<div class="carousel-item w-100 c-image6">
<!-- Image 6 called in CSS-->
<span class="c-image6" role="img" aria-label="Kryan"></span>
</div>
<div class="carousel-item w-100 c-image7">
<!-- Image 7 called in CSS-->
<span class="c-image7" role="img" aria-label="Kryan"></span>
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#epk-images" data-slide="prev" aria-label="Left carousel control">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#epk-images" data-slide="next" aria-label="Right carousel control">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</div>
<!-- ========= Text ========= -->
<div id="epk-text" class="col-12 col-lg-6">
<!-- Quote Section -->
<div>
<p class="text-center"><em>”Kryan is a Dublin based Singer-songwriter who blends intimate and honest lyrics with pop sensibilities.”</em></p>
<p class="text-center" >- <a href="https://www.indiebuddie.com/kryan-scars-premiere/" class="text-exception" target="_blank" rel="noopener" aria-label="External Link to Indie Buddie article">Indie Buddie</a></p>
<hr class="epk-hr">
</div>
<!-- IGTV Embed Section -->
<div>
<p class="text-center">“I Always Knew” - A Capella/Acoustic: </p>
<div id="epk-insta">
<!-- Embedding code was not altered in order to ensure it worked properly -->
<blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/tv/CC6Mimagyfn/?utm_source=ig_embed&utm_campaign=loading" data-instgrm-version="13" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);">
<div style="padding:16px;">
<a href="https://www.instagram.com/tv/CC6Mimagyfn/?utm_source=ig_embed&utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank" rel="noopener" aria-label="IGTV embeded link">
<div style=" display: flex; flex-direction: row; align-items: center;">
<div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div>
<div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;">
<div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div>
<div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div>
</div>
</div>
<div style="padding: 19% 0;"></div>
<div style="padding-top: 8px;">
<div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:500; line-height:18px;"> View this post on Instagram</div>
</div>
<div style="padding: 12.5% 0;"></div>
<div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;">
<div>
<div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div>
<div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div>
<div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div>
</div>
<div style="margin-left: 8px;">
<div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div>
<div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div>
</div>
<div style="margin-left: auto;">
<div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div>
<div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div>
<div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div>
</div>
</div>
<div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;">
<div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div>
<div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div>
</div>
</a>
<p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;">
<a href="https://www.instagram.com/tv/CC6Mimagyfn/?utm_source=ig_embed&utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">A post shared by Kryan (@kryanlive)</a>
</p>
</div>
</blockquote>
<script async src="//www.instagram.com/embed.js"></script>
</div>
<hr class="epk-hr">
</div>
<!-- Bio Section -->
<div>
<p class="text-center">
Dublin-based singer/songwriter 'Kryan' first garnered attention when he released his debut single "Alone" in August of 2018.
Kryan would later return with "Rumours" in 2019. After taking the first half of 2020 off to rebrand his sound/image, 'Kryan' made a return with "I Always Knew",
produced by David Morys Prendergast (Kodaline, Overhead The Albatross) with a new confidence and a determination that could conquer the world, twice over.
New single “Scars” out now!
<!-- Paragraph only broken this way for reading purposes -->
</p>
<hr class="epk-hr">
</div>
<!-- Spotify Section -->
<div id="epk-iframe">
<iframe src="https://open.spotify.com/embed/artist/6wcRo4TN7UDcoKn591afad" height="210" allow="encrypted-media" title="Kryan on Spotify"></iframe>
<hr class="epk-hr">
</div>
<!-- Contact Section -->
<div id="epk-contact">
<div>
<h3>Get in touch</h3>
<p>For booking enquiries: <br id="contact-br">
<a href="mailto:[email protected]" class="text-exception" target="_blank">Conor King</a>
</p>
<form aria-label="Contact Form" onsubmit="alert('Cheers! I will be in touch with you soon.')">
<input type="text" placeholder="Name" aria-label="Enter Name" required>
<input type="email" placeholder="Email" aria-label="Enter Email" required>
<textarea placeholder="Leave a message" aria-label="Enter Message" required></textarea>
<br>
<button type="submit" id="send-btn" class="btn" aria-label="Press Send">Send Message</button>
</form>
</div>
<hr class="epk-hr">
</div>
</div>
</div>
</div>
</section>
<!-- ================================= FOOTER ================================= -->
<footer class="container-fluid fixed-bottom" aria-label="Footer containing Social Icons">
<div class="row">
<div class="col left-footer d-none d-lg-block d-xl-block">
<!-- Empty div in order to divide the footer -->
</div>
<div class="col socials-large d-none d-md-block d-lg-block d-xl-block">
<ul class="list-inline">
<li class="list-inline-item"><a href="https://www.facebook.com/kryanlive/" target="_blank" rel="noopener" aria-label="Kryan Facebook"><i class="fab fa-facebook-f"></i></a></li>
<li class="list-inline-item"><a href="https://www.instagram.com/kryanlive/" target="_blank" rel="noopener" aria-label="Kryan Instagram"><i class="fab fa-instagram"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/kryanlive/" target="_blank" rel="noopener" aria-label="Kryan Twitter"><i class="fab fa-twitter"></i></a></li>
<li class="list-inline-item"><a href="https://open.spotify.com/artist/6wcRo4TN7UDcoKn591afad?si=fxSJdsAiQYe6CHeAwpKR4Q" target="_blank" rel="noopener" aria-label="Kryan Spotify"><i class="fab fa-spotify"></i></a></li>
<li class="list-inline-item"><a href="https://music.apple.com/us/artist/kryan/1423240683" target="_blank" rel="noopener" aria-label="Kryan Apple Music"><i class="fab fa-apple"></i></a></li>
<li class="list-inline-item"><a href="https://www.deezer.com/en/artist/13491991" target="_blank" rel="noopener" aria-label="Kryan Deezer"><i class="fab fa-deezer"></i></a></li>
</ul>
</div>
</div>
</footer>
<!-- ================================= Scripts ================================= -->
<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>
<!-- Changes background of navigation bar on scroll for UX purposes.
Sourced from https://jsfiddle.net/we9L9h2r/ -->
<script>
$(function () {
$(document).scroll(function () {
var $nav = $(".scroll-nav");
$nav.toggleClass('scrolled', $(this).scrollTop() > $nav.height());
});
});
</script>
</body>
</html>