Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WM5 | Karam Ali | Bikes For Refugees | Week 1 #461

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kayali436
Copy link

Completed version Bike for Refugees.
Much appreciated for any comments or feedback

@netlify
Copy link

netlify bot commented Aug 15, 2023

Deploy Preview for cyf-bfr ready!

Name Link
🔨 Latest commit d31144b
🔍 Latest deploy log https://app.netlify.com/sites/cyf-bfr/deploys/64dbec1f04c91100081028c8
😎 Deploy Preview https://deploy-preview-461--cyf-bfr.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member

@SallyMcGrath SallyMcGrath left a comment

Choose a reason for hiding this comment

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

Fab work, Karam!! ⭐

Thanks so much for your hard work on this. I've dropped a few comments and asked a few questions. You might find this article interesting https://css-tricks.com/magic-numbers-in-css/

index.html Outdated
<header class="header">
<a href="#">
<img
src="/bikes-for-refugees/images/bikes-for-refugees_logo.jpg"
Copy link
Member

Choose a reason for hiding this comment

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

When you checked your work in the deploy preview, what showed up here?

Is this path working?

Copy link
Author

Choose a reason for hiding this comment

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

Hi sorry I had a issue when pushing css file to my branch


.volunteer-btn {
Copy link
Member

Choose a reason for hiding this comment

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

Do you need to repeat all these styles again? What does class mean?

Can you make a class for all buttons, and then just set rules for the variations?

styles/style.css Outdated
@@ -120,8 +161,16 @@ p {
/* hero */

.hero {
background-image: url("header-bike.jpg");
background-image: url("/bikes-for-refugees/images/header-bike.jpg");
Copy link
Member

Choose a reason for hiding this comment

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

Is this path correct? Where is this image relative to this stylesheet?

height: 58%;
background-size: auto;
color: white;
padding-left: 4.4%;
Copy link
Member

Choose a reason for hiding this comment

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

This seems a bit like a kind of "eyeball" number or "magic number". What made you decide on 58% and 4.4%?

.footer_content {
margin-top: 10.8rem;
border-top: 2px solid var(--orange-light);
width: 76%;
Copy link
Member

Choose a reason for hiding this comment

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

76% of what? ;)

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.

None yet

2 participants