<!DOCTYPE html>
<html>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital@1&display=swap" rel="stylesheet">
<head>
<title>Unexplained, a media.</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, intial-scale=1.0">
</head>
<body>
<header>
<a href="index.html"><img class="header-logo" src="images/UNEXPLAINED1.jpg" alt="unexplained media logo"></a>
<nav>
<ul>
<li><a href="articles.html">Articles</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact me</a></li>
</ul>
</nav>
</header>
<main>
<section class="articles">
<h2>Horatio Luna - Boom Boom</h2>
<div class="article-text">
<p>Horatio Luna is a bassist, producer, composer based in Melbourne, Australia, which recently came out with a new album, Boom Boom. The first thing I noticed is the bass really at the forefront of the album. It's quite rare to see this instrument take such a predominant place in music and is quite refreshing to hear. It has a super funky rhythm, which reminds me of Tom Misch’s guitar style sometimes. The bass is complemented with super bouncy and fast rhythmics, be aware of your neck! Overall it’s quite hard to know how to describe the music style of this album; it feels like house music always backed up with a very jazzy feeling and some hip hop vibes. It’s really interesting to hear how those different music genres can come together.</p>
</div>
<br>
<br>
<div class="article-links">
<iframe style="width:100%" width="560" height="315" src="https://www.youtube.com/embed/6eM818tVBI0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<br>
<br>
<div class="article-text">
<p>Melbourne has a very important jazz scene and just like this album, it's very free and open, you can definitely hear the many influences coming from hip-hop, soul or even club and house music. If you want to hear more in this style, Brownswood records came up with a compilation album featuring many artists of the Melbourne jazz scene called “Sunny Side Up”, which is very good. The other artists on that label are also real talented, you should give it a listen!</p>
<br>
<br>
</div>
<div class="article-links-bandcamp">
<iframe style="width:100%" width="560"; height="439" src="https://bandcamp.com/EmbeddedPlayer/album=4264786822/size=large/bgcol=ffffff/linkcol=0687f5/artwork=small/transparent=true/" seamless><a href="https://sunnyside-up.bandcamp.com/album/sunny-side-up">Sunny Side Up by Sunny Side Up</a></iframe>
</div>
<br>
<br>
</section>
</main>
<footer>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="articles.html">Articles</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact me</a></li>
</ul>
</footer>
</body>
</html>