Add job seeking note

This commit is contained in:
Philipp Oppermann
2020-03-26 17:02:01 +01:00
parent e76e71f285
commit fe0c8ccb0c
2 changed files with 14 additions and 2 deletions

View File

@@ -18,6 +18,14 @@ This blog is openly developed on [GitHub]. If you have any problems or questions
[at the bottom]: #comments [at the bottom]: #comments
[post branch]: https://github.com/phil-opp/blog_os/tree/post-12 [post branch]: https://github.com/phil-opp/blog_os/tree/post-12
<div class="note">
As a personal side note, I'm currently looking for a job in Karlsruhe (Germany) or remote. I would love to do systems programming using Rust, but I'm also open to other opportuni&shy;ties. For more information, see my [_LinkedIn_ profile] or contact me at <job@phil-opp.com>.
[_LinkedIn_ profile]: https://www.linkedin.com/in/phil-opp/
</div>
<!-- toc --> <!-- toc -->
## Multitasking ## Multitasking

View File

@@ -315,9 +315,13 @@ a.zola-anchor:hover {
div.note { div.note {
padding: .7rem 1rem; padding: .7rem 1rem;
margin: 1rem .2rem; margin: 1rem .2rem;
border: 2px solid #99ff99; border: 2px solid #6ad46a;
border-radius: 5px; border-radius: 5px;
background-color: #99ff0022; background-color: #99ff991f;
}
div.note p:last-child {
margin-bottom: 0;
} }
div.warning { div.warning {