Skip to content

Luddy-LLC/MegaPuzzle2024

Repository files navigation

MegaPuzzle2024

The source code for the 2024 Mega Puzzle!

View Site

Special Requirements

divs with text

If you're using text on your puzzle page, please include divs conforming to either the text-container or text-container-dark class. This will provide a backdrop for your text:

<div class="text-container">
    This will appear with a lighter background
</div>

<div class="text-container-dark">
    This will appear with a darker background
</div>

Use <h1>s!

Be sure to include <h1>s that describe your puzzle for accessible page navigation. If you'd like to hide these for seeing users, ensure the element conforms to the class sr-only. All other headings should reside within an <h1> and follow standard hierarchy:
<h1>
 ⤷ <h2>
   ⤷ <h3>

This example outlines a puzzle with an introduction and prompt, which are two separate boxes. Neither of the <h1>s are visible to seeing people but are available for screen readers.

<div class="text-container">
    <h1 class="sr-only">Puzzle Introduction</h1>
    ...
</div>

<div class="text-container-dark">
    <h1 class="sr-only">Puzzle Prompt</h1>
    ...
</div>

We love maps!

Indeed

About

The source code for the Luddy LLC 2024 Mega Puzzle!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •