made a lot of changes (jquery now used)
This commit is contained in:
30
index.html
30
index.html
@@ -2,36 +2,16 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Home - janishutz.com</title>
|
||||
<link rel="stylesheet" href="./mainstyle.css">
|
||||
<link rel="stylesheet" href="./css/mainstyle.css">
|
||||
<script src="./js/jquery.js"></script>
|
||||
<script src="./js/basicanimations.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="stickybox">
|
||||
<ul class="Menu">
|
||||
<li class="mainitems"><a href="#">Home</a></li>
|
||||
<li class="dropdown mainitems">
|
||||
<a href="./projects.html">Projects</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li class="subitems"><a href="./privacypolicy.html">QR & Barcode Insight</a></li>
|
||||
<li class="subitems"><a href="./privacypolicy.html">StorageManager</a></li>
|
||||
<li class="subitems"><a href="./privacypolicy.html">FSR Image & Video Upscaler Frontend</a></li>
|
||||
<li class="subitems"><a href="./privacypolicy.html">MusicPlayer</a></li>
|
||||
<li class="subitems"><a href="./privacypolicy.html">BiogasControllerApp</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown mainitems">
|
||||
<a href="#">About</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li class="subitems"><a href="./privacypolicy.html">Privacy Policy for apps</a></li>
|
||||
<li class="subitems"><a href="./about.html">About me</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="mainitems"><a href="./support.html">Support</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="ContentToInclude"></div>
|
||||
<h1>Welcome to janishutz.com!</h1>
|
||||
<p>Learn more about my projects!</p>
|
||||
<a href="./projects.html">Projects</a>
|
||||
<a class="linkbutton" href="./projects.html">Projects</a>
|
||||
|
||||
<br><br><br>
|
||||
Note: This website is not completed yet and some pages are still missing!
|
||||
|
||||
Reference in New Issue
Block a user