update website and add more pages
This commit is contained in:
@@ -37,15 +37,11 @@
|
|||||||
<div class="menu-category" onclick="dropdown( 'projects-page' )" id="projects-page-parent">
|
<div class="menu-category" onclick="dropdown( 'projects-page' )" id="projects-page-parent">
|
||||||
<h3>Projects</h3>
|
<h3>Projects</h3>
|
||||||
<div class="category-list" id="projects-page">
|
<div class="category-list" id="projects-page">
|
||||||
<a href="/projects" class="category-item">Browse</a>
|
<a href="/projects" class="category-item">Browse all</a>
|
||||||
<a href="/projects/storagemanager" class="category-item">StorageManager</a>
|
<a href="/projects/storagemanager" class="category-item">StorageManager</a>
|
||||||
<a href="/projects/smuL" class="category-item">SimpleMediaUpscalerLite</a>
|
|
||||||
<a href="/projects/libreevent" class="category-item">libreǝvent</a>
|
<a href="/projects/libreevent" class="category-item">libreǝvent</a>
|
||||||
<a href="/projects/qrscanner" class="category-item">QR & Barcode Insight</a>
|
<a href="/projects/qrscanner" class="category-item">QR & Barcode Insight</a>
|
||||||
<a href="/projects/musicplayer" class="category-item">MusicPlayer</a>
|
<a href="/projects/store" class="category-item">Store</a>
|
||||||
<a href="/projects/schoolprojects" class="category-item">School projects</a>
|
|
||||||
<a href="/projects/impress" class="category-item">impress.js</a>
|
|
||||||
<a href="/projects/languageschoolhossegor-booking" class="category-item">Language School Hossegor Booking system</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="menu-category" onclick="dropdown( 'about' )" id="about-parent">
|
<div class="menu-category" onclick="dropdown( 'about' )" id="about-parent">
|
||||||
@@ -72,6 +68,8 @@
|
|||||||
<h3>Support</h3>
|
<h3>Support</h3>
|
||||||
<div class="category-list" id="support">
|
<div class="category-list" id="support">
|
||||||
<a href="https://support.janishutz.com" class="category-item">Support hub</a>
|
<a href="https://support.janishutz.com" class="category-item">Support hub</a>
|
||||||
|
<a href="https://v1.janishutz.com" class="category-item">Old version</a>
|
||||||
|
<a href="https://simplePCBuilding.github.io" class="category-item">Original version</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
33
src/projects/arch-dev-vm/index.html
Normal file
33
src/projects/arch-dev-vm/index.html
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<title>Arch Linux Development Virtual Machine - 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">
|
||||||
|
<meta name="description" content="Create your own software development environment Virtual Machine for software that should run on Linux. This project is a collection of scripts that do this for you.">
|
||||||
|
<link rel="stylesheet" href="/css/mainstyle.css">
|
||||||
|
<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/impress.jpg" alt="libreevent Logo" class="project-logo">
|
||||||
|
<h1 class="content-title">impress­.js</h1>
|
||||||
|
<p style="text-align: center; margin-bottom: 5%;">impress.js is not in fact my own project, but rather a project I contribute code to and for which I have created a new project website.</p>
|
||||||
|
<hr class="pullquote-lines">
|
||||||
|
<h3 class="content-title-small">Slide based presentations are quite boring, why not try something new and better?</h3>
|
||||||
|
<hr class="pullquote-lines">
|
||||||
|
<div class="bottom">
|
||||||
|
<h2 class="content-title-small">Visit the project website</h2>
|
||||||
|
<p>I am currently working on a massive update, more updates can be found on my <a href="https://blog.janishutz.com" target="_blank">blog</a></p>
|
||||||
|
<a class="button" href="https://impress-testing.janishutz.com" target="_blank">PROJECT WEBSITE</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="footer"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
33
src/projects/id/index.html
Normal file
33
src/projects/id/index.html
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<title>impress.js - 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">
|
||||||
|
<meta name="description" content="impress.js is a JavaScript presentation tool, inspired by the idea behind prezi. It features an infinite, 3-Dimensional canvas, on which you can place elements.">
|
||||||
|
<link rel="stylesheet" href="/css/mainstyle.css">
|
||||||
|
<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/impress.jpg" alt="libreevent Logo" class="project-logo">
|
||||||
|
<h1 class="content-title">impress­.js</h1>
|
||||||
|
<p style="text-align: center; margin-bottom: 5%;">impress.js is not in fact my own project, but rather a project I contribute code to and for which I have created a new project website.</p>
|
||||||
|
<hr class="pullquote-lines">
|
||||||
|
<h3 class="content-title-small">Slide based presentations are quite boring, why not try something new and better?</h3>
|
||||||
|
<hr class="pullquote-lines">
|
||||||
|
<div class="bottom">
|
||||||
|
<h2 class="content-title-small">Visit the project website</h2>
|
||||||
|
<p>I am currently working on a massive update, more updates can be found on my <a href="https://blog.janishutz.com" target="_blank">blog</a></p>
|
||||||
|
<a class="button" href="https://impress-testing.janishutz.com" target="_blank">PROJECT WEBSITE</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="footer"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -31,6 +31,19 @@
|
|||||||
<a class="button" href="/projects/qrscanner">Learn more</a>
|
<a class="button" href="/projects/qrscanner">Learn more</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<h3 id="proprietary" class="content-title-small" style="margin-top: 10%;">Proprietary Software</h3>
|
||||||
|
<div class="sidebyside">
|
||||||
|
<div class="element">
|
||||||
|
<h3>Store</h3>
|
||||||
|
<p>A fully featured web store application, which you can also use to sell your own stuff</p>
|
||||||
|
<a class="button" href="/projects/store">Learn more</a>
|
||||||
|
</div>
|
||||||
|
<div class="element">
|
||||||
|
<h3>id.janishutz.com</h3>
|
||||||
|
<p>Account software that provides login functionality to all my software.</p>
|
||||||
|
<a class="button" href="/projects/id">Learn more</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<h3 id="foss" class="content-title-small" style="margin-top: 10%;">Free and Open Source Software</h3>
|
<h3 id="foss" class="content-title-small" style="margin-top: 10%;">Free and Open Source Software</h3>
|
||||||
<div class="sidebyside">
|
<div class="sidebyside">
|
||||||
<div class="element">
|
<div class="element">
|
||||||
@@ -68,6 +81,13 @@
|
|||||||
<a class="button" href="/projects/schoolprojects">Learn more</a>
|
<a class="button" href="/projects/schoolprojects">Learn more</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="sidebyside">
|
||||||
|
<div class="element">
|
||||||
|
<h3>Arch Linux Development Virtual Machine</h3>
|
||||||
|
<p>An install-script to get a full Arch Linux development environment running in mere minutes</p>
|
||||||
|
<a class="button" href="/projects/arch-dev-vm">Learn more</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer"></div>
|
<div id="footer"></div>
|
||||||
|
|||||||
36
src/projects/store/index.html
Normal file
36
src/projects/store/index.html
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<title>Store - 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">
|
||||||
|
<meta name="description" content="My software store allows you to purchase software that I develop and sell your own">
|
||||||
|
<link rel="stylesheet" href="/css/mainstyle.css">
|
||||||
|
<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="libreevent Logo" class="project-logo">
|
||||||
|
<h1 class="content-title">Store</h1>
|
||||||
|
<p style="text-align: center; margin-bottom: 5%;">My software store offers you the ability to purchase my software... and also sell your own software, if you wish so.</p>
|
||||||
|
<hr class="pullquote-lines">
|
||||||
|
<h3 class="content-title-small">Need software? Need software sold, but don't want to pay big companies?</h3>
|
||||||
|
<hr class="pullquote-lines">
|
||||||
|
|
||||||
|
<div class="bottom">
|
||||||
|
<h2 class="content-title-small">Visit my store</h2>
|
||||||
|
<div>
|
||||||
|
<a class="button" href="https://store.janishutz.com" target="_blank">STORE</a>
|
||||||
|
<a class="button" href="https://store.janishutz.com/join" target="_blank">Join as seller</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="footer"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -40,6 +40,11 @@
|
|||||||
<priority>0.67</priority>
|
<priority>0.67</priority>
|
||||||
<lastmod>2024-04-30</lastmod>
|
<lastmod>2024-04-30</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://www.janishutz.com/projects/store</loc>
|
||||||
|
<priority>0.50</priority>
|
||||||
|
<lastmod>2024-04-30</lastmod>
|
||||||
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.janishutz.com/legal/returns</loc>
|
<loc>https://www.janishutz.com/legal/returns</loc>
|
||||||
<priority>0.50</priority>
|
<priority>0.50</priority>
|
||||||
@@ -50,6 +55,16 @@
|
|||||||
<priority>0.50</priority>
|
<priority>0.50</priority>
|
||||||
<lastmod>2024-04-30</lastmod>
|
<lastmod>2024-04-30</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://www.janishutz.com/projects/id</loc>
|
||||||
|
<priority>0.50</priority>
|
||||||
|
<lastmod>2024-04-30</lastmod>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://www.janishutz.com/projects/arch-dev-vm</loc>
|
||||||
|
<priority>0.50</priority>
|
||||||
|
<lastmod>2024-04-30</lastmod>
|
||||||
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.janishutz.com/support/js-disabled</loc>
|
<loc>https://www.janishutz.com/support/js-disabled</loc>
|
||||||
<priority>0.33</priority>
|
<priority>0.33</priority>
|
||||||
|
|||||||
Reference in New Issue
Block a user