restructured to public folder

This commit is contained in:
Luca 2024-11-04 17:50:27 +01:00
parent 43addb92a2
commit 83737bd3a6
101 changed files with 2945 additions and 8373 deletions

64
content/index.njk Normal file
View file

@ -0,0 +1,64 @@
---
layout: layouts/base.njk
title: luca-junge.de
permalink: /index.html
---
<section class="hero">
<div class="section-content">
<div>
<h1>Welcome to my website!</h1>
</div>
<div>
<p>
I'm Luca Junge, a web developer specializing on interactive progressive web apps and 3D content.</p>
</div>
</div>
</section>
<section class="section-background" style="background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/museum2_mobile.jpg');">
<div class="section-content">
<div>
<h1>Interactive Applications & Games</h1>
</div>
<div>
<p>Most of my work is created using standard web technologies in combination with open source libraries like three.js.</p>
<p>For more demanding projects I am using the Godot Engine.</p>
</div>
</div>
</section>
<section class="section-background" style="display: none; background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/portfolio_mobile.jpg');">
<div class="section-content">
<div>
<h1>Open Source Workflow</h1>
</div>
<div>
<p>My projects rely on various open source projects like Meshlab, Blender, Meshroom, Godot Engine and more.</p>
</div>
</div>
</section>
<section class="section-background" style="background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/portfolio_mobile.jpg');">
<div class="section-content">
<div>
<h1>My Portfolio</h1>
</div>
<div>
<p>I want to publish and show some of my demo projects here. Feel free to check them out and look at the source code.</p>
<a class="button" href="/portfolio/">Take a look at my projects</a>
</div>
</div>
</section>
<section class="section-background" style="background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/blog_mobile.jpg');">
<div class="section-content">
<div>
<h1>My Blog</h1>
</div>
<div>
<p>Whenever I see a new technique or discover something useful, I'm writing a blog post about it!</p>
<a class="button" href="/blog/">Visit</a>
</div>
</div>
</section>