website/index.html

100 lines
4.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Gnawmon's Website</title>
<link rel="stylesheet" href="style.css">
<script src="main.js"></script>
</head>
<body>
<!--
<video autoplay muted loop class="bgvideo" id="bgvideo">
<source src="Untitled.mp4" type="video/mp4">
</video>
-->
<div class="middlething">
<div class="navbar"> <a id="active" href="index.html">Main Page </a> <a href="projects.html
">Projects </a></div>
<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
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 one right now!
Although it's blurred</span> </tot> in blender and posted a few on <a style="color: #1DA1F2;"
target=”_blank” href="https://nitter.net/Gnawmon">twitter</a> but stopped posting a while back. I
also made prodecural textures with substance 3d in the past.<br><br>
I use an arch based os btw<br><br>
<!-- <button onclick="pauseVideo()">Pause the video</button> -->
</p>
<h2 onclick="showThing('gallery')" class="paragraph dropdown">More</h2>
<div id="gallery">
<p class="paragraph">
I speak <s>3</s> 2 languages <br> <br>
also heres <a class="link" href="pgp.txt"> my pgp key</a>
</p>
</div>
<h2 onclick="showThing('specs')" class="paragraph dropdown">Computer Specs</h2>
<div id="specs" style="margin-bottom: 2px;">
<h3>Lonix Machine </h3>
<ul>
<li>My main machine</li>
<li>A Nvidia GTX gpu</li>
<li>An AMD cpu</li>
<li>Runs EndeavourOS with KDE Plasma</li>
<li><code>curl http://gnawmon.vern.cc/endeavour</code> < run this to see fetch of this computer</li>
</ul>
<h3>Windows Machine </h3>
<ul>
<li>I use this to play rainbow six siege</li>
<li>Another Nvidia GTX gpu</li>
<li>An Intel cpu</li>
<li>Runs Windows 10</li>
<li><code>curl http://gnawmon.vern.cc/windows</code></li>
</ul>
</div>
<div class="contact">
<img src="svg/matrix.svg" height="40" width="40" />
<p>@gnawmon@matrix.org</p>
</div>
<div class="contact">
<a href="http://git.vern.cc/gnawmon">
<img src="svg/forgejo.svg" height="40" width="40" />
<p>/gnawmon</p>
</a>
</div>
<div class="contact">
<a href="https://github.com/gnawmon">
<img src="svg/github.svg" height="40" width="40" />
<p>/gnawmon</p>
</a>
</div>
<div class="contact">
<img src="svg/discord.svg" height="40" width="40" />
<p>@gnawmon</p>
</div>
<div class="contact">
<img src="svg/mail.svg" height="40" width="40" />
<p>gnawmon@vern.cc</p>
</div>
<div class="smalimages">
<a href="https://endeavouros.com/"> <img src="88x31/endeavour.png"></img> </a>
<a href="https://www.mozilla.org/en-US/firefox/new"> <img src="88x31/firefox.gif"></img></a>
<img src="88x31/ie_exploder.gif"></img>
<a href="https://vern.cc"> <img src="88x31/vern.png"></img></a>
<!-- <button id="rotate_button" onclick="rotate()">rotate</button> -->
</div>
<p class="paragraph bottomtext"><a href="http://git.vern.cc/gnawmon/website" class="link">source code</a></p>
</div>
</body>
</html>