Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
5
Comments
5

agypsynamedTunechi

@agypsynamedTunechi70 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

  • Product preview card using SCSS, CSS Grid and Flexbox

    #sass/scss

    agypsynamedTunechi•70
    Submitted 6 months ago

    1 comment
  • Responsive Recipe page using CSS flexbox and Media Queries


    agypsynamedTunechi•70
    Submitted 6 months ago

    1 comment
  • social link with semantic html and flexbox


    agypsynamedTunechi•70
    Submitted 7 months ago

    1 comment
  • Responsive Blog preview card using Flexbox


    agypsynamedTunechi•70
    Submitted 7 months ago

    I would like to know if there are lines of codes that can be written elsewhere for shorter codes and scalability.


    1 comment
  • QR code component using HTML markup and CSS flexbox


    agypsynamedTunechi•70
    Submitted 7 months ago

    I think I did well in the project overall but I'd be happy to know if there are areas I could have done things differently (in terms of best practices maybe).


    1 comment

Latest comments

  • HShambuck•40
    @HShambuck
    Submitted 6 months ago
    What are you most proud of, and what would you do differently next time?

    After watching a 19-minute video on Sass, I decided to dive into practicing it with this project. I'm most proud of using Sass, as it was my first time working with it. It's surprisingly easy to learn and implement! For anyone interested, here’s a link to the video I watched: https://youtu.be/Zz6eOVaaelI?si=Q23S6J6XDviAOM-m

    I'm also proud of building a mobile-first component for the first time. This project really helped me solidify that practice.

    Lastly, even though the project was challenging, it gave me a chance to revisit some fundamental CSS principles, media queries, and responsiveness techniques, which significantly boosted my understanding.

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

    I encountered several challenges during this project, including syntax issues and the learning curve of using Sass for the first time.

    One particular challenge was deciding on the width of the container. I went back and forth with various responsive values until I trained my eye to get it right. Being a perfectionist, this delayed me a bit as I wanted every detail to be spot on.

    Another challenge was with media queries, especially when using them in Sass. I initially tried using flexbox for the desktop version, only to run into issues like images not fitting properly in their wrapper, leaving white spaces around the rounded edges, and one layout being narrower than the other. Switching to CSS grid resolved the issue.

    The most challenging aspect, however, was figuring out how to use two different images for the mobile and desktop versions. I found three possible solutions: the <source> tag, using two <img> tags & hiding one with display: none; and finally using background-image: url(). I initially tried the <source> tag, but it introduced a bug that caused the responsiveness transition to glitch for a moment upon refresh. Ultimately, I defaulted to using the two <img> tags, which fixed the issue.

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

    While I’m enjoying using Sass, I’m wondering if I could combine Sass with Tailwind CSS for future projects, or if it’s better to stick purely with Tailwind. I’d like to know how efficient it would be to use both together.

    Mobile First Responsive Preview Card Component using SASS & CSS Grid

    #sass/scss
    1
    agypsynamedTunechi•70
    @agypsynamedTunechi
    Posted 6 months ago

    For some reasons I can't seem to view some parts of your code (ie index.html and most the scss file). when I also attempt to view the preview page its completely blank.

  • Mayank•10
    @mayank1-0
    Submitted 6 months ago

    recipe-page-main-Challenge1

    1
    agypsynamedTunechi•70
    @agypsynamedTunechi
    Posted 6 months ago
    • The solution doesn't include semantic HTML, you should use main tags and footer tags to separate the content from the footer of the page.
    • The heading tags aren't arranged in the correct order. it should go from h1 - h6, this is to help screen readers to be able to know the importance of each heading.
    • The layout isn't quite responsive on different screen sizes. I would recommend setting your img to 100% width instead of vw and also using media queries to create layouts for different screen sizes.
    • Overall the solution is good but does differ quite a bit from the provided design.
  • heloisacastellamare•20
    @heloisacastellamare
    Submitted 8 months ago
    What are you most proud of, and what would you do differently next time?

    Consegui fazer a cópia do projeto exatamente igual. Na próxima vez gostaria de fazer um site mais semântico.

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

    Tive dificuldades em para fazer a centralização do perfil

    Perfil de Links Sociais

    1
    agypsynamedTunechi•70
    @agypsynamedTunechi
    Posted 7 months ago

    Solution link not working. but the live site I can see you didnt set a focus class on your links for screen reader, and I assume you set your container width with only max-width hence why it occupies the whole screen on small screens, you could set a max-width and width property on the container to counter this.

    Marked as helpful
  • Navid Rouzbeh•40
    @NavidRouzbeh
    Submitted 7 months ago

    Blog Preview Card

    1
    agypsynamedTunechi•70
    @agypsynamedTunechi
    Posted 7 months ago

    Your layout is responsive on different screen sizes but there is no margin between the container and the body of the page. Also, I don't know if you know this but em units are relative to the font size of the parent element so you should watch how you use them for margins, padding, and width.

    You also didn't set the focus class for screen readers.

  • nms007•40
    @nms007
    Submitted 7 months ago

    QRCode flexbox css

    1
    agypsynamedTunechi•70
    @agypsynamedTunechi
    Posted 7 months ago

    The link to your code isn't working. The responsive layout looks good on the various screen sizes I tried. The solution is very close to the design (much closer than mine lol). Great work

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