layout: default title: About permalink: about.html category: about


<div class=“content-container about”>

<h1>About</h1>
It's a good place to write something about the project. This projects repository is located on <a
    href="https://github.com/ItsMeaga1n/minimal-music-project" target="_blank">GitHub</a>. Since you are here, feel
free to check out my other stuff either on <a href="https://github.com/ItsMeaga1n" target="_blank">GitHub</a> or on
my <a href="http://itsmeaga1n.github.io" target="_blank">blog</a>!

<hr />
<p>
    Listen and get music from this example project at:
<ul>
    <li>
        <a>
            YouTube
            <i class="fab fa-youtube"></i>
        </a>
    </li>
    <li>
        <a>
            SoundCloud
            <i class="fab fa-soundcloud"></i>
        </a>
    </li>
    <li>
        <a>
            BandCamp
            <i class="fab fa-bandcamp"></i>
        </a>
    </li>
</ul>
</p>
<hr />
<a href="/privacy-policy">
    Privacy Policy
</a>
/
<a href="/cookies">
    Cookies
</a>

</div>

<style>

a {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 0.4s;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent;
    cursor: pointer;
    color: #290099;
}

a:hover {
    text-decoration-color: #290099;
    transition: 0.4s;
    -webkit-text-decoration-color: #290099;
    -moz-text-decoration-color: #290099;
}

</style>