Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 12 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</ul>
</div>

<button>Donate Now</button>
<button class="donate-button">Donate Now</button>

</div>

Expand All @@ -57,17 +57,15 @@
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="section hero">
<img src="images/header-bike.jpg" alt="Bike used for refugee support" class="hero__image" />
<div class="hero__content">
<h1>Bikes for Refugees</h1>
<p>Providing donated bikes and accessories to refugees and asylum seekers in Scotland.</p>
<button class="donate-button">Donate a bike today</button>
<button class="volunteer-button">Volunteer</button>
</div>
</div>

<div>
<h2 class="heading-underline">Learn more</h2>

Expand Down Expand Up @@ -111,7 +109,7 @@ <h2 class="heading-underline">Upcoming events</h2>
<div class="article">
<img
class="article__thumbnail"
src="spring-fundraisers_thumbnail.jpg"
src="images/spring-fundraisers_thumbnail.jpg"
alt=""
/>
<div class="article__content">
Expand All @@ -128,7 +126,7 @@ <h3 class="article__title">
<div class="article">
<img
class="article__thumbnail"
src="bikes-for-refugees_logo.jpg"
src="images/bikes-for-refugees_logo.jpg"
alt=""
/>
<div class="article__content">
Expand All @@ -141,7 +139,7 @@ <h3 class="article__title">
<div class="article">
<img
class="article__thumbnail"
src="edinburgh-damascus_thumbnail.png"
src="images/edinburgh-damascus_thumbnail.png"
alt=""
/>
<div class="article__content">
Expand Down
Loading