2021-07-09 01:59:28 +02:00
---
layout: default
title: Ellpeck.de
2021-07-09 03:56:01 +02:00
summary: Ellpeck's little internet place
2021-07-09 01:59:28 +02:00
nav: nav/indexnav.html
---
<!-- Home -->
< div class = "jumbotron" >
< div class = "container" >
< div class = "row" >
< div class = "col-md-auto" >
< img src = "./res/me.jpeg" class = "rounded-circle" width = "200" height = "200" id = "navbar-image" alt = "A cover photo of Ellpeck" >
< / div >
< div class = "col" >
< h1 class = "display-4" id = "intro-text" > < / h1 >
< script src = "./scripts/greet.js" > < / script >
< p class = "lead" > Welcome to my little website! I'm Ellpeck, a student and programmer from Germany. I do a lot of stuff, actually. My life is pretty busy.< / p >
2021-11-08 18:28:32 +01:00
<!-- Donation buttons -->
< div id = "donation-buttons" >
2021-11-11 16:01:10 +01:00
< a href = "https://github.com/sponsors/Ellpeck" class = "card-link btn rounded-0 btn-outline-primary" > ❤️ Sponsor on GitHub< / a >
< a href = "https://patreon.com/Ellpeck" class = "card-link btn rounded-0 btn-outline-primary" > ⭐ Become a Patron< / a >
< a href = "https://ko-fi.com/ellpeck" class = "card-link btn rounded-0 btn-outline-primary" > ☕ Buy me a Coffee< / a >
2021-07-09 01:59:28 +02:00
< / div >
2021-11-08 18:28:32 +01:00
< script >
if (dark) {
$("#donation-buttons").find(".btn-outline-primary").each(function () {
let e = $(this);
e.removeClass("btn-outline-primary");
e.addClass("btn-outline-info");
});
}
< / script >
2021-07-09 01:59:28 +02:00
< / div >
< / div >
< / div >
< / div >
{% include projects.html %}
{% include social.html %}
{% include about.html %}
{% include blog.html %}