no more cats, also format some of the files
This commit is contained in:
parent
266dbec0d4
commit
6c1ce1dc5e
|
@ -2,26 +2,27 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>About SadlyNotSappho</title>
|
<title>About SadlyNotSappho</title>
|
||||||
<link rel="stylesheet" href="/index.css">
|
<link rel="stylesheet" href="/index.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="top-bar">
|
<div class="top-bar">
|
||||||
<a href="https://sadlynotsappho.dev" class="barbutton"> Home </a>
|
<a href="https://sadlynotsappho.dev" class="barbutton"> Home </a>
|
||||||
<a class="barbutton-disabled"> About </a>
|
<a class="barbutton-disabled"> About </a>
|
||||||
<a href="https://sadlynotsappho.dev/socials" class="barbutton"> Socials </a>
|
<a href="https://sadlynotsappho.dev/socials" class="barbutton"> Socials </a>
|
||||||
<a href="https://sadlynotsappho.dev/git" class="barbutton"> Git </a>
|
<a href="https://sadlynotsappho.dev/git" class="barbutton"> Git </a>
|
||||||
</div>
|
</div>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<h1>sadlynotsappho, proud twitter deadnamer</h1>
|
<h1>sadlynotsappho, proud twitter deadnamer</h1>
|
||||||
in all seriousness, i'm a trans girl(? it's confusing but girl is the simplest way to describe it) living in california
|
in all seriousness, i'm a trans girl(? it's confusing but girl is the simplest way to describe it) living in
|
||||||
<br>
|
california
|
||||||
i use she/her pronouns and am a lesbian
|
<br>
|
||||||
</div>
|
i use she/her pronouns and am a lesbian
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -2,30 +2,25 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>SadlyNotSappho's Socials</title>
|
<title>SadlyNotSappho's Socials</title>
|
||||||
<link rel="stylesheet" href="/index.css">
|
<link rel="stylesheet" href="/index.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="top-bar">
|
<div class="top-bar">
|
||||||
<a href="https://sadlynotsappho.dev" class="barbutton"> Home </a>
|
<a href="https://sadlynotsappho.dev" class="barbutton"> Home </a>
|
||||||
<a href="https://sadlynotsappho.dev/about" class="barbutton"> About </a>
|
<a href="https://sadlynotsappho.dev/about" class="barbutton"> About </a>
|
||||||
<a class="barbutton-disabled"> Socials </a>
|
<a class="barbutton-disabled"> Socials </a>
|
||||||
<a href="https://sadlynotsappho.dev/git" class="barbutton"> Git </a>
|
<a href="https://sadlynotsappho.dev/git" class="barbutton"> Git </a>
|
||||||
</div>
|
</div>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<h1>hi this is my socials</h1>
|
<h1>hi this is my socials</h1>
|
||||||
i'm @sadlynotsappho on youtube and tumblr (although i'm not active on either), i don't have a twitter or mastodon, you can contact me on matrix at <a class="pink">@sadlynotsappho:catgirl.cloud</a>
|
i'm @sadlynotsappho on youtube and tumblr (although i'm not active on either), i don't have a twitter or mastodon,
|
||||||
<br>
|
you can contact me on matrix at <a class="pink">@sadlynotsappho:catgirl.cloud</a>
|
||||||
have another cat because i'm nice :)
|
</div>
|
||||||
<br>
|
|
||||||
<img alt="cat" class="cat"
|
|
||||||
src="https://cdn.discordapp.com/attachments/1019352007548620942/1113235046594265118/Screenshot_20230530-153804.png" />
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue