new background new photos new blog post

This commit is contained in:
tess 2023-03-15 16:28:59 +01:00
parent fa81896d63
commit df1f412a49
21 changed files with 200 additions and 100 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 852 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 292 KiB

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 KiB

After

Width:  |  Height:  |  Size: 317 KiB

View File

@ -48,10 +48,10 @@ body {
color: #ee8def;
font-family: atkinson, mononoki, linja nanpa;
font-size: 115%;
background-image: url("background-clouds.png"), url(background-grass.png),
background-image: url(background-grass.png),
url("background-repeat.jpg");
background-repeat: no-repeat, no-repeat, repeat;
background-position: center top, center bottom, center;
background-repeat: no-repeat, repeat;
background-position: center bottom, center;
}
.toaq-text {
font-family: commissioner, derani !important;
@ -60,7 +60,7 @@ body {
@media all and (min-width: 900px) {
.box {
border: 3px solid #e63e62;
background-color: rgba(3, 16, 20, 0.8);
background-color: rgb(3, 16, 20);
margin-left: 100px;
margin-bottom: 25px;
padding: 10px;
@ -71,7 +71,7 @@ body {
}
.list {
border: 3px solid #e63e62;
background-color: rgba(3, 16, 20, 0.8);
background-color: rgb(3, 16, 20);
margin-bottom: 25px;
margin-left: 100px;
padding: 10px;
@ -82,7 +82,7 @@ body {
@media all and (min-width: 1000px) {
.box {
border: 3px solid #e63e62;
background-color: rgba(3, 16, 20, 0.8);
background-color: rgb(3, 16, 20);
margin-left: 100px;
margin-bottom: 25px;
width: 40%;
@ -93,7 +93,7 @@ body {
}
.list {
border: 3px solid #e63e62;
background-color: rgba(3, 16, 20, 0.8);
background-color: rgb(3, 16, 20);
margin-bottom: 25px;
padding: 10px;
width: max-content;
@ -102,13 +102,13 @@ body {
@media all and (max-width: 900px) {
.box {
border: 3px solid #e63e62;
background-color: rgba(3, 16, 20, 0.8);
background-color: rgb(3, 16, 20);
margin-bottom: 25px;
padding: 10px;
}
.list {
border: 3px solid #e63e62;
background-color: rgba(3, 16, 20, 0.8);
background-color: rgb(3, 16, 20);
padding: 10px;
}
}
@ -128,6 +128,7 @@ body {
.special-background {
background-image: url("background-index.jpg");
background-repeat: no-repeat;
background-position: center top;
}
a {

View File

@ -1,51 +1,40 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>~my website~</title>
<meta
charset="UTF-8"
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<link rel="shortcut icon" type="image/png" href="/assets/favicon.png" />
</head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>~my website~</title>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/png" href="/assets/favicon.png" />
</head>
<body
class="special-background"
onload="randomizeTextOneEN('one', 'two')"
>
<h1 class="title">
<span class="title" style="font-size: 150%; vertical-align: 50%"
>hi,</span
>
welcome to my
<span style="vertical-align: -50%" class="title-emphasis">website</span>
</h1>
<body class="special-background" onload="randomizeTextOneEN('one', 'two')">
<h1 class="title">
<span class="title" style="font-size: 150%; vertical-align: 50%">hi,</span>
welcome to my
<span style="vertical-align: -50%" class="title-emphasis">website</span>
</h1>
<div class="box">
<p>
this is where i
<span class="link" id="one"
><a href="made">share things i made</a></span
>
and
<span class="link" id="two"
><a href="tess/gay">gush abt my girlfriend</a></span
>!!
</p>
</div>
<div class="box">
<p>
this is where i
<span class="link" id="one"><a href="made">share things i made</a></span>
and
<span class="link" id="two"><a href="tess/gay">gush abt my girlfriend</a></span>!!
</p>
</div>
<h2 class="title box-title">take a look around:</h2>
<div class="list">
<ul>
<li>
<a href="tess" class="link">whos tess</a>
</li>
<li><a href="made" class="link">stuff i've made</a></li>
<li><a href="good" class="link">things i like</a></li>
</ul>
</div>
<script src="/assets/script.js"></script>
</body>
</html>
<h2 class="title box-title">take a look around:</h2>
<div class="list">
<ul>
<li>
<a href="tess" class="link">whos tess</a>
</li>
<li><a href="made" class="link">stuff i've made</a></li>
<li><a href="good" class="link">things i like</a></li>
</ul>
</div>
<script src="/assets/script.js"></script>
</body>
</html>

View File

@ -1,41 +1,40 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>~things i've made~</title>
<meta
charset="UTF-8"
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<link rel="shortcut icon" type="image/png" href="/assets/favicon.png" />
</head>
<body class="special-background">
<h1 class="title">
<a href="../" style="vertical-align: 100%">&lt;-</a>
<span style="vertical-align: 50%">things</span> i've
<span href="./" style="vertical-align: -50%">made</span>
</h1>
<div class="box">
<p>
here's various things i've made!! im proud of most of these things to
some extent
</p>
</div>
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>~things i've made~</title>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/png" href="/assets/favicon.png" />
</head>
<h2 class="title box-title">the things:</h2>
<div class="list">
<ul>
<li><a href="games" class="link">games</a></li>
<li><a href="art" class="link">art</a></li>
<li><a href="music" class="link">music</a></li>
<li><a href="things" class="link">other things</a></li>
<li><a href="videos" class="link">videos</a></li>
<li><a href="streams" class="link">streams</a></li>
</ul>
</div>
<script src="/assets/script.js"></script>
</body>
</html>
<body class="special-background">
<h1 class="title">
<a href="../" style="vertical-align: 100%">&lt;-</a>
<span style="vertical-align: 50%">things</span> i've
<span href="./" style="vertical-align: -50%">made</span>
</h1>
<div class="box">
<p>
here's various things i've made!! im proud of most of these things to
some extent
</p>
</div>
<h2 class="title box-title">the things:</h2>
<div class="list">
<ul>
<li><a href="games" class="link">games</a></li>
<li><a href="art" class="link">art</a></li>
<li><a href="music" class="link">music</a></li>
<li><a href="photography" class="link">photography</a></li>
<li><a href="things" class="link">other things</a></li>
<li><a href="videos" class="link">videos</a></li>
<li><a href="streams" class="link">streams</a></li>
</ul>
</div>
<script src="/assets/script.js"></script>
</body>
</html>

View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>15/03/2023</title>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/png" href="/assets/favicon.png" />
</head>
<body class="special-background">
<h1 class="title">
<a href="../" style="vertical-align: 100%">&lt;-</a>
<span style="vertical-align: 50%">15/03/2023</span>
</h1>
<img src="pics/P1950033.JPG">
<img src="pics/P1950034.JPG">
<img src="pics/P1950036.JPG">
<img src="pics/P1950037.JPG">
</body>
</html>

View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>photography</title>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/png" href="/assets/favicon.png" />
</head>
<body class="special-background">
<h1 class="title">
<a href="../" style="vertical-align: 100%">&lt;-</a>
<span style="vertical-align: 50%">photo</span> graphs
</h1>
<h2><a href="12032023">12/03/2023</a></h2>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 670 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 756 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 777 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

@ -20,6 +20,26 @@
</p>
</div>
<h2 class="box-title title" id="15032023">15/03/2023</h2>
<div class="box">
<p>i dreamt that me and my girlfriend got to see each other regularly and also we regularly went to this one library
that was like.</p>
<p>full of cool ppl from tumblr</p>
<p>at one point i was trying to get the highest score possible in this weird game</p>
<p>and one of the things u needed to do was to insult three other people?</p>
<p>so i gathered three of the cool tumblr ppl and was like "hey sorry but i have to insult u bc im trying to get the
highest score possible in this game"</p>
<p>and they were like yeah sure go ahead</p>
<p>but i just. couldnt insult them. they all had like. either really cool cosplays or just like rly cute fluffy ears
and tails and stuff</p>
<p>and i ended up just collapsing trying to insult them bc i was like noo these ppl are way too cool i cant insult
them i NEED to compliment them</p>
<p>so i just started to compliment each of them a lot. so i dont think i got that high score i was looking for</p>
<hr>
<p>then i like went outside and i met this guy who was like "yooo do u wanna see the wildest thing ever??"</p>
<p>and then he showed me spicy cabbage</p>
</div>
<h2 class="box-title title" id="28022023">28/02/2023</h2>
<div class="box">
<p>i dreamt that i was running for president of the united states.</p>

View File

@ -25,6 +25,37 @@
<a class="zelda" href="rss.xml">rss</a>
</div>
<h2 class="box-title title" id="15032023">15/03/2023</h2>
<div class="box box-top">
<p>i want big fluffy ears and paws so baaad,,,,,</p>
<p>thats the mood lately</p>
</div>
<div class="box box-top">
<div>i went to <div class="tooltip">florida<span class="tooltiptext">not the
american one</span></div> a couple of days ago and took a few <a class="link"
href="/made/photographs/12032023">photographs</a>.</div>
<p>it wasnt the prettiest place so i didnt take many pictures, but there were a few i was kinda happy with.</p>
</div>
<div class="box">
<p>i want to createee so baddd,,,, i want to make art and games and stuff but it is HARDD,</p>
<p>i tried to draw kim kitsuragi recently but i just couldnt do it.</p>
<p> i had like! A MOMENT,, where i could draw without feeling horrible!!!! but im starting to think it was a fluke,
(or that maybe i was only really ok with the drawing because it was of <a class="link"
href="https://www.tumblr.com/rawtess/711029059687202816/harrier-dubois">harrier du bois</a> and a fucked up
drawing of
that guy is a normal drawing of that guy)</p>
<p> but likeee</p>
<p>i just wanna be fine with making art thats kinda bad and rough around the edges,, as long as its MY CREATION that
i get to point to and say LOOK!!! I MADE THIS THING!!!!!!</p>
<p>but i just CANT. DO IT.</p>
<div>i put my little pen to my little drawing tablet or <div class="tooltip">my little finger<span
class="tooltiptext">i wish it was a BIG CLAW</span></div> to my little laptop touchpad and i feel like every
movement i do is wrong and for every line i draw ive made an irredeemable mistake until it builds up so much that
i just have to delete the whole thing because i cant show this to people i cant even look at it myself</div>
<p>anyways. i wish i could draw a fursona for myself. it would fix me.</p>
</div>
<h2 class="box-title title" id="25022023">25/02/2023</h2>
<div class="box box-top">
<div>oh boy its been ALMOST A MONTH since i last updated this!!!! <div class="tooltip">that was a close one!<span
@ -44,11 +75,13 @@
<p>so far today i've not done much but i did finally take out the trash and go to the store!</p>
<p>i forgot the store opens late on saturdays so i was there like one and a half hours too early but i took the
opportunity to go for a walk until the store opens.</p>
<p>the mountains around me looked soo pretty the way the sun was hitting them but i didnt have my camera with me to
<p>the mountains around me looked soo pretty the way the sun was hitting them but i didnt have my camera with me
to
take a pic :(</p>
<div>but! i did have my flip phone (i was listening to some <div class="tooltip">rly good music<span
class="tooltiptext">ok i was gonna make this link to the album cognitive dissonance by the fifth side but i
cant find it anywhere online?? so idk. just know ur missing out on some real good music cuz the fifth side is
cant find it anywhere online?? so idk. just know ur missing out on some real good music cuz the fifth side
is
sooo good.</span></div> on it)</div>
<p>so u get flip phone pics of the pretty mountain lol</p>
<img src="pics/25022023/IMG_0033.jpg" width="100%"
@ -68,22 +101,29 @@
impressive number but its fast enough that i dont think others have to get bored waiting for me to finish</p>
<p>i promised i would mention some things i like abt it once im fast enough so uhhh! here are some things:</p>
<p>wrist less ow¹</p>
<p>the keys are laid out so that when you type words each letter will often alternate between the hands, which feels
<p>the keys are laid out so that when you type words each letter will often alternate between the hands, which
feels
rly rhythmic and fun
<p>symbols are more easily available, numbers require u to hold shift (this is nice because i use symbols more often
<p>symbols are more easily available, numbers require u to hold shift (this is nice because i use symbols more
often
than numbers. not that it makes that much of a difference, but i like it)</p>
<p>the keys are also laid out so that in the occasional cases where u type several letters in a row with the same
hand, ull usually do a little drum from the outside and in. does that make sense? dont care</p>
<p style="font-size: 80%;">¹ i have to keep using it to know for sure that its actually helping my wrist. my wrists
like to hurt randomly and itd be cool if this made that stop happening but theres no way to be sure until ive used
<p style="font-size: 80%;">¹ i have to keep using it to know for sure that its actually helping my wrist. my
wrists
like to hurt randomly and itd be cool if this made that stop happening but theres no way to be sure until ive
used
it for like a year</p>
</div>
<div class="box box-top">
<p>in other much more important news!!! today is a v special day!!!!! its me and my girlfriend's 2 year anniversary!
<p>in other much more important news!!! today is a v special day!!!!! its me and my girlfriend's 2 year
anniversary!
</p>
<p>two years ago i told faer i dreamt fae called me faer girlfriend and two years ago fae told me fae was literally
already doing that because it was so fucking obvious we were dating already and the only one who didnt know was me
<p>two years ago i told faer i dreamt fae called me faer girlfriend and two years ago fae told me fae was
literally
already doing that because it was so fucking obvious we were dating already and the only one who didnt know was
me
nueothoeo</p>
<p>anyways im so lucky that fae isnt as big of a mess as i am and im so so lucky i get to spend my life with faer
<p>

View File

@ -5,6 +5,14 @@
<link>https://tess.kittycat.homes/tess/blog</link>
<description>tess blog</description>
<item>
<title>15/03/2023</title>
<link>https://tess.kittycat.homes/tess/blog#15032023</link>
<guid>15032023</guid>
<description>i want big fluffy ears nad i want to CREATE things and also i went to florida</description>
<pubdate>Wed, March 15 2023</pubdate>
</item>
<item>
<title>25/02/2023</title>
<link>https://tess.kittycat.homes/tess/blog#25022023</link>