mirror of
https://github.com/Mikaela/cv.git
synced 2025-08-17 18:17:22 +02:00
Compare commits
10 Commits
70f4a3e37c
...
1a3cd79409
Author | SHA1 | Date | |
---|---|---|---|
1a3cd79409 | |||
d2ed48995e | |||
da9ab33055 | |||
f894e225f8 | |||
342127aa21 | |||
4d01c5b0a9 | |||
bfbf2581ce | |||
146eb09ca2 | |||
315ff094fe | |||
0b1ff0714e |
17
404.md
Normal file
17
404.md
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /404.html
|
||||
sitemap: true
|
||||
excerpt: "404"
|
||||
lang: fi
|
||||
---
|
||||
|
||||
Etsimääsi sivua ei löydy. [Palaa takaisin suomenkieliseen <em>Curriculum Vitae</em>eni](/fi/index.html)?
|
||||
<br>
|
||||
|
||||
<hr>
|
||||
<div lang="en">
|
||||
<br>
|
||||
The page you were looking for wasn't found. [Return to my English
|
||||
<em>Curriculum Vitae</em>](/en/index.html)?
|
||||
</div>
|
13
README.md
13
README.md
@ -6,6 +6,7 @@ versionString: 2024.22.2
|
||||
date: 2024-05-28T08:59:32+03:00
|
||||
lang: en
|
||||
permalink: /en/index.html
|
||||
redirect_from: /en/html
|
||||
---
|
||||
|
||||
# Aminda Suomalainen
|
||||
@ -14,8 +15,12 @@ permalink: /en/index.html
|
||||
|
||||
_…is an open-source enthustiastic volunteer sysadmin in the Pirate Party of Finland._
|
||||
|
||||
🌍 Hel­sin­ki, Finland / [Home­page](https://aminda.eu) / [E­mail](mailto:{{ site.email }}) / [Git­Hub](https://github.com/Mikaela) / [Git­Lab.com](https://gitlab.com/Mikaela) /
|
||||
[Linked­In](https://www.linkedin.com/in/mikaelahmsuomalainen/) / [Tele­gram](https://aminda.eu/txt/telegram.txt) / [Open­Hub](https://www.openhub.net/accounts/Mikaela) / [Sig­nal](https://signal.me/#eu/yd0IRZ4YzHcSjNLvON2pQcsjUYdQT-nmxb3sGUvRqNMKK3wyQsVCW5FTZcrfX8up)
|
||||
<ul style="list-style-type: none">
|
||||
<li>🌍︎ Helsinki, Finland 🌐︎ <a href="https://aminda.eu">Aminda.eu</a> 🪪︎ <a href="https://keyoxide.org/aspe:keyoxide.org:LGWNUB7QG4M326FXXBH5Z6PLVY">Keyoxide</a> 🖺︎ <a href="https://linkedin.com/in/{{ site.linkedin_username }}">LinkedIn</a></li>
|
||||
<li>🤝🏻︎ <a href="https://github.com/{{ site.github_username}}">GitHub</a> 🤝🏼︎ <a href="https://gitlab.com/Mikaela">GitLab.com</a>
|
||||
<a href="https://www.openhub.net/accounts/Mikaela">OpenHub</a></li>
|
||||
<li>📧︎ <a href="(mailto:{{ site.email }}">Email</a> 🔓︎ <a href="https://aminda.eu/txt/telegram.txt">Telegram</a> 🔐︎ <a href="https://signal.me/#eu/yd0IRZ4YzHcSjNLvON2pQcsjUYdQT-nmxb3sGUvRqNMKK3wyQsVCW5FTZcrfX8up">Signal</a></li>
|
||||
</ul>
|
||||
|
||||
## Table of Contents
|
||||
|
||||
@ -25,7 +30,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 -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
|
||||
- [Volunteering / positions of trust](#volunteering%C2%A0%C2%A0positions-of-trust)
|
||||
- [Volunteering, positions of trust](#volunteering-positions-of-trust)
|
||||
- [IT Skills](#it-skills)
|
||||
- [Language skills](#language-skills)
|
||||
- [Work Experience](#work-experience)
|
||||
@ -39,7 +44,7 @@ _…is an open-source enthustiastic volunteer sysadmin in the Pirate Party of Fi
|
||||
<!-- prettier-ignore-end -->
|
||||
<!-- editorconfig-checker-enable -->
|
||||
|
||||
## Volunteering / positions of trust
|
||||
## Volunteering, positions of trust
|
||||
|
||||
- 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 -->
|
||||
|
@ -17,3 +17,9 @@ icon: https://media.githubusercontent.com/media/Mikaela/mikaela.github.io/lfs-me
|
||||
linkedin_username: aminda-eu
|
||||
github_username: Mikaela
|
||||
email: suomalainen@mikaela.info
|
||||
# Explicitly specify built with kramdown and options for it
|
||||
markdown: kramdown
|
||||
kramdown:
|
||||
# Required for entering html blocks within the markdown such as the unstyled
|
||||
# list
|
||||
parse_block_html: true
|
||||
|
@ -4,22 +4,24 @@
|
||||
<title>{{site.title}} {{ page.title }} — {{site.author}}</title>
|
||||
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description | strip_html | strip_newlines }}{% endif %}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="referrer" content="no-referrer" />
|
||||
<meta name="og:title" content="{{site.title}} {{ page.title }} — {{site.author}}" />
|
||||
<meta name="og:description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description | strip_html | strip_newlines }}{% endif %}" />
|
||||
<meta name="og:site_name" content="{{site.title}} — {{site.author}}" />
|
||||
<meta name="og:image" content="{{site.icon}}"/>
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<meta name="og:title" content="{{site.title}} {{ page.title }} — {{site.author}}">
|
||||
<meta name="og:description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description | strip_html | strip_newlines }}{% endif %}">
|
||||
<meta name="og:site_name" content="{{site.title}} — {{site.author}}">
|
||||
<meta name="og:image" content="{{site.icon}}">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<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 prefetch" href="{{ "/assets/main.css" | relative_url }}">
|
||||
<link rel="icon prefetch" href="{{site.icon}}">
|
||||
<link rel="me prefetch" href="{{ site.url }}" />
|
||||
<link rel="me" href="https://aminda.eu" />
|
||||
<link rel="me prefetch" href="{{ site.url }}">
|
||||
<link rel="me" href="https://aminda.eu">
|
||||
<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="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="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://mastodon.pirateparty.be/users/MikaelaPPFI">
|
||||
<link rel="me" href="https://keyoxide.org/aspe:keyoxide.org:LGWNUB7QG4M326FXXBH5Z6PLVY">
|
||||
<link rel="me" href="https://linkedin.com/in/{{site.linkedin_username}}">
|
||||
<script>
|
||||
MathJax = {
|
||||
tex: {inlineMath: [['$', '$'], ['\\(', '\\)']]}
|
||||
|
@ -9,7 +9,7 @@
|
||||
// I imagine it's a small minority and most users will get either ui-serif
|
||||
// or fallback further down the fallback list, perhaps all the way to serif.
|
||||
$base-font-family: ui-serif, system-ui, "Liberation Serif", Tinos,
|
||||
"Times New Roman", serif;
|
||||
"Times New Roman", serif, emoji;
|
||||
$monospace-font-family: ui-monospace, "Liberation Mono", Cousine,
|
||||
"Courier New", monospace;
|
||||
|
||||
@ -31,6 +31,8 @@ $monospace-font-family: ui-monospace, "Liberation Mono", Cousine,
|
||||
//padding: auto !important;
|
||||
overflow-wrap: break-word !important;
|
||||
hyphens: auto !important;
|
||||
// Experimental trick to make all emojis text if supported.
|
||||
font-variant-emoji: text;
|
||||
}
|
||||
|
||||
a {
|
||||
|
13
fi/README.md
13
fi/README.md
@ -8,6 +8,7 @@ date: 2024-05-28T08:59:32+03:00
|
||||
lang: fi
|
||||
permalink: /index.html
|
||||
redirect_from:
|
||||
- /fi.html
|
||||
- fi/index.html
|
||||
- fi/README.html
|
||||
- README.html
|
||||
@ -29,15 +30,19 @@ Internally both of these are provided in the YAML front matter and refer to vari
|
||||
|
||||
_…on avointa lähdekoodia tukeva verkkopalveluylläpitäjä piraattipuolueessa._
|
||||
|
||||
🌍 Hel­sin­ki, Suo­mi / [Ko­ti­si­vu](https://aminda.eu) / [Säh­kö­pos­ti](mailto:{{ site.email }}) / [Git­Hub](https://github.com/Mikaela) / [Git­Lab.com](https://gitlab.com/Mikaela) /
|
||||
[Lin­ked­In](https://www.linkedin.com/in/mikaelahmsuomalainen/) / [Tel­e­gram](https://aminda.eu/txt/telegram.txt) / [Open­Hub](https://www.openhub.net/accounts/Mikaela) / [Sig­nal](https://signal.me/#eu/yd0IRZ4YzHcSjNLvON2pQcsjUYdQT-nmxb3sGUvRqNMKK3wyQsVCW5FTZcrfX8up)
|
||||
<ul style="list-style-type: none">
|
||||
<li>🌍︎ Helsinki, Finland 🌐︎ <a href="https://aminda.eu">Aminda.eu</a> 🪪︎ <a href="https://keyoxide.org/aspe:keyoxide.org:LGWNUB7QG4M326FXXBH5Z6PLVY">Keyoxide</a> 🖺︎ <a href="https://www.linkedin.com/in/{{ site.linkedin_username }}">LinkedIn</a></li>
|
||||
<li>🤝🏻︎ <a href="https://github.com/{{ site.github_username }}">GitHub</a> 🤝🏼︎ <a href="https://gitlab.com/Mikaela">GitLab.com</a>
|
||||
🤝🏽︎ <a href="https://www.openhub.net/accounts/Mikaela">OpenHub</a></li>
|
||||
<li>🔓︎ <a href="https://aminda.eu/txt/telegram.txt">Telegram</a> 🔐︎ <a href="https://signal.me/#eu/yd0IRZ4YzHcSjNLvON2pQcsjUYdQT-nmxb3sGUvRqNMKK3wyQsVCW5FTZcrfX8up">Signal</a> 📧︎ <a href="(mailto:{{ site.email }}">Email</a></li>
|
||||
</ul>
|
||||
|
||||
## Sisällys
|
||||
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
|
||||
- [Luottamustehtävät / vapaa-ehtoistyö](#luottamusteht%C3%A4v%C3%A4t%C2%A0%C2%A0vapaa-ehtoisty%C3%B6)
|
||||
- [Luottamustehtävät, vapaa-ehtoistyö](#luottamusteht%C3%A4v%C3%A4t-vapaa-ehtoisty%C3%B6)
|
||||
- [IT-Taidot](#it-taidot)
|
||||
- [Kielitaito](#kielitaito)
|
||||
- [Työkokemus](#ty%C3%B6kokemus)
|
||||
@ -48,7 +53,7 @@ _…on avointa lähdekoodia tukeva verkkopalveluylläpitäjä piraattipuolueessa
|
||||
|
||||
<!-- 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/)_
|
||||
- **Verkkopalveluiden- ja Pikaviestinten ylläpito** <!-- Pikaviestintiimi perustettiin virallisesti 27.03.2018, verkkopalveluiden selvitys 06.08.2019 ja IT-tiimi on ollut 11.12.2019 -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user