-
-
Notifications
You must be signed in to change notification settings - Fork 785
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
NW6/Ayman-matoo/Html Css /Bikes for refugees /week 1 #484
Open
Ayman-matoo
wants to merge
4
commits into
CodeYourFuture:main
Choose a base branch
from
Ayman-matoo:Wb/Bike
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,158 +21,174 @@ | |
|
||
<body> | ||
<div class="header"> | ||
<a href="#"> | ||
<img | ||
src="images/bikes-for-refugees_logo.jpg" | ||
alt="Logo for Bikes for Refugees Scotland"height="60px"width="06px"; | ||
class="header__logo" | ||
/> | ||
</a> | ||
|
||
<div> | ||
<ul class="navigation__list"> | ||
<li class="navigation__item"> | ||
<a class="navigation__link" href="#">Home</a> | ||
</li> | ||
<li class="navigation__item"> | ||
<a class="navigation__link" href="#">About Us</a> | ||
</li> | ||
<li class="navigation__item"> | ||
<a class="navigation__link" href="#">News & Events</a> | ||
</li> | ||
<li class="navigation__item"> | ||
<a class="navigation__link" href="#">Contact Us</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<a href="#"> | ||
<img | ||
src="images/bikes-for-refugees_logo.jpg" | ||
alt="Logo for Bikes for Refugees Scotland" | ||
class="header__logo" | ||
/> | ||
</a> | ||
|
||
<div> | ||
<ul class="navigation__list"> | ||
<li class="navigation__item"> | ||
<a class="navigation__link" href="#">Home</a> | ||
</li> | ||
<li class="navigation__item"> | ||
<a class="navigation__link" href="#">About Us</a> | ||
</li> | ||
<li class="navigation__item"> | ||
<a class="navigation__link" href="#">News & Events</a> | ||
</li> | ||
<li class="navigation__item"> | ||
<a class="navigation__link" href="#">Contact Us</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<button>Donate Now</button> | ||
|
||
<button> | ||
<a href="https://codeyourfuture.io/donate/"> Donate Now </a> | ||
</button> | ||
</div> | ||
|
||
<div class="content"> | ||
<div class="main"> | ||
<div class="alert"> | ||
You've helped us give <span class="text-highlight">72</span> bikes | ||
to refugees and asylum seekers so far. <strong>Thank you!</strong> | ||
</div> | ||
<div class="main"> | ||
<div class="alert"> | ||
You've helped us give <span class="text-highlight">72</span> bikes to | ||
refugees and asylum seekers so far. <strong>Thank you!</strong> | ||
</div> | ||
|
||
<div class="hero"> | ||
<h1>Bikes for Refugees</h1> | ||
<p> | ||
Providing donated bikes and accessories to refugees and asylum | ||
seekers in Scotland. | ||
</p> | ||
<button>Donate a bike today</button> | ||
<button>Volunteer</button> | ||
<div class="hero"> | ||
<h1>Bikes for Refugees</h1> | ||
<p> | ||
Providing donated bikes and accessories to refugees and asylum | ||
seekers in Scotland. | ||
</p> | ||
<div class="button-div"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You don't need to add this div in. As mentioned the divs are not semantic, whereas the button tag is. |
||
<button> | ||
<a | ||
href="https://www.cyclistsfc.org.uk/manchester-cfc-charity-bike-shop.php" | ||
>Donate a bike today | ||
</a> | ||
</button> | ||
|
||
<button class="vol1"> | ||
<a href="https://codeyourfuture.io/volunteers/">Volunteer</a> | ||
</button> | ||
</div> | ||
</div> | ||
|
||
<div> | ||
<h2 class="heading-underline">Learn more</h2> | ||
|
||
<div> | ||
<div class="article"> | ||
<h3 class="article__title">Why do refugees need bikes?</h3> | ||
<p class="article__summary"> | ||
Many refugees are placed in housing in areas where there are | ||
few jobs. Bikes provide low-cost transportation so that they | ||
can get to work, manage child care and do their shopping. | ||
</p> | ||
<p class="article__read-more"> | ||
<a href="#"> | ||
<span class="arrow-right"></span> | ||
Learn more | ||
</a> | ||
</p> | ||
</div> | ||
|
||
<div class="article"> | ||
<h3 class="article__title">How can I help?</h3> | ||
<p class="article__summary"> | ||
We need lots of bikes and bike accessories! If you have an | ||
old bike you don't use, bring it to one of our dropoff | ||
events. Or come attend one of our fundraisers. | ||
</p> | ||
<p class="article__read-more"> | ||
<a href="#"> | ||
<span class="arrow-right"></span> | ||
Learn more | ||
</a> | ||
</p> | ||
</div> | ||
<div> | ||
<h2 class="heading-underline">Learn more</h2> | ||
<div class="articleArea"> | ||
<div class="article"> | ||
<h3 class="article__title">Why do refugees need bikes?</h3> | ||
<p class="article__summary"> | ||
Many refugees are placed in housing in areas where there are few | ||
jobs. Bikes provide low-cost transportation so that they can get | ||
to work, manage child care and do their shopping. | ||
</p> | ||
<p class="article__read-more"> | ||
<a href="#"> | ||
<span class="arrow-right"></span> | ||
Learn more | ||
</a> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="sidebar"> | ||
<h2 class="heading-underline">Upcoming events</h2> | ||
|
||
<div class="article"> | ||
<img | ||
class="article__thumbnail" | ||
src="spring-fundraisers_thumbnail.jpg" | ||
alt="" | ||
/> | ||
<div class="article__content"> | ||
<h3 class="article__title"> | ||
<a class="article__title-link" href="#">Join us for our Spring fundraisers</a> | ||
</h3> | ||
<div class="article"> | ||
<h3 class="article__title">How can I help?</h3> | ||
<p class="article__summary"> | ||
Riders needed now to help raise awareness and funds for BfR and | ||
Médecins Sans Frontières. | ||
We need lots of bikes and bike accessories! If you have an old | ||
bike you don't use, bring it to one of our dropoff events. Or | ||
come attend one of our fundraisers. | ||
</p> | ||
<p class="article__read-more"> | ||
<a href="#"> | ||
<span class="arrow-right"></span> | ||
Learn more | ||
</a> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="article"> | ||
<img | ||
class="article__thumbnail" | ||
src="bikes-for-refugees_logo.jpg" | ||
alt="" | ||
/> | ||
<div class="article__content"> | ||
<h3 class="article__title"> | ||
<a class="article__title-link" href="#">Bike dropoff event in Edinburgh on May 11</a> | ||
</h3> | ||
</div> | ||
<div class="sidebar"> | ||
<h2 class="heading-underline">Upcoming events</h2> | ||
|
||
<div class="article"> | ||
<img | ||
class="article__thumbnail" | ||
src="spring-fundraisers_thumbnail.jpg" | ||
alt="" | ||
/> | ||
<div class="article__content"> | ||
<h3 class="article__title"> | ||
<a class="article__title-link" href="#" | ||
>Join us for our Spring fundraisers</a | ||
> | ||
</h3> | ||
<p class="article__summary"> | ||
Riders needed now to help raise awareness and funds for BfR and | ||
Médecins Sans Frontières. | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<div class="article"> | ||
<img | ||
class="article__thumbnail" | ||
src="edinburgh-damascus_thumbnail.png" | ||
alt="" | ||
/> | ||
<div class="article__content"> | ||
<h3 class="article__title"> | ||
<a class="article__title-link" href="#">Help us cycle 4,797km</a> | ||
</h3> | ||
<p class="article__summary"> | ||
We need you to help us cycle 4797km, the distance of Edinburgh | ||
to Damascus. | ||
</p> | ||
</div> | ||
<div class="article"> | ||
<img | ||
class="article__thumbnail" | ||
src="bikes-for-refugees_logo.jpg" | ||
alt="" | ||
/> | ||
<div class="article__content"> | ||
<h3 class="article__title"> | ||
<a class="article__title-link" href="#" | ||
>Bike dropoff event in Edinburgh on May 11</a | ||
> | ||
</h3> | ||
</div> | ||
</div> | ||
|
||
<a | ||
href="https://www.facebook.com/BikesforRefugeesScotland/events/?ref=page_internal" | ||
target="_blank" | ||
class="facebook-link" | ||
> | ||
<span class="fa fa-facebook-square"></span> | ||
All Facebook events | ||
</a> | ||
<div class="article"> | ||
<img | ||
class="article__thumbnail" | ||
src="edinburgh-damascus_thumbnail.png" | ||
alt="" | ||
/> | ||
<div class="article__content"> | ||
<h3 class="article__title"> | ||
<a class="article__title-link" href="#">Help us cycle 4,797km</a> | ||
</h3> | ||
<p class="article__summary"> | ||
We need you to help us cycle 4797km, the distance of Edinburgh to | ||
Damascus. | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<a | ||
href="https://www.facebook.com/BikesforRefugeesScotland/events/?ref=page_internal" | ||
target="_blank" | ||
class="facebook-link" | ||
> | ||
<span class="fa fa-facebook-square"></span> | ||
All Facebook events | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<div class="footer"> | ||
<div class="footer__content"> | ||
<p> | ||
<strong>Bikes for Refugees Scotland is a volunteer-led project to help | ||
people explore and make connections with their local communities.</strong> | ||
<strong | ||
>Bikes for Refugees Scotland is a volunteer-led project to help | ||
people explore and make connections with their local | ||
communities.</strong | ||
> | ||
</p> | ||
<p>Website by Code Your Future</p> | ||
<p><b>Website by Code Your Future</b></p> | ||
</div> | ||
</div> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This div isn't semantic, it's a generic html tag. Mayble look at the class string as a clue to make it semantic!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay, thank