Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--------------------------------------------------------------------------------
- SKETCH BOOK profile by JUNI
- Ko-Fi: https://ko-fi.com/junijwi
- This code was made in response to the moodboard prompts given by @Togo!
- https://toyhou.se/~world/82691.coders-quarters/page/36197.august-challenge
- By using this code, you are agreeing to the terms outlined here:
- https://toyhou.se/12457283.sketch-book
- Please edit the code with WYSIWYG turned off and Code Editor turned on.
- I personally recommend editing the code in a code editor like Visual Studio Code
- OR using the very handy live-preview website:
- https://th.circlejourney.net/
- You may alter/relocate/restyle coding credit, but please do not remove it.
- -------------------------------------------------------------------------------->
- <div class="container" style="max-width: 800px;">
- <div class="card p-3 bg-secondary" style="background-image: url('https://f2.toyhou.se/file/f2-toyhou-se/images/38632317_4Z55UuoHv0C4N49.png?1629093358'); background-blend-mode: overlay; background-size: cover; transform: rotate(-.5deg); border-radius: 15px; box-shadow: 0px 2px 0px rgba(0,0,0,.5);">
- <div style="transform: rotate(.5deg);">
- <div id="sketchbook" class="carousel slide carousel-fade" data-ride="false" data-pause="true">
- <!-- carousel buttons -->
- <ol class="carousel-indicators m-auto p-2 bg-danger" style="border-radius: 15px; width: 150px; height: 20px; position: absolute; bottom: -60px;">
- <li data-target="#sketchbook" data-slide-to="0" class="active"></li>
- <li data-target="#sketchbook" data-slide-to="1"></li>
- <li data-target="#sketchbook" data-slide-to="2"></li>
- </ol>
- <div class="carousel-inner" style="overflow: visible;">
- <div class="carousel-item active">
- <div class="row no-gutters my-0">
- <div class="col-md-6 col-12 m-md-0 mb-2">
- <div class="card w-100 bg-white" style="opacity: .6; border-radius: 15px; height: 400px; box-shadow: 0px 2px 0px rgba(0,0,0,.3); position: absolute; transform: rotate(-.5deg); top: 4px; left: -6px;"></div>
- <div class="card mt-md-2 mb-md-1 mr-md-1 py-md-3 p-4 bg-white text-dark" style="border-radius: 15px; height: 400px; overflow: auto; box-shadow: 0px 2px 0px rgba(0,0,0,.3);">
- <!-- PAGE ONE -->
- <div class="row no-gutters align-items-center my-1">
- <div class="col-auto">
- <!-- header -->
- <h4 class="text-primary"><i class="fas fa-sparkles"></i> A Vessel</h4>
- </div>
- <div class="col pl-1"><hr class="m-0" style="background-color: rgba(0,0,0,.1);"></div>
- </div>
- <!-- basics -->
- <div class="row no-gutters">
- <div class="col-6 pr-3">
- <!-- photo -->
- <div class="w-100" style="background-image: url('https://images.unsplash.com/photo-1597274303632-880ef8660375?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=634&q=80'); background-size: cover; background-position: center; box-shadow: 1px 3px 0px rgba(0,0,0,.3); transform: rotate(2deg); min-height: 130px;"></div>
- </div>
- <div class="col-6 h-auto my-auto pr-md-2">
- <div class="row no-gutters">
- <div class="col-auto text-left text-uppercase text-danger"><i class="fas fa-user"></i></div>
- <div class="col text-right text-lowercase">
- <!-- name -->
- Full Name
- </div>
- </div>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <div class="row no-gutters">
- <div class="col-auto text-left text-uppercase text-danger"><i class="fas fa-venus-mars"></i></div>
- <div class="col text-right text-lowercase">
- <!-- pronouns/gender -->
- they/them
- </div>
- </div>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <div class="row no-gutters">
- <div class="col-auto text-left text-uppercase text-danger"><i class="fas fa-birthday-cake"></i></div>
- <div class="col text-right text-lowercase">
- <!-- birthday -->
- Jan 1st
- </div>
- </div>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <div class="row no-gutters">
- <div class="col-auto text-left text-uppercase text-danger"><i class="fas fa-history"></i></div>
- <div class="col text-right text-lowercase">
- <!-- age -->
- 0 yrs
- </div>
- </div>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <div class="row no-gutters">
- <div class="col-auto text-left text-uppercase text-danger"><i class="fas fa-ruler-combined"></i></div>
- <div class="col text-right text-lowercase">
- <!-- height -->
- 0'00"
- </div>
- </div>
- </div>
- </div>
- <!-- personality traits -->
- <div class="row no-gutters text-center mt-3 text-lowercase">
- <div class="col-4">
- <i class="fas fa-star text-primary"></i>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <ul class="list-unstyled mb-2">
- <!-- two positive traits -->
- <li>Trait</li>
- <li>Trait</li>
- </ul>
- </div>
- <div class="col-4">
- <i class="fas fa-star-half-alt text-warning"></i>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <ul class="list-unstyled mb-2">
- <!-- two neutral traits -->
- <li>Trait</li>
- <li>Trait</li>
- </ul>
- </div>
- <div class="col-4">
- <i class="far fa-star text-danger"></i>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <ul class="list-unstyled mb-2">
- <!-- two negative traits -->
- <li>Trait</li>
- <li>Trait</li>
- </ul>
- </div>
- </div>
- <!-- quote -->
- <div class="my-auto" style="height: 85px;overflow: auto;">
- <div class="text-center text-monospace bg-primary p-2 mb-2 ml-0 mr-4 text-white" style="box-shadow: 0px 1px 0px rgba(0,0,0,.3); transform: rotate(-.5deg);">
- <p>
- <!-- quote 1/2 -->
- <i class="far fa-stars"></i> My admiration is an ocean,
- </p>
- </div>
- <div class="text-center text-monospace bg-primary p-2 mr-0 ml-4 text-white" style="box-shadow: 0px 1px 0px rgba(0,0,0,.3); transform: rotate(.5deg);">
- <p>
- <!-- quote 2/2 -->
- you are on the other side of it.
- </p>
- </div>
- </div>
- </div>
- </div>
- <div class="col-md-6 col-12 m-md-0">
- <div class="card w-100 bg-white" style="opacity: .6; border-radius: 15px; height: 400px; box-shadow: 0px 2px 0px rgba(0,0,0,.3); position: absolute; transform: rotate(1deg); top: 6px; right: -6px;"></div>
- <div class="card ml-md-1 py-md-3 p-4 bg-white text-dark" style="border-radius: 15px; height: 400px; overflow: auto; box-shadow: 0px 2px 0px rgba(0,0,0,.3);">
- <!-- PAGE TWO -->
- <div class="row no-gutters align-items-center my-1">
- <div class="col-auto">
- <!-- header -->
- <h4 class="text-primary"><i class="fas fa-sparkles"></i> A Soul</h4>
- </div>
- <div class="col pl-1">
- <hr class="m-0" style="background-color: rgba(0,0,0,.1);">
- </div>
- </div>
- <div class="text-justify mb-2" style="height: 240px; overflow: auto;">
- <!--
- text, it scrolls if too tall
- good place to put written personality, if you want
- -->
- <p>
- It's odd that <span class="bg-warning">despite</span> how I cherished you-- As an artist. As a writer. As a companion-- When I try to write of you I am <span class="bg-warning">speechless</span>.
- </p>
- <p>
- My understanding of you had no translatable emotion- I thought of you and felt: <span class="bg-warning">"Yes."</span>
- </p>
- <p>
- You were an extension of myself. So how did I lose us? How does a hand drop its fingers? Of all the things I had loved, I never fathomed it possible.
- </p>
- <p>
- I have <span class="bg-warning">no more words</span> for you.
- </p>
- <!-- end text -->
- </div>
- <!-- likes / dislikes -->
- <div class="row no-gutters text-center text-lowercase">
- <div class="col-6">
- <i class="fas fa-check-circle text-primary"></i>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <ul class="list-unstyled mb-2">
- <!-- three character likes -->
- <li>Likes</li>
- <li>Likes</li>
- <li>Likes</li>
- </ul>
- </div>
- <div class="col-6">
- <i class="fas fa-times-circle text-danger"></i>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <ul class="list-unstyled mb-2">
- <!-- three character dislikes -->
- <li>Dislikes</li>
- <li>Dislikes</li>
- <li>Dislikes</li>
- </ul>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="carousel-item">
- <div class=" row no-gutters my-0">
- <div class="col-md-6 col-12 m-md-0 mb-2">
- <div class=" card w-100 bg-white" style="opacity: .6; border-radius: 15px; height: 400px; box-shadow: 0px 2px 0px rgba(0,0,0,.3); position: absolute; transform: rotate(1deg); top: 3px; left: -4px;"></div>
- <div class="card mt-md-2 mb-md-1 mr-md-1 py-md-3 p-4 bg-white text-dark" style="border-radius: 15px; height: 400px; overflow: auto; box-shadow: 0px 2px 0px rgba(0,0,0,.3);">
- <!-- PAGE THREE -->
- <div class="row no-gutters align-items-center my-1">
- <div class="col-auto">
- <!-- header -->
- <h4 class="text-primary"><i class="fas fa-sparkles"></i> A Dream</h4>
- </div>
- <div class="col pl-1">
- <hr class="m-0" style="background-color: rgba(0,0,0,.1);">
- </div>
- </div>
- <div class="text-justify mb-md-2 mb-0" style="height: 140px; overflow: auto;">
- <!--
- text, it scrolls if too tall
- good place to put dangerrmation like
- occupation or setting, if you want
- -->
- <p>
- I knew it was you when the <span class="bg-warning">lights</span> cut out and my entire world expanded into shards of blood and flocks of glass.
- </p>
- <p>
- I imagined your face to be like death— impartial and cold. But It was beautiful, as angels are in all of their foreign terror. <span class="bg-warning">“Do not be afraid,”</span> they said, and so said you to me before I died.
- </p>
- <!-- end text -->
- </div>
- <!-- photo -->
- <div style="background-image: url('https://images.unsplash.com/photo-1534511902651-6ab0ce131f2a?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1189&q=80'); background-size: cover; background-position: center; width: 150px; height: 150px; position: absolute; box-shadow: -2px 3px 0px rgba(0,0,0,.3); transform: rotate(-5deg); bottom: 40px;"></div>
- <!-- sticky note -->
- <div class="card border-0 rounded-0 p-2 text-center bg-danger" style="width: 150px; height: 150px; position: relative; box-shadow: 2px 3px 0px rgba(0,0,0,.3); transform: rotate(6deg); margin-left: auto; top: 20px; right: 15px;">
- <div class="w-100 my-auto text-white" style="font-size: .8rem; overflow: auto;">
- <!-- sticky note text -->
- <p>
- I wonder how you'd look, holding my life against your palms,
- </p>
- <p>
- or in your teeth.
- </p>
- <!-- end sticky note text -->
- </div>
- </div>
- </div>
- </div>
- <div class="col-md-6 col-12 m-md-0">
- <div class="card w-100 bg-white" style="opacity: .6; border-radius: 15px; height: 400px; box-shadow: 0px 2px 0px rgba(0,0,0,.3); position: absolute; transform: rotate(-1deg); top: 5px; right: -3px;"></div>
- <div class="card ml-md-1 py-md-3 p-4 bg-white text-dark" style="background-image: url('https://f2.toyhou.se/file/f2-toyhou-se/images/38926046_zDbZboLJTv5Yy4O.png?1629751273'); background-position: 200px top; background-blend-mode: multiply; background-repeat: no-repeat; border-radius: 15px; height: 400px; overflow: auto; box-shadow: 0px 2px 0px rgba(0,0,0,.3);">
- <!-- PAGE FOUR -->
- <div class="row no-gutters align-items-center my-1">
- <div class="col-auto">
- <!-- header -->
- <h4 class="text-primary"><i class="fas fa-sparkles"></i> A Memory</h4>
- </div>
- <div class="col pl-1">
- <hr class="m-0" style="background-color: rgba(0,0,0,.1);">
- </div>
- </div>
- <div class="h-100 text-justify" style="overflow: auto;">
- <!--
- text, it scrolls if too tall
- good place to put backstory, if you want
- -->
- <p>
- You are poppy seeds. And licorice.<br>
- Slow death by <span class="bg-warning">nostalgia</span>.<br>
- Childhood, perpetually.<br>
- Overwhelming and heavy.
- </p>
- <p>
- Your self imposed inevitability<br>
- Imposes on me an indifference.<br>
- I don’t care.<br>
- The flux of your existence is heat waves in the vast orange expanse, a shimmer of false water, bright blue and white and made from<br> layer upon layer of <span class="bg-warning">nothing</span> in the screeching, aching, groaning chasm of invalidation.
- </p>
- <p>
- You are childhood, perpetually.<br>
- Slow death by nostalgia.<br>
- Overwhelming and heavy.<br>
- Poppy seeds. And licorice.
- </p>
- <!-- end text -->
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="carousel-item">
- <div class="row no-gutters my-0">
- <div class="col-md-6 col-12 m-md-0 mb-2">
- <div class="card w-100 bg-white" style="opacity: .6; border-radius: 15px; height: 400px; box-shadow: 0px 2px 0px rgba(0,0,0,.3); position: absolute; transform: rotate(-1deg); top: 2px; left: -4px;"></div>
- <div class="card mt-md-2 mb-md-1 mr-md-1 py-md-3 p-4 bg-white text-dark" style="border-radius: 15px; height: 400px; overflow: auto; box-shadow: 0px 2px 0px rgba(0,0,0,.3);">
- <!-- PAGE FIVE -->
- <div class="row no-gutters align-items-center my-1">
- <div class="col-auto">
- <!-- header -->
- <h4 class="text-primary"><i class="fas fa-sparkles"></i> A Desire</h4>
- </div>
- <div class="col pl-1">
- <hr class="m-0" style="background-color: rgba(0,0,0,.1);">
- </div>
- </div>
- <div style="height: 380px; overflow: auto;">
- <!--
- relationship link
- for reference, start copying here
- to add a LEFT link
- -->
- <div class="row no-gutters mb-2">
- <div class="col-6 pr-3">
- <!-- photo -->
- <div class="mx-auto" style="background-image: url('https://images.unsplash.com/photo-1456086272160-b28b0645b729?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1189&q=80'); background-size: cover; background-position: center; box-shadow: 1px 3px 0px rgba(0,0,0,.3); transform: rotate(-3deg); min-height: 130px; width: 90%;"></div>
- </div>
- <!-- basics -->
- <div class="col-6 h-auto my-auto pr-md-2">
- <div class="row no-gutters">
- <div class="col-auto text-left text-uppercase text-danger">
- <i class="fas fa-user"></i>
- </div>
- <div class="col text-right text-lowercase">
- <!-- name -->
- <a class="text-primary" href="#">Full Name</a>
- </div>
- </div>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <div class="row no-gutters">
- <div class="col-auto text-left text-uppercase text-danger">
- <i class="fas fa-heart"></i>
- </div>
- <div class="col text-right text-lowercase">
- <!-- relationship -->
- relationship status
- </div>
- </div>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <div class="text-justify" style="font-size: .8rem;">
- <!-- description, keep it short -->
- <p>A bit about them and how they feel about one another.</p>
- </div>
- </div>
- </div>
- <!-- end of link -->
- <!--
- relationship link
- for reference, start copying here
- to add a RIGHT link
- -->
- <div class="row no-gutters mb-2">
- <!-- basics -->
- <div class="col-6 h-auto my-auto pl-md-2">
- <div class="row no-gutters">
- <div class="col-auto text-left text-uppercase text-danger">
- <i class="fas fa-user"></i>
- </div>
- <div class="col text-right text-lowercase">
- <!-- name -->
- <a class="text-primary" href="#">Full Name</a>
- </div>
- </div>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <div class="row no-gutters">
- <div class="col-auto text-left text-uppercase text-danger">
- <i class="fas fa-heart"></i>
- </div>
- <div class="col text-right text-lowercase">
- <!-- relationship -->
- relationship status
- </div>
- </div>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <div class="text-justify" style="font-size: .8rem;">
- <!-- description, keep it short -->
- <p>A bit about them and how they feel about one another.</p>
- </div>
- </div>
- <div class="col-6 pl-3">
- <!-- photo -->
- <div class="mx-auto" style="background-image: url('https://images.unsplash.com/photo-1456086272160-b28b0645b729?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1189&q=80'); background-size: cover; background-position: center; box-shadow: 1px 3px 0px rgba(0,0,0,.3); transform: rotate(2deg); min-height: 130px; width: 90%;"></div>
- </div>
- </div>
- <!-- end of link -->
- <!--
- relationship link
- for reference, start copying here
- to add a LEFT link
- -->
- <div class="row no-gutters mb-2">
- <div class="col-6 pr-3">
- <!-- photo -->
- <div class="mx-auto" style="background-image: url('https://images.unsplash.com/photo-1456086272160-b28b0645b729?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1189&q=80'); background-size: cover; background-position: center; box-shadow: 1px 3px 0px rgba(0,0,0,.3); transform: rotate(-3deg); min-height: 130px; width: 90%;"></div>
- </div>
- <!-- basics -->
- <div class="col-6 h-auto my-auto pr-md-2">
- <div class="row no-gutters">
- <div class="col-auto text-left text-uppercase text-danger">
- <i class="fas fa-user"></i>
- </div>
- <div class="col text-right text-lowercase">
- <!-- name -->
- <a class="text-primary" href="#">Full Name</a>
- </div>
- </div>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <div class="row no-gutters">
- <div class="col-auto text-left text-uppercase text-danger">
- <i class="fas fa-heart"></i>
- </div>
- <div class="col text-right text-lowercase">
- <!-- relationship -->
- relationship status
- </div>
- </div>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <div class="text-justify" style="font-size: .8rem;">
- <!-- description, keep it short -->
- <p>A bit about them and how they feel about one another.</p>
- </div>
- </div>
- </div>
- <!-- end of link -->
- <!--
- relationship link
- for reference, start copying here
- to add a RIGHT link
- -->
- <div class="row no-gutters mb-2">
- <!-- basics -->
- <div class="col-6 h-auto my-auto pl-md-2">
- <div class="row no-gutters">
- <div class="col-auto text-left text-uppercase text-danger">
- <i class="fas fa-user"></i>
- </div>
- <div class="col text-right text-lowercase">
- <!-- name -->
- <a class="text-primary" href="#">Full Name</a>
- </div>
- </div>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <div class="row no-gutters">
- <div class="col-auto text-left text-uppercase text-danger">
- <i class="fas fa-heart"></i>
- </div>
- <div class="col text-right text-lowercase">
- <!-- relationship -->
- relationship status
- </div>
- </div>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <div class="text-justify" style="font-size: .8rem;">
- <!-- description, keep it short -->
- <p>A bit about them and how they feel about one another.</p>
- </div>
- </div>
- <div class="col-6 pl-3">
- <!-- photo -->
- <div class="mx-auto" style="background-image: url('https://images.unsplash.com/photo-1456086272160-b28b0645b729?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1189&q=80'); background-size: cover; background-position: center; box-shadow: 1px 3px 0px rgba(0,0,0,.3); transform: rotate(2deg); min-height: 130px; width: 90%;"></div>
- </div>
- </div>
- <!-- end of link -->
- </div>
- </div>
- </div>
- <div class="col-md-6 col-12 m-md-0">
- <div class="card w-100 bg-white" style="opacity: .6; border-radius: 15px; height: 400px; box-shadow: 0px 2px 0px rgba(0,0,0,.3); position: absolute; transform: rotate(-1deg); top: 3px; right: -4px;"></div>
- <div class="card ml-md-1 py-md-3 p-4 bg-white text-dark" style="border-radius: 15px; height: 400px; overflow: auto; box-shadow: 0px 2px 0px rgba(0,0,0,.3);">
- <!-- PAGE SIX -->
- <div class="row no-gutters align-items-center my-1">
- <div class="col-auto">
- <!-- header -->
- <h4 class="text-primary"><i class="fas fa-sparkles"></i> A Feeling</h4>
- </div>
- <div class="col pl-1">
- <hr class="m-0" style="background-color: rgba(0,0,0,.1);">
- </div>
- </div>
- <div class="text-center text-monospace text-primary" style="position: absolute; margin-left: auto; margin-right: auto; left: 0; right: 0; top: 50px; ">
- <p>
- <!-- song title, artist -->
- <i class="fas fa-user"></i> Blood, ANIMA! <i class="fas fa-music"></i>
- </p>
- </div>
- <div style="width: 150px; height: 150px; position: absolute; box-shadow: -2px 3px 0px rgba(0,0,0,.3); transform: rotate(3deg); top: 80px; left: 40px; overflow: hidden;">
- <div style="display: inline-block; position: relative; top: -58%; left: -135%;">
- <!--
- YOUTUBE SONG
- https://www.youtube.com/embed/YOUTUBE-ID
- The YOUTUBE-ID is the string in the URL at the end.
- Go to the video, click "Share" and check the link.
- It should be in https://youtu.be/xyVrPeMG2G8 format,
- in which case you take everything after https://youtu.be/
- -->
- <iframe width="560" height="315" src="https://www.youtube.com/embed/xyVrPeMG2G8" frameborder="0" allowfullscreen="false"></iframe>
- </div>
- </div>
- <!-- sticky note -->
- <div class="card border-0 rounded-0 p-2 text-center bg-danger" style="width: 150px; height: 150px; position: relative; box-shadow: 2px 3px 0px rgba(0,0,0,.3); transform: rotate(-4deg); margin-left: auto; top: 20px;">
- <div class="w-100 my-auto text-white" style="font-size: .8rem; overflow: auto;">
- <!-- sticky note text (for lyrics) -->
- <p>
- Art is love, love is work, It hurts to give yourself to it.<br>
- Art is work, work is love, Reminding us why we do it.
- </p>
- <!-- end sticky note text -->
- </div>
- </div>
- <!-- track list -->
- <div class="row no-gutters" style="margin-top: 40px;">
- <div class="col-6 text-center text-uppercase text-danger">
- <i class="fas fa-user"></i>
- </div>
- <div class="col-6 text-center text-uppercase text-danger">
- <i class="fas fa-music"></i>
- </div>
- </div>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <div style="height: 130px; overflow: auto;">
- <div class="row no-gutters">
- <div class="col-6 text-center text-lowercase">
- <!-- artist -->
- Oh Wonder
- </div>
- <div class="col-6 text-center text-lowercase">
- <!-- song link and title -->
- <a class="text-primary" href="https://www.youtube.com/watch?v=-Ij_OGLnFTM" target="_blank">Lose It</a>
- </div>
- </div>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <div class="row no-gutters">
- <div class="col-6 text-center text-lowercase">
- <!-- artist -->
- Childcare
- </div>
- <div class="col-6 text-center text-lowercase">
- <!-- song link and title -->
- <a class="text-primary" href="https://www.youtube.com/watch?v=jbNykFMQkdY" target="_blank">Put Down Your Pen</a>
- </div>
- </div>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <div class="row no-gutters">
- <div class="col-6 text-center text-lowercase">
- <!-- artist -->
- BØRNS
- </div>
- <div class="col-6 text-center text-lowercase">
- <!-- song link and title -->
- <a class="text-primary" href="https://www.youtube.com/watch?v=cyN6GMY78D4" target="_blank">Sweet Dreams</a>
- </div>
- </div>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <div class="row no-gutters">
- <div class="col-6 text-center text-lowercase">
- <!-- artist -->
- Regina Spektor
- </div>
- <div class="col-6 text-center text-lowercase">
- <!-- song link and title -->
- <a class="text-primary" href="https://www.youtube.com/watch?v=ligpxXvATNU" target="_blank">Blue Lips</a>
- </div>
- </div>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <div class="row no-gutters">
- <div class="col-6 text-center text-lowercase">
- <!-- artist -->
- The Hush Sound
- </div>
- <div class="col-6 text-center text-lowercase">
- <!-- song link and title -->
- <a class="text-primary" href="https://www.youtube.com/watch?v=qWR0Tm_OXm0" target="_blank">Don't Wake Me Up</a>
- </div>
- </div>
- <hr class="m-0 p-0" style="background-color: rgba(0,0,0,.1);">
- <div class="row no-gutters">
- <div class="col-6 text-center text-lowercase">
- <!-- artist -->
- j^p^n
- </div>
- <div class="col-6 text-center text-lowercase">
- <!-- song link and title -->
- <a class="text-primary" href="https://www.youtube.com/watch?v=F6VPsLJCaJM" target="_blank">Bloom</a>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- spiral -->
- <div class="d-md-flex d-none" style="background-image: url('https://f2.toyhou.se/file/f2-toyhou-se/images/38904935_hfXuIWFEPdJTN2h.png?1629709936'); background-repeat: repeat-y; background-size: contain; position: absolute; top: 15%; margin-left: auto; margin-right: auto; left: 0; right: 0; width: 50px; height: 300px;">
- </div>
- <div class="d-md-none d-flex" style="background-image: url('https://f2.toyhou.se/file/f2-toyhou-se/images/38911230_FOSTksXDbECvr2W.png'); background-repeat: repeat-x; background-size: contain; position: absolute; margin: auto; top: 46.2%; left: 0; right: 0; width: 240px; height: 60px;">
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- Carousel Buttons -->
- <!-- prev -->
- <a class="btn btn-default border-0 mt-md-2 mt-0 carousel-control left bg-danger text-white" data-slide="prev" aria-hidden="true" href="#sketchbook" style="border-top-left-radius: 15px; border-top-right-radius: 15px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 80px; position: absolute; left: -25px; top: 25%; box-shadow: -2px 0px 0px rgba(0,0,0,.5); transform: rotate(-90deg);">
- <b style="letter-spacing: 1px;">PREV</b>
- </a>
- <!-- next -->
- <a class="btn btn-default border-0 mt-md-2 mt-0 carousel-control right bg-primary text-white" data-slide="next" aria-hidden="true" href="#sketchbook" style="border-top-left-radius: 15px; border-top-right-radius: 15px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 80px; position: absolute; right: -25px; top: 35%; box-shadow: 2px 0px 0px rgba(0,0,0,.5); transform: rotate(90deg);">
- <b style="letter-spacing: 1px;">NEXT</b>
- </a>
- <!-- decorative -->
- <div class="btn btn-default border-0 mt-md-2 mt-0 bg-warning text-white" style="border-top-left-radius: 15px; border-top-right-radius: 15px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 80px; position: absolute; left: -25px; top: 65%; box-shadow: -2px 0px 0px rgba(0,0,0,.5); transform: rotate(-90deg);"> </div>
- <div class="btn btn-default border-0 mt-md-2 mt-0 bg-warning text-white" style="border-top-left-radius: 15px; border-top-right-radius: 15px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 80px; position: absolute; right: -25px; top: 15%; box-shadow: 2px 0px 0px rgba(0,0,0,.5); transform: rotate(90deg);"> </div>
- <!-- Code Credit -->
- <a class="btn btn-default border-0 mt-md-1 mt-2 bg-primary text-white" target="_blank" href="https://toyhou.se/12457283.sketch-book" style="border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; width: 80px; position: relative; left: 9%; top: -25px; box-shadow: 0px 2px 0px rgba(0,0,0,.5);">
- <i class="fas fa-code fa-xs"></i>
- </a>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment