1
0
mirror of https://github.com/Mikaela/cv.git synced 2025-04-03 14:28:07 +02:00

run prettier on all files

This commit is contained in:
Aminda Suomalainen 2025-03-29 09:43:53 +02:00
parent d08f226ece
commit 9e89ad3895
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 12 additions and 8 deletions

View File

@ -17,8 +17,8 @@ robots: nofollow
<img src="https://media.githubusercontent.com/media/Mikaela/mikaela.github.io/lfs-media/avatar/250.jpeg" alt="photo of me"/>
<span id="bio">_…is an open-source enthustiastic IT generalist, currently volunteering as a sysadmin in the
Pirate Party of Finland._</span>
<span id="bio">_…is an open-source enthustiastic IT generalist, currently
volunteering as a sysadmin in the Pirate Party of Finland._</span>
<p style="text-align: center;">&#127987;&#65039;&#8205;&#9895;&#8203;&#8205;&#127987;&#65039;&#8205;&#127752;&#65039;</p>
@ -213,7 +213,8 @@ Pirate Party of Finland._</span>
- Assisted in marketing the cooperative's services by exploring mass
communication with `Thunderbird` extensions and `Facebook Marketplace`.
[On the job training]: https://toimistot.te-palvelut.fi/en/work-try-out-practices-and-provisions
[On the job training]:
https://toimistot.te-palvelut.fi/en/work-try-out-practices-and-provisions
## Education

View File

@ -6,12 +6,15 @@
// Font specifications. I keep changing my mind on what are the most pleasant
// fonts to my eyes, so I won't bother commenting them here.'
$serif-font-family: ui-serif, "Roboto Serif", "Noto Serif", Tinos, serif,
$serif-font-family:
ui-serif, "Roboto Serif", "Noto Serif", Tinos, serif, "Noto Emoji",
"Noto Color Emoji", emoji;
$sans-serif-font-family:
ui-sans-serif, "Roboto Flex", Roboto, "Noto Sans", Arimo, sans-serif,
"Noto Emoji", "Noto Color Emoji", emoji;
$sans-serif-font-family: ui-sans-serif, "Roboto Flex", Roboto, "Noto Sans",
Arimo, sans-serif, "Noto Emoji", "Noto Color Emoji", emoji;
$monospace-font-family: ui-monospace, "Roboto Mono", "Noto Mono", Cousine,
monospace, "Noto Emoji", "Noto Color Emoji", emoji;
$monospace-font-family:
ui-monospace, "Roboto Mono", "Noto Mono", Cousine, monospace, "Noto Emoji",
"Noto Color Emoji", emoji;
// Must be in the end under threat of undefined variable error.
$base-font-family: $serif-font-family;