Add new profile
This commit is contained in:
parent
5a019e7d81
commit
a7e55a1994
4 changed files with 43 additions and 5 deletions
|
@ -54,3 +54,8 @@ socials = [
|
||||||
{ name = "github", url = "https://github.com/fabianhauser/", icon = "github" },
|
{ name = "github", url = "https://github.com/fabianhauser/", icon = "github" },
|
||||||
{ name = "gpg", url = "https://keys.openpgp.org/search?q=fabian%40fh2.ch", icon = "gpg" },
|
{ name = "gpg", url = "https://keys.openpgp.org/search?q=fabian%40fh2.ch", icon = "gpg" },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
stylesheets = [
|
||||||
|
"profile.css"
|
||||||
|
]
|
||||||
|
|
||||||
|
|
|
@ -14,11 +14,10 @@ Professionally, I've been active in computer science and teaching with a focus o
|
||||||
|
|
||||||
Before, I was bringing secure and privacy first communication to the general public at [Threema](https://threema.ch/)
|
Before, I was bringing secure and privacy first communication to the general public at [Threema](https://threema.ch/)
|
||||||
and giving lectures on Software Engineering at [OST – Fachhochschule Ostschweiz](https://www.ost.ch/).
|
and giving lectures on Software Engineering at [OST – Fachhochschule Ostschweiz](https://www.ost.ch/).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[📬 fabian@fh2.ch](mailto:fabian@fh2.ch)
|
[📬 fabian@fh2.ch](mailto:fabian@fh2.ch)
|
||||||
[📷 Pixelfed Portfolio](https://portfolio.pixelfed.social/fabianhauser)
|
[📷 Pixelfed Portfolio](https://portfolio.pixelfed.social/fabianhauser)
|
||||||
[⚙️ github.com/fabianhauser](https://github.com/fabianhauser)
|
[⚙️ github.com/fabianhauser](https://github.com/fabianhauser)
|
||||||
🔒 **GPG-Key**: [`0x8a52a140bebf7d2c`](https://keys.openpgp.org/search?q=fabian%40fh2.ch)
|
🔒 **GPG-Key**: [`0x8a52a140bebf7d2c`](https://keys.openpgp.org/search?q=fabian%40fh2.ch)
|
||||||
Fingerprint: `50B7 11F4 3DFD 2018 DCE6 E8D0 8A52 A140 BEBF 7D2C`
|
`50B7 11F4 3DFD 2018 DCE6 E8D0 8A52 A140 BEBF 7D2C`
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:4152867c1b4123ee6e3c9de5dc8f0de3cbcb9324f6cc8acc40523e889d3fe6a8
|
oid sha256:8144dd85dbcb0f1bd5c1c1287e9d6c49d4d9a3b2b62cb7e0dcf02148ade819b1
|
||||||
size 46022
|
size 230340
|
||||||
|
|
34
src/static/profile.css
Normal file
34
src/static/profile.css
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
#banner-container-home #image-container-home #banner-home-img {
|
||||||
|
aspect-ratio: auto;
|
||||||
|
max-height: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#banner-container-home #image-container-home {
|
||||||
|
min-width: 40%;
|
||||||
|
margin-top: 4rem;
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
#banner-container-home {
|
||||||
|
align-items: start;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 600px) {
|
||||||
|
#banner-container-home #image-container-home {
|
||||||
|
margin-top: 1rem;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
min-width: 70%;
|
||||||
|
}
|
||||||
|
#home-banner-header,
|
||||||
|
#banner-container-home #image-container-home #banner-home-img {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#banner-container-home #image-container-home #banner-home-img {
|
||||||
|
max-width: 80%;
|
||||||
|
}
|
||||||
|
#banner-container-home {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column-reverse;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue