-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
287 lines (236 loc) · 10.8 KB
/
index.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
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Haldane Effect - Official Website</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=KoHo:wght@300&display=swap">
<link rel="stylesheet" href="styles.css">
<style>
}
body {
font-family: 'KoHo', sans-serif;
margin: 0;
padding: 0;
background-color: #333;
color: #F0DBAE;
font-size: 16px;
}
header {
background-color: #101028;
color: #F0DBAE;
padding: 10px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
max-width: 100%;
}
.logo {
max-width: 120px;
margin-right: auto;
}
nav {
margin-left: auto;
}
nav a {
color: #fff;
text-decoration: none;
padding: 6px 10px;
margin: 0 5px;
font-size: 12px;
}
nav a:hover {
background-color: #555;
}
section {
padding: 10px;
text-align: center;
}
.member {
align-items: center;
gap: 20px;
margin-bottom: 20px;
}
.member img {
width: 750px;
height: auto;
transition: transform 0.3s;
img-align: centre;
}
.member img:hover {
transform: scale(1.05);
}
.member-info {
flex: 1;
}
.member-info h3 {
margin-top: 0;
}
.member-info p {
margin-bottom: 10px;
}
.member-info a {
display: inline-block;
margin-top: 10px;
}
.member-info a img {
width: 20px;
}
.alert {
background-color: #FFA500;
color: white;
padding: 10px;
text-align: center;
font-size: 14px;
}
footer {
background-color: #222;
color: #F0DBAE;
text-align: center;
padding: 10px;
max-width: 100%;
}
footer a {
color: #F0DBAE;
text-decoration: none;
margin: 0 5px;
font-size: 12px;
}
.music {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 20px;
}
.music img {
width: 750px;
height: auto;
margin-bottom: 10px;
transition: transform 0.3s;
}
.music img:hover {
transform: scale(1.05);
}
</style>
</head>
<body>
<header>
<img src="./images/Logo.jpg" alt="The Haldane Effect Logo" class="logo">
<nav>
<a href="#about">About</a>
<a href="#music">Music</a>
<a href="#events">Events</a>
<a href="#contact">Contact</a>
</nav>
</header>
<section id="about">
<h2>About Us</h2>
<p>Welcome to the official website of The Haldane Effect! We are a Southampton-based indie band influenced by bands like Arctic Monkeys, The Smiths, and The Stone Roses.</p>
<p>Tired of everything we hear on the radio? Yearning for the return of real music, albums, physical releases, proper followings of proper bands?</p>
<p>We feel like we've built our own sound, we all love it and we hope you do too.<p/>
<p>If you want to hear more, then its just a short wait as we've got our debut album in the making right now!<p/>
<p>This is what we are here to bring, we have more in stock with character, humor, and real people as your soundtrack. We're here to be all yours, your lawfully wedded band, The Haldane Effect.</p>
<br>
<p style="font-size: 14px;">Meet the members:</p>
<div class="member">
<img src="./images/member1.jpg" alt="Member 1">
<div class="member-info">
<h3>Oliver Kedziora</h3>
<p>Role: Rhythm Guitarist/Vocalist/Lyricist/Enigmatic Frontman</p>
<p>Description: The Enigma that's all you could ask for in a frontman.</p>
<a href="https://www.instagram.com/oliver.kedziora?igsh=dzFwYXc4Mnp5ZThp"><img src="./images/instagram.png" alt="Instagram"></a>
</div>
</div>
<div class="member" >
<div class="member-info">
<img src="./images/IMG_4787.JPG" alt="Member 2">
<h3>Evelyn Eales</h3>
<p>Role: Lead Guitarist</p>
<p>Description: Mmm. Guitar.</p>
<a href="https://www.instagram.com/x_eales?igsh=MTNrMXM4cmlmZWRjeA=="><img src="./images/instagram.png" alt="Instagram"></a>
</div>
</div>
<div class="member">
<img src="./images/IMG_3067.JPG" alt="Member 3">
<div class="member-info">
<h3>Daniel Mareckis</h3>
<p>Role: Bassist</p>
<p>Description: That one short bassist with the minion suit and the turkey hat.</p>
<a href="https://www.instagram.com/daniels_mareckis?igsh=Mmo4NWl0dmg5eGV5"><img src="./images/instagram.png" alt="Instagram"></a>
</div>
</div>
<div class="member" style="flex-direction: row-reverse;">
<div class="member-info">
<img src="./images/IMG_2319.JPG" alt="Member 4">
<h3>Kacper Strupiechowski</h3>
<p>Role: Drummer</p>
<p>Description: Don't speak. Sorry.</p>
<a href="https://www.instagram.com/kstrupiechowski?igsh=bTVkbTRjcG95eTNl"><img src="./images/instagram.png" alt="Instagram"></a>
</div>
<div class="member" style="flex-direction: row-reverse;">
<div class="member-info">
<img src="./images/IMG505.jpg" alt="Member 5">
<h3>Zakk White</h3>
<p>Role: Organist & Guitarist</p>
<p>Description: Look at this photograph.</p>
<a href="https://www.instagram.com/zakkpauleswhite/"><img src="./images/instagram.png" alt="Instagram"></a>
</div>
</section>
<section id="music">
<h2>Our Music</h2>
<div class="music">
<a href="https://open.spotify.com/album/1E582osqq3u3ivDno5omJZ"><img src="./images/Kookbox.jpg" alt="Kookbox"></a>
<p style="font-size: 14px;">Kookbox - Album - 2024</p>
</div>
<div class="music">
<a href="https://open.spotify.com/track/7LdtFHIar5dearGQipnHHQ"><img src="./images/76.jpg" alt="76"></a>
<p style="font-size: 14px;">'76 - Single - 2024</p>
</div>
<div class="music">
<a href="https://open.spotify.com/track/6sSSEEmXc1nulz2yJgCowB"><img src="./images/Rachel.jpg" alt="Rachel"></a>
<p style="font-size: 14px;">Rachel - Single - 2024</p>
</div>
<div class="music">
<a href="https://open.spotify.com/track/1e8g6F5GbN5sY0VCYAuSWG?si=0801c893181240ad"><img src="./images/TBAC.jpg" alt="Tower Block Around the Clock - 2024"></a>
<p style="font-size: 14px;">Tower Block Around the Clock - Single - 2024</p>
</div>
<div class="music">
<a href="https://open.spotify.com/track/0EiKlOpNRhertxUziTvGsG"><img src="./images/Ciac.jpg" alt="Christmas is a Conspiracy - 2023"></a>
<p style="font-size: 14px;">Christmas is a Conspiracy - Single - 2023</p>
</div>
<div class="music">
<a href="https://open.spotify.com/track/3JvnfgJqHVIasVk1TNJ4CI"><img src="./images/Forgotten.jpg" alt="Forgotten - 2023"></a>
<p style="font-size: 14px;">Forgotten - Single - 2023</p>
</div>
</div>
<h1>Band Review</h1>
<a href="https://www.instagram.com/p/C5n6xQOidzP/?utm_source=ig_web_button_share_sheet&igsh=MzRlODBiNWFlZA==" style="font-size: 18px;">Credit to Krooked1 Music Reveiws</a>
<p>I had the pleasure of seeing the band at their most recent gig at the Old Chemist in Bitterne on 23/3/24 among a variety of other local youth musicians. With no disrespect to all the other acts, to describe The Haldane Effect as the shining star of the gig night would be an understatement. Straight out the gate, the audience was treated to an insanely talented performance spearheaded by an extremely vivacious and confident frontman who possessed charisma by the bucketful.</p>
<p>The crowd adored The Haldane Effect, and The Haldane Effect adored them back- most prominently when frontman Ollie Kedziora discarded the mic stand and took the microphone into the crowd, singing their hilariously cynical original song “Christmas is a conspiracy” amongst the crowd. The audience also got the pleasure of listening to the band's unreleased single “tower block around the clock”, which is coming on streaming platforms very soon (no spoilers!).</p>
<p>The Haldane Effect concluded their brilliant 4-song set in spectacular fashion with a perfectly executed cover of Weezer's “Pink Triangle”, which was lovely to see a few members of the crowd join frontman Ollie in singing.</p>
<p>Suffice to say, this band is going places. You would certainly be wise to keep an eye on them and watch their performance and development into what has the potential to be the UKs most prolific grassroots indie rock band. Best to catch a performance from them now before you're paying hundreds to see them at Wembley!</p>
</section>
<section id="events">
<h2>Upcoming Events:</h2
<p>Christmas Show - 15th December</p>
<section id="Merchandise">
<h2>Merchandise</h2
<p>Kookbox Cds</p>
<a href="https://www.ebay.co.uk/itm/235806609565" style="font-size: 12px;">For sale now!!</a>
</div>
</section>
<section id="contact">
<h2>Contact Us</h2>
<p>Have any inquiries or want to talk business? Feel free to reach out to us via email or social media down below!</p>
</section>
<footer>
<a href="https://www.instagram.com/thehaldaneeffect?igsh=MWpjc3d0d3dvb21hYQ==" style="font-size: 12px;">Instagram: @thehaldaneeffect</a>
<a href="https://www.tiktok.com/@thehaldaneeffect" style="font-size: 12px;">TikTok: @thehaldaneeffect</a>
<a href="https://open.spotify.com/artist/11NQS9l2tySwdSnXzXiRXuyout" style="font-size: 12px;">Spotify: The Haldane Effect</a>
<a href="https://www.youtube.com/channel/UCpdP1RpYzWTalLq6zK6QXGA" style="font-size: 12px;">YouTube: The Haldane Effect</a>
<a href="mailto:thehaldaneeffect@gmail.com" style="font-size: 12px;">Email: thehaldaneeffect@gmail.com</a>
</footer>
<script>
</body>
</html>