Skip to content

Project 7 - Rebecca Philipson#41

Open
Rephili wants to merge 8 commits into
Technigo:mainfrom
Rephili:main
Open

Project 7 - Rebecca Philipson#41
Rephili wants to merge 8 commits into
Technigo:mainfrom
Rephili:main

Conversation

@Rephili

@Rephili Rephili commented Oct 3, 2021

Copy link
Copy Markdown

No description provided.

@nehrwein nehrwein left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Very nice project Rebecca! This was a hard task and we had to do apply so many new concepts about catching data from the API. Congrats!
Your code is clear and easy to follow. You have a good use of comments and structuring your code.
Well done! 👍 👏

[YES ] Am I able to understand the code easily?
[NO ] Does the code have lots of duplicates? Could it be tidied up?
[ works ] Does it work or does anything look broken?
[Yes] Does it follow the general and blue requirements?

Comment thread code/index.html
src="https://cdn-icons-png.flaticon.com/512/2111/2111612.png"
alt="githublogo"
/>
<h2>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.

Maybe you can try to use a fontawesome-icon instead of an image in one of your next projects. You can find pretty much all standard icons there in high resolution https://fontawesome.com/v5.15/icons/github

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Thank you Birgit! I will definitely have a look. :)

Comment thread code/style.css
.projectinfo:nth-child(6) {
margin-bottom: 40px;
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Interesting this method with nth-child. Never seen it before. Does it update to a higher number, if you have more projects than 6 on your page?
.projectinfo:nth-child(6)

Comment thread code/style.css
.projectinfo:nth-last-child(-n + 2) {
margin-bottom: 60px;
}

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 looks like a setting that would adjust dynamically according to how many projects there are. Maybe use a construct like that on row 89?

.projectinfo:nth-last-child(-n + 2)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Yeah, you're totally right. Thanks for pointing that out.

Comment thread code/style.css
.heroimage {
background: linear-gradient(rgba(44, 40, 27, 0.39), rgba(41, 37, 25, 0.76)),
url("https://images.unsplash.com/photo-1607970669494-309137683be5?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1470&q=80");
height: 65vh;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Nice to use a linear gradient on top of the pic!

@Rephili

Rephili commented Oct 6, 2021

Copy link
Copy Markdown
Author

Great feedback Birgit! Thanks a lot.

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