Add new page, some fixes

This commit is contained in:
2025-02-17 09:32:18 +01:00
parent 1060cc937e
commit ccba4011f3
4 changed files with 9 additions and 4 deletions

View File

@@ -52,7 +52,7 @@
<div class="timeline-el" id="timeline-dot-2">
<div class="timeline-year">2021</div> <!-- TODO: Check date is accurate-->
<div class="timeline-dot"></div>
<div class="timeline-desc">BiogasControllerApp</div>
<div class="timeline-desc">BiogasControllerApp, Small projects</div>
</div>
<div class="timeline-el" id="timeline-dot-3">
<div class="timeline-year">2022</div>
@@ -77,6 +77,7 @@
</div>
<p style="margin-top: 50px;">Discover the full range of services and software offered here</p>
<a href="/links">Linktree</a>
<div class="inline-elements">
<a href="https://blog.janishutz.com" class="button" target="_blank">Blog</a>
<a href="https://development.janishutz.com" class="button" target="_blank">Custom Websites</a>

View File

@@ -13,7 +13,7 @@
<div class="footer-category">
<h3>Info</h3>
<a href="/about">About janishutz.com</a>
<a href="/about">About Janis Hutz</a>
<a href="/about/aboutme">About Janis Hutz</a>
</div>
<div class="footer-category">
<h3>Support</h3>
@@ -60,4 +60,4 @@
document.getElementById( 'analytics' ).classList.add( 'show' );
}
</script>
</div>
</div>

View File

@@ -48,6 +48,8 @@
<div class="content">
<h1>My work</h1>
<p>Discover all my main projects</p>
<a href="/projects" class="button">Discover them</a>
<div class="side-by-side">
<div class="side-by-side-item left">
<h3>Store</h3>
@@ -70,10 +72,12 @@
</div>
<div class="side-by-side">
<div class="side-by-side-item left">
<h3></h3>
<h3>iOS Apps</h3>
<p>Apps to improve your day-to-day life by providing useful features helping you stay safe and organized.</p>
</div>
<div class="side-by-side-item right">
<h3>Custom Websites</h3>
<p>Looking for a new website, an online booking tool or similar? Check out my previous projects</p>
</div>
</div>
</div>

View File