iceyfox.xyz/index.html

106 lines
6.2 KiB
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<meta property="og:type" content="website">
<meta property="og:url" content="https://iceyfox.xyz/">
<meta property="og:site_name" content="iceyfox frost box">
<meta property="og:title" content="the frost box">
<meta property="og:description" content="a simple website containing iceyrazor's bio, socials and random stuffs he made">
<meta property="og:image" content="https://iceyfox.xyz/assets/img/index_banner.png">
<meta property="og:image:alt" content="insert image here">
<meta name="msapplication-TileColor" content="#ff00ff">
<meta name="twitter:card" content="summary_large_image">
<meta name="theme-color" content="#0000ff">
<title>iceyfox frost box</title>
<link rel="stylesheet" href="assets/index.css?ver=32" />
</head>
<body>
<div align="center">
<div class="header" id="header_main">The Frost Box<img src="assets/img/icons/frostbox-white.png"></div>
<div class="spacer1" id="spacer_header"></div>
<div class="main" align="left">
<div class="social-tray">
<a target="_BLANK" href="https://gitea.iceyfox.xyz/iceyrazor"><img src="assets/img/icons/gitea.svg"></img></a>
<a target="_BLANK" rel="me" href="https://mas.to/@iceyrazor"><img src="assets/img/icons/mastodon-logo-purple.svg"></img></a>
<a target="_BLANK" href="https://www.youtube.com/channel/UCOBfHd00-1HBu8bwXV63OSw"><img class="yt" src="assets/img/icons/yt_logo_rgb_dark.png"></img></a>
<a target="_BLANK" href="https://www.twitch.tv/iceyrazor"><img src="assets/img/icons/twitch.png"></img></a>
<a target="_BLANK" href="/blog/index.xml"><img src="assets/img/RSS.png"></img></a>
</div>
<div class="main-text">
<ul>
<li>i also have a gitea (git) server that i may move my repos too. <a href="https://gitea.iceyfox.xyz/iceyrazor">https://gitea.iceyfox.xyz/iceyrazor</a></li>
</ul>
<ul>
<li><b>contact</b> me by email <code>iceyrazor@mailfence.com</code>. or on <b>Discord</b> my username is <code>iceyrazor</code></li>
<li>GPG key for encrypting messages if you know how, download <a href="https://iceyfox.xyz/iceyrazor.gpg.pub">here</a> or just run:</li>
<ul>
<li><code>curl -sL https://iceyfox.xyz/iceyrazor.gpg.pub | gpg --import</code></li>
<li>Fingerprint: <code>E133 2678 5AA2 961C 8652 F59A 280A CC60 20FE D715</code></li>
<li>All legitimate emails from me will be signed with my GPG key. Probably</li>
</ul>
</ul>
<a target="_BLANK" style="font-size:30px" href="/blog">checkout my blog</a><br>
<a target="_BLANK" style="font-size:30px" href="/updates">get updates</a><br>
<a target="_BLANK" style="font-size:30px" href="/linuxinfo/">some linux and other info</a>
<br><br>
<div class="line-break"></div>
<h1>about me</h1>
<p>Im interested in coding, networking technologies, 3d modeling, 3d CGI, and I dabble in SVG's</p>
<p>Programming in bash, Clang, Javascript, Nodejs, lua, and beginning with web design.</p>
<p>My main focus is web sockets, mysql, and anything really that involves connecting devices to other devices. Typically through web sockets.</p>
<p>Previous work experience? none, i do this as a hobby.</p>
<p>And i use arch btw. :)</p>
<p>See more of my art <a href="https://iceyfox.xyz/full_art.html">here</a></p>
<div class="line-break"></div>
<h1>Games. Love games.</h1>
<ul>
<li>I've mainly been into minecraft</li>
<li>metal gear rising revengeance</li>
<li>resonite &gt; vrchat</li>
<li>space engineers</li>
<li>no mans sky</li>
</ul>
</div>
<div class="line-break"></div>
<h3>low quality render of a my boi jumpin</h3>
<p>this site is bad at serving videos. play it on repeat till it loads</p>
<div height="100%">
<video class="videos" width="100%" height="90%" controls><source src="assets/made_content/partial/jumpin-smol.mp4" type="video/mp4"></video>
</div>
<div class="line-break"></div>
<div class="main-text">
<h1>links</h1>
<a target="_BLANK" href="full_art.html">see art</a><br>
<a target="_BLANK" href="/blog">my blog and rss feed</a><br>
<a target="_BLANK" href="/updates">my updates and rss feed</a>
<h2>rule pages</h2>
<div><a target="_BLANK" href="minecraft.html">minecraft rules</a></div>
<div><a target="_BLANK" href="gmod.html">gmod rules</a></div>
<div><a target="_BLANK" href="spaceengineers.html">space engineers rules</a></div>
<div><a target="_BLANK" href="arma3.html">arma 3 rules</a></div>
<h2>scripts</h2>
<div><a href="/tardisproject/tardis.php">tardis project</a></div>
<br><br>
</div>
</div>
</div>
<script language="javascript" type="text/javascript">
document.addEventListener("scroll",()=>{
if(document.documentElement.scrollTop > 10){
document.getElementById('header_main').style.animationName="Up-header";
} else {
document.getElementById('header_main').style.animationName="Down-header";
}
})
</script>
</body>
</html>