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:
parent
a0781ef066
commit
e86467341f
18
index.html
18
index.html
|
@ -3,17 +3,17 @@
|
|||
<head>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<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: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="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 name="msapplication-TileColor" content="#ff00ff">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="theme-color" content="#0000ff">
|
||||
|
||||
<title>frost box</title>
|
||||
<title>iceyfox frost box</title>
|
||||
<link rel="stylesheet" href="assets/index.css?ver=30" />
|
||||
</head>
|
||||
<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>
|
||||
</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>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><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 http://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><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>
|
||||
|
@ -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>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="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>
|
||||
<h1>Games. Love games.</h1>
|
||||
<ul>
|
||||
|
@ -92,6 +92,7 @@
|
|||
|
||||
<br><br>
|
||||
</div>
|
||||
<!--
|
||||
<div class="line-break"></div>
|
||||
<div class="main-text">
|
||||
<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>
|
||||
<br><br>
|
||||
</div>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
<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>
|
||||
</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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue