Paul Olynek
@ePauloAll solutions
Time Tracking Dashboard using CSS Grid and local JSON data
PSubmitted 9 months agoI think my code is "okay". I attempted to match the design specs. I imagine I could have made better use of Grid, such as Grid Areas, to control more of the UI display.
Newsletter sign-up form with JS error checking & modal success message
PSubmitted 10 months agoI think I got fairly close to the design expectations... other than my decision to place the desktop modal visibly over the Newsletter, ie. instead of placing the modal over a dark-color background (visually by itself).
Article Preview Component
PSubmitted 10 months agoI'm wondering if I should have created variation is HTML code (between mobile and desktop designs) in the JS file and inserted what was needed based on view width.
Responsive Meet Landing Page
PSubmitted 10 months agoThe one thing I could not figure out what how to control (remove?) the opacity on the second divider (that partially covered the last section) and, similarly, how to control the opacity of the button in the last section.
Responsive CSS with flexbox and accessibility design
#accessibilityPSubmitted 11 months agoHow (if possible) to force side-scrolling once the mobile view-screen width reaches the min-width setting... or is there no side-scroll bar displayed on mobile screens?
Semantic HTML with responsive CSS
PSubmitted 11 months agoI expect it's not a "perfect" solutions but I imagine it's close enough for a "newbie" challenge. ;-)
Recipe page
PSubmitted 11 months agoIs there a way to specify the numbers for ol li are in the form of "1." (with the period) rather than the default "1" (without the period)?