From 61838e5353a5914cada23c4d6dc6a8dec72a1ddb Mon Sep 17 00:00:00 2001 From: Aras Sulaiman Date: Sat, 28 Mar 2020 14:03:24 +0000 Subject: [PATCH 01/23] Completed 1-parent-child exercise --- week-1/1-parent-child/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/week-1/1-parent-child/index.html b/week-1/1-parent-child/index.html index 458a4cb21..3c8abf1bc 100644 --- a/week-1/1-parent-child/index.html +++ b/week-1/1-parent-child/index.html @@ -27,6 +27,7 @@

I can meet on Tuesday and Wednesday after 4.

+ 7:15pm From 9fd1696e02b4e7f98d1cc97ad3ab0043dba8a49f Mon Sep 17 00:00:00 2001 From: Aras Sulaiman Date: Sat, 28 Mar 2020 14:35:20 +0000 Subject: [PATCH 02/23] Completed 1-parent-child exercise --- week-1/2-html-attributes/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/week-1/2-html-attributes/index.html b/week-1/2-html-attributes/index.html index dc861fa4f..fe58a0f11 100644 --- a/week-1/2-html-attributes/index.html +++ b/week-1/2-html-attributes/index.html @@ -23,14 +23,14 @@
Luke

- Let's meet at the iCafe in Merchant City. https://goo.gl/maps/aza4h9nUBhn + Let's meet at the iCafe in Merchant City.

7:35pm
Won

- Ok! https://media.giphy.com/media/l41K4KlVE8dgozf8I/giphy.gif + Ok!

7:38pm
From 2fddabe62c76abc50005e1a0d2dc67e90ddc2ba0 Mon Sep 17 00:00:00 2001 From: Aras Sulaiman Date: Sun, 29 Mar 2020 14:24:38 +0100 Subject: [PATCH 03/23] Completed 3-html-attributes exercise --- week-1/3-semantic-html/index.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/week-1/3-semantic-html/index.html b/week-1/3-semantic-html/index.html index 3640deaff..91e6ee972 100644 --- a/week-1/3-semantic-html/index.html +++ b/week-1/3-semantic-html/index.html @@ -12,30 +12,30 @@
- -
-
+ +
+
Won

Where should we meet later?

- Mar 25, 2018 7:25pm -
-
+ + +
Luke

Let's meet at the iCafe in Merchant City. https://goo.gl/maps/aza4h9nUBhn

- Mar 25, 2018 7:35pm -
-
+ + +
Won

Ok! https://media.giphy.com/media/l41K4KlVE8dgozf8I/giphy.gif

- Mar 25, 2018 7:38pm -
-
+ + +
From 82df6d62b8288b9c33aaaa7f34c6fecec04f44c1 Mon Sep 17 00:00:00 2001 From: Aras Sulaiman Date: Sun, 29 Mar 2020 15:15:11 +0100 Subject: [PATCH 04/23] Completed 4-html-attributes exercise --- week-1/4-links-scripts/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/week-1/4-links-scripts/index.html b/week-1/4-links-scripts/index.html index 303c7fbd2..ecc9da1f3 100644 --- a/week-1/4-links-scripts/index.html +++ b/week-1/4-links-scripts/index.html @@ -3,6 +3,7 @@ 4. Adding Links and Scripts - HTML, CSS and Git Exercises + @@ -30,6 +31,7 @@ No, I prefer the one on Sauchiehall Street. https://goo.gl/maps/wKDoARcHDp42

+ From 34660aac5fa912879ae293b649da47668e8b6fdc Mon Sep 17 00:00:00 2001 From: Aras Sulaiman Date: Sun, 29 Mar 2020 15:46:46 +0100 Subject: [PATCH 05/23] Completed 4-html-attributes exercise --- week-1/4-links-scripts/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/week-1/4-links-scripts/index.html b/week-1/4-links-scripts/index.html index ecc9da1f3..6b35bf75b 100644 --- a/week-1/4-links-scripts/index.html +++ b/week-1/4-links-scripts/index.html @@ -3,8 +3,8 @@ 4. Adding Links and Scripts - HTML, CSS and Git Exercises - + @@ -31,7 +31,7 @@ No, I prefer the one on Sauchiehall Street. https://goo.gl/maps/wKDoARcHDp42

- + From e8649aaccea371ca26707f6560b092f8336d9b49 Mon Sep 17 00:00:00 2001 From: Aras Sulaiman Date: Sun, 29 Mar 2020 16:06:51 +0100 Subject: [PATCH 06/23] completed 5-html-attributes exercise --- week-1/5-css-selectors/message-backgrounds.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/week-1/5-css-selectors/message-backgrounds.css b/week-1/5-css-selectors/message-backgrounds.css index ffe483325..a8f3a711c 100644 --- a/week-1/5-css-selectors/message-backgrounds.css +++ b/week-1/5-css-selectors/message-backgrounds.css @@ -1 +1,10 @@ /* Add your CSS code below */ +#first-message { + background-color: red; +} +article { + background-color: cadetblue; +} +.message--latest { + background-color: yellow; +} From 03f1fd9bf048cc22ce41c44799cc4bb170364355 Mon Sep 17 00:00:00 2001 From: Aras Sulaiman Date: Sun, 29 Mar 2020 18:02:11 +0100 Subject: [PATCH 07/23] completed 6-html-attributes exercise --- week-1/6-css-properties/styles.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/week-1/6-css-properties/styles.css b/week-1/6-css-properties/styles.css index ffe483325..d4fd47713 100644 --- a/week-1/6-css-properties/styles.css +++ b/week-1/6-css-properties/styles.css @@ -1 +1,21 @@ /* Add your CSS code below */ +a { + text-decoration: none; + color: red; + font-weight: bold; +} +.message__time { + font-size: 0.9rem; +} + +.message { + line-height: 200%; +} + +div .message--old { + opacity: 0.3; +} + +.message--unread { + border-left: 5px solid blue; +} From 7e750df5539e0b4ba217983b6dc0acedd757adcb Mon Sep 17 00:00:00 2001 From: Aras Sulaiman Date: Sun, 29 Mar 2020 21:10:03 +0100 Subject: [PATCH 08/23] completed -7html-css-git-exercises --- week-1/7-css-box/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/week-1/7-css-box/styles.css b/week-1/7-css-box/styles.css index 013b94f1e..58065b1ef 100644 --- a/week-1/7-css-box/styles.css +++ b/week-1/7-css-box/styles.css @@ -4,3 +4,10 @@ border-radius: 4px; background: #fff; } +.country { + margin: 1%; + padding: 1%; +} +* { + border: 1px solid red; +} From 637077726de222a304130009b3c430369fa58b48 Mon Sep 17 00:00:00 2001 From: Aras Sulaiman Date: Sun, 29 Mar 2020 22:11:56 +0100 Subject: [PATCH 09/23] completed -8html-css-exercises --- week-1/8-advanced-selectors/styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/week-1/8-advanced-selectors/styles.css b/week-1/8-advanced-selectors/styles.css index d35c3c371..c5ed3f657 100644 --- a/week-1/8-advanced-selectors/styles.css +++ b/week-1/8-advanced-selectors/styles.css @@ -1 +1,12 @@ /* Try different box model properties below */ +div .site-header p { + color: white; + margin-bottom: 0%; +} +.site-footer { + font-size: 12px; + text-align: center; +} +div .message--unread { + box-shadow: 4px 4px 0 #dba944; +} From 3774d6a284b4eebae58520f6c1a460008f6eb2d3 Mon Sep 17 00:00:00 2001 From: Aras Sulaiman Date: Tue, 31 Mar 2020 19:47:06 +0100 Subject: [PATCH 10/23] copleted 8-html-attributes-exersies --- week-1/8-advanced-selectors/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/week-1/8-advanced-selectors/styles.css b/week-1/8-advanced-selectors/styles.css index c5ed3f657..ebb4fe22d 100644 --- a/week-1/8-advanced-selectors/styles.css +++ b/week-1/8-advanced-selectors/styles.css @@ -1,5 +1,5 @@ /* Try different box model properties below */ -div .site-header p { +.site-header p { color: white; margin-bottom: 0%; } @@ -7,6 +7,6 @@ div .site-header p { font-size: 12px; text-align: center; } -div .message--unread { +.message--unread { box-shadow: 4px 4px 0 #dba944; } From ff119277a3fe7ecfa6220a93a4c2ebdcdf48c4a1 Mon Sep 17 00:00:00 2001 From: Aras Sulaiman Date: Sat, 4 Apr 2020 12:14:00 +0100 Subject: [PATCH 11/23] completed ex 3 --- week-1/3-semantic-html/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week-1/3-semantic-html/index.html b/week-1/3-semantic-html/index.html index 91e6ee972..35b2feb00 100644 --- a/week-1/3-semantic-html/index.html +++ b/week-1/3-semantic-html/index.html @@ -12,7 +12,7 @@
-