W. Brett Egbert
@crossinguardAll solutions
- Submitted 6 months ago
Recipe page using Astro
- HTML
- CSS
I am new to container queries. I used one on my
RecipeImage.astro
component as well as a media query on myCard.astro
primary component. I would love feedback on how to properly use container queries, including shift my media query into a container query. I couldn't get mine working and was tired of troubleshooting so just used a media query. When I tried to use a container query onCard.astro
similar to how I did it onRecipeImage.astro
, my entire card lost all proportions and became a long vertical stick.Also let me know if you see ways I can improve the semantic HTML, type safety, or logical CSS. So much to learn and remember to implement!
- Submitted 6 months ago
Social links profile using Astro
- HTML
- CSS
Nothing in particular but I welcome feedback.
- Submitted 7 months ago
Blog preview card using Astro
- HTML
- CSS
Nothing in particular but feedback is appreciated. My overall focus is to prioritize responsive, reusable components without employing media queries. I am new to JavaScript/TypeScript so let me know if something regarding the frontmatter scripts or type safety seems off. Those are mostly from adapting examples in the Astro docs.
- Submitted 7 months ago
QR code component using Astro
- HTML
- CSS
I am pretty new to JavaScript and TypeScript. I tried to make this entire project type safe to minimize issues both in component use and use of the site.json information. I am cobbling together information from many sources and trying to adapt to Astro's implementation so please hit me up with anything that looks like an incorrect or inadvisable approach.