-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix text color of share button * add responsive design breakpoints to main header * add text-black class to minimap and layout control center buttons * minor styling adjustments for accessibility * add show guide button header, guide.html, and show the guide on the visitors first use * remove animated pulse for current decision * mock local storage to indicate whether it is a user's first time
- Loading branch information
1 parent
42ea6e4
commit 4e9d349
Showing
19 changed files
with
167 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<h2 class="text-2xl font-semibold text-black">Getting Started</h2> | ||
<div class="p-2 flex flex-col space-y-4"> | ||
<p class="text-left text-gray-900">Welcome to <b class="font-bold">The | ||
Manifest Game</b>, an interactive decision tree to help you | ||
use the U.S. EPA's hazardous waste tracking system known as | ||
<a | ||
class="text-blue-700 underline hover:text-blue-900" | ||
href="https://epa.gov/e-manifest">e-Manifest</a>. | ||
</p> | ||
<p class="text-gray-900"> | ||
Start by answering the "Yes" or "No" questions in the boxes. As you answer | ||
questions, new questions will appear based on your previous answers. | ||
</p> | ||
<p class="text-gray-900"> | ||
If you are unsure about a question, click the question mark in the question | ||
box to learn more. | ||
</p> | ||
<h3 class="text-xl font-bold text-black">Navigate</h3> | ||
<p class="text-gray-900"> | ||
You can move around the page by clicking and dragging anywhere on the page. | ||
You can also zoom in and out by using the scroll wheel on your mouse or | ||
pinching on a touch screen. | ||
</p> | ||
<h4 class="text-lg font-bold text-black">Mini Map</h4> | ||
<p class="text-gray-900"> | ||
The mini map in the bottom right corner shows you where you are on the | ||
decision tree. You can click the mini map to quickly navigate to | ||
different parts of the decision tree, and scroll to zoom in and out. | ||
</p> | ||
<h4 class="text-lg font-bold text-black">Change the Layout</h4> | ||
<p class="text-gray-900"> | ||
You can change the layout of the decision tree from horizontal to vertical | ||
by clicking the "Layout" button to help you visualize the decision tree in | ||
different ways. | ||
</p> | ||
<h3 class="text-xl font-bold text-black">Share Your Decisions</h3> | ||
<p class="text-gray-900"> | ||
Once you have completed the decision tree, you can share your decisions with | ||
others by clicking the "Share" button. This will generate a unique URL | ||
you can share with others. | ||
</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.