new button

This commit is contained in:
gnawmon 2024-03-13 23:08:57 +03:00
parent e14905a75c
commit c537e354fb
5 changed files with 12 additions and 5 deletions

BIN
assets/88x31/gnawmon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -332,6 +332,7 @@ input:focus {
.smalimages {
align-self: center;
position: relative;
image-rendering: pixelated;
}
.smalimages img {

View File

@ -18,7 +18,12 @@ window.onload = function () {
var enableVideoBackground = document.getElementById("enableVideoBackground");
var enableRandomBackrounds = document.getElementById("enableRandomBackrounds");
if(!localStorage.getItem("enableRandomBackrounds") && !localStorage.getItem("enableVideoBackground")){
backgroundVideo.style.display = "block";
backgroundVideo.play();
setDefaultColorAndBackground();
}
if (localStorage.getItem("enableRandomBackrounds") == "true") {
randomColorAndBackground();
}

View File

@ -18,7 +18,7 @@
<div class="middlething">
<div class="navbar"> <a id="active" href="index.html">Main Page </a> <a href="projects.html
">Projects </a> <img src="assets/svg/gear.svg" class="gear" onclick="showSettings()"/></div>
<div class="settings" id="settings">
<div style="display: none;" class="settings" id="settings">
<label class="switch">
<input type="checkbox" id="enableVideoBackground">
<span class="slider"></span>
@ -33,7 +33,7 @@
<h3 class="paragraph invert" style="margin-top: 40px;">Hello hi, I'm Gnawmon</h3>
<p class="paragraph">
I'm a programmer and an artist <br> <br>
I program in c# and python, I wanna learn a <tot class="tooltip">low level language<span
I program in c# and python, I wanna learn a <tot class="tooltip">lower level language<span
class="tooltiptext">rust, c or c++ idk</span> </tot> at one point too. I've made a few games in
unity and never posted them online. <br> <br>
I've made <tot class="tooltip">a few scenery<span class="tooltiptext">You're looking at them right now!
@ -177,6 +177,7 @@
<img src="assets/88x31/ie_exploder.gif"></img>
<a href="https://vern.cc"> <img src="assets/88x31/vern.png"></img></a>
<img src="assets/88x31/mwd.png"></img>
<a href="https://gnawmon.vern.cc"> <img src="assets/88x31/gnawmon.png"></img></a>
<button id="rotate_button" onclick="rotate()">rotate</button>
</div>

View File

@ -14,9 +14,9 @@
<source src="Untitled.mp4" type="video/mp4">
</video>
<div class="navbar"> <a id="active" href="index.html">Main Page </a> <a href="projects.html
<div class="navbar"> <a href="index.html">Main Page </a> <a id="active" href="projects.html
">Projects </a> <img src="assets/svg/gear.svg" class="gear" onclick="showSettings()"/></div>
<div class="settings" id="settings">
<div style="display: none;" class="settings" id="settings">
<label class="switch">
<input type="checkbox" id="enableVideoBackground">
<span class="slider"></span>
@ -38,7 +38,7 @@
<h2>ReLaunch | A Minecraft Launcher</h2>
<img src="/assets/images/minecraftLauncher.png">
<span>A launcher with <a href="https://alphaver.miraheze.org/wiki/AlphaVer_Wiki" class="link">Alphaver</a> in mind. <br><br> It was/will going to have windows and linux support. <br> <br> <a class="link" href="http://git.vern.cc/gnawmon/ReLaunch">Git Repo</a></span>
<span>A launcher made with <a href="https://alphaver.miraheze.org/wiki/AlphaVer_Wiki" class="link">Alphaver</a> in mind. <br><br> It was/will going to have windows and linux support. <br> <br> <a class="link" href="http://git.vern.cc/gnawmon/ReLaunch">Git Repo</a></span>
</div>
<div class="showcase" id="doom">