Thomas James
@turtlethomAll solutions
Responsive Contact Form with Vanilla JS, CSS, & HTML
Submitted 8 months ago- Definitely accessibility if any tweaks are needed! I want to ensure all bases are covered when making interactive web applications for ALL visitors.
- Any cool styling tricks or better compartmentalization of any code (JS, CSS).
Ultimately, I'd love to hear thoughts on how you would approach different aspects of this project! My way is not the right way and is definitely not the only way. Constructive criticism is welcome :)
Responsive Profile Page w/ CSS Grid
Submitted 8 months agoAny constructive feedback is welcome!
- Please let me know if I have implemented the font families correctly! :) (Just discovered the
@font-face
statement in CSS).
- Please let me know if I have implemented the font families correctly! :) (Just discovered the
Responsive Recipe Page using CSS Variables, Utility Classes, & Funcs
Submitted 8 months agoPersonally, I would love constructive feedback on:
- Better image sizing techniques
- Redundancies that can be cleaned up within code base
- Alternative/Better units to use and why (
rem
,em
,vw
,dvw
, etc..) - How to implement accessibility appropriately (aria)
- Responsive design tips!