gpg key change, email change, url https corrections, commented discord widget (may add it back) and second discord link, added a line to linux info, title change

This commit is contained in:
iceyrazor 2025-05-09 02:08:38 -05:00
parent a0781ef066
commit e86467341f
2 changed files with 11 additions and 8 deletions

View File

@ -3,17 +3,17 @@
<head> <head>
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:url" content="http://iceyfox.xyz/"> <meta property="og:url" content="https://iceyfox.xyz/">
<meta property="og:site_name" content="iceyfox frost box"> <meta property="og:site_name" content="iceyfox frost box">
<meta property="og:title" content="the 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:description" content="a simple website containing iceyrazor's bio, socials and random stuffs he made">
<meta property="og:image" content="http://iceyfox.xyz/assets/img/index_banner.png"> <meta property="og:image" content="https://iceyfox.xyz/assets/img/index_banner.png">
<meta property="og:image:alt" content="insert image here"> <meta property="og:image:alt" content="insert image here">
<meta name="msapplication-TileColor" content="#ff00ff"> <meta name="msapplication-TileColor" content="#ff00ff">
<meta name="twitter:card" content="summary_large_image"> <meta name="twitter:card" content="summary_large_image">
<meta name="theme-color" content="#0000ff"> <meta name="theme-color" content="#0000ff">
<title>frost box</title> <title>iceyfox frost box</title>
<link rel="stylesheet" href="assets/index.css?ver=30" /> <link rel="stylesheet" href="assets/index.css?ver=30" />
</head> </head>
<body> <body>
@ -37,11 +37,11 @@
<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> <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>
<ul> <ul>
<li><b>contact</b> me by email <code>iceyfoxservers@gmail.com</code>. or on <b>Discord</b> my username is <code>iceyrazor</code></li> <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="http://iceyfox.xyz/iceyrazor.gpg.pub">here</a> or just run:</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> <ul>
<li><code>curl -sL http://iceyfox.xyz/iceyrazor.gpg.pub | gpg --import</code></li> <li><code>curl -sL https://iceyfox.xyz/iceyrazor.gpg.pub | gpg --import</code></li>
<li>Fingerprint: <code>A2C2 FAA5 6038 665F 1E51 BCDB 1726 AA27 638B FDD5</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> <li>All legitimate emails from me will be signed with my GPG key. Probably</li>
</ul> </ul>
</ul> </ul>
@ -56,7 +56,7 @@
<p>My main focus is web sockets, mysql, and anything really that involves connecting devices to other devices. Typically through web sockets.</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>Previous work experience? none, i do this as a hobby.</p>
<p>And i use arch btw. :)</p> <p>And i use arch btw. :)</p>
<p>See more of my art <a href="http://iceyfox.xyz/full_art.html">here</a></p> <p>See more of my art <a href="https://iceyfox.xyz/full_art.html">here</a></p>
<div class="line-break"></div> <div class="line-break"></div>
<h1>Games. Love games.</h1> <h1>Games. Love games.</h1>
<ul> <ul>
@ -92,6 +92,7 @@
<br><br> <br><br>
</div> </div>
<!--
<div class="line-break"></div> <div class="line-break"></div>
<div class="main-text"> <div class="main-text">
<h1>discord</h1> <h1>discord</h1>
@ -100,6 +101,7 @@
<div style="height: 501px;"><iframe src="https://discordapp.com/widget?id=367256647254540299&theme=dark" align="center" width="500" height="500" allowtransparency="true" frameborder="0"></iframe></div> <div style="height: 501px;"><iframe src="https://discordapp.com/widget?id=367256647254540299&theme=dark" align="center" width="500" height="500" allowtransparency="true" frameborder="0"></iframe></div>
<br><br> <br><br>
</div> </div>
-->
</div> </div>
</div> </div>

View File

@ -47,6 +47,7 @@
<p>here's a playlist on privacy starting off with why it matters <p>here's a playlist on privacy starting off with why it matters
<a href="https://www.youtube.com/watch?v=pcSlowAhvUk&list=PLwpvCCyacwS-ztlFutZbKYc9j2sv0x0Sm">Glenn Greenwald: Why Privacy Matters</a> <a href="https://www.youtube.com/watch?v=pcSlowAhvUk&list=PLwpvCCyacwS-ztlFutZbKYc9j2sv0x0Sm">Glenn Greenwald: Why Privacy Matters</a>
</p> </p>
<p>"If everything you've ever said or done can be accessed, taken completely without context and used against you with zero accountability then absolutely everybody has a LOT to hide."</p>
</div> </div>
</body> </body>
</html> </html>