<< Go back

Navs - tabs



About

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

<div class="bsk-tabs-nav">
  <nav class="bsk-tabs flex">
      <button class="bsk-tab-btn px-4 py-2" data-tab="about" aria-selected="true">About</button>
      <button class="bsk-tab-btn px-4 py-2" data-tab="aims" aria-selected="false">Aims</button>
      <button class="bsk-tab-btn px-4 py-2" data-tab="projects" aria-selected="false">Projects</button>
      <button class="bsk-tab-btn px-4 py-2" data-tab="news" aria-selected="false">News</button>
      <button class="bsk-tab-btn px-4 py-2" data-tab="contact" aria-selected="false">Contact</button>
  </nav>
  <div class="bsk-tab-contents">
      <div id="about" role="tabpanel" aria-labelledby="tab-about">
          <h2>About</h2>
          <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
          <p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
      </div>
      <div class="hidden" id="aims" role="tabpanel" aria-labelledby="tab-aims">
          <h2>Aims</h2>
          <p>Just make a decision and let it go. If there are two big trees, eventually there will be a little tree. You need the dark in order to show the light.</p>
          <p>A tree needs to be your friend if you're going to paint him. You want your tree to have some character. Make it special. This is a happy place, little squirrels live here and play. There's not a thing in the world wrong with washing your brush. In life you need colors.</p>
      </div>
      <div class="hidden" id="projects" role="tabpanel" aria-labelledby="tab-projects">
          <h2>Projects</h2>
          <p>Most of the time. I’m halfway content. Most of the time. I know exactly where it went. I don’t cheat on myself, I don’t run and hide.</p>
          <p>Hide from the feelings that are buried inside. I don’t compromise and I don’t pretend. I don’t even care if I ever see her again. Most of the time.</p>
      </div>
      <div class="hidden" id="news" role="tabpanel" aria-labelledby="tab-news">
          <h2>News</h2>
          <p>There is no shame in not knowing. The problem arises when irrational thought and attendant behavior fill the vacuum left by ignorance.</p>
          <p>What you know is not as important as how you think.</p>
          <p>Scientific literacy is an intellectual vaccine against the charlatans of the world that would exploit your ignorance.</p>
      </div>
      <div class="hidden" id="contact" role="tabpanel" aria-labelledby="tab-contact">
          <h2>Contact</h2>
          <p>That we can say what we think, write what we think, without hearing a sudden knock on the door. The document they produced was eventually signed but ultimately unfinished.</p>
          <p>We coach Little League in the Blue States and yes, we've got some gay friends in the Red States. Did I ever hear him make remarks that could be considered controversial while I sat in church? Yes.</p>
      </div>
  </div>
</div>