2022-07-13 13:52:53 +02:00
---
layout: default
title: Ellpeck.de
2022-07-17 15:35:53 +02:00
description: Ell's Little Internet Place
2022-07-13 13:52:53 +02:00
nav: nav/indexnav.html
---
<!-- Home -->
< div class = "jumbotron" >
< div class = "container" >
< div class = "row" >
< div class = "col-md-auto" >
2022-09-10 21:40:58 +02:00
< img src = "./res/me.jpeg" class = "rounded-circle" width = "175" height = "175" id = "navbar-image" alt = "A cover photo of Ellpeck" >
2022-07-13 13:52:53 +02:00
< / div >
< div class = "col" >
< h1 class = "display-4" id = "intro-text" > < / h1 >
< script src = "./scripts/greet.js" > < / script >
2023-08-07 13:47:33 +02:00
< p class = "lead" > Welcome to my personal website! I'm Ellpeck, though I usually go by Ell. I'm a developer person from Germany, and I do a lot of stuff online!< / p >
2022-07-13 13:52:53 +02:00
< / div >
< / div >
< / div >
< / div >
{% include projects.html %}
{% include social.html %}
{% include about.html %}
{% include blog.html %}
2022-07-17 15:35:53 +02:00
{% include support.html %}