59 lines
3.2 KiB
HTML
Executable File
59 lines
3.2 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Home - janishutz.com</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=7">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<link rel="stylesheet" href="/css/mainstyle.css">
|
|
<link rel="stylesheet" href="/css/pages/home.css">
|
|
<meta name="keywords" content="projects, software, open source, services, websites">
|
|
<meta name="description" content="The hub for all of my software projects and services that get more advanced and numerous by the day.">
|
|
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
|
|
<script defer src="/js/loader.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="nav"></div>
|
|
<div class="content-wrapper">
|
|
<div class="content">
|
|
<img src="/assets/Logo.png" alt="page Logo" class="project-logo">
|
|
<h1 class="title">Welcome to janis­hutz.com!</h1>
|
|
<p style="text-align: center; margin-bottom: 5%;">The hub for all my projects which get bigger and more numerous by the day! Join in by downloading and using one or multiple of them or by ordering your own website!</p>
|
|
<h2 class="content-title">My work</h2>
|
|
<div class="sidebyside">
|
|
<div class="element">
|
|
<h3>Custom Websites</h3>
|
|
<p>Starting out as a new business or already have an established brand, looking for a new website? I offer static websites like this one as well as complex webapps like <a href="https://libreevent.janishutz.com" class="textlink" style="color: darkblue" target="_blank">libreǝvent</a> or the <a href="https://booking.languageschoolhossegor.com" class="textlink" style="color: darkblue" target="_blank">Language School Hossegor Booking system</a></p>
|
|
<a href="https://development.janishutz.com" class="button">Learn more</a>
|
|
</div>
|
|
<div class="element">
|
|
<h3>libreǝvent</h3>
|
|
<p>libreǝvent is THE free and open source event management solution with which you can save lots of time and money when managing your events!</p>
|
|
<a href="/projects/libreevent" class="button">Learn more</a>
|
|
</div>
|
|
</div>
|
|
<div class="sidebyside">
|
|
<div class="element">
|
|
<h3>iOS Apps</h3>
|
|
<p>My iOS apps mostly focus on things you use or do day-to-day. You can view and download my apps on the Apple AppStore</p>
|
|
<a href="/projects#ios" class="button">Learn more</a>
|
|
<!-- <a href="https://apps.apple.com/us/developer/janis-hutz/id1636936538" class="button">AppStore</a> -->
|
|
</div>
|
|
<div class="element">
|
|
<h3>Open Source Software</h3>
|
|
<p>As a huge Open Source fan, I also developed some software whose code you can freely use, if your project uses the GPL V3 License. I am also contributing to a JavaScript presentation framework called <a href="https://impress.js.org" class="textlink" style="color: darkblue">impress.js</a></p>
|
|
<a href="/projects#foss" class="button">Learn more</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="bottom">
|
|
<h2 class="content-title">Check out my projects!</h2>
|
|
<a class="button" href="/projects">Projects</a>
|
|
</div>
|
|
</div>
|
|
<div id="footer"></div>
|
|
</body>
|
|
</html>
|