From fe2a14f673bbc2635e253db15321ea9ef4bf0809 Mon Sep 17 00:00:00 2001 From: Sed Azam Date: Tue, 13 May 2025 05:55:02 +0100 Subject: [PATCH 01/12] modified --- index.html | 46 +++++++++++++++++++++++----------------------- styles/style.css | 15 +++++++++++++++ 2 files changed, 38 insertions(+), 23 deletions(-) diff --git a/index.html b/index.html index 76254c13..dabb579f 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ -
+
-
- -
+
+ + - + -
+ -
-
-
+
+
+
+ +

+ + + + >

Bikes for Refugees

diff --git a/styles/style.css b/styles/style.css index 4d1c088e..537188b6 100644 --- a/styles/style.css +++ b/styles/style.css @@ -22,7 +22,22 @@ button { font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; color: var(--grey-dark); font-size: 1rem; + position: absolute; + +} + +.donate-button { + font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; + color: var(--grey-dark); + font-size: 1rem; + position: absolute; + left: 99%; + top: 10px; + + + } + h1,h2,h3,h4,h5,h6 { margin-top: 0; From e1a44b0cd1dd1eaf485f19718ed0804851861565 Mon Sep 17 00:00:00 2001 From: Sed Azam Date: Tue, 13 May 2025 06:24:05 +0100 Subject: [PATCH 02/12] edit this file to make changes to your commit message. --- index.html | 10 +++++----- styles/style.css | 9 ++++++--- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index dabb579f..dc329372 100644 --- a/index.html +++ b/index.html @@ -32,11 +32,11 @@ diff --git a/styles/style.css b/styles/style.css index 537188b6..87b32658 100644 --- a/styles/style.css +++ b/styles/style.css @@ -28,11 +28,14 @@ button { .donate-button { font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; - color: var(--grey-dark); + color: #ffffff; + border-color: #c05326; + background-color: rgb(192, 38, 69); + border-radius: 3px; font-size: 1rem; position: absolute; - left: 99%; - top: 10px; + left: 88%; + top: 20px; From e57d3fcfeab4a5860c3cd3a10b72e9656548fc05 Mon Sep 17 00:00:00 2001 From: Sed Azam Date: Tue, 13 May 2025 06:38:47 +0100 Subject: [PATCH 03/12] donate button change --- index.html | 12 +++++++----- styles/style.css | 1 + 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index dc329372..9d89804b 100644 --- a/index.html +++ b/index.html @@ -32,12 +32,14 @@ diff --git a/styles/style.css b/styles/style.css index 87b32658..692f9923 100644 --- a/styles/style.css +++ b/styles/style.css @@ -31,6 +31,7 @@ button { color: #ffffff; border-color: #c05326; background-color: rgb(192, 38, 69); + table-layout: fixed; border-radius: 3px; font-size: 1rem; position: absolute; From b325a8a8e78488f77bc81c718c21870902a0a4fa Mon Sep 17 00:00:00 2001 From: Sed Azam Date: Tue, 13 May 2025 07:08:10 +0100 Subject: [PATCH 04/12] removed extra div --- index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 9d89804b..4e29f1a7 100644 --- a/index.html +++ b/index.html @@ -26,8 +26,7 @@ + class="header__logo"/> @@ -58,7 +57,7 @@ - > +

Bikes for Refugees

@@ -70,7 +69,7 @@

Bikes for Refugees

-
+

Learn more

From c6c3b9704a78e412a84fd8729f42c7a2882ecc41 Mon Sep 17 00:00:00 2001 From: Sed Azam Date: Wed, 14 May 2025 06:45:42 +0100 Subject: [PATCH 05/12] donate button fix --- styles/style.css | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/styles/style.css b/styles/style.css index 692f9923..d36b2073 100644 --- a/styles/style.css +++ b/styles/style.css @@ -14,7 +14,7 @@ } body { - margin: 0; + margin: 40px; } body, @@ -28,16 +28,16 @@ button { .donate-button { font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; + font-size: 16px; color: #ffffff; - border-color: #c05326; - background-color: rgb(192, 38, 69); - table-layout: fixed; - border-radius: 3px; + border: none; + background-color: rgb(190, 67, 69); + border-radius: 4px; font-size: 1rem; - position: absolute; left: 88%; top: 20px; - + padding: 8px 16px; + text-decoration: none; } @@ -58,7 +58,8 @@ p { .footer { padding: 0 1.5rem; max-width: 1200px; - margin: 0 auto; + margin: 20px; + margin-left: 20px; } /* Header */ @@ -122,6 +123,7 @@ p { .content { display: flex; flex-direction: column; + } /* Alert */ From cd241c106a4efa4853debe33a5b1858128473fa3 Mon Sep 17 00:00:00 2001 From: Sed Azam Date: Thu, 15 May 2025 17:29:45 +0100 Subject: [PATCH 06/12] update index.html and style.css --- index.html | 4 ++-- styles/style.css | 38 +++++++++++++++++++------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/index.html b/index.html index 4e29f1a7..fc4faaff 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,7 @@ -
+
+

Learn more

diff --git a/styles/style.css b/styles/style.css index d36b2073..9f3508cd 100644 --- a/styles/style.css +++ b/styles/style.css @@ -25,22 +25,6 @@ button { position: absolute; } - -.donate-button { - font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; - font-size: 16px; - color: #ffffff; - border: none; - background-color: rgb(190, 67, 69); - border-radius: 4px; - font-size: 1rem; - left: 88%; - top: 20px; - padding: 8px 16px; - text-decoration: none; - - -} h1,h2,h3,h4,h5,h6 { @@ -116,7 +100,21 @@ p { /* Buttons */ /* INSERT BUTTON STYLES HERE */ - + +.donate-button { + white-space: nowrap; + font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; + font-size: 1rem; + color: #ffffff; + border: none; + background-color: rgb(190, 67, 69); + border-radius: 4px; + padding: 8px 16px; + position: absolute; + left: 83%; + top: 20px; + text-decoration: none; +} /* Content */ @@ -141,8 +139,10 @@ p { /* hero */ .hero { - background-image: url("header-bike.jpg"); - background-color: var(--grey-light); + background-image: url('header-bike.jpg'); + height: 50vh; + background-size: cover; + background-position: center; } .hero h1 { From 9532e7ec27a4d9398facde10eb018107a3fc6c21 Mon Sep 17 00:00:00 2001 From: Sed Azam Date: Sat, 17 May 2025 21:39:14 +0100 Subject: [PATCH 07/12] update index.html --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index fc4faaff..d53dd3c7 100644 --- a/index.html +++ b/index.html @@ -88,7 +88,8 @@

Why do refugees need bikes?

-
+
+

How can I help?

We need lots of bikes and bike accessories! If you have an From 1bcb5bc6192e5267da6e6fb5e2b9634896bf0bd4 Mon Sep 17 00:00:00 2001 From: Sed Azam Date: Sat, 17 May 2025 21:39:31 +0100 Subject: [PATCH 08/12] update index.html --- index.html | 259 ++++++++++++++++++++++------------------------- styles/style.css | 130 +++++++++++++++++------- 2 files changed, 218 insertions(+), 171 deletions(-) diff --git a/index.html b/index.html index d53dd3c7..2daf53dd 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ -

+
+ + + + + - - - + +
-
- - - - - - - -
-
- -
-
- - - - -

Learn more

- -
-
-

Why do refugees need bikes?

-

- 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. -

-

- - - Learn more - -

-
- -
-
-

How can I help?

-

- 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. -

-

- - - Learn more - -

-
-
-
+
+
+
+ You've helped us give 72 bikes + to refugees and asylum seekers so far. Thank you!
-