2023-07-20 23:15:28 +02:00
< script >
< / script >
2023-07-18 14:18:52 +02:00
< style >
2023-07-20 23:15:28 +02:00
section{
padding: 2rem 1rem;
min-height: 350px;
2023-07-21 00:44:37 +02:00
overflow: hidden;
2023-07-20 23:15:28 +02:00
transition: 200ms;
}
section:nth-child(3n){
background-color: var(--nord4);
}
section:nth-child(3n+1){
background-color: var(--nord6);
}
section:nth-child(3n+2){
background-color: var(--nord5);
}
section:nth-child(2n) .flex{
flex-direction: row-reverse;
}
section:nth-child(2n) img{
object-position: right;
left: -350px;
}
.flex{
display: flex;
gap: 2rem;
flex-direction: row;
justify-content: flex-start;
max-width: 1000px;
margin-inline: auto;
min-height: 350px;
}
.flex > *:first-child{
width: 66%;
}
.flex > *:last-child{
position: relative;
max-width: 34%;
}
.flex > *:last-child img{
position:absolute;
}
img{
height: 350px;
object-fit: cover;
}
h2{
font-size: 3rem;
}
a{
text-decoration: unset;
color: var(--nord0);
transition: 200ms;
}
2023-07-22 12:58:29 +02:00
section:hover{
2023-07-20 23:15:28 +02:00
scale: 1.02;
}
section:has(a:hover){
box-shadow: 1em 1em 1em 1em rgba(0,0,0, 0.3);
}
2023-07-18 14:18:52 +02:00
< / style >
< section >
2023-07-20 23:15:28 +02:00
< a href = "/rezepte" class = flex >
< div class = text >
2023-11-13 13:07:42 +01:00
< h2 > Re­ zep­ te< / h2 >
2023-07-24 16:59:06 +02:00
< p > Die eigenen Rezepte für das ganze Jahr kann man hier finden. Von traditionell Kärntner Küche zu Schweizer Klassikern oder auch das ein oder andere Hipsterrezept findet man für das ganze Jahr Rezepte. An den Rezepten wird kontinuirlich gefeilscht. < / p >
2023-07-20 23:15:28 +02:00
< / div >
< div >
2024-01-01 14:29:30 +01:00
< img src = "https://bocken.org/static/rezepte/thumb/ragu_aus_rindsrippen.webp" alt = "" >
2023-07-20 23:15:28 +02:00
< / div >
< / a >
2023-07-18 14:18:52 +02:00
< / section >
2023-07-20 23:15:28 +02:00
2023-07-18 14:18:52 +02:00
< section >
2023-07-20 23:15:28 +02:00
< a href = "/git" class = flex >
< div class = text >
2023-07-24 16:59:06 +02:00
< h2 > Git< / h2 >
2023-07-24 20:47:18 +02:00
< p > Alle Möglichen eigene Codingprojekte kann man auf dieser eigenen gehosteten Gitea Instanz finden. So auch z.B. diese Website. Anki-Vokabelkarten oder auch nur kleinere Personalisierungen von Linux Desktopprogrammen à la DWM oder dmenu sind auch hier zu finden.< / p >
2023-07-20 23:15:28 +02:00
< / div >
< div >
< img src = "/icons/Git.svg" alt = "The Git Icon in orange" >
< / div >
< / a >
2023-07-18 14:18:52 +02:00
< / section >
2023-07-26 15:16:17 +02:00
< section >
< a href = "https://stream.bocken.org" class = flex >
< div class = text >
2023-11-13 13:07:42 +01:00
< h2 > Strea­ ming< / h2 >
2023-07-26 15:16:17 +02:00
< p > Die persönliche Filme und TV-Shows zum streamen gehosted via Jellyfin. Somit wird Netflix und Co. vollends ersetzt. Login notwendiged. (Zur Zeit noch separat von main-page login)< / p >
< / div >
< div >
< img src = "/icons/Jellyfin.svg" alt = "" >
< / div >
< / a >
< / section >
2023-07-26 23:59:15 +02:00
2023-07-18 14:18:52 +02:00
< section >
2023-07-20 23:15:28 +02:00
< a href = "/bilder" class = flex >
< div class = text >
2023-11-13 13:07:42 +01:00
< h2 > Fa­ mil­ ien­ bil­ der< / h2 >
< p > < / p >
2023-07-20 23:15:28 +02:00
< / div >
< div >
2023-11-13 13:07:42 +01:00
< img src = "/icons/Photoprism.svg" alt = "" >
2023-07-20 23:15:28 +02:00
< / div >
< / a >
< / section >
2023-07-26 23:59:15 +02:00
< section >
2023-11-13 13:07:42 +01:00
< a href = "https://cloud.bocken.org" class = flex >
< div class = text >
< h2 > Cloud< / h2 >
< p > Die priavte Cloud für Datensynchronisiserung, Kontakte und Kalender.< / p >
< / div >
< div > < img src = "/icons/Nextcloud.svg" alt = "" > < / div >
< / a >
< / section >
< section >
< a href = "https://meet.bocken.org" class = flex >
2023-07-26 23:59:15 +02:00
< div class = text >
2023-11-13 13:07:42 +01:00
< h2 > Jitsi< / h2 >
< p > Für die eigenene Meetings ohne ein mithören von Zoom oder Microsoft< / p >
2023-07-26 23:59:15 +02:00
< / div >
< div >
2023-11-13 13:07:42 +01:00
< img src = "/icons/Jitsi.svg" alt = "" >
2023-07-26 23:59:15 +02:00
< / div >
< / a >
2023-07-20 23:15:28 +02:00
< / section >
< section >
2023-11-13 13:07:42 +01:00
< a href = "/searx" class = flex >
2023-07-20 23:15:28 +02:00
< div class = text >
2023-11-13 13:07:42 +01:00
< h2 > Pri­ va­ te Such­ ma­ schi­ ne< / h2 >
< p > Eine selbsgehostete Searx-Instanz für private Suche durch diese Metasuchmaschine. Überraschend gut für Manches, überraschend schlecht für Anderes.< / p >
2023-07-20 23:15:28 +02:00
< / div >
< div >
2023-11-13 13:07:42 +01:00
< img src = "/icons/Searx.svg" alt = "" >
2023-07-20 23:15:28 +02:00
< / div >
< / a >
2023-07-18 14:18:52 +02:00
< / section >
< section >
2023-07-20 23:15:28 +02:00
< a href = "/transmission" class = flex >
< div class = text >
2023-11-13 13:07:42 +01:00
< h2 > Trans­ mis­ sion< / h2 >
2023-07-20 23:15:28 +02:00
< p > Lorem ipsum dolor sit amet consectetur adipisicing elit. Libero doloremque atque totam nam voluptatum at facere itaque autem quae? Saepe hic iure delectus vero culpa maiores fuga, provident ipsam consectetur.< / p >
< / div >
< div >
< img src = "/icons/Transmission.svg" alt = "" >
< / div >
< / a >
2023-07-18 14:18:52 +02:00
< / section >