Web/templates/projects.html
2019-10-04 21:33:37 +02:00

13 lines
634 B
HTML

<!-- TITLE Ellpeck.de - Projects -->
<!-- DESCRIPTION A list of some of the things that I created and that you might know me from -->
<div class="list-display rounded">
<h1>Projects</h1>
<p>
Here is a list of some of the things that you might know me from. If you want to have a more in-depth look at everything I do, check out some of the sites linked in the <a href="#social">Social</a> section.
</p>
<div id="project-list">
<em>The content that should be here is dynamically generated. Please enable JavaScript if you see this.</em>
</div>
<script src="scripts/projects.js"></script>
</div>