Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
12
Comments
9
P

JESUS ANGUIANO

@AnguiNatorMéxico140 points

I’m a mysterious individual who has yet to fill out my bio. One thing’s for certain: I love writing front-end code!

Latest solutions

  • Article Preview Component


    P
    JESUS ANGUIANO•140
    Submitted 19 days ago

    1 comment
  • Landing page


    P
    JESUS ANGUIANO•140
    Submitted about 1 month ago

    1 comment
  • Testimonials Grid Section

    #sass/scss

    P
    JESUS ANGUIANO•140
    Submitted about 2 months ago

    1 comment
  • Four Card whit display flex

    #sass/scss

    P
    JESUS ANGUIANO•140
    Submitted about 2 months ago

    1 comment
  • Product Preview Card

    #sass/scss

    P
    JESUS ANGUIANO•140
    Submitted 2 months ago

    1 comment
  • Recipe Page


    P
    JESUS ANGUIANO•140
    Submitted 2 months ago

    0 comments
View more solutions

Latest comments

  • P
    laurice-dev•300
    @laurice-dev
    Submitted 17 days ago

    article-preview-component-master

    1
    P
    JESUS ANGUIANO•140
    @AnguiNator
    Posted 16 days ago

    Buen trabajo, solo falto colocar :hover en el botón para la versión de escritorio.

  • P
    NunoJDMachado•150
    @NunoJDMachado
    Submitted about 1 month ago
    What specific areas of your project would you like help with?

    I'd like to know if the approach using the <picture> elements is a valid one for this case or if there's a better way.

    Also, when comparing with the design, the footer image didn't seem to be fitting exactly the same, even though I was using the correct one for each breakpoint and the footer size was the same. If someone could take a look it would be very much appreciated.

    Other than that, any other feedback regarding other parts of the project is welcome. Thanks!

    Responsive landing page using flexbox and grid

    1
    P
    JESUS ANGUIANO•140
    @AnguiNator
    Posted about 1 month ago

    🔧 Empty alt attribute on the picture-hero-right image Suggestion: Even if the image is hidden at certain screen sizes, you shouldn’t leave the alt attribute empty in case the image does get displayed. Use a descriptive alt instead.

  • P
    Michael•90
    @Axayn
    Submitted 2 months ago

    Responsive Testimonials Grid

    #sass/scss
    1
    P
    JESUS ANGUIANO•140
    @AnguiNator
    Posted about 2 months ago

    Great job! I really liked the way the files were organized

  • P
    Brais•270
    @braismarquez2025
    Submitted about 2 months ago
    What are you most proud of, and what would you do differently next time?

    Me ha gustado que he usado los text-presets de una forma mucho más cómoda añadiéndolos como una clase a los elementos, te ahorra mucho tiempo hacerlo así.

    What challenges did you encounter, and how did you overcome them?

    He implementado la función clamp para el tamaño de la letra, de esta forma va aumentado según la resolución de la pantalla. Con una función que convierte los píxeles en rem he podido llevarlo a cabo.

    What specific areas of your project would you like help with?

    Me gustaría recibir feedback sobre el uso de la función clamp y los rem sobre todo, además de cualquier mejora que pueda aprender e implementar.

    Sección de página con HTML y CSS

    #sass/scss
    1
    P
    JESUS ANGUIANO•140
    @AnguiNator
    Posted about 2 months ago

    Typography utilities (text-preset-*) — great idea to standardize text styles for easy reusability.

    Marked as helpful
  • Leonardo Bravo P.•100
    @leonardo-bravop
    Submitted 2 months ago
    What are you most proud of, and what would you do differently next time?

    It's my first time using SASS and I think I accomplished a good structure. I also learned about mixins, it seems really useful to standardize adding media queries. I also feel proud that I started mobile-first this time, and it was not hard to add responsiveness for desktop devices.

    What challenges did you encounter, and how did you overcome them?

    I had some issues with the consistency of some styles like the margins and paddings when switching from one screen size to another, but after some tries I could make them work.

    What specific areas of your project would you like help with?

    If you have experience using SASS it could really help me to know what I could improve, but feel free to give any comments in other areas too!

    Product preview card component

    #typescript#vite#sass/scss
    1
    P
    JESUS ANGUIANO•140
    @AnguiNator
    Posted 2 months ago

    Suggestions for improvement

    • Make alt text more descriptive (e.g., "Gabrielle Essence Eau De Parfum bottle") to improve accessibility.

    • Avoid using position: absolute for centering the .product-card. A better alternative is to use display: flex on the body: body { display: flex; justify-content: center; align-items: center; min-height: 100vh; }

    • Reduce repeated font declarations. You could create utility classes like .font-montserrat and .font-fraunces to keep your SCSS DRY.

    • Enhance accessibility for the button. Add an aria-label like "Add product to cart" to make it more screen-reader friendly.

    Use the <picture> and <source> elements for switching images instead of injecting two <img> tags. Example: <picture> <source media="(min-width: 768px)" srcset="${desktopSrc}"> <img src="${mobileSrc}" alt="Gabrielle Essence Eau De Parfum bottle"> </picture>

    Great work overall! With a few small tweaks, your project would be even stronger!

    Marked as helpful
  • Hemant•100
    @HemantKumawat1729
    Submitted 2 months ago

    Omelette recipe using html and css

    1
    P
    JESUS ANGUIANO•140
    @AnguiNator
    Posted 2 months ago

    <img> tag missing alt attribute 🔧 Suggestion: Add an alt attribute to improve accessibility and SEO.

    <ol> element is not properly closed 🔧 Suggestion: Close the ordered list before the next section starts.

    Style reuse: You can optimize your CSS by grouping repeated properties into reusable classes (e.g., margin, color settings).

View more comments
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub