changes
This commit is contained in:
BIN
assets/Logo.png
BIN
assets/Logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 22 KiB |
BIN
assets/logo.xcf
Normal file
BIN
assets/logo.xcf
Normal file
Binary file not shown.
@@ -1,4 +1,8 @@
|
|||||||
body {
|
html, body {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
.Footer-box {
|
.Footer-box {
|
||||||
background-color: #38444d;
|
background-color: #38444d;
|
||||||
width: 103%;
|
width: 100%;
|
||||||
margin-left: -1%;
|
|
||||||
margin-bottom: -1%;
|
margin-bottom: -1%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
body {
|
html, body {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
background-color: rgba(70, 72, 167, 0.5);
|
background-color: rgba(70, 72, 167, 0.5);
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,10 +20,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.Menu {
|
.Menu {
|
||||||
margin-left: -1%;
|
|
||||||
margin-top: -1%;
|
margin-top: -1%;
|
||||||
padding: 2%;
|
padding: 2%;
|
||||||
width: 103%;
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
width: 100%;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #38444d;
|
background-color: #38444d;
|
||||||
|
|||||||
14
index.html
14
index.html
@@ -12,14 +12,14 @@
|
|||||||
<body>
|
<body>
|
||||||
<div id="ContentToInclude"></div>
|
<div id="ContentToInclude"></div>
|
||||||
<div class="mainstyle">
|
<div class="mainstyle">
|
||||||
<h1>Welcome to janishutz.com!</h1>
|
<h1>Welcome to janishutz.com!</h1>
|
||||||
<p>iOS Apps, PC apps, Websites</p>
|
<p>iOS Apps, PC apps, Websites</p>
|
||||||
<p>Learn more about my projects!</p>
|
<p>Learn more about my projects!</p>
|
||||||
<a class="linkbutton" href="./projects.html">Projects</a>
|
<a class="linkbutton" href="./projects.html">Projects</a>
|
||||||
|
|
||||||
<br><br><br>
|
<br><br><br>
|
||||||
Note: This website is not completed yet and some pages are still missing! The design will also change to something more appealing in the future
|
Note: This website is not completed yet and some pages are still missing! The design will also change to something more appealing in the future
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="Footer"></div>
|
<div id="Footer"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
48
menu.html
48
menu.html
@@ -6,28 +6,28 @@
|
|||||||
<title>Navmenu - janishutz.com</title>
|
<title>Navmenu - janishutz.com</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<ul class="Menu">
|
<ul class="Menu">
|
||||||
<a href="/"><img src="/assets/Logo.png" class="logo"></a>
|
<a href="/"><img src="/assets/Logo.png" class="logo"></a>
|
||||||
<div class="menu-container">
|
<div class="menu-container">
|
||||||
<li class="mainitems"><a class="menubutton" id="home" href="/">Home</a></li>
|
<li class="mainitems"><a class="menubutton" id="home" href="/">Home</a></li>
|
||||||
<li class="dropdown mainitems">
|
<li class="dropdown mainitems">
|
||||||
<a class="menubutton" id="projects" href="/projects.html">Projects</a>
|
<a class="menubutton" id="projects" href="/projects.html">Projects</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li class="subitems"><a class="menubutton" href="/projects/qrinsight.html">QR & Barcode Insight</a></li>
|
<li class="subitems"><a class="menubutton" href="/projects/qrinsight.html">QR & Barcode Insight</a></li>
|
||||||
<li class="subitems"><a class="menubutton" href="/projects/storagemanager.html">StorageManager</a></li>
|
<li class="subitems"><a class="menubutton" href="/projects/storagemanager.html">StorageManager</a></li>
|
||||||
<li class="subitems"><a class="menubutton" href="/projects/imagescaler.html">FSR Image & Video Upscaler Frontend</a></li>
|
<li class="subitems"><a class="menubutton" href="/projects/imagescaler.html">FSR Image & Video Upscaler Frontend</a></li>
|
||||||
<li class="subitems"><a class="menubutton" href="/projects/musiplayer.html">MusicPlayer</a></li>
|
<li class="subitems"><a class="menubutton" href="/projects/musiplayer.html">MusicPlayer</a></li>
|
||||||
<li class="subitems"><a class="menubutton" href="/projects/bgac.html">BiogasControllerApp</a></li>
|
<li class="subitems"><a class="menubutton" href="/projects/bgac.html">BiogasControllerApp</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="dropdown mainitems">
|
<li class="dropdown mainitems">
|
||||||
<a class="menubutton" id="about" href="#">About</a>
|
<a class="menubutton" id="about" href="#">About</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li class="subitems"><a class="menubutton" href="/privacypolicy.html">Privacy Policy</a></li>
|
<li class="subitems"><a class="menubutton" href="/privacypolicy.html">Privacy Policy</a></li>
|
||||||
<li class="subitems"><a class="menubutton" href="/about.html">About me</a></li>
|
<li class="subitems"><a class="menubutton" href="/about.html">About me</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="mainitems"><a class="menubutton" id="support" href="/support.html">Support</a></li>
|
<li class="mainitems"><a class="menubutton" id="support" href="/support.html">Support</a></li>
|
||||||
</div>
|
</div>
|
||||||
</ul>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
@@ -25,7 +25,10 @@
|
|||||||
<li><a class="textlink" href="/projects/bgac.html">BiogasControllerApp</a></li>
|
<li><a class="textlink" href="/projects/bgac.html">BiogasControllerApp</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3>JavaScript, HTML, CSS (Webapps / Websites)</h3>
|
<h3>JavaScript, HTML, CSS (Webapps / Websites)</h3>
|
||||||
Only private ones right now
|
<ul>
|
||||||
|
<li><a class="textlink" href="/">This website</a></li>
|
||||||
|
<li><a class="textlink" href="https://booking.languageschoolhossegor.com">Booking system for Language School Hossegor (WIP)</a></li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="Footer"></div>
|
<div id="Footer"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user