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:
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"/>
|
||||
|
||||
<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;">🏳️‍⚧​‍🏳️‍🌈️</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
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user