fix all kinds of bugs
This commit is contained in:
77
src/404.html
77
src/404.html
@@ -1,44 +1,47 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>404 - Page not Found - janishutz.com</title>
|
<title>404 - Page not Found - janishutz.com</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<script defer src="/js/jquery.js"></script>
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||||
<script defer src="/js/basicanimations.js"></script>
|
<meta http-equiv="X-UA-Compatible" content="IE=7">
|
||||||
<link rel="stylesheet" href="/css/mainstyle.css">
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
<style>
|
<link rel="stylesheet" href="/css/mainstyle.css">
|
||||||
.errorpage {
|
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||||
text-align: center;
|
<script defer src="/js/loader.js"></script>
|
||||||
width: 100%;
|
<style>
|
||||||
}
|
.errorpage {
|
||||||
.box {
|
text-align: center;
|
||||||
text-align: center;
|
width: 100%;
|
||||||
width: 50%;
|
}
|
||||||
margin: 25%;
|
.box {
|
||||||
margin-top: 10%;
|
text-align: center;
|
||||||
margin-bottom: 0%;
|
width: 50%;
|
||||||
}
|
margin: 25%;
|
||||||
|
margin-top: 10%;
|
||||||
|
margin-bottom: 0%;
|
||||||
|
}
|
||||||
|
|
||||||
.Bigtext {
|
.Bigtext {
|
||||||
font-size: 400%;
|
font-size: 400%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.smalltext {
|
.smalltext {
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="ContentToInclude"></div>
|
<div id="nav"></div>
|
||||||
<div class="errorpage">
|
<div class="errorpage">
|
||||||
<div class="mainstyle">
|
<div class="mainstyle">
|
||||||
<h2 class="Bigtext">The page you are looking for was not found</h2>
|
<h2 class="Bigtext">The page you are looking for was not found</h2>
|
||||||
<p class="smalltext">The page you are looking for does not exist. It may have been moved, or removed altogether. Perhaps you can return back to the site's homepage and see if you can find what you are looking for.</p>
|
<p class="smalltext">The page you are looking for does not exist. It may have been moved, or removed altogether. Perhaps you can return back to the site's homepage and see if you can find what you are looking for.</p>
|
||||||
<br><br><br>
|
<br><br><br>
|
||||||
<a href="/" class="linkbutton">Go to homepage</a>
|
<a href="/" class="linkbutton">Go to homepage</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div id="footer"></div>
|
||||||
<div id="Footer"></div>
|
</body>
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,33 +1,34 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>About - janishutz.com</title>
|
<title>About - janishutz.com</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="./css/mainstyle.css">
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||||
<script defer src="./js/jquery.js"></script>
|
<meta http-equiv="X-UA-Compatible" content="IE=7">
|
||||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
<link rel="stylesheet" href="/css/mainstyle.css">
|
||||||
<script defer src="./js/basicanimations.js"></script>
|
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||||
</head>
|
<script defer src="/js/loader.js"></script>
|
||||||
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="ContentToInclude"></div>
|
<div id="ContentToInclude"></div>
|
||||||
<div class="mainstyle">
|
<div class="mainstyle">
|
||||||
<div class="title-container">
|
<div class="title-container">
|
||||||
<h1 class="title">About me</h1>
|
<h1 class="title">About me</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>My name is Janis Hutz, I am 19 years old and am learning to code in many different programming languages. By now I am quite fluent in a couple of programming languages, including Swift & SwiftUI (Apple's programming languages); Python (with three different Graphical User Interface Toolkits (Kivy (and KivyMD), PyQT5 and PyGTK)); JavaScript, TypeScript, HTML and CSS. You may find my iOS Apps on the AppStore and most of my other projects as Free & Open Source Software over on GitHub. Usually, when I OpenSource a project, I tend to use the GNU General Public License V3.0 (GPL V3), as this allows you (if you are a FOSS-dev) to do the most with this code whilst not helping out big companies like Google, Micro$oft, etc.</p>
|
<p>My name is Janis Hutz, I am 19 years old and am learning to code in many different programming languages. By now I am quite fluent in a couple of programming languages, including Swift & SwiftUI (Apple's programming languages); Python (with three different Graphical User Interface Toolkits (Kivy (and KivyMD), PyQT5 and PyGTK)); JavaScript, TypeScript, HTML and CSS. You may find my iOS Apps on the AppStore and most of my other projects as Free & Open Source Software over on GitHub. Usually, when I OpenSource a project, I tend to use the GNU General Public License V3.0 (GPL V3), as this allows you (if you are a FOSS-dev) to do the most with this code whilst not helping out big companies like Google, Micro$oft, etc.</p>
|
||||||
<p>I spend most of my freetime coding, as this is what I enjoy the most, other than that I am a passionate Archlinux user, so I spend occasionally some time troubleshooting something. Therefore I am not a big fan of Micro$oft, Google or Meta, but I quite adore the work that Apple does, surprisingly.</p>
|
<p>I spend most of my freetime coding, as this is what I enjoy the most, other than that I am a passionate Archlinux user, so I spend occasionally some time troubleshooting something. Therefore I am not a big fan of Micro$oft, Google or Meta, but I quite adore the work that Apple does, surprisingly.</p>
|
||||||
<p>As I am still in my studies, my time to code is limited to what I can do outside of school, and sadly I cannot yet go to University, as I am too young and I haven't finished secondary school yet.</p>
|
<p>As I am still in my studies, my time to code is limited to what I can do outside of school, and sadly I cannot yet go to University, as I am too young and I haven't finished secondary school yet.</p>
|
||||||
<br><br>
|
<br><br>
|
||||||
</div>
|
</div>
|
||||||
<div class="itemsInline">
|
<div class="itemsInline">
|
||||||
<a class="linkbutton" href="https://github.com/simplePCBuilding">Github</a>
|
<a class="linkbutton" href="https://github.com/simplePCBuilding">Github</a>
|
||||||
<a class="linkbutton" href="https://apps.apple.com/us/developer/janis-hutz/id1636936538">AppStore</a>
|
<a class="linkbutton" href="https://apps.apple.com/us/developer/janis-hutz/id1636936538">AppStore</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div id="Footer"></div>
|
||||||
<div id="Footer"></div>
|
</body>
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
@@ -3,9 +3,12 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>About - janishutz.com</title>
|
<title>About - janishutz.com</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="./css/mainstyle.css">
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||||
<script defer src="./js/jquery.js"></script>
|
<meta http-equiv="X-UA-Compatible" content="IE=7">
|
||||||
<script defer src="./js/basicanimations.js"></script>
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
|
<link rel="stylesheet" href="/css/mainstyle.css">
|
||||||
|
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||||
|
<script defer src="/js/loader.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="ContentToInclude"></div>
|
<div id="ContentToInclude"></div>
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<link rel="stylesheet" href="/css/footerstyle.css">
|
<link rel="stylesheet" href="/css/footerstyle.css">
|
||||||
<title>Footer - janishutz.com</title>
|
<title>Footer - janishutz.com</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="Footer-box">
|
<div class="Footer-box">
|
||||||
<div class="footer-content-box">
|
<div class="footer-content-box">
|
||||||
<img src="/assets/Logo.png" class="footer-logo">
|
<img src="/assets/Logo.png" class="footer-logo">
|
||||||
<div class="footer-center-box">
|
<div class="footer-center-box">
|
||||||
<a href="/privacypolicy.html" class="linkbutton" id="ppbtn">Privacy Policy</a>
|
<a href="/privacypolicy.html" class="linkbutton" id="ppbtn">Privacy Policy</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
107
src/index.html
107
src/index.html
@@ -1,63 +1,62 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Home - janishutz.com</title>
|
<title>Home - janishutz.com</title>
|
||||||
<meta name="description" content="Discover my Software projects and services, and get support if you encounter problems.">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||||
<link rel="stylesheet" href="/css/mainstyle.css">
|
<meta http-equiv="X-UA-Compatible" content="IE=7">
|
||||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
<link rel="stylesheet" href="/css/mainstyle.css">
|
||||||
<script defer src="/js/jquery.js"></script>
|
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||||
<script defer src="/js/basicanimations.js"></script>
|
<script defer src="/js/loader.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="ContentToInclude"></div>
|
<div id="nav"></div>
|
||||||
<div class="mainstyle">
|
<div class="mainstyle">
|
||||||
<div class="title-container">
|
<div class="title-container">
|
||||||
<h1 class="title">Welcome to janishutz.com!</h1>
|
<h1 class="title">Welcome to janishutz.com!</h1>
|
||||||
<h2 class="subtitle">iOS Apps, PC apps, Websites, PC Building & Support</h2>
|
<h2 class="subtitle">iOS Apps, PC apps, Websites, PC Building & Support</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h2 class="content-title">My work</h2>
|
<h2 class="content-title">My work</h2>
|
||||||
<div class="sidebyside">
|
<div class="sidebyside">
|
||||||
<div class="element">
|
<div class="element">
|
||||||
<h3>Custom Websites</h3>
|
<h3>Custom Websites</h3>
|
||||||
<p>Get your new online presence as anything ranging from a simple static website like this one to a highly complex webapp 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>
|
<p>Get your new online presence as anything ranging from a simple static website like this one to a highly complex webapp 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="linkbutton">Learn more</a>
|
<a href="https://development.janishutz.com" class="linkbutton">Learn more</a>
|
||||||
|
</div>
|
||||||
|
<div class="element">
|
||||||
|
<h3>PC Building</h3>
|
||||||
|
<p>Are you looking for a new gaming or work PC that is perfectly fitted for your needs and has an upgrade path in the future and you live in Switzerland? Here you can get your new, fully customised PC!</p>
|
||||||
|
<a href="https://pcbuilding.janishutz.com" class="linkbutton">Learn more</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="element">
|
<div class="sidebyside">
|
||||||
<h3>PC Building</h3>
|
<div class="element">
|
||||||
<p>Are you looking for a new gaming or work PC that is perfectly fitted for your needs and has an upgrade path in the future and you live in Switzerland? Here you can get your new, fully customised PC!</p>
|
<h3>iOS Apps</h3>
|
||||||
<a href="https://pcbuilding.janishutz.com" class="linkbutton">Learn more</a>
|
<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="https://apps.apple.com/us/developer/janis-hutz/id1636936538" class="linkbutton">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="https://github.com/simplePCBuilding" class="linkbutton">GitHub</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="sidebyside">
|
||||||
|
<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="https://libreevent.janishutz.com" class="linkbutton">Learn more</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="sidebyside">
|
<div class="bottom">
|
||||||
<div class="element">
|
<h2 class="content-title">Check out my projects!</h2>
|
||||||
<h3>iOS Apps</h3>
|
<a class="linkbutton" href="/projects.html">Projects</a>
|
||||||
<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="https://apps.apple.com/us/developer/janis-hutz/id1636936538" class="linkbutton">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="https://github.com/simplePCBuilding" class="linkbutton">GitHub</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="sidebyside">
|
|
||||||
<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="https://libreevent.janishutz.com" class="linkbutton">Learn more</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="bottom">
|
<div id="footer"></div>
|
||||||
<h2 class="content-title">Check out my projects!</h2>
|
</body>
|
||||||
<a class="linkbutton" href="/projects.html">Projects</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="Footer"></div>
|
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
$( document ).ready( function() {
|
|
||||||
$( '#ContentToInclude' ).load( '/menu.html' );
|
|
||||||
$( '#Footer' ).load('/footer.html');
|
|
||||||
setTimeout( highlightLocation, 200 );
|
|
||||||
} );
|
|
||||||
|
|
||||||
function highlightLocation () {
|
|
||||||
let pagename = $(location).attr( 'pathname' );
|
|
||||||
if ( pagename.slice(0, 8) == '/project' ) {
|
|
||||||
$( '#projects' ).css( 'background-color', 'darkblue' );
|
|
||||||
} else if ( pagename.slice( 0, 6 ) == '/about' || pagename.slice( 0, 14 ) == '/privacypolicy' ) {
|
|
||||||
$( '#about' ).css( 'background-color', 'darkblue' );
|
|
||||||
} else if ( pagename.slice( 0, 6 ) == '/' || pagename == '/index.html' ) {
|
|
||||||
$( '#home' ).css( 'background-color', 'darkblue' );
|
|
||||||
} else if ( pagename.slice( 0, 8 ) == '/support' ) {
|
|
||||||
$( '#support' ).css( 'background-color', 'darkblue' );
|
|
||||||
} else if ( pagename.slice( 0, 9 ) == '/services' ) {
|
|
||||||
$( '#services' ).css( 'background-color', 'darkblue') ;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
10911
src/js/jquery.js
vendored
10911
src/js/jquery.js
vendored
File diff suppressed because it is too large
Load Diff
4
src/js/loader.js
Normal file
4
src/js/loader.js
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
$( document ).ready( () => {
|
||||||
|
$( '#nav' ).load( '/menu.html' );
|
||||||
|
$( '#footer' ).load('/footer.html');
|
||||||
|
} );
|
||||||
@@ -31,6 +31,7 @@
|
|||||||
<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/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/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>
|
||||||
|
|||||||
@@ -3,9 +3,12 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Privacy Policy - janishutz.com</title>
|
<title>Privacy Policy - janishutz.com</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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/mainstyle.css">
|
||||||
<script defer src="/js/jquery.js"></script>
|
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||||
<script defer src="/js/basicanimations.js"></script>
|
<script defer src="/js/loader.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="ContentToInclude"></div>
|
<div id="ContentToInclude"></div>
|
||||||
|
|||||||
@@ -3,9 +3,12 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>BiogasControllerApp - janishutz.com</title>
|
<title>BiogasControllerApp - janishutz.com</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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/mainstyle.css">
|
||||||
<script defer src="/js/jquery.js"></script>
|
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||||
<script defer src="/js/basicanimations.js"></script>
|
<script defer src="/js/loader.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="ContentToInclude"></div>
|
<div id="ContentToInclude"></div>
|
||||||
|
|||||||
@@ -4,12 +4,14 @@
|
|||||||
<title>Projects - janishutz.com</title>
|
<title>Projects - janishutz.com</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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="Content-Type" content="text/html;charset=UTF-8">
|
||||||
<link rel="stylesheet" href="./css/mainstyle.css">
|
<meta http-equiv="X-UA-Compatible" content="IE=7">
|
||||||
<script defer src="./js/jquery.js"></script>
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
<script defer src="./js/basicanimations.js"></script>
|
<link rel="stylesheet" href="/css/mainstyle.css">
|
||||||
|
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||||
|
<script defer src="/js/loader.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="ContentToInclude"></div>
|
<div id="nav"></div>
|
||||||
<div class="mainstyle">
|
<div class="mainstyle">
|
||||||
<div class="title-container">
|
<div class="title-container">
|
||||||
<h1 class="title">My projects</h1>
|
<h1 class="title">My projects</h1>
|
||||||
@@ -35,6 +37,6 @@
|
|||||||
<li><a class="textlink" href="https://impress-testing.janishutz.com">Impress.js website (Not yet up, in development)</a></li>
|
<li><a class="textlink" href="https://impress-testing.janishutz.com">Impress.js website (Not yet up, in development)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="Footer"></div>
|
<div id="footer"></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -3,9 +3,12 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>MusicPlayer - janishutz.com</title>
|
<title>MusicPlayer - janishutz.com</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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/mainstyle.css">
|
||||||
<script defer src="/js/jquery.js"></script>
|
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||||
<script defer src="/js/basicanimations.js"></script>
|
<script defer src="/js/loader.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,9 +3,12 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>QR & Barcode Insight - janishutz.com</title>
|
<title>QR & Barcode Insight - janishutz.com</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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/mainstyle.css">
|
||||||
<script defer src="/js/jquery.js"></script>
|
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||||
<script defer src="/js/basicanimations.js"></script>
|
<script defer src="/js/loader.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="ContentToInclude"></div>
|
<div id="ContentToInclude"></div>
|
||||||
|
|||||||
@@ -3,9 +3,12 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>smuL - janishutz.com</title>
|
<title>smuL - janishutz.com</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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/mainstyle.css">
|
||||||
<script defer src="/js/jquery.js"></script>
|
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||||
<script defer src="/js/basicanimations.js"></script>
|
<script defer src="/js/loader.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="ContentToInclude"></div>
|
<div id="ContentToInclude"></div>
|
||||||
|
|||||||
@@ -3,9 +3,12 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>StorageManager - janishutz.com</title>
|
<title>StorageManager - janishutz.com</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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/mainstyle.css">
|
||||||
<script defer src="/js/jquery.js"></script>
|
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||||
<script defer src="/js/basicanimations.js"></script>
|
<script defer src="/js/loader.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="ContentToInclude"></div>
|
<div id="ContentToInclude"></div>
|
||||||
|
|||||||
@@ -3,9 +3,12 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Services - janishutz.com</title>
|
<title>Services - janishutz.com</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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/mainstyle.css">
|
||||||
<script defer src="/js/jquery.js"></script>
|
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||||
<script defer src="/js/basicanimations.js"></script>
|
<script defer src="/js/loader.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="ContentToInclude"></div>
|
<div id="ContentToInclude"></div>
|
||||||
|
|||||||
@@ -3,9 +3,12 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Support - janishutz.com</title>
|
<title>Support - janishutz.com</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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/mainstyle.css">
|
||||||
<script src="/js/jquery.js"></script>
|
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||||
<script src="/js/basicanimations.js"></script>
|
<script defer src="/js/loader.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="ContentToInclude"></div>
|
<div id="ContentToInclude"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user