mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Add job seeking note
This commit is contained in:
@@ -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­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
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user