From a0eb89ac916105107f936a9024a63d87be1c9582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adria=CC=81n=20Moreno=20Pen=CC=83a?= Date: Sat, 8 Feb 2025 16:49:25 +0100 Subject: [PATCH 1/5] Add example to see `ul` --- assets/scss/_raditian.scss | 1 - assets/scss/adritian.scss | 3 --- i18n/en.yaml | 14 +++++++++++--- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/assets/scss/_raditian.scss b/assets/scss/_raditian.scss index 2dbe2ad..81e2c00 100644 --- a/assets/scss/_raditian.scss +++ b/assets/scss/_raditian.scss @@ -683,7 +683,6 @@ textarea:focus { padding-left: 15px; font-size: 16px; font-weight: 300; - color: rgba(0, 0, 0, 0.6); line-height: 1.24; margin-bottom: 12px; text-align: left; diff --git a/assets/scss/adritian.scss b/assets/scss/adritian.scss index f5b411c..c490046 100644 --- a/assets/scss/adritian.scss +++ b/assets/scss/adritian.scss @@ -275,9 +275,6 @@ footer_links .nav-item .nav-link::after { .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{ color: #fff !important; } - .section li{ - color: $light-text-emphasis-dark !important; - } .section li::before{ background-color: $light-text-emphasis-dark !important; } diff --git a/i18n/en.yaml b/i18n/en.yaml index 2c28451..20ded46 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -77,7 +77,7 @@ translation: "Who am I?" - id: "about_content" - translation:

+ translation: '

Here you can add some information about you. A small excerpt that describes your experience, for example.

@@ -85,9 +85,17 @@ You explain something about your academic/study background, as well as your preferred areas of work. Think of this area as context-setting for the experience that you will describe below. Why did you change jobs? What drove you to take a - new gig? Even if you are not looking for a job, it's a good way to hint about + new gig? Even if you are not looking for a job, it’s a good way to hint about what kind of projects you are interested in. -

+

+

+ You can also add a list of topics, for example: +

+

' - id: "about_button" translation: "About Me" From f36c01fa05ae5ea3e74a75040cf5ca24c73acff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adria=CC=81n=20Moreno=20Pen=CC=83a?= Date: Sat, 8 Feb 2025 19:29:10 +0100 Subject: [PATCH 2/5] Restore bootstrap spacing for `p` --- assets/scss/adritian.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/scss/adritian.scss b/assets/scss/adritian.scss index c490046..896801c 100644 --- a/assets/scss/adritian.scss +++ b/assets/scss/adritian.scss @@ -93,7 +93,6 @@ h4 { } } p { - margin-bottom: 30px; font-size: 16px; font-weight: 300; line-height: 28px; From d7f6aef08ecb711753d4313658510b01e6afa929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adria=CC=81n=20Moreno=20Pen=CC=83a?= Date: Sat, 8 Feb 2025 19:29:17 +0100 Subject: [PATCH 3/5] Change text to use line breaks --- i18n/en.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/i18n/en.yaml b/i18n/en.yaml index 20ded46..c37549a 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -80,16 +80,15 @@ translation: '

Here you can add some information about you. A small excerpt that describes your experience, for example. -

-

+
You explain something about your academic/study background, as well as your preferred areas of work. Think of this area as context-setting for the experience that you will describe below. Why did you change jobs? What drove you to take a new gig? Even if you are not looking for a job, it’s a good way to hint about what kind of projects you are interested in. -

-

+
You can also add a list of topics, for example: +

  • Topic 1
  • Topic 2
  • From 3f52cb1ca27753ca067ec51e04c8302021bac2f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adria=CC=81n=20Moreno=20Pen=CC=83a?= Date: Sat, 8 Feb 2025 19:41:31 +0100 Subject: [PATCH 4/5] Remove font-size from list item styling --- assets/scss/_raditian.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/scss/_raditian.scss b/assets/scss/_raditian.scss index 81e2c00..f8865f3 100644 --- a/assets/scss/_raditian.scss +++ b/assets/scss/_raditian.scss @@ -681,7 +681,6 @@ textarea:focus { display: block; position: relative; padding-left: 15px; - font-size: 16px; font-weight: 300; line-height: 1.24; margin-bottom: 12px; From 2792b8c90a37fe1b5dcfd7dbddd93db584e666bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adria=CC=81n=20Moreno=20Pen=CC=83a?= Date: Sat, 8 Feb 2025 20:29:54 +0100 Subject: [PATCH 5/5] Adjust list item marker styling and padding --- assets/scss/_raditian.scss | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/assets/scss/_raditian.scss b/assets/scss/_raditian.scss index f8865f3..fb79c25 100644 --- a/assets/scss/_raditian.scss +++ b/assets/scss/_raditian.scss @@ -686,15 +686,20 @@ textarea:focus { margin-bottom: 12px; text-align: left; } +.section ol, +.section ul{ + padding-left: 1.2rem; +} + .section li::before { content: ""; display: block; position: absolute; left: 0; - top: 10px; - width: 4px; - height: 4px; - border-radius: 2px; + top: 8px; + width: 6px; + height: 6px; + border-radius: 4px; background-color: #000; } .header.collapse.show::before,