
Robert Horosewski
@horoserpAll solutions
Intro Component with Sign Up Form using HTML, CSS and JS
Submitted 5 months ago- Any thoughts on the CSS...I used a mobile-first workflow for the first time.
- I know I could have improved my JavaScript validation, it just eluded me. I couldn't get
e.preventDefault()
to work and thus had to addonsubmit="return false"
to stop the page refresh. I was also unsure of how to submit the actual form once I did this.
Huddle Landing Page using HTML and CSS
Submitted 6 months agoI continue to practice accessibility and would appreciate any and all feedback in this area.
Base Apparel's Coming Soon page using React, Chakra-UI, Formik and Yup
#react#chakra-uiSubmitted 6 months agoI feel like I should be able to get the "Required" message from Yup to display immediately after submission of an empty string. The html required message comes up immediately, but not the Yup error message.
Four Card Feature Section using HTML/CSS
Submitted 7 months agoAny further suggestions on my use of semantic HTML5.
Article Preview Component using HTML/CSS/JS
Submitted 7 months agoI tried to focus more on accessibility and semantic html on this challenge. Any improvements in these areas that I could make would be helpful feedback. Also, I still can't get the box-shadows quite right...I would be very grateful for suggestions on this topic.
Social Proof Card using HTML/CSS Grid
Submitted 7 months agoIs there a way to edit the .svg file for the background images so that I can make them darker, or better yet, a different color?
HTML/CSS Profile Card Component
Submitted 7 months agoI struggle with colors sometimes and never got to use the CSS custom property (--Very-dark-desaturated-blue). If anybody can tell me where this color was used in the design, I would appreciate the opportunity to train my eye more.
HTML/CSS 3-Column Card
Submitted 7 months agoI would appreciate feedback on if there is a way to have both the "button" text and the background JUST under that text be transparent while keeping the rest of the background as it is. Alternatively, is there a way to optimize my CSS so that I don't have to target each button individually:
.category:nth-child(2) .button:hover {
.HTML/CSS Stats Preview Card
Submitted 7 months agoI would appreciate any information that can lead me to a better understanding of why my image is not as dark as the design.
HTML/CSS Order Summary Card
Submitted 8 months agoI would appreciate feedback on how to improve the two box-shadows in this project. I feel like the colors were wrong even though we were provided all the colors in the style guide. Even if it is not the colors, I was struggled to accurately duplicate both box-shadows.
QR Code Page using React and CSS
#reactSubmitted 8 months agoIf anybody can help me make the box-shadow more like the design, I would really appreciate it.
Interactive Rating Component using HTML, CSS and JavaScript
Submitted 8 months agoI am still struggling to get the manifest's start_url working correctly. I tried both relative and absolute links. I could get it working locally, but not when hosted to GitHub Pages. I feel like this is similar to a problem I run in to when hosting React pages to GitHub Pages, but I can't quite connect the dots. Help in this, or any other area, is greatly appreciated.
Product Preview Card using Bootstrap 5.0
#bootstrapSubmitted 9 months agoI am definitely a bit rusty with my Bootstrap. Any suggestions in this area are definitely welcome!
Results Summary using CSS Grid and Flex.
Submitted 9 months agoI am still getting my feet wet with Semantic HTML. It is so hard to be sure I'm doing it correctly, but in this project, it "felt" right. Any suggestions on improvements with Semantic HTML on this project or how to better implement it as a whole, would be greatly appreciated.