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

Compare commits

..

7 Commits

5 changed files with 35 additions and 15 deletions

View File

@ -14,9 +14,8 @@ permalink: /en/index.html
_…is an open-source enthustiastic volunteer sysadmin in the Pirate Party of Finland._ _…is an open-source enthustiastic volunteer sysadmin in the Pirate Party of Finland._
🌍 Helsinki, Finland / [Email](mailto:{{ site.email }}) / 🌍 Helsinki, Suomi / [Homepage](https://aminda.eu) / [Email](mailto:{{ site.email }}) / [GitHub](https://github.com/Mikaela) / [GitLab.com](https://gitlab.com/Mikaela) /
[GitHub](https://github.com/Mikaela) / [GitLab.com](https://gitlab.com/Mikaela) / [LinkedIn](https://www.linkedin.com/in/mikaelahmsuomalainen/) / [Telegram](https://aminda.eu/txt/telegram.txt) / [OpenHub](https://www.openhub.net/accounts/Mikaela) / [Signal](https://signal.me/#eu/yd0IRZ4YzHcSjNLvON2pQcsjUYdQT-nmxb3sGUvRqNMKK3wyQsVCW5FTZcrfX8up)
[LinkedIn](https://www.linkedin.com/in/mikaelahmsuomalainen/) / [Telegram](https://aminda.eu/txt/telegram.txt) / [OpenHub](https://www.openhub.net/accounts/Mikaela) / [Signal](https://signal.me/#eu/yd0IRZ4YzHcSjNLvON2pQcsjUYdQT-nmxb3sGUvRqNMKK3wyQsVCW5FTZcrfX8up)
## Table of Contents ## Table of Contents
@ -26,7 +25,7 @@ _…is an open-source enthustiastic volunteer sysadmin in the Pirate Party of Fi
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [Volunteering / positions of trust](#volunteering--positions-of-trust) - [Volunteering / positions of trust](#volunteering%C2%A0%C2%A0positions-of-trust)
- [IT Skills](#it-skills) - [IT Skills](#it-skills)
- [Language skills](#language-skills) - [Language skills](#language-skills)
- [Work Experience](#work-experience) - [Work Experience](#work-experience)
@ -40,7 +39,7 @@ _…is an open-source enthustiastic volunteer sysadmin in the Pirate Party of Fi
<!-- prettier-ignore-end --> <!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable --> <!-- editorconfig-checker-enable -->
## Volunteering / positions of trust ## Volunteering / positions of trust
- 10.2015-- _[Pirate Party of Finland](https://piraattipuolue.fi/en/)_ - 10.2015-- _[Pirate Party of Finland](https://piraattipuolue.fi/en/)_
- **Web Services and Instant Messaging Maintenance** <!-- The instant messaging team was officially founded on 27.03.2018, the web services survey on 06.08.2019, and the IT team has been in place since 11.12.2019 --> - **Web Services and Instant Messaging Maintenance** <!-- The instant messaging team was officially founded on 27.03.2018, the web services survey on 06.08.2019, and the IT team has been in place since 11.12.2019 -->

View File

@ -12,11 +12,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta http-equiv="x-dns-prefetch-control" content="off" /> <meta http-equiv="x-dns-prefetch-control" content="off" />
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}"> <link rel="stylesheet prefetch" href="{{ "/assets/main.css" | relative_url }}">
<link rel="icon" href="{{site.icon}}"> <link rel="icon prefetch" href="{{site.icon}}">
<link rel="me" href="{{ site.url }}" /> <link rel="me prefetch" href="{{ site.url }}" />
<link rel="me" href="https://aminda.eu" /> <link rel="me" href="https://aminda.eu" />
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> <link rel="canonical prefetch" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="prefetch" href="https://prefetch.validatorsearch.verisignlabs.com" /> <link rel="prefetch" href="https://prefetch.validatorsearch.verisignlabs.com" />
<link rel="me" type="application/activity+json" href="https://sauna.social/users/aminda" /> <link rel="me" type="application/activity+json" href="https://sauna.social/users/aminda" />
<link rel="me" type="application/activity+json" href="https://mastodon.pirateparty.be/users/MikaelaPPFI" /> <link rel="me" type="application/activity+json" href="https://mastodon.pirateparty.be/users/MikaelaPPFI" />
@ -25,5 +25,5 @@
tex: {inlineMath: [['$', '$'], ['\\(', '\\)']]} tex: {inlineMath: [['$', '$'], ['\\(', '\\)']]}
}; };
</script> </script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> <script rel="prefetch" id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
</head> </head>

View File

@ -21,6 +21,7 @@
max-width: 210mm !important; max-width: 210mm !important;
font-size: revert; font-size: revert;
//padding: auto !important; //padding: auto !important;
overflow-wrap: break-word !important;
} }
a { a {
@ -43,3 +44,24 @@ img {
float: right !important; float: right !important;
} }
} }
// Customize the dark theme to be more me
@media (prefers-color-scheme: dark) {
* {
color: #ffb700 !important;
border-color: #ffb700 !important;
background-color: #000000 !important;
}
.site-nav {
color-scheme: only dark !important;
color: #ffb700 !important;
background-color: #000000 !important;
color: #ffb700 !important;
}
// I don't want links to be restored to amber'
a {
color: revert !important;
}
}

View File

@ -29,16 +29,15 @@ Internally both of these are provided in the YAML front matter and refer to vari
_…on avointa lähdekoodia tukeva verkkopalveluylläpitäjä piraattipuolueessa._ _…on avointa lähdekoodia tukeva verkkopalveluylläpitäjä piraattipuolueessa._
🌍 Helsinki, Suomi / [Email](mailto:{{ site.email }}) / 🌍 Helsinki, Suomi / [Kotisivu](https://aminda.eu) / [Sähköposti](mailto:{{ site.email }}) / [GitHub](https://github.com/Mikaela) / [GitLab.com](https://gitlab.com/Mikaela) /
[GitHub](https://github.com/Mikaela) / [GitLab.com](https://gitlab.com/Mikaela) / [LinkedIn](https://www.linkedin.com/in/mikaelahmsuomalainen/) / [Telegram](https://aminda.eu/txt/telegram.txt) / [OpenHub](https://www.openhub.net/accounts/Mikaela) / [Signal](https://signal.me/#eu/yd0IRZ4YzHcSjNLvON2pQcsjUYdQT-nmxb3sGUvRqNMKK3wyQsVCW5FTZcrfX8up)
[LinkedIn](https://www.linkedin.com/in/mikaelahmsuomalainen/) / [Telegram](https://aminda.eu/txt/telegram.txt) / [OpenHub](https://www.openhub.net/accounts/Mikaela) / [Signal](https://signal.me/#eu/yd0IRZ4YzHcSjNLvON2pQcsjUYdQT-nmxb3sGUvRqNMKK3wyQsVCW5FTZcrfX8up)
## Sisällys ## Sisällys
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [Luottamustehtävät / vapaa-ehtoistyö](#luottamusteht%C3%A4v%C3%A4t--vapaa-ehtoisty%C3%B6) - [Luottamustehtävät / vapaa-ehtoistyö](#luottamusteht%C3%A4v%C3%A4t%C2%A0%C2%A0vapaa-ehtoisty%C3%B6)
- [IT-Taidot](#it-taidot) - [IT-Taidot](#it-taidot)
- [Kielitaito](#kielitaito) - [Kielitaito](#kielitaito)
- [Työkokemus](#ty%C3%B6kokemus) - [Työkokemus](#ty%C3%B6kokemus)
@ -49,7 +48,7 @@ _…on avointa lähdekoodia tukeva verkkopalveluylläpitäjä piraattipuolueessa
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
## Luottamustehtävät / vapaa-ehtoistyö ## Luottamustehtävät / vapaa-ehtoistyö
- 10.2015-- _[Piraattipuolue r.p.](https://piraattipuolue.fi/)_ - 10.2015-- _[Piraattipuolue r.p.](https://piraattipuolue.fi/)_
- **Verkkopalveluiden- ja Pikaviestinten ylläpito** <!-- Pikaviestintiimi perustettiin virallisesti 27.03.2018, verkkopalveluiden selvitys 06.08.2019 ja IT-tiimi on ollut 11.12.2019 --> - **Verkkopalveluiden- ja Pikaviestinten ylläpito** <!-- Pikaviestintiimi perustettiin virallisesti 27.03.2018, verkkopalveluiden selvitys 06.08.2019 ja IT-tiimi on ollut 11.12.2019 -->