jjberthumemusic/store/index.html
2020-09-09 17:07:43 -06:00

116 lines
4.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<title>JJay Berthume</title>
<meta content="Creating aesthetically and emotionally compelling music for video games, deeply integrated into the player experience." name="description">
<meta content="music, video games, composer, soundtrack, indie, classical, " name="keywords">
<link href="/styles/normalize.css" rel="stylesheet">
<link href="/styles/index.css" rel="stylesheet">
</head>
<body>
<div id="repeat-top" class="repeat repeat-top">
</div>
<div class="repeat">
<span>• •</span>
<span>• •</span>
</div>
<header>
<h3><a href="/"><img class="logo" src="/images/berthume_logo_full.png"></a></h3>
<nav>
<a href="/#portfolio">portfolio</a>
<a href="/#contact">contact</a>
<a href="/#bio">bio</a>
<a href="#">store</a>
<a href="#" data-tooltip="Coming soon!">blog</a>
</nav>
</header>
<main>
<article>
<section>
<h1>Store</h1>
<p>This store contains all of the educational resources I've made available for purchase.</p>
<ul class="store-list">
<li class="store-list-item">
<img src="/images/store_partwriting_thumb.jpg">
<p>21st Century Part-Writing<br>
<small><em>Book</em></small></p>
<p class="button-parent">
<a class="store-button" href="https://sellfy.com/jjb-music-education-resources/p/21st-century-part-writing/">Buy $25+</a>
</p>
</li>
<li class="store-list-item">
<img src="/images/store_thematic_thumb.jpg">
<p>Thematic Development Techniques<br>
<small><em>Pamphlet</em></small></p>
<p class="button-parent">
<a class="store-button" href="https://sellfy.com/jjb-music-education-resources/p/nm5mjh/">Buy $5+</a>
</p>
</li>
<li class="store-list-item">
<img src="/images/store_chordprogressions_thumb.jpg">
<p>15 Chord Progressions - Volume 1<br>
<small><em>Pamphlet</em></small></p>
<p class="button-parent">
<a class="store-button" href="https://sellfy.com/jjb-music-education-resources/p/15-harmonic-progressions-volume-1/">Buy $3+</a>
</p>
</li>
<li class="store-list-item">
<img src="/images/store_bachanalysis_thumb.jpg">
<p>Bach C Major Prelude, WTC I - Reduction and Harmonic Analysis<br>
<small><em>Pamphlet</em></small></p>
<p class="button-parent">
<a class="store-button" href="https://sellfy.com/jjb-music-education-resources/p/bjccng/">Buy $1+</a>
</p>
</li>
<li class="store-list-item">
<img src="/images/store_boulanger_thumb.jpg">
<p>Boulanger, D'un Jardin Clair (Orchestrated by J.Jay Berthume)<br>
<small><em>Pamphlet</em></small></p>
<p class="button-parent">
<a class="store-button" href="https://sellfy.com/jjb-music-education-resources/p/oz4w49/">Buy $1+</a>
</p>
</li>
</ul>
</section>
</article>
</main>
<footer>
<p><em>Copyright ©2020 JJay Berthume. All rights reserved.</em></p>
<a href="#repeat-top"><img class="rest" src="/images/rest.svg"></a>
</footer>
<div class="repeat">
<span>• •</span>
<span>• •</span>
</div>
<div class="repeat repeat-bottom"></div>
</body>
</html>