Hi, I'm Hannah.
I am a software-focused technical writer passionate about making complex processes accessible for diverse audiences.
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?
This way to my resume
Web applications
Learning to code through monthly prompts
FACT GENERATOR
I built a climbing fact generator that features women for the May 2024 prompt, teach a thing. A Google sheet stores the facts and JS fetches and parses the facts. The facts return as an array of objects. On page load, a random fact displays. You can view another fact by:
-
clicking the Random fact button. This triggers a
function that uses
Math.random()
andMath.floor()
to select a random integer based on the number of objects in the array. The function then prints the field values for that object number. - clicking the Select fact menu and then selecting a fact from the menu. I used a for loop to add the menu items and to trigger a function when a menu item is clicked. The function prints the field values for the selected item (object).
When I get a little more proficient with JS, I'd like to:
- add an index parameter to one of the functions to remove duplicate code.
- use an array of indexes to prevent the same fact from being selected by the random fact function.
CROSSWORD
Cool bugs, April 2024
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. Check it out.
CAROUSEL
Screensaver, March 2024
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.