Catch a Kraken/Fish: Difference between revisions

From SuperJoy Wiki
Jump to navigation Jump to search
Blanked the page
Tag: Blanking
No edit summary
Tag: Reverted
Line 1: Line 1:
<!-- GRID: main + sidebar -->
<div class="cak-grid">


  <!-- MAIN COLUMN -->
  <main>
    <!-- WELCOME -->
    <article class="cak-card">
      <h2>Welcome</h2>
      <p><strong>Catch a Kraken</strong> is a fishing & exploration adventure. Sail to new biomes, discover rare fish,
        complete quests, upgrade your ship, and prepare for the ultimate challenge lurking beneath the waves — the legendary
        <strong>Kraken</strong>.</p>
      <!-- feature overview blocks -->
      <div class="cak-overview">
        <div class="cak-overview__item">
          <i class="fa-solid fa-water"></i>
          <h3>Explore</h3>
          <p>Uncover reefs, coves, and hidden islands across a sprawling ocean.</p>
        </div>
        <div class="cak-overview__item">
          <i class="fa-solid fa-fish"></i>
          <h3>Fish</h3>
          <p>Check out the complete collection of fish in-game and learn about mutations, attributes, and rarities!</p>
        </div>
        <div class="cak-overview__item">
          <i class="fa-solid fa-screwdriver-wrench"></i>
          <h3>Gear Upgrades</h3>
          <p>Boost rods, lures, boats, and tools to catch better fish faster!</p>
        </div>
        <div class="cak-overview__item">
          <i class="fa-solid fa-compass"></i>
          <h3>Discover</h3>
          <p>Learn more about unique fishing spots, fish hunts, and weather events!</p>
        </div>
      </div>
    </article>
    <!-- LATEST / CHANGELOG -->
    <article class="cak-card">
      <h2>Latest</h2>
      <ul class="cak-list">
        <li><span class="cak-chip">v1.0</span> Launch</li>
        <li>Public release of Catch a Kraken!</li>
      </ul>
      <p class="cak-small"><a href="/wiki/Changelog">Full changelog →</a></p>
    </article>
    <!-- START HERE (GUIDES) -->
    <section class="cak-starthere">
      <article class="cak-startcard">
        <h3>Starter Guide</h3>
        <p>Reach Bamboo Rod, your first boat, and your first Rare catch within an hour.</p>
        <a class="cak-startlink" href="/wiki/Catch_a_Kraken/Starter_Guide">Open guide</a>
      </article>
      <article class="cak-startcard">
        <h3>Fishing Basics</h3>
        <p>Perfect casts, timing windows, weather effects, and efficient XP routes.</p>
        <a class="cak-startlink" href="/wiki/Catch_a_Kraken/Fishing_Basics">Open guide</a>
      </article>
      <article class="cak-startcard">
        <h3>Lure Upgrades</h3>
        <p>Best order for speed & luck — from Rubber Grub → Robo Lure.</p>
        <a class="cak-startlink" href="/wiki/Catch_a_Kraken/Lure_Upgrades">Open guide</a>
      </article>
    </section>
    <p class="cak-footnote">SuperJoy Studios © 2025</p>
  </main>
  <!-- SIDEBAR -->
  <aside class="cak-card cak-quicklinks">
    <h2>Quick Links</h2>
    <ul>
      <li><a href="/wiki/Catch_a_Kraken/Rods">Rods</a></li>
      <li><a href="/wiki/Catch_a_Kraken/Lures">Lures</a></li>
      <li><a href="/wiki/Catch_a_Kraken/Boats">Boats</a></li>
      <li><a href="/wiki/Catch_a_Kraken/Fish_and_Mutations">Fish & Mutations</a></li>
      <li><a href="/wiki/Catch_a_Kraken/Events">Events</a></li>
      <li><a href="/wiki/Catch_a_Kraken/Islands">Islands</a></li>
      <li><a href="/wiki/Catch_a_Kraken/Guides">Guides</a></li>
    </ul>
  </aside>
</div>
</html>

Revision as of 21:50, 15 October 2025

 <main>
   <article class="cak-card">

Welcome

Catch a Kraken is a fishing & exploration adventure. Sail to new biomes, discover rare fish, complete quests, upgrade your ship, and prepare for the ultimate challenge lurking beneath the waves — the legendary Kraken.

         

Explore

Uncover reefs, coves, and hidden islands across a sprawling ocean.

         

Fish

Check out the complete collection of fish in-game and learn about mutations, attributes, and rarities!

         

Gear Upgrades

Boost rods, lures, boats, and tools to catch better fish faster!

         

Discover

Learn more about unique fishing spots, fish hunts, and weather events!

   </article>
   <article class="cak-card">

Latest

  • v1.0 Launch
  • Public release of Catch a Kraken!

<a href="/wiki/Changelog">Full changelog →</a>

   </article>
   <section class="cak-starthere">
     <article class="cak-startcard">

Starter Guide

Reach Bamboo Rod, your first boat, and your first Rare catch within an hour.

       <a class="cak-startlink" href="/wiki/Catch_a_Kraken/Starter_Guide">Open guide</a>
     </article>
     <article class="cak-startcard">

Fishing Basics

Perfect casts, timing windows, weather effects, and efficient XP routes.

       <a class="cak-startlink" href="/wiki/Catch_a_Kraken/Fishing_Basics">Open guide</a>
     </article>
     <article class="cak-startcard">

Lure Upgrades

Best order for speed & luck — from Rubber Grub → Robo Lure.

       <a class="cak-startlink" href="/wiki/Catch_a_Kraken/Lure_Upgrades">Open guide</a>
     </article>
   </section>

SuperJoy Studios © 2025

 </main>
 <aside class="cak-card cak-quicklinks">
  • <a href="/wiki/Catch_a_Kraken/Rods">Rods</a>
  • <a href="/wiki/Catch_a_Kraken/Lures">Lures</a>
  • <a href="/wiki/Catch_a_Kraken/Boats">Boats</a>
  • <a href="/wiki/Catch_a_Kraken/Fish_and_Mutations">Fish & Mutations</a>
  • <a href="/wiki/Catch_a_Kraken/Events">Events</a>
  • <a href="/wiki/Catch_a_Kraken/Islands">Islands</a>
  • <a href="/wiki/Catch_a_Kraken/Guides">Guides</a>
 </aside>

</html>