Add details to start & project page

This commit is contained in:
2025-02-07 11:43:51 +01:00
parent bcf24e7ed0
commit ad73a3496c
4 changed files with 109 additions and 4 deletions

View File

@@ -48,6 +48,34 @@
<div class="content">
<h1>My work</h1>
<div class="side-by-side">
<div class="side-by-side-item left">
<h3>Store</h3>
<p>Find your perfect professional-grade Software</p>
</div>
<div class="side-by-side-item right">
<h3>Custom Websites</h3>
<p>Find your perfect new web appearance, built from the groundup without any frameworks</p>
</div>
</div>
<div class="side-by-side">
<div class="side-by-side-item left">
<h3>Accounts</h3>
<p>Log into any of my services with one single account, or apply to get access to the SDKs to integrate them into your own projects</p>
</div>
<div class="side-by-side-item right">
<h3>Free & Open Source Software</h3>
<p>Various open source projects are in the works at janishutz.com, with help from the community.</p>
</div>
</div>
<div class="side-by-side">
<div class="side-by-side-item left">
<h3></h3>
</div>
<div class="side-by-side-item right">
<h3>Custom Websites</h3>
</div>
</div>
</div>
@@ -56,4 +84,4 @@
<script src="https://static.janishutz.com/js/slider.js"></script>
<script>activateSlider( 7500 )</script>
</body>
</html>
</html>

View File

@@ -57,8 +57,12 @@
<p>Discover all of my software projects</p>
<h3 id="foss">Open Source Projects</h3>
<div class=""></div>
<h2 id="foss">Open Source Projects</h2>
<div class="side-by-side">
<div class="side-by-side-item left">
<h3></h3>
</div>
</div>
</div>
@@ -71,4 +75,4 @@
activateSlider( 7500 );
</script>
</body>
</html>
</html>