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>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue