Compare commits
No commits in common. "496e666ca7d72bf2851a14bbc49cb8d3c1a30ae7" and "e346dd752ff7ae09c16b8fe648d432ae7180e91d" have entirely different histories.
496e666ca7
...
e346dd752f
BIN
.clickme.png-autosave.kra
Normal file
1
.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
files
|
|
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
BIN
clickme.gif
Normal file
After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 871 B After Width: | Height: | Size: 871 B |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 740 B After Width: | Height: | Size: 740 B |
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 468 B |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
BIN
img/andre.png
Before Width: | Height: | Size: 574 B |
Before Width: | Height: | Size: 1.6 KiB |
|
@ -1,21 +0,0 @@
|
||||||
/app/bin/ffmpeg -hide_banner -y -y -r 4 -start_number 0 -start_number_range 1 -i /home/hex/Documents/dev/personal/frame%04d.png -i /home/hex/Documents/dev/personal/KritaTempPalettegen_%06d.png -lavfi [0:v][1:v]paletteuse=dither=sierra2_4a:diff_mode=none -f gif -loop 0 -gifflags +transdiff /home/hex/Documents/dev/personal/chatcontrol.gif
|
|
||||||
=====================================================
|
|
||||||
Input #0, image2, from '/home/hex/Documents/dev/personal/frame%04d.png':
|
|
||||||
Duration: 00:00:00.32, start: 0.000000, bitrate: N/A
|
|
||||||
Stream #0:0: Video: png, rgba(pc, gbr/unknown/unknown), 88x31 [SAR 11811:11811 DAR 88:31], 25 fps, 25 tbr, 25 tbn
|
|
||||||
Input #1, image2, from '/home/hex/Documents/dev/personal/KritaTempPalettegen_%06d.png':
|
|
||||||
Duration: 00:00:00.04, start: 0.000000, bitrate: N/A
|
|
||||||
Stream #1:0: Video: png, rgba(pc, gbr/unknown/unknown), 16x16 [SAR 1:1 DAR 1:1], 25 fps, 25 tbr, 25 tbn
|
|
||||||
Stream mapping:
|
|
||||||
Stream #0:0 (png) -> paletteuse
|
|
||||||
Stream #1:0 (png) -> paletteuse
|
|
||||||
paletteuse:default -> Stream #0:0 (gif)
|
|
||||||
Press [q] to stop, [?] for help
|
|
||||||
Output #0, gif, to '/home/hex/Documents/dev/personal/chatcontrol.gif':
|
|
||||||
Metadata:
|
|
||||||
encoder : Lavf60.16.100
|
|
||||||
Stream #0:0: Video: gif, pal8(pc, gbr/unknown/unknown, progressive), 88x31 [SAR 1:1 DAR 88:31], q=2-31, 200 kb/s, 4 fps, 100 tbn
|
|
||||||
Metadata:
|
|
||||||
encoder : Lavc60.31.102 gif
|
|
||||||
frame= 0 fps=0.0 q=-0.0 size= 0kB time=00:00:00.25 bitrate= 0.0kbits/s speed= 8.4x
[out#0/gif @ 0x55a308ec0800] video:2kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 1.200480%
|
|
||||||
frame= 8 fps=0.0 q=-0.0 Lsize= 2kB time=00:00:01.75 bitrate= 7.7kbits/s speed=57.4x
|
|
BIN
img/clickme.gif
Before Width: | Height: | Size: 1.5 KiB |
BIN
img/design.png
Before Width: | Height: | Size: 991 B |
BIN
img/files.png
Before Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 2.5 KiB |
BIN
img/hex.kra
BIN
img/iwakura.gif
Before Width: | Height: | Size: 2.9 KiB |
BIN
img/iwakura.png~
Before Width: | Height: | Size: 2.7 KiB |
BIN
img/win10no.gif
Before Width: | Height: | Size: 1.7 KiB |
BIN
img/yes.kra
51
index.html
|
@ -6,60 +6,44 @@
|
||||||
<div class="main-content">
|
<div class="main-content">
|
||||||
<h3>whoami</h3>
|
<h3>whoami</h3>
|
||||||
<p>I'm <b class="rainbow-text">hex</b>, short for hexlocation.</p>
|
<p>I'm <b class="rainbow-text">hex</b>, short for hexlocation.</p>
|
||||||
<p>Hater of books and politics, in love with tinkering and the foss* community.</p>
|
<p>Hater of books and politics, in love with tinkering and low-level engineering.</p>
|
||||||
<p>Interested in</p>
|
<p>Interested in</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Embedded devices & firmware development</li>
|
<li>Embedded devices & firmware development</li>
|
||||||
<li>All things Linux</li>
|
<li>All things Linux</li>
|
||||||
<li>Security</li>
|
<li>Security</li>
|
||||||
<li>Privacy</li>
|
<li>Privacy</li>
|
||||||
<li>...and a little bit of game development!</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="additional-content">
|
<div class="additional-content">
|
||||||
<h3>banners</h3>
|
<h3>banners</h3>
|
||||||
<div id="banners">
|
<div id="banners">
|
||||||
<a href="https://archive.org">
|
<a href="https://archive.org">
|
||||||
<img src="img/ia.gif"></img>
|
<img src="ia.gif"></img>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<img src="img/hair.png"></img>
|
<img src="hair.png"></img>
|
||||||
<img src="img/hand.webp"></img>
|
<img src="hand.webp"></img>
|
||||||
<img src="img/fuckcss.png"></img>
|
<img src="fuckcss.png"></img>
|
||||||
|
|
||||||
<a href="https://store.steampowered.com/app/2357910/Home_Safety_Hotline/">
|
<a href="https://store.steampowered.com/app/2357910/Home_Safety_Hotline/">
|
||||||
<img src="img/hsh.gif"></img>
|
<img src="hsh.gif"></img>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="https://recaptcha.sucks/">
|
<a href="https://recaptcha.sucks/">
|
||||||
<img src="img/fuckgoogle.png"></img>
|
<img src="fuckgoogle.png"></img>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="">
|
<a href="">
|
||||||
<img src="img/clickme.gif"></img>
|
<img src="clickme.gif"></img>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="https://avitld.xyz/">
|
<a href="https://avitld.xyz/">
|
||||||
<img src="img/avitldv2.gif"></img>
|
<img src="avitldv2.gif"></img>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="https://heroin.zone/">
|
<a href="https://heroin.zone/">
|
||||||
<img src="img/hz.gif"></img>
|
<img src="hz.gif"></img>
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="https://iwakura.rip/">
|
|
||||||
<img src="img/iwakura.gif"></img>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="https://heroin.zone/~andre/">
|
|
||||||
<img src="img/andre.png"></img>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<img src="img/win10no.gif"></img>
|
|
||||||
<img src="img/fuckgoogle.gif"></img>
|
|
||||||
|
|
||||||
<a href="https://www.patrick-breyer.de/en/posts/chat-control/">
|
|
||||||
<img src="img/chatcontrol.gif"></img>
|
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -68,16 +52,6 @@
|
||||||
<p>e-mail & xmpp: hex[at]iwakura.rip<br>
|
<p>e-mail & xmpp: hex[at]iwakura.rip<br>
|
||||||
discord: hex.maybe</p>
|
discord: hex.maybe</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="nav-content">
|
|
||||||
<h3>links</h3>
|
|
||||||
<a href="files/">
|
|
||||||
<img src="img/files.png"></img>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="img/">
|
|
||||||
<img src="img/design.png"></img>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -85,9 +59,10 @@
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: heartFont;
|
font-family: heartFont;
|
||||||
src: url("ttf/rainyhearts.ttf");
|
src: url("rainyhearts.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes rainbow_anim {
|
@keyframes rainbow_anim {
|
||||||
|
@ -114,7 +89,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
#banners img {
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|