pull it dumbass #1

Merged
emilia merged 3 commits from cutting into main 2023-05-26 19:26:51 -04:00
17 changed files with 154 additions and 16 deletions

1
.htaccess Normal file
View file

@ -0,0 +1 @@
ErrorDocument 404 404.html

71
404.css Normal file
View file

@ -0,0 +1,71 @@
* {
font-family: tahoma, "sans-serif";
}
.floaty {
display: flex;
justify-content: center;
margin: auto;
display:block;
width:512px;
height:512px;
opacity: 40%;
}
# svgelem {
margin-left:auto;
margin-right:auto;
display:block;
}
div img {
height: 50%;
width: 50%;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:auto;
opacity: 40%
}
body {
background-color: #242a35;
}
.mkc {
position: relative;
text-align: center;
color: white;
}
/* Centered text */
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: 'Times New Roman', Times, serif !important;
font-size: 30px;
font-weight: bold;
font-style: italic;
color: white;
}
p.center {
font-family: 'Times New Roman', Times, serif !important;
font-size: 30px;
font-weight: bold;
font-style: italic;
}
a {
color:#0e88ad;
font-family: 'Times New Roman', Times, serif !important;
font-size: 30px;
font-weight: bold;
font-style: italic;
}

9
404.html Normal file
View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="404.css">
<title>home</title>
</head>
<body>
<div><img alt src="cm.svg"></div>
<div class="centered"><p class="center">You weren't supposed to be here. <a type="button" onclick="history.back();">Go back.</a></p></div>
</body>

View file

@ -1,6 +1,6 @@
# sillyweb
Source code of my website, hosted nowhere haha I have nowhere to host *profeshionally*
Source code of my website, hosted on http://millie.smallhost.pl
# Installation

View file

@ -5,7 +5,7 @@
</head>
<body>
<div class="content">
<p class="content">izzy / about me</p>
<p class="content"> <img class="floaty" src="cm.svg" alt="" style="display:inline-block; padding-right:10px; width:68px; height:68px; vertical-align: middle;"> izzy / about me</p>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="https://emimilka.carrd.co">Commissions</a></li>
@ -22,12 +22,12 @@
<p><b>Age:</b> 19</p>
<p><b>Country of origin:</b> Poland</p>
<p><b>Gender:</b> Non-binary transfem</p>
<p><b>Email:</b> <a href="mailto:nightlyemi@riseup.net">nightlyemi@riseup.net</a></p>
<p><b>Secondary Email:</b> <a href="mailto:izzy@besties.house">izzy@besties.house</a></p>
<p><b>E-mails:</b> <a href="mailto:nightlyemi@riseup.net">nightlyemi@riseup.net</a> | <a href="mailto:izzy@besties.house">izzy@besties.house</a></p>
<p><b>Telegram:</b> <a href="https://t.me/twilightemi">twilightemi</a></p>
<p><b>Steam:</b> <a href="https://steamcommunity.com/id/twispark_">Izzy Moonbow</a></p>
<p><b>Twitter:</b> <a href="https://twitter.com/twispark_">twi :3</a></p>
<p><b>last.fm:</b> <a href="https://www.last.fm/user/twilightemi">twilightemi</a></p>
<p><b>Mastodon accs:</b> <a href="https://equestria.social/@twilightemi">Main</a> | <a href="https://fuckgov.org/@i">Backup</a></p>
</div>
</div>
I am neurodivergent and autistic, I also don't handle anger very well or time stress, so please be very kind with me.

BIN
buttons/acab.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
buttons/antiNFT.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
buttons/antinazi.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
buttons/anydamn.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
buttons/besties.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
buttons/enby_bev.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

BIN
buttons/gay.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

BIN
buttons/piracy.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 910 B

BIN
buttons/trans.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

15
cm.svg Normal file
View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Warstwa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 576 576" style="enable-background:new 0 0 576 576;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
.st1{fill:none;stroke:#FFFFFF;stroke-width:109;stroke-linecap:round;stroke-linejoin:round;}
</style>
<title>millie cutie mark</title>
<circle class="st0" cx="115.5" cy="116.5" r="54.5"/>
<circle class="st0" cx="288.5" cy="116.5" r="54.5"/>
<circle class="st0" cx="288.5" cy="460.5" r="54.5"/>
<circle class="st0" cx="461.5" cy="460.5" r="54.5"/>
<polyline class="st1" points="116,459 116,288 461,288 461,117 "/>
</svg>

After

Width:  |  Height:  |  Size: 816 B

View file

@ -5,7 +5,7 @@
</head>
<body>
<div class="content">
<p class="content">izzy / home</p>
<p class="content"> <img class="floaty" src="cm.svg" alt="" style="display:inline-block; padding-right:10px; width:68px; height:68px; vertical-align: middle;"> izzy / home</p>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="https://emimilka.carrd.co">Commissions</a></li>
@ -22,5 +22,14 @@
<div class="footer">
<p>The website's source code is hosted <a href="https://git.gay/izzy/sillyweb">here</a> and you can freely use it.</p>
<p>Made with autistic love by izzy :3</p>
<a href="https://besties.house"><img src="buttons/besties.gif" alt></a>
<img src="buttons/trans.png" alt>
<img src="buttons/enby_bev.png" alt>
<img src="buttons/antiNFT.gif" alt>
<img src="buttons/anydamn.gif" alt>
<a href="https://old.reddit.com/r/freemediaheckyeah/wiki"><img src="buttons/piracy.gif" alt></a>
<img src="buttons/gay.png" alt>
<img src="buttons/acab.gif" alt>
<img src="buttons/antinazi.gif" alt>
</div>
</body>

View file

@ -2,9 +2,39 @@
font-family: tahoma, "sans-serif";
}
.floaty {
float: none;
}
.mkc {
position: relative;
text-align: center;
color: white;
}
/* Centered text */
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: 'Times New Roman', Times, serif !important;
font-size: 30px;
font-weight: bold;
font-style: italic;
}
p.center {
font-family: 'Times New Roman', Times, serif !important;
font-size: 30px;
font-weight: bold;
font-style: italic;
}
body {
background-color: #080620;
background-color: #49546a;
}
p {
@ -20,6 +50,8 @@ p.content {
font-size: 30px;
font-weight: bold;
font-style: italic;
vertical-align: middle;
display: inline-block;
}
p.fancy {
@ -51,8 +83,8 @@ p.fancy {
margin-right: auto;
border-style: solid;
border-width: 2px;
border-color: #1b1652;
background-color: #0f0c33;
border-color: #333b4f;
background-color: #3b4254;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
@ -67,8 +99,8 @@ p.fancy {
margin-right: auto;
border-style: solid;
border-width: 2px;
border-color: #1b1652;
background-color: #0f0c33;
border-color: #333b4f;
background-color: #3b4254;
padding-top: 3px;
padding-left: 30px;
padding-bottom: 20px;
@ -83,8 +115,8 @@ p.fancy {
margin-right: auto;
border-style: solid;
border-width: 2px;
border-color: #1b1652;
background-color: #0f0c33;
border-color: #333b4f;
background-color: #3b4254;
padding-left: 30px;
}
@ -99,8 +131,8 @@ p.fancy {
margin-right: auto;
border-style: solid;
border-width: 2px;
border-color: #1b1652;
background-color: #0f0c33;
border-color: #333b4f;
background-color: #3b4254;
padding-left: 30px;
padding-top: 10px;
padding-bottom: 10px;
@ -108,7 +140,7 @@ p.fancy {
}
a {
color:#6a63b6
color:#0e88ad
}
ul {
@ -153,7 +185,8 @@ li p {
}
li a:hover:not(.active) {
background-color: #1b1652;
background-color: #333b4f;
color: #0e88ad;
}
.img-text {