Files
website/src/index.html
2026-02-11 13:46:24 +01:00

131 lines
6.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- CSS -->
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/side-by-side.css">
<!-- SEO -->
<title>janishutz.com - software designed to make your life easier</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<meta name="keywords" content="software store, custom software, foss" />
<meta name="description"
content="Discover amazing software projects like ConductorCalc, libreevent, a secure and reliable authentication system and much more and get support for it all" />
<meta name="og:title" content="janishutz.com - software to make your life easier" />
<meta name="og:description"
content="Discover projects, services and more developed by Janis Hutz, get support and more!" />
<meta name="og:image" content="https://static.janishutz.com/logo.jpg" />
<meta name="og:type" content="website" />
<meta name="og:url" content="https://janishutz.com" />
<meta name="og:locale" content="en_GB" />
<meta property="twitter:card" content="summary_large_image">
<meta name="theme-color" content="#152b5c">
</head>
<body>
<nav></nav>
<div class="slider">
<div class="slider-container">
<div class="slider-element current" data-image-base-url="https://static.janishutz.com/assets/home/home"
data-filetype="jpg">
<div class="slider-info">
<h2>Software for your needs</h2>
<p>Professional-Grade Software</p>
<div>
<a href="https://aka.janishutz.com/appstore" class="button" target="_blank">AppStore</a>
<a href="https://store.janishutz.com" class="button" target="_blank">Store</a>
<a href="https://aka.janishutz.com/googleplay" class="button" target="_blank">Play Store</a>
</div>
</div>
</div>
<div class="slider-element" data-image-base-url="https://static.janishutz.com/assets/home/conductorcalc"
data-filetype="jpg">
<div class="slider-info">
<h2>ConductorCalc</h2>
<p>The perfect tool to aid you in the complex calculations necessary when building high voltage
lines</p>
<a href="https://conductorcalc.com" class="button" target="_blank">Check it out</a>
</div>
</div>
<div class="slider-element" data-image-base-url="https://static.janishutz.com/assets/home/musicplayer"
data-filetype="jpg">
<div class="slider-info">
<h2>MusicPlayer</h2>
<p>Your one-stop solution for music at your next party</p>
<a href="/projects/musicplayer" class="button">Check it out</a>
</div>
</div>
<div class="slider-element" data-image-base-url="https://static.janishutz.com/assets/home/foss"
data-filetype="jpg">
<div class="slider-info">
<h2>Open Source Projects</h2>
<p>Free Software, developed by Janis Hutz & the community</p>
<a href="/projects/#foss" class="button">Discover them!</a>
</div>
</div>
</div>
<span class="slider-controls slider-control-left material-symbols-outlined"
onclick="sliderControl( 'previous' )">arrow_back</span>
<span class="slider-controls slider-control-right material-symbols-outlined"
onclick="sliderControl( 'next' )">arrow_forward</span>
</div>
<script src="https://static.janishutz.com/js/slider.js"></script>
<script src="/slider-rwd.js"></script>
<script>activateSlider(7500, null)</script>
<div class="content">
<hr class="divider">
<h1>My work</h1>
<p>Discover all my main projects</p>
<a href="/projects" class="button">Discover them</a>
<hr class="divider">
<div class="side-by-side">
<div class="side-by-side-item left">
<h3>Store</h3>
<p>Find your perfect professional-grade Software</p>
<a href="https://store.janishutz.com" class="button" target="_blank">Store</a>
</div>
<div class="side-by-side-item right">
<h3>ConductorCalc</h3>
<p>Professional wire calculation software to aid in building high voltage lines safely</p>
<a href="https://conductorcalc.com" class="button" target="_blank">ConductorCalc</a>
</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>
<a href="https://account.janishutz.com" class="button" target="_blank">To Account</a>
</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>
<a href="/projects#foss" class="button">Projects</a>
</div>
</div>
<div class="side-by-side">
<div class="side-by-side-item left">
<h3>iOS Apps</h3>
<p>Apps to improve your day-to-day life by providing useful features helping you stay safe and
organized.</p>
<a href="/projects#ios" class="button">iOS Apps</a>
</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>
<a href="https://development.janishutz.com" class="button" target="_blank">Check it out</a>
</div>
</div>
</div>
<footer></footer>
</body>
</html>