-
-
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/NoheTekelmariyam/html-css/bike-for-refugees/week1 #480
Open
nohetekelmariyam
wants to merge
2
commits into
CodeYourFuture:main
Choose a base branch
from
nohetekelmariyam:NW6/NoheTekelmariyam/html-css/bike-for-refugees/week1
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 all commits
Commits
Show all changes
2 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 |
---|---|---|
|
@@ -19,8 +19,7 @@ | |
<title>Bikes for Refugees</title> | ||
</head> | ||
|
||
<body> | ||
<div class="header"> | ||
<header class="header"> | ||
|
||
<a href="#"> | ||
<img | ||
|
@@ -30,7 +29,7 @@ | |
/> | ||
</a> | ||
|
||
<div> | ||
<nav class="nav"> | ||
<ul class="navigation__list"> | ||
<li class="navigation__item"> | ||
<a class="navigation__link" href="#">Home</a> | ||
|
@@ -45,15 +44,15 @@ | |
<a class="navigation__link" href="#">Contact Us</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
|
||
<button>Donate Now</button> | ||
<button class="donate-button">Donate Now</button> | ||
|
||
</div> | ||
</header> | ||
|
||
<div class="content"> | ||
<div class="main"> | ||
<div class="alert"> | ||
<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> | ||
|
@@ -64,15 +63,15 @@ <h1>Bikes for Refugees</h1> | |
Providing donated bikes and accessories to refugees and asylum | ||
seekers in Scotland. | ||
</p> | ||
<button>Donate a bike today</button> | ||
<button>Volunteer</button> | ||
<button class="donate-button">Donate a bike today</button> | ||
<button class="volunteer-button">Volunteer</button> | ||
</div> | ||
|
||
<div> | ||
<h2 class="heading-underline">Learn more</h2> | ||
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. 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. yes i can |
||
|
||
<div> | ||
<div class="article"> | ||
<div class="section"> | ||
<article class="article" id="article-one"> | ||
|
||
<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 | ||
|
@@ -85,9 +84,9 @@ <h3 class="article__title">Why do refugees need bikes?</h3> | |
Learn more | ||
</a> | ||
</p> | ||
</div> | ||
</article > | ||
|
||
<div class="article"> | ||
<article class="article" id="article-flex"> | ||
<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 | ||
|
@@ -100,19 +99,20 @@ <h3 class="article__title">How can I help?</h3> | |
Learn more | ||
</a> | ||
</p> | ||
</div> | ||
</div> | ||
</article> | ||
</article> | ||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
|
||
<div class="sidebar"> | ||
<sidebar class="sidebar"> | ||
<h2 class="heading-underline">Upcoming events</h2> | ||
|
||
<div class="article"> | ||
<article class="article"> | ||
<img | ||
class="article__thumbnail" | ||
src="spring-fundraisers_thumbnail.jpg" | ||
alt="" | ||
src="images/spring-fundraisers_thumbnail.jpg" | ||
alt="spring-fundrase-logo-picture" | ||
/> | ||
<div class="article__content"> | ||
<h3 class="article__title"> | ||
|
@@ -123,26 +123,26 @@ <h3 class="article__title"> | |
Médecins Sans Frontières. | ||
</p> | ||
</div> | ||
</div> | ||
</article> | ||
|
||
<div class="article"> | ||
<article class="article"> | ||
<img | ||
class="article__thumbnail" | ||
src="bikes-for-refugees_logo.jpg" | ||
alt="" | ||
src="images/bikes-for-refugees_logo.jpg" | ||
alt="bikes-for-refugees_logo-picture" | ||
/> | ||
<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> | ||
</article> | ||
|
||
<div class="article"> | ||
<article class="article"> | ||
<img | ||
class="article__thumbnail" | ||
src="edinburgh-damascus_thumbnail.png" | ||
alt="" | ||
src="images/edinburgh-damascus_thumbnail.png" | ||
alt=" one man riding a bike" | ||
/> | ||
<div class="article__content"> | ||
<h3 class="article__title"> | ||
|
@@ -153,7 +153,7 @@ <h3 class="article__title"> | |
to Damascus. | ||
</p> | ||
</div> | ||
</div> | ||
</article> | ||
|
||
<a | ||
href="https://www.facebook.com/BikesforRefugeesScotland/events/?ref=page_internal" | ||
|
@@ -164,16 +164,17 @@ <h3 class="article__title"> | |
All Facebook events | ||
</a> | ||
</div> | ||
</div> | ||
</sidebar> | ||
|
||
<div class="footer"> | ||
<footer 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> | ||
</p> | ||
<p>Website by Code Your Future</p> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> | ||
|
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.
These links do not become orange on hover, can you try to make that happen? thanks
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.
alright i will do it. Thanks for your feedback!