2024-09-15 11:24:26 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width,initial-scale=1,shrink-to-fit=no" >
2024-09-23 20:36:29 +02:00
< link rel = "stylesheet" href = "global/theme.css" >
< script rel = "text/javascript" src = "global/global.js" > < / script >
< link rel = "stylesheet" href = "global/style.css" >
2024-10-10 23:35:32 +02:00
< title > Gabriel's personal website'< / title >
2024-09-15 11:24:26 +02:00
< / head >
< body >
< nav id = "navbar" > < / nav >
< main >
< div id = "home" class = "content" >
2024-10-11 00:14:54 +02:00
< h2 class = "titlebar" > < a href = "https://www.weingardt.dev/" > Weingardt.dev< / a > - About < i > ?me?< / i > < / h2 >
2024-09-15 11:24:26 +02:00
< p >
2024-10-11 09:06:11 +02:00
A visitor! It appears you have found my website (I wonder how...) but anyway,< br > < br >
2024-10-11 00:14:54 +02:00
my name is Gabriel Weingardt I'm a < label id = "agestamp" > [AGEINSERT]< / label > year old < i > hobby< / i > programmer from Germany 🇩🇪. I like to tinker around with electronics and computer hardware
2024-09-15 11:24:26 +02:00
(maybe even more than I do programming stuff lol).< br >
But I don't want to souly identify myself with just cringy computer stuff.
I also like the great outdoors along with hiking.
2024-10-11 00:14:54 +02:00
I love to take day-long hikes across Germany with my friends.
2024-09-15 11:24:26 +02:00
< / p >
< p >
2024-10-11 00:14:54 +02:00
Anyway... one of my greatest projects (as of yet) has been my homebrew computer I build and developed across the last three years.< br >
2024-09-15 11:24:26 +02:00
There's an entire < a href = "projects/" > page< / a > dedicated to this project. Feel free to take a visit.< br >
2024-10-11 00:14:54 +02:00
I've also written some < a href = "projects/" > software< / a > for this computer.
(Also check out my other < a href = "projects/" > projects< / a > )
2024-09-15 11:24:26 +02:00
< / p >
< p >
2024-10-11 00:14:54 +02:00
< br > I (apparently) like GNU/Linux and to advocate for < a href = "https://www.gnu.org/licenses/licenses.html" > Free and Open Source Software< / a > , short "FOSS".
Though, I don't currently contribute anything to FOSS, plans to maintain a future Linux repo are set.< br > < br >
2024-10-11 23:05:21 +02:00
Along with FOSS, I also like so called "frontends". These act as proxies to popular mainstream websites, that
2024-10-11 00:14:54 +02:00
profit off selling your personal data.< br >
I host some public frontends like:
< ul >
< li > < a href = "https://searx.weingardt.dev" > SearxNG< / a > > Google replacement< / li >
< li > < a href = "https://inv.weingardt.dev" > Invidious< / a > > YouTube replacement (currently broken lol)< / li >
< li > < a href = "https://git.weingardt.dev" > Gitea< / a > > GitHub replacement< / li >
2024-10-22 20:08:38 +02:00
< / ul > (yes yes... I may add [insert your favorite frontend] if demand is large enough)
2024-09-15 11:24:26 +02:00
< / p >
2024-10-14 23:45:02 +02:00
< p class = "text-center" > < br > < br > Thank you for stopping by.< / p >
< a class = "text-center" href = "moe.html" > < br > ? More stuff about < b > < i > me< / i > < / b > ?< / a >
2024-09-15 11:24:26 +02:00
< / div >
< div id = "footnote" > < var id = "toplevel" data- = "" > Please enable Javascript on this page as it's required to generate the footer and navigation bar.< br > For fear of non-free Javascript: The JS is licensed under GPL v.3< / var > < / div >
< / main >
< footer id = "footer" > < / footer >
<!-- Some variables and script - call for global site elements -->
< var id = "selected-nav" data- = "Home" > < / var >
< / body >
< / html >