Add profile picture
This commit is contained in:
parent
6b245f540d
commit
a2b355477f
@ -4,7 +4,9 @@ title = "About"
|
||||
notoc = true
|
||||
+++
|
||||
|
||||
This is my personal website mainly used for technical articles about problems and projects I am working on.
|
||||
<img src="profile-picture.jpg" alt="Profile Picture" class="profile-picture">
|
||||
|
||||
This is my personal website mainly used for technical articles about problems and projects I am working on.
|
||||
|
||||
It is generated to static HTML via [Zola](https://www.getzola.org/).
|
||||
|
BIN
content/about/profile-picture.jpg
Normal file
BIN
content/about/profile-picture.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
@ -211,6 +211,12 @@ a {
|
||||
&:hover { text-decoration: underline }
|
||||
}
|
||||
|
||||
.profile-picture {
|
||||
float: right;
|
||||
width: 15rem;
|
||||
margin-left: 3em;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 50rem) {
|
||||
|
||||
.grid { grid-template-columns: auto }
|
||||
@ -230,6 +236,11 @@ a {
|
||||
}
|
||||
span.title { display: none }
|
||||
}
|
||||
|
||||
.profile-picture {
|
||||
width: 10rem;
|
||||
margin-left: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user