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

Jaime

@Jaimealicante83Alicante, Spain150 points

Self-taught Front End developer, I would like to find a job in web development.

Latest solutions

  • Meet page with scss and flexbox

    #sass/scss

    Jaime•150
    Submitted 10 months ago

    How to create the numbers and the drawings that surround them with html and css, how could I position the elements in the template easier than the way I did it.


    1 comment
  • Testimonial cards using grid and scss

    #sass/scss

    Jaime•150
    Submitted 10 months ago

    How to improve the code efficiency.


    1 comment
  • Four cards created with flexbox and scss


    Jaime•150
    Submitted 10 months ago

    How to improve code efficiency.


    1 comment
  • Responsive product review with flexbox and sass

    #sass/scss

    Jaime•150
    Submitted 10 months ago

    How to improve the look and efficiency of the code.


    1 comment
  • Recipe page with HTML and SCSS

    #sass/scss

    Jaime•150
    Submitted 10 months ago

    How to avoid mistakes while building the template and be aware of errors.


    1 comment
  • Responsive social link profile with scss

    #sass/scss

    Jaime•150
    Submitted 10 months ago

    How to make it pixel perfect?


    1 comment
View more solutions

Latest comments

  • P
    wideirp•280
    @wideirp
    Submitted 10 months ago
    What are you most proud of, and what would you do differently next time?
    • I'm starting to write better css by using CUBE CSS methodology
    • I need to improve image styling
    What specific areas of your project would you like help with?

    The desktop hero view with the split images and text in between was difficult. I would appreciate any advice on how to improve this area.

    Meet landing page with HTML, Sass and CUBE CSS

    #sass/scss#cube-css
    1
    Jaime•150
    @Jaimealicante83
    Posted 10 months ago

    Excellent work! The position of the split images look good, I just would make the images a little bit smaller. I share you my css so you can see how I made it myself:
    #people-right{ display: none; @media screen and (min-width: 1200px){ display: inline; position: absolute; right: 0; bottom: 0; max-height: 30.3rem; width: auto; }

        }
        #people-left{
            display: none;
            @media screen and (min-width: 1200px){
                display: inline;
                position: absolute;
                left: -2rem;
                top: 0;
                height: 30.3rem;
                width: auto;
            }
        }
    

    In the central images I would use a gap of 32px between them.

    To apply a overlay in the footer I used this, maybe it can help:

    &::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #4D96A9; opacity: 0.8; z-index: 2; }

    Cheers!

    Marked as helpful
  • Rubens Carvalho•80
    @RubensTM
    Submitted 10 months ago
    What are you most proud of, and what would you do differently next time?

    Proxima vez vou me atentar a deixar o codigo mais estruturado

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

    Nenhum

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

    Nenhuma

    FrontMentor6

    #sass/scss
    1
    Jaime•150
    @Jaimealicante83
    Posted 10 months ago

    Oi, o seu desafio está muito bom, só parece um pouco maior que o design original, mas o resto está realmente muito bom. Eu só adicionaria as aspas em SVG no primeiro cartão.

  • Sudhanshu Singh•650
    @sudhanshusingh-g
    Submitted over 1 year ago

    4 Card Feature Section

    1
    Jaime•150
    @Jaimealicante83
    Posted 10 months ago

    Hi,

    I suggest applying a max-width to the titles container to prevent the paragraph from stretching into a single line. I used a max-width of 540px. Additionally, I recommend double-checking the font sizes, as they appear smaller than in the design.

    Good job on the card positioning! However, I would recommend making the cards larger, increasing the gap between them, and softening the shadow to better match the design.

    Cheers!

  • P
    Carlos Pizarro•150
    @IncorrigibleSpirit
    Submitted 10 months ago
    What are you most proud of, and what would you do differently next time?

    During this project, I reviewed some concepts related to designing responsive layouts and working with images.

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

    Overall, the project was manageable.

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

    I'm open for reviews and suggestions.

    Product preview card component using Sass

    #sass/scss
    3
    Jaime•150
    @Jaimealicante83
    Posted 10 months ago

    Hi Carlos,

    Your solution looks very similar to the design. I would just modify a couple of things.

    I have a few suggestions: I’d recommend checking the line-height of the card title as it seems to be a bit off compared to the Figma design.

    You might want to consider removing the margin-top and margin-bottom on the body, as this causes the layout to be slightly misaligned vertically compared to the design.

    Lastly, while the button shadow looks cool, it might be better to match it more closely with the original design.

    Cheers!

    Marked as helpful
  • P
    Jan•170
    @Negligence
    Submitted 11 months ago
    What are you most proud of, and what would you do differently next time?

    I'm very proud of the hard work I put it to reverse engineer the design image in .xd for accurate measurements.

    I'm immensely happy that I've gotten the output so close to the design without a provided figma file.

    Now that I have a pro subscription, I'll be relying on the provided .fig files.

    It really helps a lot when you no longer need to think about the design layer and just focus on code.

    My respect goes out to all the UI/UX designers out there 💓

    Responsive Recipe Page using CSS Grid and SASS

    #sass/scss
    1
    Jaime•150
    @Jaimealicante83
    Posted 10 months ago

    Great work to do this template without a figma file. Even with the measures of Figma file is difficult to make it pixel perfect. About the code, I recommend to use <strong> instead of <b>

    Marked as helpful
  • Jaroslav Hošovský•390
    @JaroslavHosovsky
    Submitted over 1 year ago

    Social links profile

    #sass/scss
    1
    Jaime•150
    @Jaimealicante83
    Posted 10 months ago

    Hi Jaroslav.

    I recommend adding 40px of padding to the main element for the tablet and desktop versions, as indicated in the Figma design. Additionally, consider removing the bottom margin from the last button. I made a similar mistake, and you can fix it by using the :last-child pseudo-class to set margin-bottom: 0;." The image should be 88px height and 88px width.

    The rest looks just like the design, Cheers!

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

Beta Member

This badge is a shoutout to the early members of our community. They've been around since the early days, putting up with (and reporting!) bugs and adjusting to big UX overhauls!

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