HTMLCustom ColorsFolderMiscellaneous

Line Count: 95
Difficulty:
Copy
<!--- colors (ctrl f and replace all)
#751A21 - red book
#1A3D75 - blue book
#3A7231 - green book
#A5703B - yellow book
--->
<div id="bookshelf" class="container" style="max-width: 800px;">
  <h1 class="display-3 text-center">(name)</h1>
  <div class="container mt-2" style="background: linear-gradient(90deg, rgba(99,60,27,1) 0%, rgba(137,96,54,1) 50%, rgba(99,60,27,1) 100%); height: 10px;"></div>
  <div class="container" style="background: linear-gradient(90deg, rgba(66,36,22,1) 0%, rgba(106,69,45,1) 50%, rgba(66,36,22,1) 100%); height: 20px;"></div>
  <div class="container" style="background: linear-gradient(90deg, rgba(49,23,14,1) 0%, rgba(82,46,30,1) 50%, rgba(49,23,14,1) 100%); height: 20px;"></div>
  <!--- bookshelf content --->
  <div class="container justify-content-center" style="background: linear-gradient(90deg, rgba(35,20,12,1) 0%, rgba(40,24,16,1) 50%, rgba(35,20,12,1) 100%); height: 150px;">
    <!--- book --->
    <a class="btn rounded-0" data-toggle="collapse" href="#bookOne" style="background: #751A21; border: 3px solid #000000; box-shadow: 0 0 0 3px #751A21; height: 160px; width: 40px; margin: -5px 3px;">
    </a>
    <!--- book --->
    <a class="btn rounded-0" data-toggle="collapse" href="#bookTwo" style="background: #1A3D75; border: 3px solid #000000; box-shadow: 0 0 0 3px #1A3D75; height: 160px; width: 40px; margin: -5px 3px;">
    </a>
    <!--- book --->
    <a class="btn rounded-0" data-toggle="collapse" href="#bookThree" style="background: #3A7231; border: 3px solid #000000; box-shadow: 0 0 0 3px #3A7231; height: 160px; width: 40px; margin: -5px 3px;">
    </a>
    <!--- book --->
    <a class="btn rounded-0" data-toggle="collapse" href="#bookFour" style="background: #A5703B; border: 3px solid #000000; box-shadow: 0 0 0 3px #A5703B; height: 160px; width: 40px; margin: -5px 3px;">
    </a>
    <!--- end books --->
  </div>
  <!--- end bookshelf content --->
  <div class="container" style="background: linear-gradient(90deg, rgba(49,23,14,1) 0%, rgba(82,46,30,1) 50%, rgba(49,23,14,1) 100%); height: 20px; z-index: -1;"></div>
  <div class="container" style="background: linear-gradient(90deg, rgba(66,36,22,1) 0%, rgba(106,69,45,1) 50%, rgba(66,36,22,1) 100%); height: 20px;"></div>
  <div class="container" style="background: linear-gradient(90deg, rgba(99,60,27,1) 0%, rgba(137,96,54,1) 50%, rgba(99,60,27,1) 100%); height: 10px;"></div>
  <div style="height: 20px;"></div>
  <!--- popup boxes --->
  <!--- book --->
  <div class="collapse" id="bookOne" data-parent="#bookshelf">
    <div class="container p-3" style="max-width: 400px; background: rgba(0,0,0,0.5);">
      <h1 class="text-white text-center display-4">title of book</h1>
      <div class="overflow-auto text-white" style="max-height: 150px;">
        <p>
          Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
        </p>
        <p>
          Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
        </p>
      </div>
      <div class="text-center">
        <a href="LINK" class="tooltipster" title="read me!" data-placement="bottom"><i class="fas fa-bookmark"></i></a>
      </div>
    </div>
  </div>
  <!--- book --->
  <div class="collapse" id="bookTwo" data-parent="#bookshelf">
    <div class="container p-3" style="max-width: 400px; background: rgba(0,0,0,0.5);">
      <h1 class="text-white text-center display-4">book 2</h1>
      <div class="overflow-auto text-white" style="max-height: 150px;">
        <p>
          Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. 
        </p>
      </div>
      <div class="text-center">
        <a href="LINK" class="tooltipster" title="read me!" data-placement="bottom"><i class="fas fa-bookmark"></i></a>
      </div>
    </div>
  </div>
  <!--- book --->
  <div class="collapse" id="bookThree" data-parent="#bookshelf">
    <div class="container p-3" style="max-width: 400px; background: rgba(0,0,0,0.5);">
      <h1 class="text-white text-center display-4">book 3</h1>
      <div class="overflow-auto text-white" style="max-height: 150px;">
        <p>
          Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. 
        </p>
      </div>
      <div class="text-center">
        <a href="LINK" class="tooltipster" title="read me!" data-placement="bottom"><i class="fas fa-bookmark"></i></a>
      </div>
    </div>
  </div>
  <!--- book --->
  <div class="collapse" id="bookFour" data-parent="#bookshelf">
    <div class="container p-3" style="max-width: 400px; background: rgba(0,0,0,0.5);">
      <h1 class="text-white text-center display-4">book 4</h1>
      <div class="overflow-auto text-white" style="max-height: 150px;">
        <p>
          Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. 
        </p>
      </div>
      <div class="text-center">
        <a href="LINK" class="tooltipster" title="read me!" data-placement="bottom"><i class="fas fa-bookmark"></i></a>
      </div>
    </div>
  </div>
  <!--- end books --->
  <div class="pull-right"><a href="/8byte" class="tooltipster" title="code credits" data-placement="bottom"><i class="fas fa-crow"></i></a></div>
</div>

Password (optional)

Users must enter a password before unlocking this specific version. Please note that this password will only apply to this version.