deploy: 74285e314d
This commit is contained in:
parent
07034e3d43
commit
c59d8d2aba
94 changed files with 1054 additions and 3 deletions
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="stylesheet" href="/static/main.css?fixcache=1">
|
||||
<script src="/static/scripts/ccd.js"></script>
|
||||
<script src="/static/scripts/main.js" defer></script>
|
||||
<script src="/static/scripts/88x31.js" defer></script>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
|
||||
|
|
@ -24,6 +25,13 @@
|
|||
opacity: .4!important;
|
||||
}
|
||||
</style>
|
||||
<noscript>
|
||||
<style>
|
||||
.i88x31:hover {
|
||||
transform: scale(2);
|
||||
}
|
||||
</style>
|
||||
</noscript>
|
||||
<div id="everythingHelper">
|
||||
<img src="/static/images/bear.jpg" class="bg">
|
||||
<header>
|
||||
|
|
@ -46,6 +54,7 @@
|
|||
<ul id="headerLinks">
|
||||
<a href="/en/">home</a>
|
||||
<a href="/en/blog/">blog</a>
|
||||
<a href="/en/misc/">misc</a>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="stylesheet" href="/static/main.css?fixcache=1">
|
||||
<script src="/static/scripts/ccd.js"></script>
|
||||
<script src="/static/scripts/main.js" defer></script>
|
||||
<script src="/static/scripts/88x31.js" defer></script>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
|
||||
|
|
@ -24,6 +25,13 @@
|
|||
opacity: .4!important;
|
||||
}
|
||||
</style>
|
||||
<noscript>
|
||||
<style>
|
||||
.i88x31:hover {
|
||||
transform: scale(2);
|
||||
}
|
||||
</style>
|
||||
</noscript>
|
||||
<div id="everythingHelper">
|
||||
<img src="/static/images/bear.jpg" class="bg">
|
||||
<header>
|
||||
|
|
@ -46,6 +54,7 @@
|
|||
<ul id="headerLinks">
|
||||
<a href="/en/">home</a>
|
||||
<a href="/en/blog/">blog</a>
|
||||
<a href="/en/misc/">misc</a>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
|
|
@ -66,6 +75,14 @@
|
|||
<div class="hs" id="hsDefault">
|
||||
<h1 id="homeTitle">Welcome</h1>
|
||||
<p>It seems that you have found my website! Hi, I am <b>Adrian Victor</b> (or <b>tenkuma</b>), a Brazilian guy who likes to mess around with computers, computer programs and <i>enimatpyrtlyhtemids</i>.</p>
|
||||
<img class="i88x31" src="/static/images/88x31/tenkuma.gif">
|
||||
<img class="i88x31" src="/static/images/88x31/anybrowser6.gif">
|
||||
<img class="i88x31" src="/static/images/88x31/ai.gif">
|
||||
<img class="i88x31" src="/static/images/88x31/WEBP.gif">
|
||||
<img class="i88x31" src="/static/images/88x31/rainbowrain.gif">
|
||||
<img class="i88x31" src="/static/images/88x31/rave.gif">
|
||||
<img class="i88x31" src="/static/images/88x31/blasphemy.gif">
|
||||
|
||||
<h2>Socials and Contact</h2>
|
||||
<p>
|
||||
I'm publicly available at Mastodon <a href='https://mstdn.social/@tenkuma'>(@tenkuma@mstdn.social)</a>,
|
||||
|
|
@ -90,7 +107,7 @@
|
|||
<p>I have a YouTube channel where I post mostly Minecraft videos, but I want to have other types of content in the future. There's no scedule for my videos because it takes a lot of editing time to put a video together, and I have little time to work on my own projects, you should subscribe if you want to know when I post something!</p>
|
||||
<p>Here's a random video I'm proud of:</p>
|
||||
<a href="https://www.youtube.com/watch?v=6bnNAnSY9Uo">
|
||||
<div class="blogpostYoutubeVideo">
|
||||
<div style="margin-bottom: 1em;" class="blogpostYoutubeVideo">
|
||||
<img src="/static/images/thumbnails/fl_studio_linux.png">
|
||||
<div class="videoHeader">
|
||||
<h2 class="videoTitle">Installing FL Studio on linux.</h2>
|
||||
|
|
|
|||
223
en/misc/88x31/index.html
Normal file
223
en/misc/88x31/index.html
Normal file
|
|
@ -0,0 +1,223 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Adrian Victor - 88x31</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/static/main.css?fixcache=1">
|
||||
<script src="/static/scripts/ccd.js"></script>
|
||||
<script src="/static/scripts/main.js" defer></script>
|
||||
<script src="/static/scripts/88x31.js" defer></script>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
|
||||
<link rel="manifest" href="/static/site.webmanifest">
|
||||
<script src="https://keepandroidopen.org/banner.js" defer></script>
|
||||
<meta property="og:title" content="Adrian Victor - 88x31">
|
||||
<meta property="og:description" content="Personal website/blog of Adrian Victor.">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:url" content="https://adrianvic.github.io/en/misc/88x31/">
|
||||
<meta property="og:image" content="https://adrianvic.github.io/static/images/bear.jpg">
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
.bg {
|
||||
opacity: .4!important;
|
||||
}
|
||||
</style>
|
||||
<noscript>
|
||||
<style>
|
||||
.i88x31:hover {
|
||||
transform: scale(2);
|
||||
}
|
||||
</style>
|
||||
</noscript>
|
||||
<div id="everythingHelper">
|
||||
<img src="/static/images/bear.jpg" class="bg">
|
||||
<header>
|
||||
<div>
|
||||
<h1>Adrian Victor</h1>
|
||||
<a id="headerSubtitle"><i>Fanasy is not a crime, find your castle in the sky.</i></a>
|
||||
<script>
|
||||
const headeri18n =
|
||||
{
|
||||
by: "by",
|
||||
options: "Options",
|
||||
hideBackground: "Hide background",
|
||||
back: "back"
|
||||
}
|
||||
</script>
|
||||
</div>
|
||||
<div id="linksHelper">
|
||||
<div id="music">
|
||||
</div>
|
||||
<ul id="headerLinks">
|
||||
<a href="/en/">home</a>
|
||||
<a href="/en/blog/">blog</a>
|
||||
<a href="/en/misc/">misc</a>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
<div id="mainHelper">
|
||||
|
||||
<main>
|
||||
<div class="box pageHeaderBox">
|
||||
<h1>88x31</h1>
|
||||
<p>This is the collection of 88x31 GIFs and images I've downloaded across the web.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<h2>Made by me</h2>
|
||||
<img class="i88x31" src="/static/images/88x31/tenkuma.gif">
|
||||
<h2>Others</h2>
|
||||
<div class="">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/2001.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/2014-rave.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/2ktan.png">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/88x31-your-ad.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/96.png">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/98.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/BOOKMARKthispageNOW.png">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/BWA_Boing_88x31_19991004.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/WEBP.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/agoraroad.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/ai.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/amd_now.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/amd_powered.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/amiga_friendly.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/amiga_power.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/amiga_rc5.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/angellogo.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/anybrowser.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/anybrowser6.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/armed.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/asexuals_now.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/az01.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/az02.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/az03.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/beos_now_anim.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/best1024.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/best800x600.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/best_free.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/best_viewed_with_monitor.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/best_viewed_with_open_eyes.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/bestviewed16bit.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/bestviewedcomp.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/bestvieweddesktop.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/bestviewedlinks.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/bestviewedopen.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/bestviewedyour.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/bestvw.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/blank.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/blasphemy.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/blender_get.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/blogger_88x31.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/brothings.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/btn-silvercruiser.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/buttons_now.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/bvbstar.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/bvwe.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/cakey.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/catp0rtal.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/catscape2.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/catscape3.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/catt_banner.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/cc-by-nc-sa.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/cc-by-sa.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/cc-some.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/cc-somerights.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/cc0.png">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/cheezit.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/chilliwebhosting.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/chocomint.png">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/chrome.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/dumbasswebmasterahead.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/feed.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/happymix.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/kittyrun.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/mousemade.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/otaku.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/proud_of_my_son.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/rainbowrain.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/rave.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/sky-manta.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/tenkuma.gif">
|
||||
|
||||
<img class="i88x31" src="/static/images/88x31/undercon2.gif">
|
||||
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
114
en/misc/bookmarks/index.html
Normal file
114
en/misc/bookmarks/index.html
Normal file
|
|
@ -0,0 +1,114 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Adrian Victor</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/static/main.css?fixcache=1">
|
||||
<script src="/static/scripts/ccd.js"></script>
|
||||
<script src="/static/scripts/main.js" defer></script>
|
||||
<script src="/static/scripts/88x31.js" defer></script>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
|
||||
<link rel="manifest" href="/static/site.webmanifest">
|
||||
<script src="https://keepandroidopen.org/banner.js" defer></script>
|
||||
<meta property="og:title" content="Adrian Victor">
|
||||
<meta property="og:description" content="Personal website/blog of Adrian Victor.">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:url" content="https://adrianvic.github.io/en/misc/bookmarks/">
|
||||
<meta property="og:image" content="https://adrianvic.github.io/static/images/towers.jpg">
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
.bg {
|
||||
opacity: 0.2!important;
|
||||
}
|
||||
</style>
|
||||
<noscript>
|
||||
<style>
|
||||
.i88x31:hover {
|
||||
transform: scale(2);
|
||||
}
|
||||
</style>
|
||||
</noscript>
|
||||
<div id="everythingHelper">
|
||||
<img src="/static/images/towers.jpg" class="bg">
|
||||
<header>
|
||||
<div>
|
||||
<h1>Adrian Victor</h1>
|
||||
<a id="headerSubtitle"><i>Fanasy is not a crime, find your castle in the sky.</i></a>
|
||||
<script>
|
||||
const headeri18n =
|
||||
{
|
||||
by: "by",
|
||||
options: "Options",
|
||||
hideBackground: "Hide background",
|
||||
back: "back"
|
||||
}
|
||||
</script>
|
||||
</div>
|
||||
<div id="linksHelper">
|
||||
<div id="music">
|
||||
</div>
|
||||
<ul id="headerLinks">
|
||||
<a href="/en/">home</a>
|
||||
<a href="/en/blog/">blog</a>
|
||||
<a href="/en/misc/">misc</a>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
<div id="mainHelper">
|
||||
|
||||
<main>
|
||||
<div class="box pageHeaderBox">
|
||||
<h1>Bookmarks</h1>
|
||||
<p></p>
|
||||
<img class="i88x31" src="/static/images/88x31/BOOKMARKthispageNOW.png" alt="">
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
<h2>Downloads</h2>
|
||||
<dl>
|
||||
|
||||
<dt><a href="https://malwarewatch.org/">MalwareWatch</a></dt>
|
||||
<dd>
|
||||
|
||||
Enderman's website. Provides download to various useful softwares, operating system images and malware.
|
||||
</dd>
|
||||
|
||||
<dt><a href="https://88x31.nl/">88x31</a></dt>
|
||||
<dd>
|
||||
|
||||
|
||||
<img class="i88x31" style="margin-top: .6em;" src="/static/images/88x31/WEBP.gif">
|
||||
|
||||
<br>
|
||||
|
||||
This website is a collection with over 6500 GIF's and PNG's in 88x31 format. In the late 1990 and begin of the 2000's it was very common to use these pictures on your personal website.
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
<h2>Profiles</h2>
|
||||
<dl>
|
||||
|
||||
<dt><a href="https://www.youtube.com/@mrnandokk">Mr. Nando</a></dt>
|
||||
<dd>
|
||||
|
||||
My friend Fernando, he makes music and YouTube videos of Minecraft and speedrun.
|
||||
</dd>
|
||||
|
||||
<dt><a href="https://enderman.ch/">Endermanch</a></dt>
|
||||
<dd>
|
||||
|
||||
Andrew is a software engineer, a malware enthusiast and most importantly, a weird tall creature. I've grown up with his videos and he's a great inspiration for me.
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
100
en/misc/index.html
Normal file
100
en/misc/index.html
Normal file
|
|
@ -0,0 +1,100 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Adrian Victor</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/static/main.css?fixcache=1">
|
||||
<script src="/static/scripts/ccd.js"></script>
|
||||
<script src="/static/scripts/main.js" defer></script>
|
||||
<script src="/static/scripts/88x31.js" defer></script>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
|
||||
<link rel="manifest" href="/static/site.webmanifest">
|
||||
<script src="https://keepandroidopen.org/banner.js" defer></script>
|
||||
<meta property="og:title" content="Adrian Victor">
|
||||
<meta property="og:description" content="Personal website/blog of Adrian Victor.">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:url" content="https://adrianvic.github.io/en/misc/">
|
||||
<meta property="og:image" content="https://adrianvic.github.io/static/images/bear.jpg">
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
.bg {
|
||||
opacity: .4!important;
|
||||
}
|
||||
</style>
|
||||
<noscript>
|
||||
<style>
|
||||
.i88x31:hover {
|
||||
transform: scale(2);
|
||||
}
|
||||
</style>
|
||||
</noscript>
|
||||
<div id="everythingHelper">
|
||||
<img src="/static/images/bear.jpg" class="bg">
|
||||
<header>
|
||||
<div>
|
||||
<h1>Adrian Victor:Misc</h1>
|
||||
<a id="headerSubtitle"><i>Fanasy is not a crime, find your castle in the sky.</i></a>
|
||||
<script>
|
||||
const headeri18n =
|
||||
{
|
||||
by: "by",
|
||||
options: "Options",
|
||||
hideBackground: "Hide background",
|
||||
back: "back"
|
||||
}
|
||||
</script>
|
||||
</div>
|
||||
<div id="linksHelper">
|
||||
<div id="music">
|
||||
</div>
|
||||
<ul id="headerLinks">
|
||||
<a href="/en/">home</a>
|
||||
<a href="/en/blog/">blog</a>
|
||||
<a href="/en/misc/">misc</a>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
<div id="mainHelper">
|
||||
|
||||
<main>
|
||||
<h1>Miscellaneous</h1>
|
||||
<ul>
|
||||
<dl>
|
||||
|
||||
|
||||
|
||||
<dt>
|
||||
<a href="/en/misc/88x31/">
|
||||
88x31
|
||||
</a>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
||||
My collection of 88x31 GIFs and images.
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
<dt>
|
||||
<a href="/en/misc/bookmarks/">
|
||||
Bookmarks
|
||||
</a>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
||||
Minha coleção de sites e páginas interessantes.
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</ul>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue