28 lines
933 B
HTML
28 lines
933 B
HTML
---
|
|
layout: default
|
|
title: Ellpeck.de
|
|
description: Ell's Little Internet Place
|
|
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="175" height="175" 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 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>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{% include projects.html %}
|
|
{% include social.html %}
|
|
{% include about.html %}
|
|
{% include blog.html %}
|
|
{% include support.html %}
|