From 147a4c1a0f7f3cab41980a3fb054eccdbcfb27c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 11:57:53 +0000 Subject: [PATCH 1/7] Bump actions/checkout from 3.5.2 to 3.5.3 (#766) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.5.2...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/autoprefixer.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/md-link-checker.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autoprefixer.yml b/.github/workflows/autoprefixer.yml index 28a6200..bc7b85d 100644 --- a/.github/workflows/autoprefixer.yml +++ b/.github/workflows/autoprefixer.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout to latest commit - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 - name: Setup Node uses: actions/setup-node@v3 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f301b0e..46db62f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: # checkout to the commit that has been pushed - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b186685..43f2749 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/md-link-checker.yml b/.github/workflows/md-link-checker.yml index f80683b..9f10e9f 100644 --- a/.github/workflows/md-link-checker.yml +++ b/.github/workflows/md-link-checker.yml @@ -8,6 +8,6 @@ jobs: runs-on: ubuntu-latest steps: # checkout to latest commit - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 # run markdown linter - uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 From 53f1bc91372d7f0d8f80cd2277494d16340d40be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 11:57:52 +0000 Subject: [PATCH 2/7] Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 (#767) Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.23.0 to 5.24.0. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](https://github.com/release-drafter/release-drafter/compare/v5.23.0...v5.24.0) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/draft-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index e29ae90..a0df4f9 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: # Create/Update release draft - - uses: release-drafter/release-drafter@v5.23.0 + - uses: release-drafter/release-drafter@v5.24.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From cd80fc9015a65d6219b4f5b12f6700a3c3d104df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernat=20Borr=C3=A0s=20Civil?= <70479573+BernatBC@users.noreply.github.com> Date: Mon, 3 Jul 2023 08:59:41 +0200 Subject: [PATCH 3/7] Fix Issue: Skills logo misaligned #753 (#769) --- assets/styles/sections/skills.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/styles/sections/skills.scss b/assets/styles/sections/skills.scss index 98e59c9..a2176dc 100644 --- a/assets/styles/sections/skills.scss +++ b/assets/styles/sections/skills.scss @@ -20,6 +20,7 @@ .card .card-img-xs { margin-right: 0.5rem; + margin-bottom: 0.75rem; } .card { @@ -83,4 +84,4 @@ /* iPhone 5 or before */ @media only screen and (max-width: 320px) { } -} \ No newline at end of file +} From 9a759090cdd93ec4e23fc14188d4e7dad5acaf97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernat=20Borr=C3=A0s=20Civil?= <70479573+BernatBC@users.noreply.github.com> Date: Mon, 3 Jul 2023 10:16:52 +0200 Subject: [PATCH 4/7] Add extracurricular activities url (#770) * Add extracurricular activities url * Allow markdown in extracurricular activities --- layouts/partials/sections/education-alt.html | 2 +- layouts/partials/sections/education.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/sections/education-alt.html b/layouts/partials/sections/education-alt.html index 2df21e5..eaaca53 100644 --- a/layouts/partials/sections/education-alt.html +++ b/layouts/partials/sections/education-alt.html @@ -101,7 +101,7 @@
{{ i18n "extracurricular_activities" }}
diff --git a/layouts/partials/sections/education.html b/layouts/partials/sections/education.html index b025e17..22f4048 100644 --- a/layouts/partials/sections/education.html +++ b/layouts/partials/sections/education.html @@ -101,7 +101,7 @@
{{ i18n "extracurricular_activities"}}
From a128873f2099bb7684c7b3a268e9dc29c633888c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernat=20Borr=C3=A0s=20Civil?= <70479573+BernatBC@users.noreply.github.com> Date: Mon, 3 Jul 2023 18:14:35 +0200 Subject: [PATCH 5/7] Fix takenCourses buttons (#772) --- assets/scripts/sections/education.js | 7 ++----- assets/styles/sections/education.scss | 4 ++++ 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/assets/scripts/sections/education.js b/assets/scripts/sections/education.js index ea86c7e..91811cb 100644 --- a/assets/scripts/sections/education.js +++ b/assets/scripts/sections/education.js @@ -22,12 +22,9 @@ function toggleCourseVisibility (elem) { } window.addEventListener('DOMContentLoaded', () => { - const els = [ - document.getElementById('show-more-btn'), - document.getElementById('show-less-btn') - ] + const els = Array.from(document.getElementsByClassName('btn')); - els.filter((el) => el != null).forEach((el) => + els.filter((el) => el != null && (el.id == 'show-more-btn' || el.id == 'show-less-btn')).forEach((el) => el.addEventListener('click', ({ target }) => toggleCourseVisibility(target))) }) diff --git a/assets/styles/sections/education.scss b/assets/styles/sections/education.scss index 93596f0..2c84132 100644 --- a/assets/styles/sections/education.scss +++ b/assets/styles/sections/education.scss @@ -122,6 +122,10 @@ .taken-courses ul { margin-bottom: 0; } + + .hidden { + display: none; + } /*============ Education Alter Template =============*/ .education-alt .degree-info { From 5372e856d72b60502282d8c01fd1bff72d6095f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernat=20Borr=C3=A0s=20Civil?= <70479573+BernatBC@users.noreply.github.com> Date: Tue, 4 Jul 2023 09:28:03 +0200 Subject: [PATCH 6/7] Add space between expanding icon and category name (Sidebar) (#773) --- layouts/partials/navigators/sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/navigators/sidebar.html b/layouts/partials/navigators/sidebar.html index 17d2e63..1319e66 100644 --- a/layouts/partials/navigators/sidebar.html +++ b/layouts/partials/navigators/sidebar.html @@ -9,7 +9,7 @@ {{ if .HasChildren }}
  • - {{.Name}} + {{.Name}}
      {{ partial "navigators/sidebar.html" (dict "menuName" $.menuName "menuItems" .Children "ctx" $.ctx) }} From 0afcdcd468f6b03671cd7a624872646049f7fb0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 22:23:42 +0600 Subject: [PATCH 7/7] Bump word-wrap from 1.2.3 to 1.2.4 (#778) Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 104c2d0..2788895 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3728,9 +3728,9 @@ } }, "node_modules/word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.4.tgz", + "integrity": "sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==", "dev": true, "engines": { "node": ">=0.10.0" @@ -6482,9 +6482,9 @@ } }, "word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.4.tgz", + "integrity": "sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==", "dev": true }, "wrap-ansi": {