feat: Create Water Management Districts webpage#4
Open
Joeharris15 wants to merge 1 commit into
Open
Conversation
This commit introduces a new webpage for Harris Civil Engineers, LLC that provides information about the Florida Water Management Districts. The webpage features: - A dropdown menu to select one of the five Florida Water Management Districts. - Dynamic display of information for the selected district, including a code summary, highlights, and useful links. - A section to ask questions, which links to the district's contact page or email. The implementation includes: - `index.html`: The main HTML structure of the page. - `style.css`: Basic styling for the webpage. - `script.js`: JavaScript to handle the dynamic content and user interaction. The script is populated with data gathered from each district's official website. The functionality was verified using Playwright to ensure the dropdown and information display work as expected.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit introduces a new webpage for Harris Civil Engineers, LLC that provides information about the Florida Water Management Districts.
The webpage features:
The implementation includes:
index.html: The main HTML structure of the page.style.css: Basic styling for the webpage.script.js: JavaScript to handle the dynamic content and user interaction. The script is populated with data gathered from each district's official website.The functionality was verified using Playwright to ensure the dropdown and information display work as expected.