finished menu and added another page
This commit is contained in:
36
projects.html
Normal file
36
projects.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Projects - janishutz.com</title>
|
||||
<link rel="stylesheet" href="./mainstyle.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="stickybox">
|
||||
<ul class="Menu">
|
||||
<li class="mainitems"><a href="./index.html">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>
|
||||
<h1>My projects</h1>
|
||||
<p>NOTE: This page is still in development!</p>
|
||||
<a href="./index.html">Go back</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user