Skip to content

Conversation

danu38
Copy link

@danu38 danu38 commented Apr 28, 2025

Copy link

@violacathrine violacathrine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skärmbild 2025-04-28 131240
Skärmbild 2025-04-28 131010
Skärmbild 2025-04-28 130950
Skärmbild 2025-04-28 130857

  • Some of the things i noticed on the deployed site is that you have "View the codeCode" on the button.
  • Media Querys
  • The first and second column under Skills are not aligned.

Thank you for letting me review your code Danushka! Great job!! I think the structure of the whole page/project is superclear and well thought out. I dont find much to improve other then look at intendings and spaces between section/lines and maybe delete unnesseccary comments.

I uploaded som pictures, and i can se that you are working with media querys but it dosen't seem that your done with this? I posted some from the mobile view.

Consider to install a extension for the format so it will save and format automatically :) It will help you keep consistency and a clean code through the whole project.

I also wonder if the rolling footer at the end of the page could go a little bit slower? I get a little bit dizzy when its rolling to fast haha! Couldn't barely read it unforunately.

Other than that, amazing!! You have so much cool projects that fits supergood in your portfolio. I would defenitely hire you if i had a company :D ❤️

display: flex;
flex-direction: column;
align-items: center;
justify-content:center;width: 100%;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think about the format. I should've put width on a second line, this is probably something you missed but thats why im letting you know :)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

flex-wrap: wrap;

padding: 2rem;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also put this together, i dont know whats best practise, but since it is under the same styled.div i think it looks cleaner if they're put together

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

text-align: center;
margin-bottom: 2rem;
width: 100%;color: #e0e0eb;
`;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, put color on line 25.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

display: flex;
flex-wrap: wrap;
gap: 1rem;flex-direction:column;
`;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here! 🙈

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

return (
<Element name="tech">


Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe to much gap between here? Erase one line maybe? :)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love this picture! It's good quality and you look so happy :D

const Title = styled.h2`
font-size: 2rem;
font-weight: bold;
text-align: left; /* Make sure text aligns to left */

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now im picky sorry, i think this "text-align" speaks for its self that the text is align to left. So maybe delete this comment for cleaner code? :)

}
`;

const Image = styled.img`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A unneccessary gap here :)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

}
`;

const ContactTitle = styled.h2`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider to install prettier as a format in Vs code to have this sort of things fixed automatically? :) font-size is one or two more tabs according to color.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a meaning why you have named it newcard? Could it be more explained wich section its belongs to? :)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deleted

Copy link
Contributor

@HIPPIEKICK HIPPIEKICK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A11y
Background and foreground colors do not have a sufficient contrast ratio.

Regarding the requirement: Your portfolio should follow the Figma design

  • Something is wrong with your fonts. Make sure you import them properly.
  • And make sure to thoroughly follow all parts of the design such as fonts and spacings. Top/bottom padding of sections should be consistent according to the design.

The code is structured and you’re utilising components and props in a good way 👍

Changes requested

  • Follow the design more thoroughly
  • A11y (contrasts)

@HIPPIEKICK
Copy link
Contributor

Still some changes needed to follow the design!
Lighthouse is all good now though ⭐

@HIPPIEKICK
Copy link
Contributor

Ping! 🔔

Copy link

@JennieDalgren JennieDalgren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants