mirror of
https://github.com/Mikaela/cv.git
synced 2025-10-19 17:37:27 +02:00
run prettier on all files
This commit is contained in:
parent
d08f226ece
commit
9e89ad3895
@ -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"/>
|
<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
|
<span id="bio">_…is an open-source enthustiastic IT generalist, currently
|
||||||
Pirate Party of Finland._</span>
|
volunteering as a sysadmin in the Pirate Party of Finland._</span>
|
||||||
|
|
||||||
<p style="text-align: center;">🏳️‍⚧​‍🏳️‍🌈️</p>
|
<p style="text-align: center;">🏳️‍⚧​‍🏳️‍🌈️</p>
|
||||||
|
|
||||||
@ -213,7 +213,8 @@ Pirate Party of Finland._</span>
|
|||||||
- Assisted in marketing the cooperative's services by exploring mass
|
- Assisted in marketing the cooperative's services by exploring mass
|
||||||
communication with `Thunderbird` extensions and `Facebook Marketplace`.
|
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
|
## Education
|
||||||
|
|
||||||
|
@ -6,12 +6,15 @@
|
|||||||
|
|
||||||
// Font specifications. I keep changing my mind on what are the most pleasant
|
// 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.'
|
// 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;
|
"Noto Emoji", "Noto Color Emoji", emoji;
|
||||||
$sans-serif-font-family: ui-sans-serif, "Roboto Flex", Roboto, "Noto Sans",
|
$monospace-font-family:
|
||||||
Arimo, sans-serif, "Noto Emoji", "Noto Color Emoji", emoji;
|
ui-monospace, "Roboto Mono", "Noto Mono", Cousine, monospace, "Noto Emoji",
|
||||||
$monospace-font-family: ui-monospace, "Roboto Mono", "Noto Mono", Cousine,
|
"Noto Color Emoji", emoji;
|
||||||
monospace, "Noto Emoji", "Noto Color Emoji", emoji;
|
|
||||||
// Must be in the end under threat of undefined variable error.
|
// Must be in the end under threat of undefined variable error.
|
||||||
$base-font-family: $serif-font-family;
|
$base-font-family: $serif-font-family;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user