Add store

This commit is contained in:
Nathan Chapman 2020-09-08 19:00:30 -06:00
parent 1d71fbe774
commit c2387d1c23
9 changed files with 162 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -44,6 +44,7 @@
<a href="#portfolio">portfolio</a> <a href="#portfolio">portfolio</a>
<a href="#contact">contact</a> <a href="#contact">contact</a>
<a href="#bio">bio</a> <a href="#bio">bio</a>
<a href="/store/">store</a>
<a href="#" data-tooltip="Coming soon!">blog</a> <a href="#" data-tooltip="Coming soon!">blog</a>
</nav> </nav>
</header> </header>

115
store/index.html Normal file
View File

@ -0,0 +1,115 @@
<!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>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/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>

View File

@ -148,11 +148,50 @@ nav {
font-style: italic; font-style: italic;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
max-width: 372px; max-width: 425px;
margin: auto; margin: auto;
font-size: 1.25em; font-size: 1.25em;
} }
.store-list {
display: flex;
justify-content: space-between;
list-style-type: none;
flex-wrap: wrap;
margin: 0;
padding: 0;
}
.store-list-item {
border-radius: 0.1875rem;
box-shadow: 0 0 0 1px rgba(0,0,0,.2);
text-decoration: none;
padding: 1em;
width: 41%;
margin-right: 1em;
margin-bottom: 1em;
font-size: 0.75em;
}
.button-parent {
text-align: center;
}
.store-button {
background-color: #372a6d;
color: #ffffff;
border-color: #ffffff;
border-radius: 50px;
padding: 0.25em 2em;
text-decoration: none;
margin: auto;
}
.store-list-item img {
border-radius: 0.1875rem;
}
img { img {
max-width: 100%; max-width: 100%;
} }
@ -267,6 +306,9 @@ iframe {
.social { .social {
flex-direction: column; flex-direction: column;
} }
.store-list {
justify-content: center;
}
} }
/* Small screens */ /* Small screens */
@ -286,6 +328,9 @@ iframe {
nav, .portfolio { nav, .portfolio {
flex-direction: column; flex-direction: column;
} }
.store-list-item {
width: 75%;
}
} }
.repeat { .repeat {