diff --git a/index.html b/index.html index 76254c13..91f17d12 100644 --- a/index.html +++ b/index.html @@ -19,8 +19,7 @@ Bikes for Refugees - -
+
-
+
+ - + -
+
-
-
+
+
You've helped us give 72 bikes to refugees and asylum seekers so far. Thank you!
@@ -64,15 +63,15 @@

Bikes for Refugees

Providing donated bikes and accessories to refugees and asylum seekers in Scotland.

- - + +

Learn more

- -
-
+
+
+

Why do refugees need bikes?

Many refugees are placed in housing in areas where there are @@ -85,9 +84,9 @@

Why do refugees need bikes?

Learn more

-
+ -
+

How can I help?

We need lots of bikes and bike accessories! If you have an @@ -100,19 +99,20 @@

How can I help?

Learn more

-
-
+ +
-
+
+ - -
+ - + + \ No newline at end of file diff --git a/styles/style.css b/styles/style.css index 4d1c088e..d95a34a9 100644 --- a/styles/style.css +++ b/styles/style.css @@ -67,6 +67,8 @@ p { .navigation__item { padding: 0.5rem 0; + margin-left: 1.5em; + } .navigation__link { @@ -76,7 +78,6 @@ p { text-decoration: none; } - /* Text styles */ .text-highlight { @@ -94,7 +95,27 @@ p { /* Buttons */ +.volunteer-button{ + background-color: white; + color: #c05326; + border: none; + border-radius: 3px; + padding: 4px 6px; + cursor: pointer; +} +.donate-button{ + color: white; + background-color: #c05326; + border: none; + border-radius: 3px; + padding: 4px 6px; + cursor: pointer; + } +.donate-button:hover{ +color: #c05326; +background-color: white; +} /* INSERT BUTTON STYLES HERE */ @@ -120,21 +141,23 @@ p { /* hero */ .hero { - background-image: url("header-bike.jpg"); + background-image: url("../images/header-bike.jpg"); background-color: var(--grey-light); + padding: 100px; } .hero h1 { margin-bottom: 1rem; font-size: 2.5rem; + color: white; } .hero p { + color: white; font-size: 1.2rem; margin-bottom: 2rem; } - /* Headings */ .heading-underline { @@ -145,6 +168,8 @@ p { font-size: 1rem; font-weight: 600; text-transform: uppercase; + + } .heading-underline:before { @@ -163,29 +188,53 @@ p { .article { margin-bottom: 1rem; + border: 1.5px solid rgb(215, 210, 210); + border-radius: 5px; + padding : 1em 2em; + + } + + + .article__title { margin-bottom: 0.5rem; font-size: 1rem; font-weight: 700; + + + } .article__title-link { text-decoration: none; color: var(--orange-dark); + + + + + } .article__summary { margin-top: 0; margin-bottom: 1rem; + + } .article__thumbnail { + float: left; object-fit: contain; width: 5rem; + margin-top: 1em; + + +} +.article__content{ + margin-left: 6em; } - .article__read-more { margin-top: 0; } @@ -209,6 +258,7 @@ p { .facebook-link { color: var(--orange-dark); + margin-left: 12em; } /* Sidebar */ @@ -217,8 +267,18 @@ p { display: flex; flex-direction: column; min-width: 350px; + margin-left: 2em; + } +.section{ + display: flex; + +} +#article-one +{ + margin-right: 70px; +} /* Footer */ .footer {