Elizabeth Shackelford
@E-C-ShackelfordAll solutions
- Submitted 21 days ago
Responsive Landing Page Using BEM, HTML, Sass/SCSS, CSS Grid, and JS
- HTML
- CSS
- JS
-
How can I improve the structure of my SCSS files and my use of mixins to make my code more modular and easier to maintain?
-
How can I improve the clarity and logic of my JavaScript for the responsive menu toggle and scroll-triggered nav change?
-
Since this was a smaller project, I placed media queries under specific class selectors for better readability and to keep styles closely related to their elements. If this were a larger project, I would organize media queries by partials, consolidating all related class and mixin changes within each partial's media queries. Do you have any suggestions for optimizing media query organization?
- Submitted about 2 months ago
NFT Preview Card Using CSS Variables and Flexbox
- HTML
- CSS
– Are there areas where I could make my code more DRY without sacrificing clarity?
– Does my CSS structure seem flat enough, and how could I make my code more maintainable?
– I incorporated semantic HTML, alt text on images, and focus states for links. What other improvements should I consider to enhance accessibility and user experience?