18 lines
No EOL
808 B
HTML
18 lines
No EOL
808 B
HTML
<!-- TITLE Ellpeck.de -->
|
|
<!-- DESCRIPTION Ellpeck's little internet place -->
|
|
|
|
<div class="jumbotron">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-auto">
|
|
<img src="res/me.png" class="rounded-circle" width="200" height="200" id="navbar-image">
|
|
</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>
|
|
<p>Look around this website to find out more about my projects and other places you can find me!</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |