1
0
mirror of https://github.com/Mikaela/cv.git synced 2025-08-17 18:17:22 +02:00

Compare commits

...

6 Commits

Author SHA1 Message Date
9713d6fae0
main.scss: attempt to keep my name as serif 2024-06-12 10:50:08 +03:00
48bc4f7774
main.scss: copy WCAG suggestions 2024-06-12 10:41:50 +03:00
0642f0e2b1
bundle update 2024-06-12 10:40:55 +03:00
adfa0132d8
.gitattributes: add package.json & pnpm-lock.yaml 2024-06-12 10:38:24 +03:00
de109e3331
I apparently forgot to run prettier 2024-06-12 10:37:21 +03:00
dependabot[bot]
5dceb8fb2f
build(deps-dev): bump prettier from 3.3.1 to 3.3.2 in the npm group
Bumps the npm group with 1 update: [prettier](https://github.com/prettier/prettier).

Updates `prettier` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.3.1...3.3.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-12 10:35:53 +03:00
7 changed files with 41 additions and 31 deletions

8
.gitattributes vendored
View File

@ -2,9 +2,9 @@
* text=auto eol=lf linguist-detectable * text=auto eol=lf linguist-detectable
# Built-in diff patterns (disabled by default). # Built-in diff patterns (disabled by default).
*.css diff=css *.css diff=css
*.html diff=html *.html diff=html
*.php diff=php *.php diff=php
*.{md,markdown} diff=markdown *.{md,markdown} diff=markdown
# These don't feel like mine # These don't feel like mine
@ -17,7 +17,9 @@ _sass/** text=auto -linguist-detectable
# Unnecessary for statistics # Unnecessary for statistics
Gemfile text linguist-vendored Gemfile text linguist-vendored
package.json text linguist-vendored
Gemfile.lock text linguist-generated Gemfile.lock text linguist-generated
pnpm-lock.yaml text linguist-generated
# LFS # LFS
*.jpeg filter=lfs diff=lfs merge=lfs -text *.jpeg filter=lfs diff=lfs merge=lfs -text

2
.github/CODEOWNERS vendored
View File

@ -1 +1 @@
* @Mikaela * @Mikaela

View File

@ -1 +1 @@
* @Mikaela * @Mikaela

26
Gemfile.lock generated
View File

@ -5,7 +5,7 @@ GEM
public_suffix (>= 2.0.2, < 6.0) public_suffix (>= 2.0.2, < 6.0)
bigdecimal (3.1.8) bigdecimal (3.1.8)
colorator (1.1.0) colorator (1.1.0)
concurrent-ruby (1.3.2) concurrent-ruby (1.3.3)
em-websocket (0.5.3) em-websocket (0.5.3)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
http_parser.rb (~> 0) http_parser.rb (~> 0)
@ -90,29 +90,29 @@ GEM
rb-fsevent (0.11.2) rb-fsevent (0.11.2)
rb-inotify (0.11.1) rb-inotify (0.11.1)
ffi (~> 1.0) ffi (~> 1.0)
rexml (3.2.8) rexml (3.3.0)
strscan (>= 3.0.9) strscan
rouge (4.2.1) rouge (4.2.1)
safe_yaml (1.0.5) safe_yaml (1.0.5)
sass-embedded (1.77.4-aarch64-linux-gnu) sass-embedded (1.77.5-aarch64-linux-gnu)
google-protobuf (>= 3.25, < 5.0) google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.4-aarch64-linux-musl) sass-embedded (1.77.5-aarch64-linux-musl)
google-protobuf (>= 3.25, < 5.0) google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.4-arm-linux-gnueabihf) sass-embedded (1.77.5-arm-linux-gnueabihf)
google-protobuf (>= 3.25, < 5.0) google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.4-arm-linux-musleabihf) sass-embedded (1.77.5-arm-linux-musleabihf)
google-protobuf (>= 3.25, < 5.0) google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.4-arm64-darwin) sass-embedded (1.77.5-arm64-darwin)
google-protobuf (>= 3.25, < 5.0) google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.4-x86-linux-gnu) sass-embedded (1.77.5-x86-linux-gnu)
google-protobuf (>= 3.25, < 5.0) google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.4-x86-linux-musl) sass-embedded (1.77.5-x86-linux-musl)
google-protobuf (>= 3.25, < 5.0) google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.4-x86_64-darwin) sass-embedded (1.77.5-x86_64-darwin)
google-protobuf (>= 3.25, < 5.0) google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.4-x86_64-linux-gnu) sass-embedded (1.77.5-x86_64-linux-gnu)
google-protobuf (>= 3.25, < 5.0) google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.4-x86_64-linux-musl) sass-embedded (1.77.5-x86_64-linux-musl)
google-protobuf (>= 3.25, < 5.0) google-protobuf (>= 3.25, < 5.0)
strscan (3.1.0) strscan (3.1.0)
terminal-table (3.0.2) terminal-table (3.0.2)

View File

@ -34,6 +34,11 @@ $base-font-family: $serif-font-family;
hyphens: auto !important; hyphens: auto !important;
// Experimental trick to make all emojis text if supported. // Experimental trick to make all emojis text if supported.
font-variant-emoji: text; font-variant-emoji: text;
/* WCAG minimum suggestions */
margin-bottom: 2 !important;
line-height: 1.5 !important;
letter-spacing: 0.12 !important;
word-spacing: 0.16 !important;
} }
a { a {
@ -56,7 +61,6 @@ code {
} }
// Sans-Serif for headings to constrast with aminda.eu // Sans-Serif for headings to constrast with aminda.eu
h1,
h2, h2,
h3, h3,
h4, h4,
@ -65,6 +69,10 @@ h6 {
font-family: $sans-serif-font-family !important; font-family: $sans-serif-font-family !important;
} }
h2.footer-heading {
font-family: $serif-font-family !important;
}
// The introduction on top // The introduction on top
#bio { #bio {
text-align: center; text-align: center;

2
package.json vendored
View File

@ -1,7 +1,7 @@
{ {
"devDependencies": { "devDependencies": {
"@prettier/plugin-xml": "3.4.1", "@prettier/plugin-xml": "3.4.1",
"prettier": "3.3.1", "prettier": "3.3.2",
"prettier-plugin-sh": "0.14.0" "prettier-plugin-sh": "0.14.0"
} }
} }

22
pnpm-lock.yaml generated
View File

@ -9,13 +9,13 @@ importers:
devDependencies: devDependencies:
"@prettier/plugin-xml": "@prettier/plugin-xml":
specifier: 3.4.1 specifier: 3.4.1
version: 3.4.1(prettier@3.3.1) version: 3.4.1(prettier@3.3.2)
prettier: prettier:
specifier: 3.3.1 specifier: 3.3.2
version: 3.3.1 version: 3.3.2
prettier-plugin-sh: prettier-plugin-sh:
specifier: 0.14.0 specifier: 0.14.0
version: 0.14.0(prettier@3.3.1) version: 0.14.0(prettier@3.3.2)
packages: packages:
"@prettier/plugin-xml@3.4.1": "@prettier/plugin-xml@3.4.1":
@ -53,10 +53,10 @@ packages:
peerDependencies: peerDependencies:
prettier: ^3.0.3 prettier: ^3.0.3
prettier@3.3.1: prettier@3.3.2:
resolution: resolution:
{ {
integrity: sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg==, integrity: sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==,
} }
engines: { node: ">=14" } engines: { node: ">=14" }
hasBin: true hasBin: true
@ -81,10 +81,10 @@ packages:
} }
snapshots: snapshots:
"@prettier/plugin-xml@3.4.1(prettier@3.3.1)": "@prettier/plugin-xml@3.4.1(prettier@3.3.2)":
dependencies: dependencies:
"@xml-tools/parser": 1.0.11 "@xml-tools/parser": 1.0.11
prettier: 3.3.1 prettier: 3.3.2
"@xml-tools/parser@1.0.11": "@xml-tools/parser@1.0.11":
dependencies: dependencies:
@ -96,13 +96,13 @@ snapshots:
mvdan-sh@0.10.1: {} mvdan-sh@0.10.1: {}
prettier-plugin-sh@0.14.0(prettier@3.3.1): prettier-plugin-sh@0.14.0(prettier@3.3.2):
dependencies: dependencies:
mvdan-sh: 0.10.1 mvdan-sh: 0.10.1
prettier: 3.3.1 prettier: 3.3.2
sh-syntax: 0.4.2 sh-syntax: 0.4.2
prettier@3.3.1: {} prettier@3.3.2: {}
regexp-to-ast@0.5.0: {} regexp-to-ast@0.5.0: {}