narrativeMap = md`
<style>
@import 'https://fonts.googleapis.com/css?family=Maitree|Oswald:700|Open+Sans:300';
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300);
@font-face {
font-family: "Urban_slick";
src: url(${await FileAttachment("Urban_slick.ttf").url()});
}
#collection-map {
height: 100%;
//padding: 20px 0rem 1rem 0px;
margin: 3rem 0rem 0rem 0rem;
border-radius:20px;
background-image: url(${await FileAttachment(
"takenobuIUgarashi__inv_trx50.png"
).url()});
background-repeat: no-repeat;
background-position: center;
display: flex;
flex: 1 1 auto;
// place-items: start start;
place-content: center center;
// border: 0.5px solid rgba(0, 0, 20, 0.2);
//background: rgba(0, 0, 250, 0.05);
}
.content {
//width: 1000px;
//height: 1;
display: grid;
// padding: 0.1rem;
margin: 0.5rem 2rem 6rem 1rem;
grid-gap: 15px;
// grid-template-columns: 15vw;
//grid-template-rows: 0px 0px auto;
grid-template-rows: auto auto auto;
//grid-template-columns: 30vw 30vw 30vw;
// border: 1px solid red;
place-content: center center;
place-items: start stretch;
// background: rgba(0, 250, 50, 0.2);
// grid-template-columns: minmax(15px, 50px));
}
@media (min-width: 34em) {
.content {
// place-items: stretch stretch;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, auto);
}
}
@media (min-width: 60em) {
.content {
grid-template-columns: repeat(6, 1fr);
// grid-template-rows: repeat(3, 30px);
grid-template-rows: 30px 30px auto;
place-items: start stretch;
}
}
body {
font-family: Maitree, serif;
//margin: 0 auto;
}
.content {
counter-reset: listNumbering;
list-style: none;
//padding: 0 1rem;
}
.notebook {
//position: relative;
// display: inline-block;
// width: auto;
//height: 100px;
// padding: 0.1rem;
border-radius: 10px;
background-color: rgba(250, 250, 255, 0.8);
// background-image: linear-gradient(0deg, rgba(250, 250, 255, 0.55), rgba(250, 250, 255, 0.20), rgba(250, 250, 255, 0.05));
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
transition: all 0.3s ease-in-out;
}
.notebook::after {
content: '';
// position: absolute;
z-index: -1;
//width: 100%;
//height: 100%;
opacity: 0;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
transition: opacity 0.3s ease-in-out;
}
.notebook:hover {
transform: scale(1.2, 1.2);
box-shadow: 0 5px 10px 10px rgba(20, 250, 250, 0.5);
// background-color: rgba(250, 255, 180, 0.25);
background-color: rgba(0, 5, 20, 0.85);
color: rgba(250, 250, 255, 0.85);
}
.notebook:hover::after {
opacity: 1;
}
.notebook {
display: flex;
flex-flow: column nowrap;
// place-items: center center;
counter-increment: listNumbering;
border: 0.5px solid rgba(0, 0, 20, 0.2);
// font-size: 1.2rem;
padding: .2rem;
// margin: 0px 0 0px 0;
}
.notebook:before {
content: counter(listNumbering, decimal);
display: block;
font-family: Oswald, sans-serif;
font-size: 5.5rem;
font-weight: 700;
color: rgba(220,220,20,0.25);
text-align: center;
// padding: .2rem;
// margin: 0px 0 0px 0;
}
@media (min-width: 960px) {
li:nth-of-type(1) {
grid-column: 1;
grid-row: 1;
}
}
@media (min-width: 34em) {
li:nth-of-type(1) {
grid-column: 1;
grid-row: 1;
}
}
@media (min-width: 34em) {
li:nth-of-type(2) {
grid-column: 2;
grid-row: 1;
}
}
@media (min-width: 960px) {
li:nth-of-type(2) {
grid-row: 3;
}
}
@media (min-width: 34em) {
li:nth-of-type(3) {
grid-column: 3;
grid-row: 1;
}
}
@media (min-width: 960px) {
li:nth-of-type(3) {
grid-row: 2;
}
}
@media (min-width: 34em) {
li:nth-of-type(4) {
grid-column: 1;
grid-row: 2;
}
}
@media (min-width: 960px) {
li:nth-of-type(4) {
grid-column: 4;
grid-row: 1;
}
}
@media (min-width: 34em) {
li:nth-of-type(5) {
grid-column: 2;
grid-row: 2;
}
}
@media (min-width: 960px) {
li:nth-of-type(5) {
grid-column: 5;
grid-row: 3;
}
}
@media (min-width: 34em) {
li:nth-of-type(6) {
grid-column: 3;
grid-row: 2;
}
}
@media (min-width: 960px) {
li:nth-of-type(6) {
grid-column: 6;
grid-row: 2;
}
}
.summary {
// display: flex;
color: deepskyblue;
border-top: 1px solid deepskyblue;
border-bottom: 1px solid deepskyblue;
font-family: "Open Sans", sans-serif;
font-size: 1.25rem;
font-weight: 300;
letter-spacing: 0.1rem;
text-align: center;
text-transform: uppercase;
//padding: .15rem 0;
}
.the-sense {
margin: -30px 0 0 0;
}
.sense {
display: flex;
justify-content: center;
font-family: "Urban_slick";
color: rgba(255,250,20,0.9);
font-size: 1.8rem;
text-shadow:
-2px -1px 11px rgba(220,220,255,0.05),
1px 2px 1px rgba(220,220,255,0.15),
1px 0px 4px rgba(0,20,55,0.95);
//color: gold;
//border-top: 1px solid gold;
//border-bottom: 1px solid orangered;
//background: rgba(0,0,0,0.1);
//font-family: "Source Code Pro", sans-serif;
//font-size: 0.90rem;
//font-weight: 500;
//letter-spacing: 0.18rem;
//margin: 5px;
//text-align: center;
//text-shadow: 1px 2px 5px rgba(0,220,255,0.35);
//text-transform: uppercase;
transition: all 0.3s ease-in-out;
}
.notebook:hover .sense {
color: rgba(250,250,250,0.95);
text-shadow: 1px 2px 1px rgba(20,220,255,0.25), 1px 1px 5px gold;
//transform: scale(1.1, 1.1);
//font-style: oblique;
}
.the-article {
display: flex;
justify-content: center;
font-family: "Source Code Pro", sans-serif;
font-size: 0.5rem;
text-align:center;
font-weight: 500;
margin: -2.2rem 0px 0px 0px;
text-shadow: -4px -2px 1px rgba(220,220,255,0.05), 1px 1px 10px black;
color: rgba(255,255,0,0.05);
//font-size:12px;
//text-transform: lowercase;
//color: rgba(20,20,20,0.95);
//text-transform: uppercase;
//text-shadow: 1px 1px 5px rgba(20,220,255,0.25), 2px 2px 2px snow;
//font-style: oblique;
opacity:0;
transition: all 1.75s ease-in-out;
}
.notebook:hover .the-article {
transform: scale(1.2, 1.2);
color: gold;
opacity:1;
}
a {
color: #133875;
}
p {
font-size: 0.9rem;
//line-height: 1.2rem;
//color: darkgrey;
//min-width: 10vw;
//padding: 0.1rem;
}
.archetype {
color: deepskyblue;
border-top: 1px solid deepskyblue;
border-bottom: 1px solid deepskyblue;
font-family: "Open Sans", sans-serif;
font-size: 0.65rem;
font-weight: 300;
text-align: center;
text-transform: uppercase;
// letter-spacing: 0.1rem;
// padding: .5rem 0;
}
div {
// background: transparent;
// padding: .1rem;
}
.notebook-target {
display: flex;
flex-flow: row wrap;
place-content: center center;
border-radius:12px;
// place-items: center center;
}
.notebook-img {
// height: 80px;
// width: 100px;
// opacity: 0.05;
}
.notebook-img-hidden {
width: 133px;
height: 100px;
display: flex;
flex-flow: row wrap;
flex-flow: column nowrap;
place-content: center center;
place-items: center center;
opacity: 0.05;
border-radius:45%;
box-shadow: 0 5px 15px rgba(20, 20, 50, 0.35);
// margin: -15px 0px -0px 0px;
transition: all 0.3s ease-in-out;
}
.notebook-img-hidden:hover {
transform: scale(1.3, 1.3);
opacity: 0.9;
}
.notebook-img-hidden::after {
content: '';
z-index: -1;
opacity: 0.05;
border-radius: 10px;
// position: absolute;
//width: 100%;
//height: 100%;
//box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
transition: opacity 0.3s ease-in-out;
}
.notebook-img-hidden:hover::after {
opacity: 0.05;
}
.notebook-title {
font-size: 0.9rem;
text-align: center;
opacity: 0.99;
color: deepskyblue;
border-top: 1px solid deepskyblue;
border-bottom: 1px solid deepskyblue;
font-family: "Open Sans", sans-serif;
font-size: 0.65rem;
font-weight: 300;
letter-spacing: 0.1rem;
text-align: center;
text-transform: uppercase;
// margin: -20px 0 0 0;
// padding: .5rem 0;
// background-color: rgba(0, 5, 20, 0.75);
}
.notebook-title-hidden {
font-size: 0.9rem;
text-align: center;
opacity: 0.99;
color: deepskyblue;
border-top: 1px solid deepskyblue;
border-bottom: 1px solid deepskyblue;
font-family: "Open Sans", sans-serif;
font-size: 0.75rem;
font-weight: 900;
letter-spacing: 0.1rem;
text-align: center;
text-transform: uppercase;
display: flex;
flex-flow: row wrap;
flex-flow: column nowrap;
place-content: center center;
place-items: center center;
margin: 70px 0px -75px 0;
opacity: 0.99;
border-radius:5%;
// width: 100px;
// padding: 0 .2rem;
// width: 95%;
// height: 70px;
// box-shadow: 0 5px 15px rgba(20, 20, 50, 0.35);
// background: clear;
// background-color: rgba(0, 5, 20, 0.05);
transition: all 0.3s ease-in-out;
}
.notebook-title-hidden:hover {
transform: scale(1.3, 1.3);
opacity: 0.01;
}
.notebook-title-hidden::after {
content: '';
z-index: -1;
opacity: 0.9;
border-radius: 5%;
font-size: 0.75rem;
font-weight: 900;
//background: clear;
//box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
//background-color: rgba(0, 5, 20, 0.05);
// position: absolute;
//width: 100%;
//height: 100%;
transition: opacity 0.3s ease-in-out;
}
.notebook-title-hidden:hover::after {
opacity: 0.99;
// background: clear;
}
.reason {
margin: 5px 12px 40px 12px;
color:rgba(0,0,55,0.5);
text-align: center;
text-shadow:
0px -1px 1px rgba(220,220,255,0.95),
1px 0px 2px rgba(250,250,255,0.85),
0px 0px 2px rgba(0,0,5,0.5);
}
.notebook-proposition {
text-align: center;
//margin: -100px 0 0 0;
}
.contributor {
height: 120px;
width: 90%;
opacity: 0.99;
display: flex;
margin: -30px 0px -30px 10px;
padding:0px;
flex-flow: row wrap;
// place-content: center center;
// place-items: center center;
// border: 1px solid navy;
}
.contributor-hidden {
width:100%;
display: flex;
flex-flow: row wrap;
flex-flow: column nowrap;
place-content: center center;
place-items: center center;
border-radius:50%;
box-shadow: 0 5px 10px rgba(20, 20, 50, 0.35);
color: rgba(250, 250, 255, 0.95);
background-image: radial-gradient(
rgba(255, 211, 55, 0.05),
rgba(0, 0, 5, 0.15),
rgba(250, 255, 250, 0.2),
rgba(0, 255, 250, 0.3),
rgba(0, 0, 5, 0.25),
rgba(0, 0, 5, 0.25),
rgba(250, 250, 255, 0.05));
//border: 1px solid red;
//background-color: rgba(250, 255, 180, 0.25);
//background-color: rgba(0, 5, 20, 0.25);
//margin:2px;
opacity: 0.05;
transition: all 0.3s ease-in-out;
}
.contributor-hidden::after {
content: '';
position: absolute;
z-index: -1;
opacity: 0.05;
//width: 100%;
//height: 100%;
//border-radius: 10px;
//box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
transition: opacity 0.3s ease-in-out;
}
.contributor-hidden:hover {
transform: scale(1.3, 1.3);
opacity: 1;
//width: 100%;
}
.contributor-hidden:hover::after {
opacity: 0.05;
}
.contributor-avatar {
border-radius:40%;
opacity:0.9;
border:2px solid rgba(0,5,25,0.15);
border:0.5px solid rgba(0,255,255,0.35);
margin: 0px 0 -40px 0;
//display:f;ex;
//justify-content:center;
//float:right;
//width: 50%;
//width:65%;
}
.contributor-name {
margin: 0px 0 -76px 0;
font-size: 0.6rem;
font-weight:900;
padding: 0.2rem 0.85rem 0.1rem 0.5rem;
background: rgba(255,255,255,0.99);
clip-path: polygon(
0% 100%,
0% 100%,
5% 50%,
0% 0%,
90% 0%,
100% 100%,
8% 99%,
100% 1%);
// clip-path: polygon(50% 100%, 0% 100%, 5% 50%, 0% 0%, 100% 10%, 95% 100%);
}
#collection-map:before {
content: '';
}
@media screen and (min-width: 34em) {
#collection-map:before {
content: "";
}
}
@media screen and (min-width: 60em) {
#collection-map:before {
content: "";
}
}
#collection-map:before {
background: rgba(192, 72, 72, 0.15);
}
@media (min-width: 34em) {
#collection-map:before {
background: rgba(192, 72, 192, 0.15);
}
}
@media (min-width: 60em) {
#collection-map:before {
background: rgba(72, 192, 132, 0.15);
}
}
#collection-map:after {
content: '';
}
@supports (display: grid) {
#collection-map:after {
content: '';
}
}
#collection-map:before {
bottom: 3rem;
left: 0;
}
@media (min-width: 34em) {
#collection-map:before {
bottom: 0;
}
}
#collection-map:after {
background: rgba(72, 192, 192, 0.15);
bottom: 0;
right: 0;
}
#collection-map:before,
#collection-map:after {
color: #333;
display: block;
font-family: 'Josefin Sans', sans-serif;
font-size: 1rem;
// line-height: 1rem;
padding: 1rem 0;
position: fixed;
text-align: center;
width: 100%;
z-index: 100;
}
@media (min-width: 34em) {
#collection-map:before,
#collection-map:after {
padding: 1rem;
width: auto;
}
}
@media screen and (min-width: 34em) {
#collection-map:before {
content: '';
";
}
}
@media screen and (min-width: 60em) {
#collection-map:before {
content: "";
}
}
#collection-map:before {
background: rgba(192, 72, 72, 0.15);
}
@media (min-width: 34em) {
#collection-map:before {
background: rgba(192, 72, 192, 0.15);
}
}
@media (min-width: 60em) {
#collection-map:before {
background: rgba(72, 192, 132, 0.15);
}
}
#collection-map:after {
content: '';
}
@supports (display: grid) {
#collection-map:after {
content: "";
}
}
#collection-map:before {
bottom: 3rem;
left: 0;
}
@media (min-width: 34em) {
#collection-map:before {
bottom: 0;
}
}
#collection-map:after {
background: rgba(72, 192, 192, 0.75);
//top: 0;
//bottom:0;
right: 0;
}
#collection-map:before,
#collection-map:after {
color: #333;
display: block;
font-family: 'Josefin Sans', sans-serif;
font-size: 1rem;
line-height: 1rem;
padding: 1rem 0;
position: fixed;
text-align: center;
width: 100%;
z-index: 100;
}
@media (min-width: 34em) {
#collection-map:before,
#collection-map:after {
padding: 1rem;
width: auto;
}
}
</style>
<main id="collection-map">
<ol class="content">
<li class="notebook">
<a href="/@noble/concept">
<p class="summary">The Concept</p>
<p class="notebook-proposition">*the engineer*</p>
<p class="notebook-title-hidden">*First Principles*</p>
<div class="notebook-target">
<img style="width:140px; height:auto;" class="notebook-img-hidden" src='${await FileAttachment(
"hudsucker_Observed_widetrx.png"
).url()}'>
</div>
<p class="reason">a new solution to an old problem</p>
</a>
<div class="contributor">
<div class="contributor-hidden">
<span class="contributor-name">
<a href="/@mbostock" >**Mike Bostock**</a>
</span>
<a href="/@mbostock" ><img class="contributor-avatar" width=60 src='https://avatars2.githubusercontent.com/u/230541?v=4&s=128'></a>
</div>
</div>
<p class="archetype">community <br>shout out</p>
<a href="/@noble/concept">
<div class="the-sense">
<p class="sense">Vision</p>
<p class="sense the-article">QUEST</p>
</div></a>
</li>
<li class="notebook">
<a href="/@noble/opportunity">
<p class="summary">The Need</p>
<p class="notebook-proposition">*the entrepreneur*</p>
<p class="notebook-title-hidden">*Market Insight*</p>
<div class="notebook-target" style="">
<img class="notebook-img-hidden" src='${await FileAttachment(
"now_possible_100.png"
).url()}' style="width:120px; height:120px; background: radial-gradient(rgba(0,250,255,0.95), rgba(250,255,255,0.55), rgba(0,5,5,0.5)); box-shadow: 0px 0px 15px 10px rgba(0,250,255,0.35);">
</div>
<p class="reason">the product-market fit</p></a>
<div class="contributor">
<div class="contributor-hidden">
<span class="contributor-name">
<a href="/@Melody" >Melody Meckfessel</a>
</span>
<a href="/@Melody" ><img class="contributor-avatar" width=60 src='https://avatars.observableusercontent.com/avatar/c9dba4ec577d94534535891123f13cc0de44cc233d88897d4ced0dd8ff1a3a97?s=128'></a>
</div>
</div>
<p class="archetype">community <br>shout out</p>
<a href="/@noble/opportunity">
<div class="the-sense">
<p class="sense">Scent</p>
<p class="sense the-article">of <br>OPPORTUNITY</p>
</div></a>
</li>
<li class="notebook"><a href="/@noble/experience">
<p class="summary">the Demo</p>
<p class="notebook-proposition">*the creator*</sp>
<p class="notebook-title-hidden">*interactive*</p>
<div class="notebook-target">
<img class="notebook-img-hidden" src='${await FileAttachment(
"animatedGraph.gif"
).url()}'>
</div>
<p class="reason">first hand experience</p></a>
<div class="contributor">
<div class="contributor-hidden">
<span class="contributor-name">
<a href="/@jashkenas" >**Jeremy Ashkenas**</a>
</span>
<a href="/@jashkenas" ><img class="contributor-avatar" width=60 src='https://avatars3.githubusercontent.com/u/4732?v=4&s=128'></a>
</div>
</div>
<p class="archetype">community <br>shout out</p>
<a href="/@noble/experience">
<div class="the-sense">
<p class="sense">Feel</p>
<p class="sense the-article">the<br>MAGIC</p>
</div></a>
</li>
<li class="notebook"><a href="/@noble/benefit">
<p class="summary">The Benefit</p>
<p class="notebook-proposition">*the influencer*</p>
<p class="notebook-title-hidden">*Analogy*</p>
<div class="notebook-target">
<img class="notebook-img-hidden" src='${await FileAttachment(
"observable_map_room.png"
).url()}'>
</div>
<p class="reason">the metaphorical value</p></a>
<div class="contributor">
<div class="contributor-hidden">
<span class="contributor-name">
<a href="/@anjana" >**Anjana Vakil**</a>
</span>
<a href="/@anjana" ><img class="contributor-avatar" width=60 src='https://avatars.observableusercontent.com/avatar/12cfb67bc9d5edd0c99d52dbddb3f8037dbfe7586cc7ef301e4a513922c38e85?s=128'></a>
</div>
</div>
<p class="archetype">community<br>shout out</p>
<a href="/@noble/benefit">
<div class="the-sense">
<p class="sense">Taste</p>
<p class="sense the-article">the<br>BENEFITS</p>
</div></a>
</li>
<li class="notebook"><a href="/@noble/community">
<p class="summary">The Community</p>
<p class="notebook-proposition">*the contributor*</p>
<p class="notebook-title-hidden">*Collaborators*</p>
<div class="notebook-target">
<img class="notebook-img-hidden" src='${await FileAttachment(
"observable_community_160x160.png"
).url()}'>
</div>
<p class="reason">the network effect</p></a>
<div class="contributor">
<div class="contributor-hidden">
<span class="contributor-name">
<a href="/@cassandra" >**Cass Ferrera**</a>
</span>
<a href="/@cassandra" ><img class="contributor-avatar" width=60 src='https://avatars.observableusercontent.com/avatar/277d5f40330305c20b1137294df610043e4a206e3ad6f62ff6de96d6e055b2bb?s=128'></a>
</div>
</div>
<p class="archetype">community <br>shout out</p>
<a href="/@noble">
<div class="the-sense">
<p class="sense">Hear</p>
<p class="sense the-article">the<br>ENTHUSIASM</p>
</div></a>
</li>
<li class="notebook"><a href="/@noble/direction">
<p class="summary">the discovery</p>
<p class="notebook-proposition">*the explorer*</p>
<p class="notebook-title-hidden">*Anecdote*</p>
<div class="notebook-target">
<img class="notebook-img-hidden" src='${await FileAttachment(
"1_DarwinsChoice_160x120.png"
).url()}'>
</div>
<p class="reason">the pursuit of knowledge</p>
</a>
<div class="contributor">
<div class="contributor-hidden">
<span class="contributor-name">
<a href="/@waynesutton" >Wayne Sutton</a>
</span>
<a href="/@waynesutton" ><img class="contributor-avatar" width=60 src='https://avatars1.githubusercontent.com/u/720186?v=4&s=128'></a>
</div>
</div>
<p class="archetype">community <br>shout out</p>
<a href="/@noble">
<div class="the-sense">
<p class="sense">Know</p>
<p class="sense the-article">the<br>UNKNOWN</p>
</div></a>
</li>
</ol>
</main>
`