From eac20eba1b66cf6da1b3e306406358ebeb6fde34 Mon Sep 17 00:00:00 2001 From: niceman1234man Date: Tue, 23 Apr 2024 23:19:55 +0300 Subject: [PATCH 1/5] updated html part --- index.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index d01f779..c9ebdd5 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,12 @@ - - - - Document - - - - - \ No newline at end of file + + + + My Name + + + +

Yihunie Tarekegn

+ + From 75949821b9878e974e3fde2af6fcfb8c2e04079f Mon Sep 17 00:00:00 2001 From: niceman1234man Date: Tue, 23 Apr 2024 23:21:20 +0300 Subject: [PATCH 2/5] updated css of my name --- css/index.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index 4907558..554bf6d 100644 --- a/css/index.css +++ b/css/index.css @@ -1,3 +1,9 @@ -.test { - background-color: aliceblue; +#heading { + background-color: rgb(87, 75, 75); + color: blue; + text-align: center; + width: 300px; + margin-left: 30%; + margin-top: 5%; + padding: 20px; } From 154baf232ee6833516b2827060b0c97c0dc761c8 Mon Sep 17 00:00:00 2001 From: niceman1234man Date: Tue, 23 Apr 2024 23:22:04 +0300 Subject: [PATCH 3/5] linters --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8587c4d..d03a0fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # .gitignore node_modules -test.md \ No newline at end of file +test.md +config.json \ No newline at end of file From 9219d0495fa9dc079e98ba16b4c59b2885b8adcf Mon Sep 17 00:00:00 2001 From: niceman1234man Date: Wed, 24 Apr 2024 11:40:27 +0300 Subject: [PATCH 4/5] updated --- .gitignore | 3 ++- css/index.css | 60 +++++++++++++++++++++++++++++++++++++++++++++------ index.html | 32 ++++++++++++++++++++++++++- 3 files changed, 86 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index d03a0fc..c3d58b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # .gitignore node_modules test.md -config.json \ No newline at end of file +config.json +download.png \ No newline at end of file diff --git a/css/index.css b/css/index.css index 554bf6d..272e4f3 100644 --- a/css/index.css +++ b/css/index.css @@ -1,9 +1,55 @@ -#heading { - background-color: rgb(87, 75, 75); - color: blue; +.headline-container{ + + color: rgb(5, 20, 33); + font-size: 40px; text-align: center; - width: 300px; - margin-left: 30%; - margin-top: 5%; - padding: 20px; + font-weight: 400; + + } +.headline-container-pos{ + color: rgb(145, 235, 129); +} +.navigation{ + +} +.list{ + +} +.paragraph{ + font-weight: 200; + color: #000000; + text-align: center; + font-size:20px; +} +.flex-container{ + display: flex; + flex-direction: column; + align-items: center; +} +body{ + background-color: aliceblue; + margin: 0 30% 0 30%; +} +.menu{ + width:351px; + height: 181px; + + +} +.menu-list{ + font-family: sans-serif; + font-weight: 600; + font-size: 32px; + line-height: 137%; + color: #3a4a42; + +} + +li{ + list-style-type: none; + +} +li a{ + text-decoration: none; +} \ No newline at end of file diff --git a/index.html b/index.html index c9ebdd5..48124ac 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,36 @@ -

Yihunie Tarekegn

+
+ +
+
+
+

Yonni

+

I am cs student

+
+
+

i have lived in wolkite for three years

+
+
+ + +
+
From 24c5e28e03f50685e3ee1b59144eeddfb714f851 Mon Sep 17 00:00:00 2001 From: niceman1234man Date: Wed, 24 Apr 2024 16:58:18 +0300 Subject: [PATCH 5/5] updated --- .stylelintrc.json | 42 +++++++++++++++++++++--------------------- css/index.css | 42 ++++++++++++++++++++++-------------------- 2 files changed, 43 insertions(+), 41 deletions(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 2381f48..b96fb2c 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,22 +1,22 @@ { - "extends": ["stylelint-config-standard"], - "plugins": ["stylelint-scss", "stylelint-csstree-validator"], - "rules": { - "at-rule-no-unknown": null, - "scss/at-rule-no-unknown": [ - true, - { - "ignoreAtRules": [ - "tailwind", - "apply", - "variants", - "responsive", - "screen" - ] - } - ] - }, - "csstree/validator": true, - "ignoreFiles": ["build/**", "dist/**", "**/reset*.css", "**/bootstrap*.css"] - } - \ No newline at end of file + "extends": ["stylelint-config-standard"], + "plugins": ["stylelint-scss", "stylelint-csstree-validator"], + "rules": { + "at-rule-no-unknown": null, + "block-no-empty": null, + "scss/at-rule-no-unknown": [ + true, + { + "ignoreAtRules": [ + "tailwind", + "apply", + "variants", + "responsive", + "screen" + ] + } + ] + }, + "csstree/validator": true, + "ignoreFiles": ["build/**", "dist/**", "**/reset*.css", "**/bootstrap*.css"] +} diff --git a/css/index.css b/css/index.css index 272e4f3..692aa61 100644 --- a/css/index.css +++ b/css/index.css @@ -1,55 +1,57 @@ -.headline-container{ - +.headline-container { color: rgb(5, 20, 33); font-size: 40px; text-align: center; font-weight: 400; - - } -.headline-container-pos{ + +.headline-container-pos { color: rgb(145, 235, 129); } + .navigation{ } + .list{ } -.paragraph{ + +.paragraph { font-weight: 200; - color: #000000; + color: #000; text-align: center; - font-size:20px; + font-size: 20px; } -.flex-container{ + +.flex-container { display: flex; flex-direction: column; align-items: center; } -body{ + +body { background-color: aliceblue; margin: 0 30% 0 30%; } -.menu{ - width:351px; - height: 181px; - +.menu { + width: 351px; + height: 181px; } -.menu-list{ + +.menu-list { font-family: sans-serif; font-weight: 600; font-size: 32px; line-height: 137%; color: #3a4a42; - } -li{ +li { list-style-type: none; - } -li a{ + +li a { text-decoration: none; -} \ No newline at end of file +}