Skip to content

Github-tracker Nina Rivera#54

Open
NinaAlejandra wants to merge 5 commits into
Technigo:mainfrom
NinaAlejandra:main
Open

Github-tracker Nina Rivera#54
NinaAlejandra wants to merge 5 commits into
Technigo:mainfrom
NinaAlejandra:main

Conversation

@NinaAlejandra
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown

@waliem waliem left a comment

Choose a reason for hiding this comment

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

Good job Nina on this project! You made it work and you made a very cute site! Everything works when I test the site and you fulfill the requirements so yay, be proud!

Only thing I saw was that I think that there is some styling that conflict each other or doesn't actually do anything so a tips is to just inspect the page and untick the orange boxes next to the elements and styling to see what actually fills a function for the styling. but its nothing that disturbs the page! it would just clean up the code a bit when you remove some code that just takes space. otherwise you have a very clean and nice code to read, it was easy to follow, good job! 😃

Comment thread code/index.html
</div>

<main class="Projects">
<h2 id="projects"></h2>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

it doesn't seem like this h2 is visible in the page? is it maybe behind some object or just invisible? 🤔

Comment thread code/script.js
})
}

function sortingFunctionFromStackOverflow(a, b) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This is a very nice function! I forgot to use it, I really should add it. 😊

Comment thread code/style.css
border-radius: 50%;
width: 200px;
margin: 15px;
box-shadow: -30px 30px 30px rgba(0, 0, 0, 0.3);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

It's nice that you added a shadow to your profile image! the shadow looks a little bit "off" from the shape of the image, a suggestion is to play around a little with the value-numbers of the shadows. I also worked a while to figure out the numbers to make the shadow, its tricky! 😊

Comment thread code/style.css
}

.projects {
flex-direction: column;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I like your responsiveness of the project-boxes! Since it seems like you have already declared the .projectbox to be display: flex I think that the display: block doesn't do anything in this part? I tried to remove it in the inspector and it seems to no change anything. just a suggestion of you want to have a little bit less code 😊

Comment thread code/style.css
Comment on lines +42 to +46
.chart-class {
width: 50%;
display: flex;
align-items: center;
justify-content: center;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The chart was very tricky to style because it doesn't really listen to whatever you style it to like other element, I also tried to style it with flex and with different align-item and justify-content etc but nothing actually happened. The only thing that seems to work is the margin: auto; that you have, the other properties could actually be removed I think. (could be worth try to remove it to have a cleaner code) I also just set a width in % and then align-self: center to make it centered and not being huge, that worked for me at least 🙂

Comment thread code/style.css
color:#74a09f;
}

@media (min-width: 668px){
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

you have great responsiveness in mobile and tablet but I think it would be great to add another media query for desktops and bigger, it works as it is but the project boxes becomes a little bit too stretched and the chart is huge 😄

Comment thread code/style.css
@media (min-width: 668px){
main {
text-align: center;
flex-direction: row;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

It seems like this one get overwritten in the inspector tool by the display: block element so it doesn't actually serve anything. tips is to check the inspector and try to remove and add to see if anything happens 😊

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.

2 participants