From 81f3f7d8dc2edc44ba092cbf96cc0a42cd04e98e Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 22 Jan 2025 21:11:18 +0100 Subject: [PATCH 01/10] anita order page --- html-css/week1/ANITA/index.html | 28 ++++++++++++++++ html-css/week1/ANITA/styles.css | 59 +++++++++++++++++++++++++++++++++ 2 files changed, 87 insertions(+) create mode 100644 html-css/week1/ANITA/index.html create mode 100644 html-css/week1/ANITA/styles.css diff --git a/html-css/week1/ANITA/index.html b/html-css/week1/ANITA/index.html new file mode 100644 index 0000000..25f8468 --- /dev/null +++ b/html-css/week1/ANITA/index.html @@ -0,0 +1,28 @@ + + + + + + + Visa Bank Card + + + +
+ +
+
+ **** **** **** 1234 +
+
+
+ Anita Ngah +
+
+ Expires
+ 12/28 +
+
+ + + diff --git a/html-css/week1/ANITA/styles.css b/html-css/week1/ANITA/styles.css new file mode 100644 index 0000000..0e7059a --- /dev/null +++ b/html-css/week1/ANITA/styles.css @@ -0,0 +1,59 @@ +/*styles.css */ + +body { + display: flex; + justify-content: center; + align-items: center; + height: 100vh; + background-color: #blue; + margin: 0; +} + +.visa-card{ + width: 400px; + height: 250px; + background-color: #blue; + border-radius: 20px; + color: #000; + font-family: "Arial", Sans-serif; + box-shadow: 0 4px 10px rgba(0 0 0 0.2); + position: relative; + overflow: hidden; +} + +.card-header { + display: flex; + justify-content: flex-end; + padding: 20px; +} + +.visa-logo { + width: 50px; +} + +.card-number { + font-size: 24px; + font-weight: bold; + letter-spacing: 4px; + margin: 60px; 20px 20px 20px; +} + +.card-details { + display: flex; + justify-content: space-between; + padding: 10px; 20px +} + +.card-holder { + font-family: 14px; + letter-spacing: 2px; +} + +.expiration-date { + font-size: 14px; + +} + +.card-number span, .card-holder span, .expiration-date span { + font-family: "Courier New", Couier, monospace; +} \ No newline at end of file From 52a66ef630996e9e4c06f0e4e42159c5ba7c681f Mon Sep 17 00:00:00 2001 From: cheico Date: Wed, 29 Jan 2025 16:57:20 +0100 Subject: [PATCH 02/10] class exercise --- git/class_playground/apples_file.txt | 1 + git/class_playground/bananas_file.txt | 1 + git/class_playground/oranges_file.txt | 1 + 3 files changed, 3 insertions(+) create mode 100644 git/class_playground/apples_file.txt create mode 100644 git/class_playground/bananas_file.txt create mode 100644 git/class_playground/oranges_file.txt diff --git a/git/class_playground/apples_file.txt b/git/class_playground/apples_file.txt new file mode 100644 index 0000000..07062ef --- /dev/null +++ b/git/class_playground/apples_file.txt @@ -0,0 +1 @@ +i like apples \ No newline at end of file diff --git a/git/class_playground/bananas_file.txt b/git/class_playground/bananas_file.txt new file mode 100644 index 0000000..685868b --- /dev/null +++ b/git/class_playground/bananas_file.txt @@ -0,0 +1 @@ +i like bananas \ No newline at end of file diff --git a/git/class_playground/oranges_file.txt b/git/class_playground/oranges_file.txt new file mode 100644 index 0000000..5f50a33 --- /dev/null +++ b/git/class_playground/oranges_file.txt @@ -0,0 +1 @@ +i like oranges \ No newline at end of file From f7d9eeda140057fbfe00c07c1b745727c870ae92 Mon Sep 17 00:00:00 2001 From: cheico Date: Wed, 29 Jan 2025 17:08:40 +0100 Subject: [PATCH 03/10] updates --- git/class_playground/apples_file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/class_playground/apples_file.txt b/git/class_playground/apples_file.txt index 07062ef..9eba099 100644 --- a/git/class_playground/apples_file.txt +++ b/git/class_playground/apples_file.txt @@ -1 +1 @@ -i like apples \ No newline at end of file +i like apples i dont eat apples \ No newline at end of file From b18f3b0b38d8ad95bf502626eae5e294cf936c13 Mon Sep 17 00:00:00 2001 From: cheico Date: Wed, 29 Jan 2025 17:26:21 +0100 Subject: [PATCH 04/10] my home work --- git/class_playground/my_homework.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 git/class_playground/my_homework.txt diff --git a/git/class_playground/my_homework.txt b/git/class_playground/my_homework.txt new file mode 100644 index 0000000..20095c5 --- /dev/null +++ b/git/class_playground/my_homework.txt @@ -0,0 +1 @@ +i have two kids \ No newline at end of file From 0a450a8d40a55498fbf5efddd5e00cb74fb7da1a Mon Sep 17 00:00:00 2001 From: cheico Date: Wed, 29 Jan 2025 17:53:01 +0100 Subject: [PATCH 05/10] updates3 --- git/class_playground/colors.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 git/class_playground/colors.txt diff --git a/git/class_playground/colors.txt b/git/class_playground/colors.txt new file mode 100644 index 0000000..e31de49 --- /dev/null +++ b/git/class_playground/colors.txt @@ -0,0 +1,2 @@ +red +blue \ No newline at end of file From 8c79aa052387ed29fdbfb46adbc45339e65c361a Mon Sep 17 00:00:00 2001 From: anita nnam ngah <35491223+cheico@users.noreply.github.com> Date: Wed, 29 Jan 2025 17:56:28 +0100 Subject: [PATCH 06/10] Update colors.txt --- git/class_playground/colors.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git/class_playground/colors.txt b/git/class_playground/colors.txt index e31de49..6536b81 100644 --- a/git/class_playground/colors.txt +++ b/git/class_playground/colors.txt @@ -1,2 +1,3 @@ red -blue \ No newline at end of file +blue +purple From fb59d95647664c3dd5ba53417fe09099784f7361 Mon Sep 17 00:00:00 2001 From: cheico Date: Wed, 29 Jan 2025 18:00:06 +0100 Subject: [PATCH 07/10] updates4 --- git/class_playground/colors.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/git/class_playground/colors.txt b/git/class_playground/colors.txt index 6536b81..4c0835b 100644 --- a/git/class_playground/colors.txt +++ b/git/class_playground/colors.txt @@ -1,3 +1,4 @@ +green red blue purple From 344f327544dce8701045fbe05295ae9100f66423 Mon Sep 17 00:00:00 2001 From: cheico Date: Wed, 29 Jan 2025 18:11:17 +0100 Subject: [PATCH 08/10] updates5 --- git/class_playground/movies.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 git/class_playground/movies.txt diff --git a/git/class_playground/movies.txt b/git/class_playground/movies.txt new file mode 100644 index 0000000..5f36518 --- /dev/null +++ b/git/class_playground/movies.txt @@ -0,0 +1 @@ +cinderilla \ No newline at end of file From 50ebc78e38b6ee3cda1dec63ce60bad77b96e862 Mon Sep 17 00:00:00 2001 From: cheico Date: Wed, 29 Jan 2025 18:26:34 +0100 Subject: [PATCH 09/10] countries --- git/class_playground/countries.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 git/class_playground/countries.txt diff --git a/git/class_playground/countries.txt b/git/class_playground/countries.txt new file mode 100644 index 0000000..4f4d2d2 --- /dev/null +++ b/git/class_playground/countries.txt @@ -0,0 +1,2 @@ +danmark +cameroon \ No newline at end of file From 826d002bca31c1f65f72ae5cf990c6357429b701 Mon Sep 17 00:00:00 2001 From: cheico Date: Wed, 29 Jan 2025 18:32:18 +0100 Subject: [PATCH 10/10] cities --- git/class_playground/cities.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 git/class_playground/cities.txt diff --git a/git/class_playground/cities.txt b/git/class_playground/cities.txt new file mode 100644 index 0000000..143a3cb --- /dev/null +++ b/git/class_playground/cities.txt @@ -0,0 +1,2 @@ +esbjerg +copenhagen \ No newline at end of file