commit ec7c20b7f2504569de5e1d2c846132152c40790c Author: punkfairie Date: Sat Nov 12 16:08:21 2022 -0800 lets go cowpokes diff --git a/about.php b/about.php new file mode 100644 index 0000000..33b7d87 --- /dev/null +++ b/about.php @@ -0,0 +1,30 @@ +

Domain

+ +

Punkfairie.net was registered on February 24, 2022. The name punkfairie has been my +username for various online communities since high school (I first came up with it for my Tumblr +url).

+ +

The current layout was almost entirely coded by me, the only things I didn't code are the section +borders, and the mouse pointer trail script. Everything else was done by me. In addition, I also run +the server myself on a DigitalOcean droplet. +The only thing preinstalled was Ubuntu 20.04, everything else was installed and configured by +me!

+ + + +

Webmiss

+ +

Hello! My name is Marley. I've been tinkering with websites since grade school, mostly making +Petz fansites. I had a brief period of running fanlistings in high school as well. I have always +enjoyed the creativity of designing a website, and figuring out how to make things like custom hit +counters.

+ + \ No newline at end of file diff --git a/blinks.php b/blinks.php new file mode 100644 index 0000000..a89026f --- /dev/null +++ b/blinks.php @@ -0,0 +1,25 @@ + \ No newline at end of file diff --git a/buttons.php b/buttons.php new file mode 100644 index 0000000..71ab489 --- /dev/null +++ b/buttons.php @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/counter.txt b/counter.txt new file mode 100644 index 0000000..09df927 --- /dev/null +++ b/counter.txt @@ -0,0 +1 @@ +166 \ No newline at end of file diff --git a/diary.php b/diary.php new file mode 100644 index 0000000..de51e2b --- /dev/null +++ b/diary.php @@ -0,0 +1 @@ +

Coming Soon!

\ No newline at end of file diff --git a/h2-line.js b/h2-line.js new file mode 100644 index 0000000..e69de29 diff --git a/home.php b/home.php new file mode 100644 index 0000000..ee006fc --- /dev/null +++ b/home.php @@ -0,0 +1,47 @@ +

Hello! Welcome to punkfairie.net. This is my little home on the web, and also serves as a +directory for my other sites! I'm still building everything, so be patient while I do so :)

+ +
+
+

25 March 2022

+

Moved fanlisting stuff to its own site.

+ +

23 March 2022

+

Fanlistings added under 'collections'.

+
+
+ +
+ +

cbox

+ + +
+ + +
+ +

Credits

+ + \ No newline at end of file diff --git a/hosting setup/filezilla1.png b/hosting setup/filezilla1.png new file mode 100644 index 0000000..19e52c6 Binary files /dev/null and b/hosting setup/filezilla1.png differ diff --git a/hosting setup/filezilla2.png b/hosting setup/filezilla2.png new file mode 100644 index 0000000..06fa086 Binary files /dev/null and b/hosting setup/filezilla2.png differ diff --git a/hosting setup/filezilla3.png b/hosting setup/filezilla3.png new file mode 100644 index 0000000..6037f1f Binary files /dev/null and b/hosting setup/filezilla3.png differ diff --git a/hosting setup/new-hostee.txt b/hosting setup/new-hostee.txt new file mode 100644 index 0000000..53fe8a6 --- /dev/null +++ b/hosting setup/new-hostee.txt @@ -0,0 +1,66 @@ +{{user}} & {{site}} can be the same, and probably should. + However, end user won't need to enter {{site}} anywhere, so if for some reason they can't match + exactly it's not a big deal. + +Ask user for site name & {{password}}, then set {{user}} & {{site}} based on site name given. + If it can be exact, great, if there's weird punctuation then fix that. + +********************************** + +STEPS TO CREATE A NEW FTP USER: +============================== + +sudo adduser {{user}} -g ftp-users + give {{password}} when prompted +sudo mkdir -p /var/www/{{user}}/html +sudo chmod 755 /var/www/{{user}} +sudo chown {{user}}:ftp-users /var/www/{{user}}/html +sudo nano /etc/ssh/sshd_config + +| Match User {{user}} +| ForceCommand internal-sftp +| PasswordAuthentication yes +| ChrootDirectory /var/www/{{user}} +| PermitTunnel no +| AllowAgentForwarding no +| AllowTcpForwarding no +| X11Forwarding no + +sudo systemctl restart sshd + +******************************** + +STEPS TO CREATE A NEW SITE: +========================== + +sudo nano /etc/apache2/sites-available/{{site}}.conf + +| +| ServerName {{site}}.punkfairie.net +| ServerAlias www.{{site}}.punkfairie.net +| ServerAdmin {{user email}} +| DocumentRoot /var/www/{{user}}/html +| ErrorLog ${APACHE_LOG_DIR}/error.log +| CustomLog ${APACHE_LOG_DIR}/access.log combined +| + +sudo a2ensite {{site}} +sudo apache2ctl configtest +sudo systemctl reload apache2 + + - in digital ocean domain manager, create A records {{site}}.punkfairie.net and www.{{site}}.punkfairie.net + - point both to the punkfairie-sites droplet + +sudo certbot --apache +follow prompts + + ******************************** + + FILEZILLA SETTINGS: + ================== + protocol: SFTP + host: punkfairie.net + port: 22 + logon type: Normal + user: {{user}} + password: {{password}} \ No newline at end of file diff --git a/hosting-app-handler.php b/hosting-app-handler.php new file mode 100644 index 0000000..1e581f4 --- /dev/null +++ b/hosting-app-handler.php @@ -0,0 +1,26 @@ + +

Success!

+

Thank you for applying! I'll get back to you as soon as I can.

+ +

If you haven't heard back from me after a few days, please check your spam folder or email me + at mar@m.punkfairie.net

+ + +
+

Uh-oh!

+

Something went wrong. Please try again, or email mar@m.punkfairie.net if the problem + continues.

+
\ No newline at end of file diff --git a/hosting-app.php b/hosting-app.php new file mode 100644 index 0000000..2317631 --- /dev/null +++ b/hosting-app.php @@ -0,0 +1,79 @@ +

Hosting Application

+

Please fill out the form below to apply for hosting! I will get back to you as soon as +possible. * means the field is required.

+ +
+ +
+
+ + +
+ +
+ + +
+ +
+ + +

If you don't have one, that's fine, instead please make a small sample page to demonstrate + you know basic html. I will email you asking for this.

+
+ +
+ + +

.punkfairie.net

+
+ + + +
+ + +
+ +
+ + +
+ +
+ +
+
+ + \ No newline at end of file diff --git a/hosting-apps.txt b/hosting-apps.txt new file mode 100644 index 0000000..e69de29 diff --git a/hosting-info.php b/hosting-info.php new file mode 100644 index 0000000..d305fab --- /dev/null +++ b/hosting-info.php @@ -0,0 +1,85 @@ +
+ what you get / + rules / + about the server +
+ +
+ +

What you Get

+ + + +

The server has PHP installed as well if you like to use that!

+ +

Space is unlimited but please don't abuse this!! Having lots of images and files for +download is ok, but please do what you can to compress things (not making images bigger than they +need to be, zipping files, etc). If you need help with this please let me know, I'm happy to +assist!

+ +

If my hosting costs jump up by a lot and I see that you have loads of unneccesary giant images or +unzipped files, I will warn you and remove them. If it continues I will kick you off if neccesary. +Please don't make me do so! I much prefer to be nice.

+ +

Each person only gets one subdomain at first, requests for second subdomains will be on a +case-by-case basis and not considered until you've had your first one at least two months. This is +to keep things simple for me, and so I can make sure you won't abuse my generosity

+ +
+ +

Rules & Requirements

+ + + + + +
+ +

About the Server

+ + + +

punkfairie.net is hosted on a DigitalOcean +droplet. Which means I installed and configured the webserver myself! All DO does is provide the +space and a fresh Ubuntu install. I've spent a lot of time learning about running webservers, and +have been tinkering with my own little servers for close to 10 years, but I am NOT anywhere close to +an expert.

+ +

The point of this is, I've done what I can to make sure everything is working correctly, but at +the end of the day I'm still an amateur and have no support team. It's very possible something may +break and it may take me a while to fix it. *knock on wood* that shouldn't happen, but by choosing +to keep your site here you acknowledge that I do not guarentee everything working perfectly.

+ +

Since you'll just be uploading html or php files and not running any crazy web apps or something, +the chance that something will break is very, very tiny, bar me going crazy and attempting a server +overhaul without a backup lol :p I just put this info here as a disclaimer!

\ No newline at end of file diff --git a/img/badges/handcoded.png b/img/badges/handcoded.png new file mode 100644 index 0000000..f2c4a5e Binary files /dev/null and b/img/badges/handcoded.png differ diff --git a/img/badges/linklane.png b/img/badges/linklane.png new file mode 100644 index 0000000..b3d850c Binary files /dev/null and b/img/badges/linklane.png differ diff --git a/img/badges/nerdlistings.gif b/img/badges/nerdlistings.gif new file mode 100644 index 0000000..1689601 Binary files /dev/null and b/img/badges/nerdlistings.gif differ diff --git a/img/blinks/antikrist/01.gif b/img/blinks/antikrist/01.gif new file mode 100644 index 0000000..42eec73 Binary files /dev/null and b/img/blinks/antikrist/01.gif differ diff --git a/img/blinks/antikrist/03.gif b/img/blinks/antikrist/03.gif new file mode 100644 index 0000000..106694d Binary files /dev/null and b/img/blinks/antikrist/03.gif differ diff --git a/img/blinks/antikrist/05.gif b/img/blinks/antikrist/05.gif new file mode 100644 index 0000000..58a4d11 Binary files /dev/null and b/img/blinks/antikrist/05.gif differ diff --git a/img/blinks/antikrist/06.gif b/img/blinks/antikrist/06.gif new file mode 100644 index 0000000..2a3df1d Binary files /dev/null and b/img/blinks/antikrist/06.gif differ diff --git a/img/blinks/antikrist/09.gif b/img/blinks/antikrist/09.gif new file mode 100644 index 0000000..ead9497 Binary files /dev/null and b/img/blinks/antikrist/09.gif differ diff --git a/img/blinks/antikrist/101.gif b/img/blinks/antikrist/101.gif new file mode 100644 index 0000000..35998d0 Binary files /dev/null and b/img/blinks/antikrist/101.gif differ diff --git a/img/blinks/antikrist/104.gif b/img/blinks/antikrist/104.gif new file mode 100644 index 0000000..b6e199b Binary files /dev/null and b/img/blinks/antikrist/104.gif differ diff --git a/img/blinks/antikrist/107.gif b/img/blinks/antikrist/107.gif new file mode 100644 index 0000000..4c170da Binary files /dev/null and b/img/blinks/antikrist/107.gif differ diff --git a/img/blinks/antikrist/112.gif b/img/blinks/antikrist/112.gif new file mode 100644 index 0000000..058d0b3 Binary files /dev/null and b/img/blinks/antikrist/112.gif differ diff --git a/img/blinks/antikrist/114.gif b/img/blinks/antikrist/114.gif new file mode 100644 index 0000000..bc394d9 Binary files /dev/null and b/img/blinks/antikrist/114.gif differ diff --git a/img/blinks/antikrist/130.gif b/img/blinks/antikrist/130.gif new file mode 100644 index 0000000..d5d53b8 Binary files /dev/null and b/img/blinks/antikrist/130.gif differ diff --git a/img/blinks/antikrist/132.gif b/img/blinks/antikrist/132.gif new file mode 100644 index 0000000..c8d14f7 Binary files /dev/null and b/img/blinks/antikrist/132.gif differ diff --git a/img/blinks/antikrist/150.gif b/img/blinks/antikrist/150.gif new file mode 100644 index 0000000..c25786b Binary files /dev/null and b/img/blinks/antikrist/150.gif differ diff --git a/img/blinks/antikrist/151.gif b/img/blinks/antikrist/151.gif new file mode 100644 index 0000000..dd3b8b9 Binary files /dev/null and b/img/blinks/antikrist/151.gif differ diff --git a/img/blinks/antikrist/152.gif b/img/blinks/antikrist/152.gif new file mode 100644 index 0000000..a97c430 Binary files /dev/null and b/img/blinks/antikrist/152.gif differ diff --git a/img/blinks/antikrist/153.gif b/img/blinks/antikrist/153.gif new file mode 100644 index 0000000..146f688 Binary files /dev/null and b/img/blinks/antikrist/153.gif differ diff --git a/img/blinks/antikrist/160.gif b/img/blinks/antikrist/160.gif new file mode 100644 index 0000000..6a16e91 Binary files /dev/null and b/img/blinks/antikrist/160.gif differ diff --git a/img/blinks/antikrist/165.gif b/img/blinks/antikrist/165.gif new file mode 100644 index 0000000..67ae9b4 Binary files /dev/null and b/img/blinks/antikrist/165.gif differ diff --git a/img/blinks/antikrist/166.gif b/img/blinks/antikrist/166.gif new file mode 100644 index 0000000..d1a8242 Binary files /dev/null and b/img/blinks/antikrist/166.gif differ diff --git a/img/blinks/antikrist/167.gif b/img/blinks/antikrist/167.gif new file mode 100644 index 0000000..52a9444 Binary files /dev/null and b/img/blinks/antikrist/167.gif differ diff --git a/img/blinks/antikrist/168.gif b/img/blinks/antikrist/168.gif new file mode 100644 index 0000000..c7abb2e Binary files /dev/null and b/img/blinks/antikrist/168.gif differ diff --git a/img/blinks/antikrist/169.gif b/img/blinks/antikrist/169.gif new file mode 100644 index 0000000..494a320 Binary files /dev/null and b/img/blinks/antikrist/169.gif differ diff --git a/img/blinks/antikrist/170.gif b/img/blinks/antikrist/170.gif new file mode 100644 index 0000000..4880dec Binary files /dev/null and b/img/blinks/antikrist/170.gif differ diff --git a/img/blinks/antikrist/174.gif b/img/blinks/antikrist/174.gif new file mode 100644 index 0000000..a741a00 Binary files /dev/null and b/img/blinks/antikrist/174.gif differ diff --git a/img/blinks/antikrist/175.gif b/img/blinks/antikrist/175.gif new file mode 100644 index 0000000..6d25d06 Binary files /dev/null and b/img/blinks/antikrist/175.gif differ diff --git a/img/blinks/antikrist/179.gif b/img/blinks/antikrist/179.gif new file mode 100644 index 0000000..746df57 Binary files /dev/null and b/img/blinks/antikrist/179.gif differ diff --git a/img/blinks/antikrist/180.gif b/img/blinks/antikrist/180.gif new file mode 100644 index 0000000..15d9d84 Binary files /dev/null and b/img/blinks/antikrist/180.gif differ diff --git a/img/blinks/antikrist/181.gif b/img/blinks/antikrist/181.gif new file mode 100644 index 0000000..a222aa6 Binary files /dev/null and b/img/blinks/antikrist/181.gif differ diff --git a/img/blinks/antikrist/182.gif b/img/blinks/antikrist/182.gif new file mode 100644 index 0000000..2c07470 Binary files /dev/null and b/img/blinks/antikrist/182.gif differ diff --git a/img/blinks/antikrist/188.gif b/img/blinks/antikrist/188.gif new file mode 100644 index 0000000..31ed38a Binary files /dev/null and b/img/blinks/antikrist/188.gif differ diff --git a/img/blinks/antikrist/189.gif b/img/blinks/antikrist/189.gif new file mode 100644 index 0000000..15c0603 Binary files /dev/null and b/img/blinks/antikrist/189.gif differ diff --git a/img/blinks/antikrist/190.gif b/img/blinks/antikrist/190.gif new file mode 100644 index 0000000..bd94558 Binary files /dev/null and b/img/blinks/antikrist/190.gif differ diff --git a/img/blinks/antikrist/192.gif b/img/blinks/antikrist/192.gif new file mode 100644 index 0000000..bb3e217 Binary files /dev/null and b/img/blinks/antikrist/192.gif differ diff --git a/img/blinks/antikrist/196.gif b/img/blinks/antikrist/196.gif new file mode 100644 index 0000000..c44b7ab Binary files /dev/null and b/img/blinks/antikrist/196.gif differ diff --git a/img/blinks/antikrist/198.gif b/img/blinks/antikrist/198.gif new file mode 100644 index 0000000..3bc9c82 Binary files /dev/null and b/img/blinks/antikrist/198.gif differ diff --git a/img/blinks/antikrist/200.gif b/img/blinks/antikrist/200.gif new file mode 100644 index 0000000..5eb014a Binary files /dev/null and b/img/blinks/antikrist/200.gif differ diff --git a/img/blinks/antikrist/202.gif b/img/blinks/antikrist/202.gif new file mode 100644 index 0000000..b624d56 Binary files /dev/null and b/img/blinks/antikrist/202.gif differ diff --git a/img/blinks/antikrist/204.gif b/img/blinks/antikrist/204.gif new file mode 100644 index 0000000..4160a6f Binary files /dev/null and b/img/blinks/antikrist/204.gif differ diff --git a/img/blinks/antikrist/207.gif b/img/blinks/antikrist/207.gif new file mode 100644 index 0000000..ed4fbec Binary files /dev/null and b/img/blinks/antikrist/207.gif differ diff --git a/img/blinks/antikrist/210.gif b/img/blinks/antikrist/210.gif new file mode 100644 index 0000000..af0c1a8 Binary files /dev/null and b/img/blinks/antikrist/210.gif differ diff --git a/img/blinks/antikrist/212.gif b/img/blinks/antikrist/212.gif new file mode 100644 index 0000000..c5b6a14 Binary files /dev/null and b/img/blinks/antikrist/212.gif differ diff --git a/img/blinks/antikrist/213.gif b/img/blinks/antikrist/213.gif new file mode 100644 index 0000000..dc2ee9f Binary files /dev/null and b/img/blinks/antikrist/213.gif differ diff --git a/img/blinks/antikrist/215.gif b/img/blinks/antikrist/215.gif new file mode 100644 index 0000000..912858e Binary files /dev/null and b/img/blinks/antikrist/215.gif differ diff --git a/img/blinks/antikrist/219.gif b/img/blinks/antikrist/219.gif new file mode 100644 index 0000000..f6f19e4 Binary files /dev/null and b/img/blinks/antikrist/219.gif differ diff --git a/img/blinks/antikrist/221.gif b/img/blinks/antikrist/221.gif new file mode 100644 index 0000000..7eb5a5e Binary files /dev/null and b/img/blinks/antikrist/221.gif differ diff --git a/img/blinks/antikrist/229.gif b/img/blinks/antikrist/229.gif new file mode 100644 index 0000000..0db0566 Binary files /dev/null and b/img/blinks/antikrist/229.gif differ diff --git a/img/blinks/antikrist/230.gif b/img/blinks/antikrist/230.gif new file mode 100644 index 0000000..289e0d5 Binary files /dev/null and b/img/blinks/antikrist/230.gif differ diff --git a/img/blinks/antikrist/231.gif b/img/blinks/antikrist/231.gif new file mode 100644 index 0000000..ad17160 Binary files /dev/null and b/img/blinks/antikrist/231.gif differ diff --git a/img/blinks/antikrist/237.gif b/img/blinks/antikrist/237.gif new file mode 100644 index 0000000..9ec0aa0 Binary files /dev/null and b/img/blinks/antikrist/237.gif differ diff --git a/img/blinks/antikrist/238.gif b/img/blinks/antikrist/238.gif new file mode 100644 index 0000000..16484f4 Binary files /dev/null and b/img/blinks/antikrist/238.gif differ diff --git a/img/blinks/antikrist/241.gif b/img/blinks/antikrist/241.gif new file mode 100644 index 0000000..2d741bc Binary files /dev/null and b/img/blinks/antikrist/241.gif differ diff --git a/img/blinks/antikrist/242.gif b/img/blinks/antikrist/242.gif new file mode 100644 index 0000000..a2f8a2c Binary files /dev/null and b/img/blinks/antikrist/242.gif differ diff --git a/img/blinks/antikrist/245.gif b/img/blinks/antikrist/245.gif new file mode 100644 index 0000000..3d30303 Binary files /dev/null and b/img/blinks/antikrist/245.gif differ diff --git a/img/blinks/antikrist/246.gif b/img/blinks/antikrist/246.gif new file mode 100644 index 0000000..43da642 Binary files /dev/null and b/img/blinks/antikrist/246.gif differ diff --git a/img/blinks/antikrist/250.gif b/img/blinks/antikrist/250.gif new file mode 100644 index 0000000..ff59f0e Binary files /dev/null and b/img/blinks/antikrist/250.gif differ diff --git a/img/blinks/antikrist/251.gif b/img/blinks/antikrist/251.gif new file mode 100644 index 0000000..3e28b27 Binary files /dev/null and b/img/blinks/antikrist/251.gif differ diff --git a/img/blinks/antikrist/252.gif b/img/blinks/antikrist/252.gif new file mode 100644 index 0000000..618b002 Binary files /dev/null and b/img/blinks/antikrist/252.gif differ diff --git a/img/blinks/antikrist/255.gif b/img/blinks/antikrist/255.gif new file mode 100644 index 0000000..925650a Binary files /dev/null and b/img/blinks/antikrist/255.gif differ diff --git a/img/blinks/antikrist/256.gif b/img/blinks/antikrist/256.gif new file mode 100644 index 0000000..097e06f Binary files /dev/null and b/img/blinks/antikrist/256.gif differ diff --git a/img/blinks/antikrist/257.gif b/img/blinks/antikrist/257.gif new file mode 100644 index 0000000..7ef6f06 Binary files /dev/null and b/img/blinks/antikrist/257.gif differ diff --git a/img/blinks/antikrist/258.gif b/img/blinks/antikrist/258.gif new file mode 100644 index 0000000..d749a98 Binary files /dev/null and b/img/blinks/antikrist/258.gif differ diff --git a/img/blinks/antikrist/264.gif b/img/blinks/antikrist/264.gif new file mode 100644 index 0000000..b1b8d7b Binary files /dev/null and b/img/blinks/antikrist/264.gif differ diff --git a/img/blinks/antikrist/265.gif b/img/blinks/antikrist/265.gif new file mode 100644 index 0000000..2031c37 Binary files /dev/null and b/img/blinks/antikrist/265.gif differ diff --git a/img/blinks/antikrist/273.gif b/img/blinks/antikrist/273.gif new file mode 100644 index 0000000..8604a97 Binary files /dev/null and b/img/blinks/antikrist/273.gif differ diff --git a/img/blinks/antikrist/277.gif b/img/blinks/antikrist/277.gif new file mode 100644 index 0000000..f65dfc8 Binary files /dev/null and b/img/blinks/antikrist/277.gif differ diff --git a/img/blinks/antikrist/278.gif b/img/blinks/antikrist/278.gif new file mode 100644 index 0000000..caa5690 Binary files /dev/null and b/img/blinks/antikrist/278.gif differ diff --git a/img/blinks/antikrist/279.webp b/img/blinks/antikrist/279.webp new file mode 100644 index 0000000..04a7f04 Binary files /dev/null and b/img/blinks/antikrist/279.webp differ diff --git a/img/blinks/antikrist/28.gif b/img/blinks/antikrist/28.gif new file mode 100644 index 0000000..d25e0ee Binary files /dev/null and b/img/blinks/antikrist/28.gif differ diff --git a/img/blinks/antikrist/282.gif b/img/blinks/antikrist/282.gif new file mode 100644 index 0000000..c7e5ea6 Binary files /dev/null and b/img/blinks/antikrist/282.gif differ diff --git a/img/blinks/antikrist/286.webp b/img/blinks/antikrist/286.webp new file mode 100644 index 0000000..cea3e9c Binary files /dev/null and b/img/blinks/antikrist/286.webp differ diff --git a/img/blinks/antikrist/287.webp b/img/blinks/antikrist/287.webp new file mode 100644 index 0000000..8d5bc33 Binary files /dev/null and b/img/blinks/antikrist/287.webp differ diff --git a/img/blinks/antikrist/289.webp b/img/blinks/antikrist/289.webp new file mode 100644 index 0000000..67bb1fd Binary files /dev/null and b/img/blinks/antikrist/289.webp differ diff --git a/img/blinks/antikrist/305.gif b/img/blinks/antikrist/305.gif new file mode 100644 index 0000000..f8649ab Binary files /dev/null and b/img/blinks/antikrist/305.gif differ diff --git a/img/blinks/antikrist/306.gif b/img/blinks/antikrist/306.gif new file mode 100644 index 0000000..32d37c4 Binary files /dev/null and b/img/blinks/antikrist/306.gif differ diff --git a/img/blinks/antikrist/309.gif b/img/blinks/antikrist/309.gif new file mode 100644 index 0000000..50ca71a Binary files /dev/null and b/img/blinks/antikrist/309.gif differ diff --git a/img/blinks/antikrist/310.gif b/img/blinks/antikrist/310.gif new file mode 100644 index 0000000..f34e5b3 Binary files /dev/null and b/img/blinks/antikrist/310.gif differ diff --git a/img/blinks/antikrist/311.gif b/img/blinks/antikrist/311.gif new file mode 100644 index 0000000..ecd3bde Binary files /dev/null and b/img/blinks/antikrist/311.gif differ diff --git a/img/blinks/antikrist/318.gif b/img/blinks/antikrist/318.gif new file mode 100644 index 0000000..77f53f7 Binary files /dev/null and b/img/blinks/antikrist/318.gif differ diff --git a/img/blinks/antikrist/321.webp b/img/blinks/antikrist/321.webp new file mode 100644 index 0000000..2d9278c Binary files /dev/null and b/img/blinks/antikrist/321.webp differ diff --git a/img/blinks/antikrist/322.gif b/img/blinks/antikrist/322.gif new file mode 100644 index 0000000..139e3fe Binary files /dev/null and b/img/blinks/antikrist/322.gif differ diff --git a/img/blinks/antikrist/325.gif b/img/blinks/antikrist/325.gif new file mode 100644 index 0000000..f65caa9 Binary files /dev/null and b/img/blinks/antikrist/325.gif differ diff --git a/img/blinks/antikrist/327.gif b/img/blinks/antikrist/327.gif new file mode 100644 index 0000000..77e0b97 Binary files /dev/null and b/img/blinks/antikrist/327.gif differ diff --git a/img/blinks/antikrist/329.webp b/img/blinks/antikrist/329.webp new file mode 100644 index 0000000..adbf0b6 Binary files /dev/null and b/img/blinks/antikrist/329.webp differ diff --git a/img/blinks/antikrist/330.webp b/img/blinks/antikrist/330.webp new file mode 100644 index 0000000..910e6d2 Binary files /dev/null and b/img/blinks/antikrist/330.webp differ diff --git a/img/blinks/antikrist/337.webp b/img/blinks/antikrist/337.webp new file mode 100644 index 0000000..56a06ed Binary files /dev/null and b/img/blinks/antikrist/337.webp differ diff --git a/img/blinks/antikrist/338.gif b/img/blinks/antikrist/338.gif new file mode 100644 index 0000000..46730b0 Binary files /dev/null and b/img/blinks/antikrist/338.gif differ diff --git a/img/blinks/antikrist/341.gif b/img/blinks/antikrist/341.gif new file mode 100644 index 0000000..32c6788 Binary files /dev/null and b/img/blinks/antikrist/341.gif differ diff --git a/img/blinks/antikrist/357.webp b/img/blinks/antikrist/357.webp new file mode 100644 index 0000000..46e27c6 Binary files /dev/null and b/img/blinks/antikrist/357.webp differ diff --git a/img/blinks/antikrist/358.webp b/img/blinks/antikrist/358.webp new file mode 100644 index 0000000..94cbe76 Binary files /dev/null and b/img/blinks/antikrist/358.webp differ diff --git a/img/blinks/antikrist/363.webp b/img/blinks/antikrist/363.webp new file mode 100644 index 0000000..3d4b4e7 Binary files /dev/null and b/img/blinks/antikrist/363.webp differ diff --git a/img/blinks/antikrist/366.webp b/img/blinks/antikrist/366.webp new file mode 100644 index 0000000..8a7e202 Binary files /dev/null and b/img/blinks/antikrist/366.webp differ diff --git a/img/blinks/antikrist/368.webp b/img/blinks/antikrist/368.webp new file mode 100644 index 0000000..5492908 Binary files /dev/null and b/img/blinks/antikrist/368.webp differ diff --git a/img/blinks/antikrist/371.gif b/img/blinks/antikrist/371.gif new file mode 100644 index 0000000..1aafc51 Binary files /dev/null and b/img/blinks/antikrist/371.gif differ diff --git a/img/blinks/antikrist/375.webp b/img/blinks/antikrist/375.webp new file mode 100644 index 0000000..b54477a Binary files /dev/null and b/img/blinks/antikrist/375.webp differ diff --git a/img/blinks/antikrist/376.gif b/img/blinks/antikrist/376.gif new file mode 100644 index 0000000..4280eb2 Binary files /dev/null and b/img/blinks/antikrist/376.gif differ diff --git a/img/blinks/antikrist/377.gif b/img/blinks/antikrist/377.gif new file mode 100644 index 0000000..42206fb Binary files /dev/null and b/img/blinks/antikrist/377.gif differ diff --git a/img/blinks/antikrist/380.gif b/img/blinks/antikrist/380.gif new file mode 100644 index 0000000..6da4cfb Binary files /dev/null and b/img/blinks/antikrist/380.gif differ diff --git a/img/blinks/antikrist/381.gif b/img/blinks/antikrist/381.gif new file mode 100644 index 0000000..1327427 Binary files /dev/null and b/img/blinks/antikrist/381.gif differ diff --git a/img/blinks/antikrist/382.gif b/img/blinks/antikrist/382.gif new file mode 100644 index 0000000..b4fd1c1 Binary files /dev/null and b/img/blinks/antikrist/382.gif differ diff --git a/img/blinks/antikrist/383.gif b/img/blinks/antikrist/383.gif new file mode 100644 index 0000000..149e630 Binary files /dev/null and b/img/blinks/antikrist/383.gif differ diff --git a/img/blinks/antikrist/385.gif b/img/blinks/antikrist/385.gif new file mode 100644 index 0000000..70e6f63 Binary files /dev/null and b/img/blinks/antikrist/385.gif differ diff --git a/img/blinks/antikrist/386.gif b/img/blinks/antikrist/386.gif new file mode 100644 index 0000000..5807814 Binary files /dev/null and b/img/blinks/antikrist/386.gif differ diff --git a/img/blinks/antikrist/390.gif b/img/blinks/antikrist/390.gif new file mode 100644 index 0000000..62a0f3a Binary files /dev/null and b/img/blinks/antikrist/390.gif differ diff --git a/img/blinks/antikrist/391.gif b/img/blinks/antikrist/391.gif new file mode 100644 index 0000000..a4ec93c Binary files /dev/null and b/img/blinks/antikrist/391.gif differ diff --git a/img/blinks/antikrist/392.gif b/img/blinks/antikrist/392.gif new file mode 100644 index 0000000..115ba99 Binary files /dev/null and b/img/blinks/antikrist/392.gif differ diff --git a/img/blinks/antikrist/397.gif b/img/blinks/antikrist/397.gif new file mode 100644 index 0000000..6b1c861 Binary files /dev/null and b/img/blinks/antikrist/397.gif differ diff --git a/img/blinks/antikrist/401.gif b/img/blinks/antikrist/401.gif new file mode 100644 index 0000000..5a9d4b8 Binary files /dev/null and b/img/blinks/antikrist/401.gif differ diff --git a/img/blinks/antikrist/403.gif b/img/blinks/antikrist/403.gif new file mode 100644 index 0000000..9619f76 Binary files /dev/null and b/img/blinks/antikrist/403.gif differ diff --git a/img/blinks/antikrist/404.gif b/img/blinks/antikrist/404.gif new file mode 100644 index 0000000..6ac1008 Binary files /dev/null and b/img/blinks/antikrist/404.gif differ diff --git a/img/blinks/antikrist/407.gif b/img/blinks/antikrist/407.gif new file mode 100644 index 0000000..5c91ef5 Binary files /dev/null and b/img/blinks/antikrist/407.gif differ diff --git a/img/blinks/antikrist/408.gif b/img/blinks/antikrist/408.gif new file mode 100644 index 0000000..5327ddd Binary files /dev/null and b/img/blinks/antikrist/408.gif differ diff --git a/img/blinks/antikrist/409.gif b/img/blinks/antikrist/409.gif new file mode 100644 index 0000000..c0f9832 Binary files /dev/null and b/img/blinks/antikrist/409.gif differ diff --git a/img/blinks/antikrist/412.gif b/img/blinks/antikrist/412.gif new file mode 100644 index 0000000..a30463c Binary files /dev/null and b/img/blinks/antikrist/412.gif differ diff --git a/img/blinks/antikrist/413.gif b/img/blinks/antikrist/413.gif new file mode 100644 index 0000000..1005352 Binary files /dev/null and b/img/blinks/antikrist/413.gif differ diff --git a/img/blinks/antikrist/414.gif b/img/blinks/antikrist/414.gif new file mode 100644 index 0000000..cdd4fc2 Binary files /dev/null and b/img/blinks/antikrist/414.gif differ diff --git a/img/blinks/antikrist/415.gif b/img/blinks/antikrist/415.gif new file mode 100644 index 0000000..dd6632b Binary files /dev/null and b/img/blinks/antikrist/415.gif differ diff --git a/img/blinks/antikrist/417.gif b/img/blinks/antikrist/417.gif new file mode 100644 index 0000000..e89c1b1 Binary files /dev/null and b/img/blinks/antikrist/417.gif differ diff --git a/img/blinks/antikrist/419.gif b/img/blinks/antikrist/419.gif new file mode 100644 index 0000000..b253336 Binary files /dev/null and b/img/blinks/antikrist/419.gif differ diff --git a/img/blinks/antikrist/420.gif b/img/blinks/antikrist/420.gif new file mode 100644 index 0000000..d515e01 Binary files /dev/null and b/img/blinks/antikrist/420.gif differ diff --git a/img/blinks/antikrist/423.gif b/img/blinks/antikrist/423.gif new file mode 100644 index 0000000..8c46ca9 Binary files /dev/null and b/img/blinks/antikrist/423.gif differ diff --git a/img/blinks/antikrist/425.gif b/img/blinks/antikrist/425.gif new file mode 100644 index 0000000..4aa308e Binary files /dev/null and b/img/blinks/antikrist/425.gif differ diff --git a/img/blinks/antikrist/426.gif b/img/blinks/antikrist/426.gif new file mode 100644 index 0000000..f01b728 Binary files /dev/null and b/img/blinks/antikrist/426.gif differ diff --git a/img/blinks/antikrist/427.gif b/img/blinks/antikrist/427.gif new file mode 100644 index 0000000..47063b7 Binary files /dev/null and b/img/blinks/antikrist/427.gif differ diff --git a/img/blinks/antikrist/428.gif b/img/blinks/antikrist/428.gif new file mode 100644 index 0000000..6b826e7 Binary files /dev/null and b/img/blinks/antikrist/428.gif differ diff --git a/img/blinks/antikrist/429.gif b/img/blinks/antikrist/429.gif new file mode 100644 index 0000000..248cfdd Binary files /dev/null and b/img/blinks/antikrist/429.gif differ diff --git a/img/blinks/antikrist/431.gif b/img/blinks/antikrist/431.gif new file mode 100644 index 0000000..51e0d68 Binary files /dev/null and b/img/blinks/antikrist/431.gif differ diff --git a/img/blinks/antikrist/432.gif b/img/blinks/antikrist/432.gif new file mode 100644 index 0000000..c24108b Binary files /dev/null and b/img/blinks/antikrist/432.gif differ diff --git a/img/blinks/antikrist/434.gif b/img/blinks/antikrist/434.gif new file mode 100644 index 0000000..71e0d2d Binary files /dev/null and b/img/blinks/antikrist/434.gif differ diff --git a/img/blinks/antikrist/435.gif b/img/blinks/antikrist/435.gif new file mode 100644 index 0000000..d1e144b Binary files /dev/null and b/img/blinks/antikrist/435.gif differ diff --git a/img/blinks/antikrist/436.gif b/img/blinks/antikrist/436.gif new file mode 100644 index 0000000..0a000b5 Binary files /dev/null and b/img/blinks/antikrist/436.gif differ diff --git a/img/blinks/antikrist/437.gif b/img/blinks/antikrist/437.gif new file mode 100644 index 0000000..a97b1be Binary files /dev/null and b/img/blinks/antikrist/437.gif differ diff --git a/img/blinks/antikrist/438.gif b/img/blinks/antikrist/438.gif new file mode 100644 index 0000000..4151ace Binary files /dev/null and b/img/blinks/antikrist/438.gif differ diff --git a/img/blinks/antikrist/440.gif b/img/blinks/antikrist/440.gif new file mode 100644 index 0000000..4b3a3e3 Binary files /dev/null and b/img/blinks/antikrist/440.gif differ diff --git a/img/blinks/antikrist/442.gif b/img/blinks/antikrist/442.gif new file mode 100644 index 0000000..3fc6c51 Binary files /dev/null and b/img/blinks/antikrist/442.gif differ diff --git a/img/blinks/antikrist/444.gif b/img/blinks/antikrist/444.gif new file mode 100644 index 0000000..9a33252 Binary files /dev/null and b/img/blinks/antikrist/444.gif differ diff --git a/img/blinks/antikrist/445.gif b/img/blinks/antikrist/445.gif new file mode 100644 index 0000000..4e4e5c6 Binary files /dev/null and b/img/blinks/antikrist/445.gif differ diff --git a/img/blinks/antikrist/446.gif b/img/blinks/antikrist/446.gif new file mode 100644 index 0000000..e6266cc Binary files /dev/null and b/img/blinks/antikrist/446.gif differ diff --git a/img/blinks/antikrist/449.gif b/img/blinks/antikrist/449.gif new file mode 100644 index 0000000..87af684 Binary files /dev/null and b/img/blinks/antikrist/449.gif differ diff --git a/img/blinks/antikrist/450.gif b/img/blinks/antikrist/450.gif new file mode 100644 index 0000000..6e0e741 Binary files /dev/null and b/img/blinks/antikrist/450.gif differ diff --git a/img/blinks/antikrist/453.gif b/img/blinks/antikrist/453.gif new file mode 100644 index 0000000..e9a2c52 Binary files /dev/null and b/img/blinks/antikrist/453.gif differ diff --git a/img/blinks/antikrist/455.gif b/img/blinks/antikrist/455.gif new file mode 100644 index 0000000..ab57ae3 Binary files /dev/null and b/img/blinks/antikrist/455.gif differ diff --git a/img/blinks/antikrist/456.gif b/img/blinks/antikrist/456.gif new file mode 100644 index 0000000..dce69ff Binary files /dev/null and b/img/blinks/antikrist/456.gif differ diff --git a/img/blinks/antikrist/457.gif b/img/blinks/antikrist/457.gif new file mode 100644 index 0000000..d2c5bcd Binary files /dev/null and b/img/blinks/antikrist/457.gif differ diff --git a/img/blinks/antikrist/461.gif b/img/blinks/antikrist/461.gif new file mode 100644 index 0000000..a9f9a61 Binary files /dev/null and b/img/blinks/antikrist/461.gif differ diff --git a/img/blinks/antikrist/464.gif b/img/blinks/antikrist/464.gif new file mode 100644 index 0000000..a63899f Binary files /dev/null and b/img/blinks/antikrist/464.gif differ diff --git a/img/blinks/antikrist/465.gif b/img/blinks/antikrist/465.gif new file mode 100644 index 0000000..c69901d Binary files /dev/null and b/img/blinks/antikrist/465.gif differ diff --git a/img/blinks/antikrist/466.gif b/img/blinks/antikrist/466.gif new file mode 100644 index 0000000..7ec61c0 Binary files /dev/null and b/img/blinks/antikrist/466.gif differ diff --git a/img/blinks/antikrist/467.gif b/img/blinks/antikrist/467.gif new file mode 100644 index 0000000..790cdfc Binary files /dev/null and b/img/blinks/antikrist/467.gif differ diff --git a/img/blinks/antikrist/469.gif b/img/blinks/antikrist/469.gif new file mode 100644 index 0000000..663ac52 Binary files /dev/null and b/img/blinks/antikrist/469.gif differ diff --git a/img/blinks/antikrist/472.gif b/img/blinks/antikrist/472.gif new file mode 100644 index 0000000..b11e394 Binary files /dev/null and b/img/blinks/antikrist/472.gif differ diff --git a/img/blinks/antikrist/475.gif b/img/blinks/antikrist/475.gif new file mode 100644 index 0000000..4869677 Binary files /dev/null and b/img/blinks/antikrist/475.gif differ diff --git a/img/blinks/antikrist/479.gif b/img/blinks/antikrist/479.gif new file mode 100644 index 0000000..f05229a Binary files /dev/null and b/img/blinks/antikrist/479.gif differ diff --git a/img/blinks/antikrist/480.gif b/img/blinks/antikrist/480.gif new file mode 100644 index 0000000..a60e7ea Binary files /dev/null and b/img/blinks/antikrist/480.gif differ diff --git a/img/blinks/antikrist/481.gif b/img/blinks/antikrist/481.gif new file mode 100644 index 0000000..a0e20b3 Binary files /dev/null and b/img/blinks/antikrist/481.gif differ diff --git a/img/blinks/antikrist/482.gif b/img/blinks/antikrist/482.gif new file mode 100644 index 0000000..78cf812 Binary files /dev/null and b/img/blinks/antikrist/482.gif differ diff --git a/img/blinks/antikrist/483.gif b/img/blinks/antikrist/483.gif new file mode 100644 index 0000000..255442f Binary files /dev/null and b/img/blinks/antikrist/483.gif differ diff --git a/img/blinks/antikrist/484.gif b/img/blinks/antikrist/484.gif new file mode 100644 index 0000000..68293ad Binary files /dev/null and b/img/blinks/antikrist/484.gif differ diff --git a/img/blinks/antikrist/485.gif b/img/blinks/antikrist/485.gif new file mode 100644 index 0000000..5156044 Binary files /dev/null and b/img/blinks/antikrist/485.gif differ diff --git a/img/blinks/antikrist/486.gif b/img/blinks/antikrist/486.gif new file mode 100644 index 0000000..a607357 Binary files /dev/null and b/img/blinks/antikrist/486.gif differ diff --git a/img/blinks/antikrist/488.gif b/img/blinks/antikrist/488.gif new file mode 100644 index 0000000..2dc8f7c Binary files /dev/null and b/img/blinks/antikrist/488.gif differ diff --git a/img/blinks/antikrist/490.gif b/img/blinks/antikrist/490.gif new file mode 100644 index 0000000..c61f605 Binary files /dev/null and b/img/blinks/antikrist/490.gif differ diff --git a/img/blinks/antikrist/491.gif b/img/blinks/antikrist/491.gif new file mode 100644 index 0000000..23a24e1 Binary files /dev/null and b/img/blinks/antikrist/491.gif differ diff --git a/img/blinks/antikrist/493.gif b/img/blinks/antikrist/493.gif new file mode 100644 index 0000000..bb6fc19 Binary files /dev/null and b/img/blinks/antikrist/493.gif differ diff --git a/img/blinks/antikrist/494.gif b/img/blinks/antikrist/494.gif new file mode 100644 index 0000000..df241a8 Binary files /dev/null and b/img/blinks/antikrist/494.gif differ diff --git a/img/blinks/antikrist/495.gif b/img/blinks/antikrist/495.gif new file mode 100644 index 0000000..b53d502 Binary files /dev/null and b/img/blinks/antikrist/495.gif differ diff --git a/img/blinks/antikrist/496.gif b/img/blinks/antikrist/496.gif new file mode 100644 index 0000000..5b7b2a7 Binary files /dev/null and b/img/blinks/antikrist/496.gif differ diff --git a/img/blinks/antikrist/497.gif b/img/blinks/antikrist/497.gif new file mode 100644 index 0000000..5156044 Binary files /dev/null and b/img/blinks/antikrist/497.gif differ diff --git a/img/blinks/antikrist/499.gif b/img/blinks/antikrist/499.gif new file mode 100644 index 0000000..bdc1073 Binary files /dev/null and b/img/blinks/antikrist/499.gif differ diff --git a/img/blinks/antikrist/500.gif b/img/blinks/antikrist/500.gif new file mode 100644 index 0000000..bdf2abc Binary files /dev/null and b/img/blinks/antikrist/500.gif differ diff --git a/img/blinks/antikrist/501.gif b/img/blinks/antikrist/501.gif new file mode 100644 index 0000000..6595ce1 Binary files /dev/null and b/img/blinks/antikrist/501.gif differ diff --git a/img/blinks/antikrist/503.gif b/img/blinks/antikrist/503.gif new file mode 100644 index 0000000..2ba9a33 Binary files /dev/null and b/img/blinks/antikrist/503.gif differ diff --git a/img/blinks/antikrist/504.gif b/img/blinks/antikrist/504.gif new file mode 100644 index 0000000..c1483aa Binary files /dev/null and b/img/blinks/antikrist/504.gif differ diff --git a/img/blinks/antikrist/506.gif b/img/blinks/antikrist/506.gif new file mode 100644 index 0000000..4ac705e Binary files /dev/null and b/img/blinks/antikrist/506.gif differ diff --git a/img/blinks/antikrist/507.webp b/img/blinks/antikrist/507.webp new file mode 100644 index 0000000..f083016 Binary files /dev/null and b/img/blinks/antikrist/507.webp differ diff --git a/img/blinks/antikrist/509.gif b/img/blinks/antikrist/509.gif new file mode 100644 index 0000000..4ddc10c Binary files /dev/null and b/img/blinks/antikrist/509.gif differ diff --git a/img/blinks/antikrist/510.gif b/img/blinks/antikrist/510.gif new file mode 100644 index 0000000..2340d35 Binary files /dev/null and b/img/blinks/antikrist/510.gif differ diff --git a/img/blinks/antikrist/511.gif b/img/blinks/antikrist/511.gif new file mode 100644 index 0000000..a21a58d Binary files /dev/null and b/img/blinks/antikrist/511.gif differ diff --git a/img/blinks/antikrist/512.gif b/img/blinks/antikrist/512.gif new file mode 100644 index 0000000..afffba4 Binary files /dev/null and b/img/blinks/antikrist/512.gif differ diff --git a/img/blinks/antikrist/516.gif b/img/blinks/antikrist/516.gif new file mode 100644 index 0000000..4600ede Binary files /dev/null and b/img/blinks/antikrist/516.gif differ diff --git a/img/blinks/antikrist/530.gif b/img/blinks/antikrist/530.gif new file mode 100644 index 0000000..6036525 Binary files /dev/null and b/img/blinks/antikrist/530.gif differ diff --git a/img/blinks/antikrist/533.gif b/img/blinks/antikrist/533.gif new file mode 100644 index 0000000..5bb5f16 Binary files /dev/null and b/img/blinks/antikrist/533.gif differ diff --git a/img/blinks/antikrist/535.gif b/img/blinks/antikrist/535.gif new file mode 100644 index 0000000..c3e92ed Binary files /dev/null and b/img/blinks/antikrist/535.gif differ diff --git a/img/blinks/antikrist/536.gif b/img/blinks/antikrist/536.gif new file mode 100644 index 0000000..6b98080 Binary files /dev/null and b/img/blinks/antikrist/536.gif differ diff --git a/img/blinks/antikrist/537.webp b/img/blinks/antikrist/537.webp new file mode 100644 index 0000000..ee49e9a Binary files /dev/null and b/img/blinks/antikrist/537.webp differ diff --git a/img/blinks/antikrist/538.gif b/img/blinks/antikrist/538.gif new file mode 100644 index 0000000..b4e029d Binary files /dev/null and b/img/blinks/antikrist/538.gif differ diff --git a/img/blinks/antikrist/542.gif b/img/blinks/antikrist/542.gif new file mode 100644 index 0000000..81b495c Binary files /dev/null and b/img/blinks/antikrist/542.gif differ diff --git a/img/blinks/antikrist/549.gif b/img/blinks/antikrist/549.gif new file mode 100644 index 0000000..e264b17 Binary files /dev/null and b/img/blinks/antikrist/549.gif differ diff --git a/img/blinks/antikrist/552.webp b/img/blinks/antikrist/552.webp new file mode 100644 index 0000000..c57693e Binary files /dev/null and b/img/blinks/antikrist/552.webp differ diff --git a/img/blinks/antikrist/553.webp b/img/blinks/antikrist/553.webp new file mode 100644 index 0000000..84d2304 Binary files /dev/null and b/img/blinks/antikrist/553.webp differ diff --git a/img/blinks/antikrist/557.gif b/img/blinks/antikrist/557.gif new file mode 100644 index 0000000..1bb7c1c Binary files /dev/null and b/img/blinks/antikrist/557.gif differ diff --git a/img/blinks/antikrist/564.gif b/img/blinks/antikrist/564.gif new file mode 100644 index 0000000..abe59d1 Binary files /dev/null and b/img/blinks/antikrist/564.gif differ diff --git a/img/blinks/antikrist/566.webp b/img/blinks/antikrist/566.webp new file mode 100644 index 0000000..e46751b Binary files /dev/null and b/img/blinks/antikrist/566.webp differ diff --git a/img/blinks/antikrist/567.gif b/img/blinks/antikrist/567.gif new file mode 100644 index 0000000..22cc041 Binary files /dev/null and b/img/blinks/antikrist/567.gif differ diff --git a/img/blinks/antikrist/572.webp b/img/blinks/antikrist/572.webp new file mode 100644 index 0000000..a656291 Binary files /dev/null and b/img/blinks/antikrist/572.webp differ diff --git a/img/blinks/antikrist/578.webp b/img/blinks/antikrist/578.webp new file mode 100644 index 0000000..ed1ac37 Binary files /dev/null and b/img/blinks/antikrist/578.webp differ diff --git a/img/blinks/antikrist/581.gif b/img/blinks/antikrist/581.gif new file mode 100644 index 0000000..071aa84 Binary files /dev/null and b/img/blinks/antikrist/581.gif differ diff --git a/img/blinks/antikrist/582.gif b/img/blinks/antikrist/582.gif new file mode 100644 index 0000000..3dfd626 Binary files /dev/null and b/img/blinks/antikrist/582.gif differ diff --git a/img/blinks/antikrist/586.gif b/img/blinks/antikrist/586.gif new file mode 100644 index 0000000..f66f087 Binary files /dev/null and b/img/blinks/antikrist/586.gif differ diff --git a/img/blinks/antikrist/589.webp b/img/blinks/antikrist/589.webp new file mode 100644 index 0000000..77c6f7e Binary files /dev/null and b/img/blinks/antikrist/589.webp differ diff --git a/img/blinks/antikrist/592.webp b/img/blinks/antikrist/592.webp new file mode 100644 index 0000000..d98b3fd Binary files /dev/null and b/img/blinks/antikrist/592.webp differ diff --git a/img/blinks/antikrist/597.gif b/img/blinks/antikrist/597.gif new file mode 100644 index 0000000..c5eb912 Binary files /dev/null and b/img/blinks/antikrist/597.gif differ diff --git a/img/blinks/antikrist/598.gif b/img/blinks/antikrist/598.gif new file mode 100644 index 0000000..1eeae6f Binary files /dev/null and b/img/blinks/antikrist/598.gif differ diff --git a/img/blinks/antikrist/603.gif b/img/blinks/antikrist/603.gif new file mode 100644 index 0000000..1e585b9 Binary files /dev/null and b/img/blinks/antikrist/603.gif differ diff --git a/img/blinks/antikrist/604.gif b/img/blinks/antikrist/604.gif new file mode 100644 index 0000000..3d99c76 Binary files /dev/null and b/img/blinks/antikrist/604.gif differ diff --git a/img/blinks/antikrist/606.gif b/img/blinks/antikrist/606.gif new file mode 100644 index 0000000..79511d6 Binary files /dev/null and b/img/blinks/antikrist/606.gif differ diff --git a/img/blinks/antikrist/609.gif b/img/blinks/antikrist/609.gif new file mode 100644 index 0000000..0d63c26 Binary files /dev/null and b/img/blinks/antikrist/609.gif differ diff --git a/img/blinks/antikrist/610.gif b/img/blinks/antikrist/610.gif new file mode 100644 index 0000000..06adc06 Binary files /dev/null and b/img/blinks/antikrist/610.gif differ diff --git a/img/blinks/antikrist/611.gif b/img/blinks/antikrist/611.gif new file mode 100644 index 0000000..d3c1120 Binary files /dev/null and b/img/blinks/antikrist/611.gif differ diff --git a/img/blinks/antikrist/613.gif b/img/blinks/antikrist/613.gif new file mode 100644 index 0000000..123a227 Binary files /dev/null and b/img/blinks/antikrist/613.gif differ diff --git a/img/blinks/antikrist/614.gif b/img/blinks/antikrist/614.gif new file mode 100644 index 0000000..3c283c8 Binary files /dev/null and b/img/blinks/antikrist/614.gif differ diff --git a/img/blinks/antikrist/615.gif b/img/blinks/antikrist/615.gif new file mode 100644 index 0000000..95d621e Binary files /dev/null and b/img/blinks/antikrist/615.gif differ diff --git a/img/blinks/antikrist/616.gif b/img/blinks/antikrist/616.gif new file mode 100644 index 0000000..55a4fdc Binary files /dev/null and b/img/blinks/antikrist/616.gif differ diff --git a/img/blinks/antikrist/621.gif b/img/blinks/antikrist/621.gif new file mode 100644 index 0000000..81749d1 Binary files /dev/null and b/img/blinks/antikrist/621.gif differ diff --git a/img/blinks/antikrist/622.webp b/img/blinks/antikrist/622.webp new file mode 100644 index 0000000..c681d25 Binary files /dev/null and b/img/blinks/antikrist/622.webp differ diff --git a/img/blinks/antikrist/623.webp b/img/blinks/antikrist/623.webp new file mode 100644 index 0000000..5b633f6 Binary files /dev/null and b/img/blinks/antikrist/623.webp differ diff --git a/img/blinks/antikrist/624.gif b/img/blinks/antikrist/624.gif new file mode 100644 index 0000000..2b052ce Binary files /dev/null and b/img/blinks/antikrist/624.gif differ diff --git a/img/blinks/antikrist/625.gif b/img/blinks/antikrist/625.gif new file mode 100644 index 0000000..7faa949 Binary files /dev/null and b/img/blinks/antikrist/625.gif differ diff --git a/img/blinks/antikrist/628.gif b/img/blinks/antikrist/628.gif new file mode 100644 index 0000000..40f26d1 Binary files /dev/null and b/img/blinks/antikrist/628.gif differ diff --git a/img/blinks/antikrist/636.gif b/img/blinks/antikrist/636.gif new file mode 100644 index 0000000..d3f3e0f Binary files /dev/null and b/img/blinks/antikrist/636.gif differ diff --git a/img/blinks/antikrist/637.gif b/img/blinks/antikrist/637.gif new file mode 100644 index 0000000..cbe60ab Binary files /dev/null and b/img/blinks/antikrist/637.gif differ diff --git a/img/blinks/antikrist/642.gif b/img/blinks/antikrist/642.gif new file mode 100644 index 0000000..405d63f Binary files /dev/null and b/img/blinks/antikrist/642.gif differ diff --git a/img/blinks/antikrist/646.gif b/img/blinks/antikrist/646.gif new file mode 100644 index 0000000..eb0d052 Binary files /dev/null and b/img/blinks/antikrist/646.gif differ diff --git a/img/blinks/antikrist/649.gif b/img/blinks/antikrist/649.gif new file mode 100644 index 0000000..a2658cf Binary files /dev/null and b/img/blinks/antikrist/649.gif differ diff --git a/img/blinks/antikrist/653.gif b/img/blinks/antikrist/653.gif new file mode 100644 index 0000000..be33dce Binary files /dev/null and b/img/blinks/antikrist/653.gif differ diff --git a/img/blinks/antikrist/654.gif b/img/blinks/antikrist/654.gif new file mode 100644 index 0000000..04013ce Binary files /dev/null and b/img/blinks/antikrist/654.gif differ diff --git a/img/blinks/antikrist/655.gif b/img/blinks/antikrist/655.gif new file mode 100644 index 0000000..5c060a1 Binary files /dev/null and b/img/blinks/antikrist/655.gif differ diff --git a/img/blinks/antikrist/656.gif b/img/blinks/antikrist/656.gif new file mode 100644 index 0000000..681c0a3 Binary files /dev/null and b/img/blinks/antikrist/656.gif differ diff --git a/img/blinks/antikrist/659.gif b/img/blinks/antikrist/659.gif new file mode 100644 index 0000000..9126ae7 Binary files /dev/null and b/img/blinks/antikrist/659.gif differ diff --git a/img/blinks/antikrist/660.gif b/img/blinks/antikrist/660.gif new file mode 100644 index 0000000..cf3ccb2 Binary files /dev/null and b/img/blinks/antikrist/660.gif differ diff --git a/img/blinks/antikrist/661.gif b/img/blinks/antikrist/661.gif new file mode 100644 index 0000000..02cd8f9 Binary files /dev/null and b/img/blinks/antikrist/661.gif differ diff --git a/img/blinks/antikrist/665.gif b/img/blinks/antikrist/665.gif new file mode 100644 index 0000000..9dc27bb Binary files /dev/null and b/img/blinks/antikrist/665.gif differ diff --git a/img/blinks/antikrist/669.gif b/img/blinks/antikrist/669.gif new file mode 100644 index 0000000..bb6a3b7 Binary files /dev/null and b/img/blinks/antikrist/669.gif differ diff --git a/img/blinks/antikrist/671.gif b/img/blinks/antikrist/671.gif new file mode 100644 index 0000000..73e8773 Binary files /dev/null and b/img/blinks/antikrist/671.gif differ diff --git a/img/blinks/antikrist/673.gif b/img/blinks/antikrist/673.gif new file mode 100644 index 0000000..3fc47e3 Binary files /dev/null and b/img/blinks/antikrist/673.gif differ diff --git a/img/blinks/antikrist/674.gif b/img/blinks/antikrist/674.gif new file mode 100644 index 0000000..26304dd Binary files /dev/null and b/img/blinks/antikrist/674.gif differ diff --git a/img/blinks/antikrist/676.gif b/img/blinks/antikrist/676.gif new file mode 100644 index 0000000..d1e6a9a Binary files /dev/null and b/img/blinks/antikrist/676.gif differ diff --git a/img/blinks/antikrist/677.gif b/img/blinks/antikrist/677.gif new file mode 100644 index 0000000..76f59cc Binary files /dev/null and b/img/blinks/antikrist/677.gif differ diff --git a/img/blinks/antikrist/679.gif b/img/blinks/antikrist/679.gif new file mode 100644 index 0000000..a5f7525 Binary files /dev/null and b/img/blinks/antikrist/679.gif differ diff --git a/img/blinks/antikrist/680.gif b/img/blinks/antikrist/680.gif new file mode 100644 index 0000000..c376db7 Binary files /dev/null and b/img/blinks/antikrist/680.gif differ diff --git a/img/blinks/antikrist/681.gif b/img/blinks/antikrist/681.gif new file mode 100644 index 0000000..a5722b8 Binary files /dev/null and b/img/blinks/antikrist/681.gif differ diff --git a/img/blinks/antikrist/682.gif b/img/blinks/antikrist/682.gif new file mode 100644 index 0000000..9a58aa9 Binary files /dev/null and b/img/blinks/antikrist/682.gif differ diff --git a/img/blinks/antikrist/683.gif b/img/blinks/antikrist/683.gif new file mode 100644 index 0000000..2df9dca Binary files /dev/null and b/img/blinks/antikrist/683.gif differ diff --git a/img/blinks/antikrist/684.gif b/img/blinks/antikrist/684.gif new file mode 100644 index 0000000..20d28d0 Binary files /dev/null and b/img/blinks/antikrist/684.gif differ diff --git a/img/blinks/antikrist/686.gif b/img/blinks/antikrist/686.gif new file mode 100644 index 0000000..689ee9c Binary files /dev/null and b/img/blinks/antikrist/686.gif differ diff --git a/img/blinks/antikrist/690.gif b/img/blinks/antikrist/690.gif new file mode 100644 index 0000000..bb3e217 Binary files /dev/null and b/img/blinks/antikrist/690.gif differ diff --git a/img/blinks/antikrist/692.gif b/img/blinks/antikrist/692.gif new file mode 100644 index 0000000..b5f7b99 Binary files /dev/null and b/img/blinks/antikrist/692.gif differ diff --git a/img/blinks/antikrist/694.gif b/img/blinks/antikrist/694.gif new file mode 100644 index 0000000..ad32ee9 Binary files /dev/null and b/img/blinks/antikrist/694.gif differ diff --git a/img/blinks/antikrist/696.gif b/img/blinks/antikrist/696.gif new file mode 100644 index 0000000..5bb5f16 Binary files /dev/null and b/img/blinks/antikrist/696.gif differ diff --git a/img/blinks/antikrist/697.gif b/img/blinks/antikrist/697.gif new file mode 100644 index 0000000..315c9c4 Binary files /dev/null and b/img/blinks/antikrist/697.gif differ diff --git a/img/blinks/antikrist/698.gif b/img/blinks/antikrist/698.gif new file mode 100644 index 0000000..2c0402e Binary files /dev/null and b/img/blinks/antikrist/698.gif differ diff --git a/img/blinks/antikrist/699.gif b/img/blinks/antikrist/699.gif new file mode 100644 index 0000000..275169b Binary files /dev/null and b/img/blinks/antikrist/699.gif differ diff --git a/img/blinks/antikrist/700.gif b/img/blinks/antikrist/700.gif new file mode 100644 index 0000000..2f18194 Binary files /dev/null and b/img/blinks/antikrist/700.gif differ diff --git a/img/blinks/antikrist/703.gif b/img/blinks/antikrist/703.gif new file mode 100644 index 0000000..13fc277 Binary files /dev/null and b/img/blinks/antikrist/703.gif differ diff --git a/img/blinks/antikrist/704.gif b/img/blinks/antikrist/704.gif new file mode 100644 index 0000000..29694e1 Binary files /dev/null and b/img/blinks/antikrist/704.gif differ diff --git a/img/blinks/antikrist/705.webp b/img/blinks/antikrist/705.webp new file mode 100644 index 0000000..ee49332 Binary files /dev/null and b/img/blinks/antikrist/705.webp differ diff --git a/img/blinks/antikrist/706.gif b/img/blinks/antikrist/706.gif new file mode 100644 index 0000000..1cab04a Binary files /dev/null and b/img/blinks/antikrist/706.gif differ diff --git a/img/blinks/antikrist/707.gif b/img/blinks/antikrist/707.gif new file mode 100644 index 0000000..20ddf7d Binary files /dev/null and b/img/blinks/antikrist/707.gif differ diff --git a/img/blinks/antikrist/71.gif b/img/blinks/antikrist/71.gif new file mode 100644 index 0000000..3ddc56b Binary files /dev/null and b/img/blinks/antikrist/71.gif differ diff --git a/img/blinks/antikrist/712.gif b/img/blinks/antikrist/712.gif new file mode 100644 index 0000000..b08da78 Binary files /dev/null and b/img/blinks/antikrist/712.gif differ diff --git a/img/blinks/antikrist/713.gif b/img/blinks/antikrist/713.gif new file mode 100644 index 0000000..1bfa881 Binary files /dev/null and b/img/blinks/antikrist/713.gif differ diff --git a/img/blinks/antikrist/716.gif b/img/blinks/antikrist/716.gif new file mode 100644 index 0000000..a16f163 Binary files /dev/null and b/img/blinks/antikrist/716.gif differ diff --git a/img/blinks/antikrist/718.gif b/img/blinks/antikrist/718.gif new file mode 100644 index 0000000..2d22e18 Binary files /dev/null and b/img/blinks/antikrist/718.gif differ diff --git a/img/blinks/antikrist/72.gif b/img/blinks/antikrist/72.gif new file mode 100644 index 0000000..4b3a3e3 Binary files /dev/null and b/img/blinks/antikrist/72.gif differ diff --git a/img/blinks/antikrist/722.gif b/img/blinks/antikrist/722.gif new file mode 100644 index 0000000..c3ea2b7 Binary files /dev/null and b/img/blinks/antikrist/722.gif differ diff --git a/img/blinks/antikrist/726.gif b/img/blinks/antikrist/726.gif new file mode 100644 index 0000000..94448e1 Binary files /dev/null and b/img/blinks/antikrist/726.gif differ diff --git a/img/blinks/antikrist/728.gif b/img/blinks/antikrist/728.gif new file mode 100644 index 0000000..fe4dc9d Binary files /dev/null and b/img/blinks/antikrist/728.gif differ diff --git a/img/blinks/antikrist/729.gif b/img/blinks/antikrist/729.gif new file mode 100644 index 0000000..1d0c79c Binary files /dev/null and b/img/blinks/antikrist/729.gif differ diff --git a/img/blinks/antikrist/73.gif b/img/blinks/antikrist/73.gif new file mode 100644 index 0000000..70e390e Binary files /dev/null and b/img/blinks/antikrist/73.gif differ diff --git a/img/blinks/antikrist/730.gif b/img/blinks/antikrist/730.gif new file mode 100644 index 0000000..05012a1 Binary files /dev/null and b/img/blinks/antikrist/730.gif differ diff --git a/img/blinks/antikrist/731.gif b/img/blinks/antikrist/731.gif new file mode 100644 index 0000000..18df8c5 Binary files /dev/null and b/img/blinks/antikrist/731.gif differ diff --git a/img/blinks/antikrist/732.gif b/img/blinks/antikrist/732.gif new file mode 100644 index 0000000..1b0aa3e Binary files /dev/null and b/img/blinks/antikrist/732.gif differ diff --git a/img/blinks/antikrist/736.gif b/img/blinks/antikrist/736.gif new file mode 100644 index 0000000..52d5756 Binary files /dev/null and b/img/blinks/antikrist/736.gif differ diff --git a/img/blinks/antikrist/737.gif b/img/blinks/antikrist/737.gif new file mode 100644 index 0000000..3c0ba8e Binary files /dev/null and b/img/blinks/antikrist/737.gif differ diff --git a/img/blinks/antikrist/738.gif b/img/blinks/antikrist/738.gif new file mode 100644 index 0000000..9586f11 Binary files /dev/null and b/img/blinks/antikrist/738.gif differ diff --git a/img/blinks/antikrist/741.gif b/img/blinks/antikrist/741.gif new file mode 100644 index 0000000..6fec18d Binary files /dev/null and b/img/blinks/antikrist/741.gif differ diff --git a/img/blinks/antikrist/743.gif b/img/blinks/antikrist/743.gif new file mode 100644 index 0000000..ad2fac1 Binary files /dev/null and b/img/blinks/antikrist/743.gif differ diff --git a/img/blinks/antikrist/747.gif b/img/blinks/antikrist/747.gif new file mode 100644 index 0000000..3fe82c0 Binary files /dev/null and b/img/blinks/antikrist/747.gif differ diff --git a/img/blinks/antikrist/748.gif b/img/blinks/antikrist/748.gif new file mode 100644 index 0000000..be2e6d0 Binary files /dev/null and b/img/blinks/antikrist/748.gif differ diff --git a/img/blinks/antikrist/749.gif b/img/blinks/antikrist/749.gif new file mode 100644 index 0000000..e1c3503 Binary files /dev/null and b/img/blinks/antikrist/749.gif differ diff --git a/img/blinks/antikrist/750.gif b/img/blinks/antikrist/750.gif new file mode 100644 index 0000000..1438d78 Binary files /dev/null and b/img/blinks/antikrist/750.gif differ diff --git a/img/blinks/antikrist/751.gif b/img/blinks/antikrist/751.gif new file mode 100644 index 0000000..e126a36 Binary files /dev/null and b/img/blinks/antikrist/751.gif differ diff --git a/img/blinks/antikrist/752.gif b/img/blinks/antikrist/752.gif new file mode 100644 index 0000000..f5337e4 Binary files /dev/null and b/img/blinks/antikrist/752.gif differ diff --git a/img/blinks/antikrist/753.gif b/img/blinks/antikrist/753.gif new file mode 100644 index 0000000..fde5297 Binary files /dev/null and b/img/blinks/antikrist/753.gif differ diff --git a/img/blinks/antikrist/754.gif b/img/blinks/antikrist/754.gif new file mode 100644 index 0000000..81b495c Binary files /dev/null and b/img/blinks/antikrist/754.gif differ diff --git a/img/blinks/antikrist/755.gif b/img/blinks/antikrist/755.gif new file mode 100644 index 0000000..600e770 Binary files /dev/null and b/img/blinks/antikrist/755.gif differ diff --git a/img/blinks/antikrist/756.gif b/img/blinks/antikrist/756.gif new file mode 100644 index 0000000..8d0b0bd Binary files /dev/null and b/img/blinks/antikrist/756.gif differ diff --git a/img/blinks/antikrist/757.gif b/img/blinks/antikrist/757.gif new file mode 100644 index 0000000..b8aaef7 Binary files /dev/null and b/img/blinks/antikrist/757.gif differ diff --git a/img/blinks/antikrist/759.gif b/img/blinks/antikrist/759.gif new file mode 100644 index 0000000..83c5800 Binary files /dev/null and b/img/blinks/antikrist/759.gif differ diff --git a/img/blinks/antikrist/760.gif b/img/blinks/antikrist/760.gif new file mode 100644 index 0000000..e5dd338 Binary files /dev/null and b/img/blinks/antikrist/760.gif differ diff --git a/img/blinks/antikrist/761.gif b/img/blinks/antikrist/761.gif new file mode 100644 index 0000000..1e236e7 Binary files /dev/null and b/img/blinks/antikrist/761.gif differ diff --git a/img/blinks/antikrist/762.gif b/img/blinks/antikrist/762.gif new file mode 100644 index 0000000..a8bfe7f Binary files /dev/null and b/img/blinks/antikrist/762.gif differ diff --git a/img/blinks/antikrist/766.gif b/img/blinks/antikrist/766.gif new file mode 100644 index 0000000..aa0827b Binary files /dev/null and b/img/blinks/antikrist/766.gif differ diff --git a/img/blinks/antikrist/769.gif b/img/blinks/antikrist/769.gif new file mode 100644 index 0000000..0ab8c63 Binary files /dev/null and b/img/blinks/antikrist/769.gif differ diff --git a/img/blinks/antikrist/771.gif b/img/blinks/antikrist/771.gif new file mode 100644 index 0000000..ff94771 Binary files /dev/null and b/img/blinks/antikrist/771.gif differ diff --git a/img/blinks/antikrist/772.gif b/img/blinks/antikrist/772.gif new file mode 100644 index 0000000..51e0d68 Binary files /dev/null and b/img/blinks/antikrist/772.gif differ diff --git a/img/blinks/antikrist/773.gif b/img/blinks/antikrist/773.gif new file mode 100644 index 0000000..d825804 Binary files /dev/null and b/img/blinks/antikrist/773.gif differ diff --git a/img/blinks/antikrist/774.gif b/img/blinks/antikrist/774.gif new file mode 100644 index 0000000..02487ef Binary files /dev/null and b/img/blinks/antikrist/774.gif differ diff --git a/img/blinks/antikrist/775.gif b/img/blinks/antikrist/775.gif new file mode 100644 index 0000000..53e1452 Binary files /dev/null and b/img/blinks/antikrist/775.gif differ diff --git a/img/blinks/antikrist/777.gif b/img/blinks/antikrist/777.gif new file mode 100644 index 0000000..8823c6c Binary files /dev/null and b/img/blinks/antikrist/777.gif differ diff --git a/img/blinks/antikrist/778.gif b/img/blinks/antikrist/778.gif new file mode 100644 index 0000000..37564f1 Binary files /dev/null and b/img/blinks/antikrist/778.gif differ diff --git a/img/blinks/antikrist/779.gif b/img/blinks/antikrist/779.gif new file mode 100644 index 0000000..c1348eb Binary files /dev/null and b/img/blinks/antikrist/779.gif differ diff --git a/img/blinks/antikrist/780.gif b/img/blinks/antikrist/780.gif new file mode 100644 index 0000000..f354a85 Binary files /dev/null and b/img/blinks/antikrist/780.gif differ diff --git a/img/blinks/antikrist/96.gif b/img/blinks/antikrist/96.gif new file mode 100644 index 0000000..f4c780b Binary files /dev/null and b/img/blinks/antikrist/96.gif differ diff --git a/img/blinks/cinni/12.gif b/img/blinks/cinni/12.gif new file mode 100644 index 0000000..a2d849f Binary files /dev/null and b/img/blinks/cinni/12.gif differ diff --git a/img/blinks/cinni/27.gif b/img/blinks/cinni/27.gif new file mode 100644 index 0000000..3bc9c82 Binary files /dev/null and b/img/blinks/cinni/27.gif differ diff --git a/img/blinks/cinni/2JxtSPg.gif b/img/blinks/cinni/2JxtSPg.gif new file mode 100644 index 0000000..e54b5e3 Binary files /dev/null and b/img/blinks/cinni/2JxtSPg.gif differ diff --git a/img/blinks/cinni/7.gif b/img/blinks/cinni/7.gif new file mode 100644 index 0000000..672f8b8 Binary files /dev/null and b/img/blinks/cinni/7.gif differ diff --git a/img/blinks/cinni/POEmIt.gif b/img/blinks/cinni/POEmIt.gif new file mode 100644 index 0000000..bdf2abc Binary files /dev/null and b/img/blinks/cinni/POEmIt.gif differ diff --git a/img/blinks/cinni/andeejustsaymoo.gif b/img/blinks/cinni/andeejustsaymoo.gif new file mode 100644 index 0000000..1b1f36a Binary files /dev/null and b/img/blinks/cinni/andeejustsaymoo.gif differ diff --git a/img/blinks/cinni/black2.gif b/img/blinks/cinni/black2.gif new file mode 100644 index 0000000..5bc0e6e Binary files /dev/null and b/img/blinks/cinni/black2.gif differ diff --git a/img/blinks/cinni/blinky_22.gif b/img/blinks/cinni/blinky_22.gif new file mode 100644 index 0000000..7b754f5 Binary files /dev/null and b/img/blinks/cinni/blinky_22.gif differ diff --git a/img/blinks/cinni/blinky_49.gif b/img/blinks/cinni/blinky_49.gif new file mode 100644 index 0000000..3fe82c0 Binary files /dev/null and b/img/blinks/cinni/blinky_49.gif differ diff --git a/img/blinks/cinni/blnk (1).gif b/img/blinks/cinni/blnk (1).gif new file mode 100644 index 0000000..d749a98 Binary files /dev/null and b/img/blinks/cinni/blnk (1).gif differ diff --git a/img/blinks/cinni/blnk (20).gif b/img/blinks/cinni/blnk (20).gif new file mode 100644 index 0000000..5f5e6a7 Binary files /dev/null and b/img/blinks/cinni/blnk (20).gif differ diff --git a/img/blinks/cinni/blnk (33).gif b/img/blinks/cinni/blnk (33).gif new file mode 100644 index 0000000..0f0afb8 Binary files /dev/null and b/img/blinks/cinni/blnk (33).gif differ diff --git a/img/blinks/cinni/blnk (35).gif b/img/blinks/cinni/blnk (35).gif new file mode 100644 index 0000000..2dd6cb5 Binary files /dev/null and b/img/blinks/cinni/blnk (35).gif differ diff --git a/img/blinks/cinni/blnk (36).gif b/img/blinks/cinni/blnk (36).gif new file mode 100644 index 0000000..c9bf402 Binary files /dev/null and b/img/blinks/cinni/blnk (36).gif differ diff --git a/img/blinks/cinni/blue10.gif b/img/blinks/cinni/blue10.gif new file mode 100644 index 0000000..9d02039 Binary files /dev/null and b/img/blinks/cinni/blue10.gif differ diff --git a/img/blinks/cinni/blue11.gif b/img/blinks/cinni/blue11.gif new file mode 100644 index 0000000..72ae8f2 Binary files /dev/null and b/img/blinks/cinni/blue11.gif differ diff --git a/img/blinks/cinni/blue13.gif b/img/blinks/cinni/blue13.gif new file mode 100644 index 0000000..a502599 Binary files /dev/null and b/img/blinks/cinni/blue13.gif differ diff --git a/img/blinks/cinni/blue16.gif b/img/blinks/cinni/blue16.gif new file mode 100644 index 0000000..51513eb Binary files /dev/null and b/img/blinks/cinni/blue16.gif differ diff --git a/img/blinks/cinni/blue17.gif b/img/blinks/cinni/blue17.gif new file mode 100644 index 0000000..385a870 Binary files /dev/null and b/img/blinks/cinni/blue17.gif differ diff --git a/img/blinks/cinni/blue19.gif b/img/blinks/cinni/blue19.gif new file mode 100644 index 0000000..56506f8 Binary files /dev/null and b/img/blinks/cinni/blue19.gif differ diff --git a/img/blinks/cinni/blue3.gif b/img/blinks/cinni/blue3.gif new file mode 100644 index 0000000..1867a7b Binary files /dev/null and b/img/blinks/cinni/blue3.gif differ diff --git a/img/blinks/cinni/butt (1).gif b/img/blinks/cinni/butt (1).gif new file mode 100644 index 0000000..1806a06 Binary files /dev/null and b/img/blinks/cinni/butt (1).gif differ diff --git a/img/blinks/cinni/cat.gif b/img/blinks/cinni/cat.gif new file mode 100644 index 0000000..a3e1f9c Binary files /dev/null and b/img/blinks/cinni/cat.gif differ diff --git a/img/blinks/cinni/cn_needcoffee.gif b/img/blinks/cinni/cn_needcoffee.gif new file mode 100644 index 0000000..0657273 Binary files /dev/null and b/img/blinks/cinni/cn_needcoffee.gif differ diff --git a/img/blinks/cinni/faeries_blinkie.gif b/img/blinks/cinni/faeries_blinkie.gif new file mode 100644 index 0000000..dc4e86f Binary files /dev/null and b/img/blinks/cinni/faeries_blinkie.gif differ diff --git a/img/blinks/cinni/gaypride3.gif b/img/blinks/cinni/gaypride3.gif new file mode 100644 index 0000000..a4da80f Binary files /dev/null and b/img/blinks/cinni/gaypride3.gif differ diff --git a/img/blinks/cinni/gayrights.gif b/img/blinks/cinni/gayrights.gif new file mode 100644 index 0000000..4d81064 Binary files /dev/null and b/img/blinks/cinni/gayrights.gif differ diff --git a/img/blinks/cinni/hbpownrainbow.gif b/img/blinks/cinni/hbpownrainbow.gif new file mode 100644 index 0000000..52ae842 Binary files /dev/null and b/img/blinks/cinni/hbpownrainbow.gif differ diff --git a/img/blinks/cinni/hearts_blinkie.gif b/img/blinks/cinni/hearts_blinkie.gif new file mode 100644 index 0000000..35922a3 Binary files /dev/null and b/img/blinks/cinni/hearts_blinkie.gif differ diff --git a/img/blinks/cinni/hooked_on.gif b/img/blinks/cinni/hooked_on.gif new file mode 100644 index 0000000..1ae059a Binary files /dev/null and b/img/blinks/cinni/hooked_on.gif differ diff --git a/img/blinks/cinni/orCcLN.gif b/img/blinks/cinni/orCcLN.gif new file mode 100644 index 0000000..6e0e741 Binary files /dev/null and b/img/blinks/cinni/orCcLN.gif differ diff --git a/img/blinks/cinni/pink10.gif b/img/blinks/cinni/pink10.gif new file mode 100644 index 0000000..18cd22d Binary files /dev/null and b/img/blinks/cinni/pink10.gif differ diff --git a/img/blinks/cinni/pink8.gif b/img/blinks/cinni/pink8.gif new file mode 100644 index 0000000..5c60602 Binary files /dev/null and b/img/blinks/cinni/pink8.gif differ diff --git a/img/blinks/cinni/sailormoonblinkie.gif b/img/blinks/cinni/sailormoonblinkie.gif new file mode 100644 index 0000000..f01b728 Binary files /dev/null and b/img/blinks/cinni/sailormoonblinkie.gif differ diff --git a/img/blinks/cinni/skSbXSF.gif b/img/blinks/cinni/skSbXSF.gif new file mode 100644 index 0000000..3184c6e Binary files /dev/null and b/img/blinks/cinni/skSbXSF.gif differ diff --git a/img/blinks/cinni/smileyfrk.gif b/img/blinks/cinni/smileyfrk.gif new file mode 100644 index 0000000..86843cb Binary files /dev/null and b/img/blinks/cinni/smileyfrk.gif differ diff --git a/img/blinks/cinni/thrift_love.gif b/img/blinks/cinni/thrift_love.gif new file mode 100644 index 0000000..2e4be39 Binary files /dev/null and b/img/blinks/cinni/thrift_love.gif differ diff --git a/img/blinks/cinni/trnsrits.gif b/img/blinks/cinni/trnsrits.gif new file mode 100644 index 0000000..cb296df Binary files /dev/null and b/img/blinks/cinni/trnsrits.gif differ diff --git a/img/blinks/cinni/tumblr_p8l8z0mGaH1x6mvfxo1_250.gif b/img/blinks/cinni/tumblr_p8l8z0mGaH1x6mvfxo1_250.gif new file mode 100644 index 0000000..c272eeb Binary files /dev/null and b/img/blinks/cinni/tumblr_p8l8z0mGaH1x6mvfxo1_250.gif differ diff --git a/img/blinks/cinni/tumblr_p8l9bsbnPD1x6mvfxo1_250.gif b/img/blinks/cinni/tumblr_p8l9bsbnPD1x6mvfxo1_250.gif new file mode 100644 index 0000000..57d267c Binary files /dev/null and b/img/blinks/cinni/tumblr_p8l9bsbnPD1x6mvfxo1_250.gif differ diff --git a/img/blinks/cinni/tumblr_pkvvqgDJWu1x4tl4oo1_250.gif b/img/blinks/cinni/tumblr_pkvvqgDJWu1x4tl4oo1_250.gif new file mode 100644 index 0000000..b00cbdd Binary files /dev/null and b/img/blinks/cinni/tumblr_pkvvqgDJWu1x4tl4oo1_250.gif differ diff --git a/img/blinks/cinni/yeehaw.gif b/img/blinks/cinni/yeehaw.gif new file mode 100644 index 0000000..4cd5df2 Binary files /dev/null and b/img/blinks/cinni/yeehaw.gif differ diff --git a/img/blinks/fairytrash/100.gif b/img/blinks/fairytrash/100.gif new file mode 100644 index 0000000..898e868 Binary files /dev/null and b/img/blinks/fairytrash/100.gif differ diff --git a/img/blinks/fairytrash/101.gif b/img/blinks/fairytrash/101.gif new file mode 100644 index 0000000..ffcc1cf Binary files /dev/null and b/img/blinks/fairytrash/101.gif differ diff --git a/img/blinks/fairytrash/104.gif b/img/blinks/fairytrash/104.gif new file mode 100644 index 0000000..612e23e Binary files /dev/null and b/img/blinks/fairytrash/104.gif differ diff --git a/img/blinks/fairytrash/105.gif b/img/blinks/fairytrash/105.gif new file mode 100644 index 0000000..4ddc6b5 Binary files /dev/null and b/img/blinks/fairytrash/105.gif differ diff --git a/img/blinks/fairytrash/107.gif b/img/blinks/fairytrash/107.gif new file mode 100644 index 0000000..ba3cae0 Binary files /dev/null and b/img/blinks/fairytrash/107.gif differ diff --git a/img/blinks/fairytrash/108.gif b/img/blinks/fairytrash/108.gif new file mode 100644 index 0000000..11db787 Binary files /dev/null and b/img/blinks/fairytrash/108.gif differ diff --git a/img/blinks/fairytrash/109.gif b/img/blinks/fairytrash/109.gif new file mode 100644 index 0000000..b58126e Binary files /dev/null and b/img/blinks/fairytrash/109.gif differ diff --git a/img/blinks/fairytrash/113.gif b/img/blinks/fairytrash/113.gif new file mode 100644 index 0000000..a4d1193 Binary files /dev/null and b/img/blinks/fairytrash/113.gif differ diff --git a/img/blinks/fairytrash/114.gif b/img/blinks/fairytrash/114.gif new file mode 100644 index 0000000..210fd7c Binary files /dev/null and b/img/blinks/fairytrash/114.gif differ diff --git a/img/blinks/fairytrash/115.gif b/img/blinks/fairytrash/115.gif new file mode 100644 index 0000000..e0aaffa Binary files /dev/null and b/img/blinks/fairytrash/115.gif differ diff --git a/img/blinks/fairytrash/116.gif b/img/blinks/fairytrash/116.gif new file mode 100644 index 0000000..527f4ea Binary files /dev/null and b/img/blinks/fairytrash/116.gif differ diff --git a/img/blinks/fairytrash/117.gif b/img/blinks/fairytrash/117.gif new file mode 100644 index 0000000..d335f2d Binary files /dev/null and b/img/blinks/fairytrash/117.gif differ diff --git a/img/blinks/fairytrash/118.gif b/img/blinks/fairytrash/118.gif new file mode 100644 index 0000000..ec09cb9 Binary files /dev/null and b/img/blinks/fairytrash/118.gif differ diff --git a/img/blinks/fairytrash/119.gif b/img/blinks/fairytrash/119.gif new file mode 100644 index 0000000..0fcb0d0 Binary files /dev/null and b/img/blinks/fairytrash/119.gif differ diff --git a/img/blinks/fairytrash/120.gif b/img/blinks/fairytrash/120.gif new file mode 100644 index 0000000..e043a0f Binary files /dev/null and b/img/blinks/fairytrash/120.gif differ diff --git a/img/blinks/fairytrash/122.gif b/img/blinks/fairytrash/122.gif new file mode 100644 index 0000000..f27089e Binary files /dev/null and b/img/blinks/fairytrash/122.gif differ diff --git a/img/blinks/fairytrash/125.gif b/img/blinks/fairytrash/125.gif new file mode 100644 index 0000000..38cbefb Binary files /dev/null and b/img/blinks/fairytrash/125.gif differ diff --git a/img/blinks/fairytrash/126.gif b/img/blinks/fairytrash/126.gif new file mode 100644 index 0000000..93e180b Binary files /dev/null and b/img/blinks/fairytrash/126.gif differ diff --git a/img/blinks/fairytrash/127.gif b/img/blinks/fairytrash/127.gif new file mode 100644 index 0000000..bfe9f40 Binary files /dev/null and b/img/blinks/fairytrash/127.gif differ diff --git a/img/blinks/fairytrash/128.gif b/img/blinks/fairytrash/128.gif new file mode 100644 index 0000000..7a6fdc6 Binary files /dev/null and b/img/blinks/fairytrash/128.gif differ diff --git a/img/blinks/fairytrash/130.gif b/img/blinks/fairytrash/130.gif new file mode 100644 index 0000000..4bbaec2 Binary files /dev/null and b/img/blinks/fairytrash/130.gif differ diff --git a/img/blinks/fairytrash/132.gif b/img/blinks/fairytrash/132.gif new file mode 100644 index 0000000..29de65d Binary files /dev/null and b/img/blinks/fairytrash/132.gif differ diff --git a/img/blinks/fairytrash/133.gif b/img/blinks/fairytrash/133.gif new file mode 100644 index 0000000..a3a2119 Binary files /dev/null and b/img/blinks/fairytrash/133.gif differ diff --git a/img/blinks/fairytrash/134.webp b/img/blinks/fairytrash/134.webp new file mode 100644 index 0000000..7e82a0f Binary files /dev/null and b/img/blinks/fairytrash/134.webp differ diff --git a/img/blinks/fairytrash/135.webp b/img/blinks/fairytrash/135.webp new file mode 100644 index 0000000..4b43290 Binary files /dev/null and b/img/blinks/fairytrash/135.webp differ diff --git a/img/blinks/fairytrash/136.gif b/img/blinks/fairytrash/136.gif new file mode 100644 index 0000000..9e96386 Binary files /dev/null and b/img/blinks/fairytrash/136.gif differ diff --git a/img/blinks/fairytrash/137.gif b/img/blinks/fairytrash/137.gif new file mode 100644 index 0000000..8605017 Binary files /dev/null and b/img/blinks/fairytrash/137.gif differ diff --git a/img/blinks/fairytrash/138.gif b/img/blinks/fairytrash/138.gif new file mode 100644 index 0000000..c212a3b Binary files /dev/null and b/img/blinks/fairytrash/138.gif differ diff --git a/img/blinks/fairytrash/139.gif b/img/blinks/fairytrash/139.gif new file mode 100644 index 0000000..8a69832 Binary files /dev/null and b/img/blinks/fairytrash/139.gif differ diff --git a/img/blinks/fairytrash/141.gif b/img/blinks/fairytrash/141.gif new file mode 100644 index 0000000..17fec48 Binary files /dev/null and b/img/blinks/fairytrash/141.gif differ diff --git a/img/blinks/fairytrash/146.gif b/img/blinks/fairytrash/146.gif new file mode 100644 index 0000000..f869b63 Binary files /dev/null and b/img/blinks/fairytrash/146.gif differ diff --git a/img/blinks/fairytrash/147.gif b/img/blinks/fairytrash/147.gif new file mode 100644 index 0000000..651769b Binary files /dev/null and b/img/blinks/fairytrash/147.gif differ diff --git a/img/blinks/fairytrash/148.gif b/img/blinks/fairytrash/148.gif new file mode 100644 index 0000000..2f18194 Binary files /dev/null and b/img/blinks/fairytrash/148.gif differ diff --git a/img/blinks/fairytrash/149.gif b/img/blinks/fairytrash/149.gif new file mode 100644 index 0000000..e69ff71 Binary files /dev/null and b/img/blinks/fairytrash/149.gif differ diff --git a/img/blinks/fairytrash/150.gif b/img/blinks/fairytrash/150.gif new file mode 100644 index 0000000..529aa7b Binary files /dev/null and b/img/blinks/fairytrash/150.gif differ diff --git a/img/blinks/fairytrash/151.gif b/img/blinks/fairytrash/151.gif new file mode 100644 index 0000000..d8e8002 Binary files /dev/null and b/img/blinks/fairytrash/151.gif differ diff --git a/img/blinks/fairytrash/152.gif b/img/blinks/fairytrash/152.gif new file mode 100644 index 0000000..eead0ae Binary files /dev/null and b/img/blinks/fairytrash/152.gif differ diff --git a/img/blinks/fairytrash/158.gif b/img/blinks/fairytrash/158.gif new file mode 100644 index 0000000..c129591 Binary files /dev/null and b/img/blinks/fairytrash/158.gif differ diff --git a/img/blinks/fairytrash/160.gif b/img/blinks/fairytrash/160.gif new file mode 100644 index 0000000..b036539 Binary files /dev/null and b/img/blinks/fairytrash/160.gif differ diff --git a/img/blinks/fairytrash/161.gif b/img/blinks/fairytrash/161.gif new file mode 100644 index 0000000..fe285fb Binary files /dev/null and b/img/blinks/fairytrash/161.gif differ diff --git a/img/blinks/fairytrash/163.gif b/img/blinks/fairytrash/163.gif new file mode 100644 index 0000000..a59a654 Binary files /dev/null and b/img/blinks/fairytrash/163.gif differ diff --git a/img/blinks/fairytrash/164.gif b/img/blinks/fairytrash/164.gif new file mode 100644 index 0000000..8619f59 Binary files /dev/null and b/img/blinks/fairytrash/164.gif differ diff --git a/img/blinks/fairytrash/165.gif b/img/blinks/fairytrash/165.gif new file mode 100644 index 0000000..0c8e4d3 Binary files /dev/null and b/img/blinks/fairytrash/165.gif differ diff --git a/img/blinks/fairytrash/166.gif b/img/blinks/fairytrash/166.gif new file mode 100644 index 0000000..8cdcd4f Binary files /dev/null and b/img/blinks/fairytrash/166.gif differ diff --git a/img/blinks/fairytrash/167.gif b/img/blinks/fairytrash/167.gif new file mode 100644 index 0000000..000133a Binary files /dev/null and b/img/blinks/fairytrash/167.gif differ diff --git a/img/blinks/fairytrash/171.gif b/img/blinks/fairytrash/171.gif new file mode 100644 index 0000000..c620955 Binary files /dev/null and b/img/blinks/fairytrash/171.gif differ diff --git a/img/blinks/fairytrash/173.gif b/img/blinks/fairytrash/173.gif new file mode 100644 index 0000000..2d60911 Binary files /dev/null and b/img/blinks/fairytrash/173.gif differ diff --git a/img/blinks/fairytrash/174.gif b/img/blinks/fairytrash/174.gif new file mode 100644 index 0000000..c097bc3 Binary files /dev/null and b/img/blinks/fairytrash/174.gif differ diff --git a/img/blinks/fairytrash/175.gif b/img/blinks/fairytrash/175.gif new file mode 100644 index 0000000..5753e20 Binary files /dev/null and b/img/blinks/fairytrash/175.gif differ diff --git a/img/blinks/fairytrash/176.gif b/img/blinks/fairytrash/176.gif new file mode 100644 index 0000000..ac1f1d0 Binary files /dev/null and b/img/blinks/fairytrash/176.gif differ diff --git a/img/blinks/fairytrash/177.gif b/img/blinks/fairytrash/177.gif new file mode 100644 index 0000000..bf929d1 Binary files /dev/null and b/img/blinks/fairytrash/177.gif differ diff --git a/img/blinks/fairytrash/178.gif b/img/blinks/fairytrash/178.gif new file mode 100644 index 0000000..04f2f7b Binary files /dev/null and b/img/blinks/fairytrash/178.gif differ diff --git a/img/blinks/fairytrash/179.gif b/img/blinks/fairytrash/179.gif new file mode 100644 index 0000000..4416394 Binary files /dev/null and b/img/blinks/fairytrash/179.gif differ diff --git a/img/blinks/fairytrash/180.gif b/img/blinks/fairytrash/180.gif new file mode 100644 index 0000000..e0328d7 Binary files /dev/null and b/img/blinks/fairytrash/180.gif differ diff --git a/img/blinks/fairytrash/181.gif b/img/blinks/fairytrash/181.gif new file mode 100644 index 0000000..6850828 Binary files /dev/null and b/img/blinks/fairytrash/181.gif differ diff --git a/img/blinks/fairytrash/182.gif b/img/blinks/fairytrash/182.gif new file mode 100644 index 0000000..560e74b Binary files /dev/null and b/img/blinks/fairytrash/182.gif differ diff --git a/img/blinks/fairytrash/184.gif b/img/blinks/fairytrash/184.gif new file mode 100644 index 0000000..a93983e Binary files /dev/null and b/img/blinks/fairytrash/184.gif differ diff --git a/img/blinks/fairytrash/185.gif b/img/blinks/fairytrash/185.gif new file mode 100644 index 0000000..b4fd1c1 Binary files /dev/null and b/img/blinks/fairytrash/185.gif differ diff --git a/img/blinks/fairytrash/190.gif b/img/blinks/fairytrash/190.gif new file mode 100644 index 0000000..0c943c5 Binary files /dev/null and b/img/blinks/fairytrash/190.gif differ diff --git a/img/blinks/fairytrash/191.gif b/img/blinks/fairytrash/191.gif new file mode 100644 index 0000000..1d0c79c Binary files /dev/null and b/img/blinks/fairytrash/191.gif differ diff --git a/img/blinks/fairytrash/193.gif b/img/blinks/fairytrash/193.gif new file mode 100644 index 0000000..46b8e58 Binary files /dev/null and b/img/blinks/fairytrash/193.gif differ diff --git a/img/blinks/fairytrash/195.gif b/img/blinks/fairytrash/195.gif new file mode 100644 index 0000000..e847441 Binary files /dev/null and b/img/blinks/fairytrash/195.gif differ diff --git a/img/blinks/fairytrash/198.gif b/img/blinks/fairytrash/198.gif new file mode 100644 index 0000000..f1e9936 Binary files /dev/null and b/img/blinks/fairytrash/198.gif differ diff --git a/img/blinks/fairytrash/199.gif b/img/blinks/fairytrash/199.gif new file mode 100644 index 0000000..0eec332 Binary files /dev/null and b/img/blinks/fairytrash/199.gif differ diff --git a/img/blinks/fairytrash/200.gif b/img/blinks/fairytrash/200.gif new file mode 100644 index 0000000..57ecf2d Binary files /dev/null and b/img/blinks/fairytrash/200.gif differ diff --git a/img/blinks/fairytrash/201.gif b/img/blinks/fairytrash/201.gif new file mode 100644 index 0000000..e5546c1 Binary files /dev/null and b/img/blinks/fairytrash/201.gif differ diff --git a/img/blinks/fairytrash/202.gif b/img/blinks/fairytrash/202.gif new file mode 100644 index 0000000..cf58eef Binary files /dev/null and b/img/blinks/fairytrash/202.gif differ diff --git a/img/blinks/fairytrash/203.gif b/img/blinks/fairytrash/203.gif new file mode 100644 index 0000000..e521e18 Binary files /dev/null and b/img/blinks/fairytrash/203.gif differ diff --git a/img/blinks/fairytrash/204.gif b/img/blinks/fairytrash/204.gif new file mode 100644 index 0000000..0b98d8d Binary files /dev/null and b/img/blinks/fairytrash/204.gif differ diff --git a/img/blinks/fairytrash/205.gif b/img/blinks/fairytrash/205.gif new file mode 100644 index 0000000..6d25d06 Binary files /dev/null and b/img/blinks/fairytrash/205.gif differ diff --git a/img/blinks/fairytrash/206.gif b/img/blinks/fairytrash/206.gif new file mode 100644 index 0000000..1197b13 Binary files /dev/null and b/img/blinks/fairytrash/206.gif differ diff --git a/img/blinks/fairytrash/207.gif b/img/blinks/fairytrash/207.gif new file mode 100644 index 0000000..855dd5e Binary files /dev/null and b/img/blinks/fairytrash/207.gif differ diff --git a/img/blinks/fairytrash/208.gif b/img/blinks/fairytrash/208.gif new file mode 100644 index 0000000..8d76804 Binary files /dev/null and b/img/blinks/fairytrash/208.gif differ diff --git a/img/blinks/fairytrash/210.webp b/img/blinks/fairytrash/210.webp new file mode 100644 index 0000000..9d65bfa Binary files /dev/null and b/img/blinks/fairytrash/210.webp differ diff --git a/img/blinks/fairytrash/212.webp b/img/blinks/fairytrash/212.webp new file mode 100644 index 0000000..c57693e Binary files /dev/null and b/img/blinks/fairytrash/212.webp differ diff --git a/img/blinks/fairytrash/214.webp b/img/blinks/fairytrash/214.webp new file mode 100644 index 0000000..5b0e3ee Binary files /dev/null and b/img/blinks/fairytrash/214.webp differ diff --git a/img/blinks/fairytrash/216.webp b/img/blinks/fairytrash/216.webp new file mode 100644 index 0000000..46e34bc Binary files /dev/null and b/img/blinks/fairytrash/216.webp differ diff --git a/img/blinks/fairytrash/217.webp b/img/blinks/fairytrash/217.webp new file mode 100644 index 0000000..95b55d2 Binary files /dev/null and b/img/blinks/fairytrash/217.webp differ diff --git a/img/blinks/fairytrash/218.webp b/img/blinks/fairytrash/218.webp new file mode 100644 index 0000000..5173726 Binary files /dev/null and b/img/blinks/fairytrash/218.webp differ diff --git a/img/blinks/fairytrash/220.webp b/img/blinks/fairytrash/220.webp new file mode 100644 index 0000000..67eb1d2 Binary files /dev/null and b/img/blinks/fairytrash/220.webp differ diff --git a/img/blinks/fairytrash/221.gif b/img/blinks/fairytrash/221.gif new file mode 100644 index 0000000..58e9da8 Binary files /dev/null and b/img/blinks/fairytrash/221.gif differ diff --git a/img/blinks/fairytrash/40.gif b/img/blinks/fairytrash/40.gif new file mode 100644 index 0000000..83007c2 Binary files /dev/null and b/img/blinks/fairytrash/40.gif differ diff --git a/img/blinks/fairytrash/41.gif b/img/blinks/fairytrash/41.gif new file mode 100644 index 0000000..c7abbe5 Binary files /dev/null and b/img/blinks/fairytrash/41.gif differ diff --git a/img/blinks/fairytrash/45.gif b/img/blinks/fairytrash/45.gif new file mode 100644 index 0000000..a97c430 Binary files /dev/null and b/img/blinks/fairytrash/45.gif differ diff --git a/img/blinks/fairytrash/46.gif b/img/blinks/fairytrash/46.gif new file mode 100644 index 0000000..b0edd20 Binary files /dev/null and b/img/blinks/fairytrash/46.gif differ diff --git a/img/blinks/fairytrash/47.gif b/img/blinks/fairytrash/47.gif new file mode 100644 index 0000000..4e4e5c6 Binary files /dev/null and b/img/blinks/fairytrash/47.gif differ diff --git a/img/blinks/fairytrash/50.gif b/img/blinks/fairytrash/50.gif new file mode 100644 index 0000000..232876b Binary files /dev/null and b/img/blinks/fairytrash/50.gif differ diff --git a/img/blinks/fairytrash/51.gif b/img/blinks/fairytrash/51.gif new file mode 100644 index 0000000..d1c35dc Binary files /dev/null and b/img/blinks/fairytrash/51.gif differ diff --git a/img/blinks/fairytrash/52.gif b/img/blinks/fairytrash/52.gif new file mode 100644 index 0000000..2da80ee Binary files /dev/null and b/img/blinks/fairytrash/52.gif differ diff --git a/img/blinks/fairytrash/53.gif b/img/blinks/fairytrash/53.gif new file mode 100644 index 0000000..07b6cde Binary files /dev/null and b/img/blinks/fairytrash/53.gif differ diff --git a/img/blinks/fairytrash/54.gif b/img/blinks/fairytrash/54.gif new file mode 100644 index 0000000..b7e98b9 Binary files /dev/null and b/img/blinks/fairytrash/54.gif differ diff --git a/img/blinks/fairytrash/55.gif b/img/blinks/fairytrash/55.gif new file mode 100644 index 0000000..40dd1e2 Binary files /dev/null and b/img/blinks/fairytrash/55.gif differ diff --git a/img/blinks/fairytrash/57.gif b/img/blinks/fairytrash/57.gif new file mode 100644 index 0000000..4152a84 Binary files /dev/null and b/img/blinks/fairytrash/57.gif differ diff --git a/img/blinks/fairytrash/59.gif b/img/blinks/fairytrash/59.gif new file mode 100644 index 0000000..cef0b1b Binary files /dev/null and b/img/blinks/fairytrash/59.gif differ diff --git a/img/blinks/fairytrash/60.gif b/img/blinks/fairytrash/60.gif new file mode 100644 index 0000000..33d3e79 Binary files /dev/null and b/img/blinks/fairytrash/60.gif differ diff --git a/img/blinks/fairytrash/62.gif b/img/blinks/fairytrash/62.gif new file mode 100644 index 0000000..602fd75 Binary files /dev/null and b/img/blinks/fairytrash/62.gif differ diff --git a/img/blinks/fairytrash/63.gif b/img/blinks/fairytrash/63.gif new file mode 100644 index 0000000..d3b2f71 Binary files /dev/null and b/img/blinks/fairytrash/63.gif differ diff --git a/img/blinks/fairytrash/65.gif b/img/blinks/fairytrash/65.gif new file mode 100644 index 0000000..ecc75d8 Binary files /dev/null and b/img/blinks/fairytrash/65.gif differ diff --git a/img/blinks/fairytrash/66.gif b/img/blinks/fairytrash/66.gif new file mode 100644 index 0000000..bcce017 Binary files /dev/null and b/img/blinks/fairytrash/66.gif differ diff --git a/img/blinks/fairytrash/67.gif b/img/blinks/fairytrash/67.gif new file mode 100644 index 0000000..175f0a1 Binary files /dev/null and b/img/blinks/fairytrash/67.gif differ diff --git a/img/blinks/fairytrash/69.gif b/img/blinks/fairytrash/69.gif new file mode 100644 index 0000000..1afe5e4 Binary files /dev/null and b/img/blinks/fairytrash/69.gif differ diff --git a/img/blinks/fairytrash/70.gif b/img/blinks/fairytrash/70.gif new file mode 100644 index 0000000..d454923 Binary files /dev/null and b/img/blinks/fairytrash/70.gif differ diff --git a/img/blinks/fairytrash/72.gif b/img/blinks/fairytrash/72.gif new file mode 100644 index 0000000..62e6e95 Binary files /dev/null and b/img/blinks/fairytrash/72.gif differ diff --git a/img/blinks/fairytrash/73.gif b/img/blinks/fairytrash/73.gif new file mode 100644 index 0000000..4809fe1 Binary files /dev/null and b/img/blinks/fairytrash/73.gif differ diff --git a/img/blinks/fairytrash/74.gif b/img/blinks/fairytrash/74.gif new file mode 100644 index 0000000..80c9de2 Binary files /dev/null and b/img/blinks/fairytrash/74.gif differ diff --git a/img/blinks/fairytrash/75.gif b/img/blinks/fairytrash/75.gif new file mode 100644 index 0000000..ddfb16a Binary files /dev/null and b/img/blinks/fairytrash/75.gif differ diff --git a/img/blinks/fairytrash/80.gif b/img/blinks/fairytrash/80.gif new file mode 100644 index 0000000..23ea6a0 Binary files /dev/null and b/img/blinks/fairytrash/80.gif differ diff --git a/img/blinks/fairytrash/82.gif b/img/blinks/fairytrash/82.gif new file mode 100644 index 0000000..ac03a9a Binary files /dev/null and b/img/blinks/fairytrash/82.gif differ diff --git a/img/blinks/fairytrash/83.gif b/img/blinks/fairytrash/83.gif new file mode 100644 index 0000000..7b754f5 Binary files /dev/null and b/img/blinks/fairytrash/83.gif differ diff --git a/img/blinks/fairytrash/85.gif b/img/blinks/fairytrash/85.gif new file mode 100644 index 0000000..c5cf73a Binary files /dev/null and b/img/blinks/fairytrash/85.gif differ diff --git a/img/blinks/fairytrash/87.gif b/img/blinks/fairytrash/87.gif new file mode 100644 index 0000000..23c8409 Binary files /dev/null and b/img/blinks/fairytrash/87.gif differ diff --git a/img/blinks/fairytrash/90.gif b/img/blinks/fairytrash/90.gif new file mode 100644 index 0000000..e4fba72 Binary files /dev/null and b/img/blinks/fairytrash/90.gif differ diff --git a/img/blinks/fairytrash/91.gif b/img/blinks/fairytrash/91.gif new file mode 100644 index 0000000..ba9eb15 Binary files /dev/null and b/img/blinks/fairytrash/91.gif differ diff --git a/img/blinks/fairytrash/93.gif b/img/blinks/fairytrash/93.gif new file mode 100644 index 0000000..fea49cb Binary files /dev/null and b/img/blinks/fairytrash/93.gif differ diff --git a/img/blinks/fairytrash/94.gif b/img/blinks/fairytrash/94.gif new file mode 100644 index 0000000..44185ac Binary files /dev/null and b/img/blinks/fairytrash/94.gif differ diff --git a/img/blinks/fairytrash/96.gif b/img/blinks/fairytrash/96.gif new file mode 100644 index 0000000..a169c37 Binary files /dev/null and b/img/blinks/fairytrash/96.gif differ diff --git a/img/blinks/fawntoy/32.gif b/img/blinks/fawntoy/32.gif new file mode 100644 index 0000000..436c281 Binary files /dev/null and b/img/blinks/fawntoy/32.gif differ diff --git a/img/blinks/fawntoy/34.gif b/img/blinks/fawntoy/34.gif new file mode 100644 index 0000000..75d120f Binary files /dev/null and b/img/blinks/fawntoy/34.gif differ diff --git a/img/blinks/gaarumageddon/14.gif b/img/blinks/gaarumageddon/14.gif new file mode 100644 index 0000000..cedbf97 Binary files /dev/null and b/img/blinks/gaarumageddon/14.gif differ diff --git a/img/blinks/gaarumageddon/22.gif b/img/blinks/gaarumageddon/22.gif new file mode 100644 index 0000000..d5aedbc Binary files /dev/null and b/img/blinks/gaarumageddon/22.gif differ diff --git a/img/blinks/gendercute/20.gif b/img/blinks/gendercute/20.gif new file mode 100644 index 0000000..df1dd5d Binary files /dev/null and b/img/blinks/gendercute/20.gif differ diff --git a/img/blinks/gendercute/27.gif b/img/blinks/gendercute/27.gif new file mode 100644 index 0000000..1697322 Binary files /dev/null and b/img/blinks/gendercute/27.gif differ diff --git a/img/blinks/gendercute/28.gif b/img/blinks/gendercute/28.gif new file mode 100644 index 0000000..2b6c5f7 Binary files /dev/null and b/img/blinks/gendercute/28.gif differ diff --git a/img/blinks/key/blacklivesmatter.gif b/img/blinks/key/blacklivesmatter.gif new file mode 100644 index 0000000..e7cc1b9 Binary files /dev/null and b/img/blinks/key/blacklivesmatter.gif differ diff --git a/img/blinks/key/cringe_culture_is_dead_by_cooperationiskey.gif b/img/blinks/key/cringe_culture_is_dead_by_cooperationiskey.gif new file mode 100644 index 0000000..0f8c40d Binary files /dev/null and b/img/blinks/key/cringe_culture_is_dead_by_cooperationiskey.gif differ diff --git a/img/blinks/key/defundthepolice.gif b/img/blinks/key/defundthepolice.gif new file mode 100644 index 0000000..9cd2f01 Binary files /dev/null and b/img/blinks/key/defundthepolice.gif differ diff --git a/img/blinks/key/do_what_you_love_by_cooperationiskey.gif b/img/blinks/key/do_what_you_love_by_cooperationiskey.gif new file mode 100644 index 0000000..edb0cd3 Binary files /dev/null and b/img/blinks/key/do_what_you_love_by_cooperationiskey.gif differ diff --git a/img/blinks/key/rainbows_rock__by_cooperationiskey.gif b/img/blinks/key/rainbows_rock__by_cooperationiskey.gif new file mode 100644 index 0000000..632079d Binary files /dev/null and b/img/blinks/key/rainbows_rock__by_cooperationiskey.gif differ diff --git a/img/blinks/minecr-aft/11.gif b/img/blinks/minecr-aft/11.gif new file mode 100644 index 0000000..cb2d3e0 Binary files /dev/null and b/img/blinks/minecr-aft/11.gif differ diff --git a/img/blinks/minecr-aft/16.gif b/img/blinks/minecr-aft/16.gif new file mode 100644 index 0000000..f13183b Binary files /dev/null and b/img/blinks/minecr-aft/16.gif differ diff --git a/img/blinks/minecr-aft/9.gif b/img/blinks/minecr-aft/9.gif new file mode 100644 index 0000000..7cda6c4 Binary files /dev/null and b/img/blinks/minecr-aft/9.gif differ diff --git a/img/blinks/molly-stamps/15.gif b/img/blinks/molly-stamps/15.gif new file mode 100644 index 0000000..aebf471 Binary files /dev/null and b/img/blinks/molly-stamps/15.gif differ diff --git a/img/blinks/molly-stamps/19.gif b/img/blinks/molly-stamps/19.gif new file mode 100644 index 0000000..4ddb58c Binary files /dev/null and b/img/blinks/molly-stamps/19.gif differ diff --git a/img/blinks/molly-stamps/4.gif b/img/blinks/molly-stamps/4.gif new file mode 100644 index 0000000..2a171c9 Binary files /dev/null and b/img/blinks/molly-stamps/4.gif differ diff --git a/img/blinks/molly-stamps/6.gif b/img/blinks/molly-stamps/6.gif new file mode 100644 index 0000000..0f0afb8 Binary files /dev/null and b/img/blinks/molly-stamps/6.gif differ diff --git a/img/blinks/morecentipedes/18.gif b/img/blinks/morecentipedes/18.gif new file mode 100644 index 0000000..13eb0e4 Binary files /dev/null and b/img/blinks/morecentipedes/18.gif differ diff --git a/img/blinks/murderawrz/8.gif b/img/blinks/murderawrz/8.gif new file mode 100644 index 0000000..4ed2252 Binary files /dev/null and b/img/blinks/murderawrz/8.gif differ diff --git a/img/blinks/uzkost/24.gif b/img/blinks/uzkost/24.gif new file mode 100644 index 0000000..a02639f Binary files /dev/null and b/img/blinks/uzkost/24.gif differ diff --git a/img/blinks/webcore-galore/21.gif b/img/blinks/webcore-galore/21.gif new file mode 100644 index 0000000..fe88ed3 Binary files /dev/null and b/img/blinks/webcore-galore/21.gif differ diff --git a/img/blinks/webcore-galore/3.gif b/img/blinks/webcore-galore/3.gif new file mode 100644 index 0000000..4d81064 Binary files /dev/null and b/img/blinks/webcore-galore/3.gif differ diff --git a/img/buttons/GIFCollection/2019.gif b/img/buttons/GIFCollection/2019.gif new file mode 100644 index 0000000..eb40bb2 Binary files /dev/null and b/img/buttons/GIFCollection/2019.gif differ diff --git a/img/buttons/GIFCollection/affection.gif b/img/buttons/GIFCollection/affection.gif new file mode 100644 index 0000000..0e04ecd Binary files /dev/null and b/img/buttons/GIFCollection/affection.gif differ diff --git a/img/buttons/GIFCollection/anarchy-now.gif b/img/buttons/GIFCollection/anarchy-now.gif new file mode 100644 index 0000000..9fa74bc Binary files /dev/null and b/img/buttons/GIFCollection/anarchy-now.gif differ diff --git a/img/buttons/GIFCollection/anarchynow.gif b/img/buttons/GIFCollection/anarchynow.gif new file mode 100644 index 0000000..c6ffe22 Binary files /dev/null and b/img/buttons/GIFCollection/anarchynow.gif differ diff --git a/img/buttons/GIFCollection/anibanner.gif b/img/buttons/GIFCollection/anibanner.gif new file mode 100644 index 0000000..8c9b5b8 Binary files /dev/null and b/img/buttons/GIFCollection/anibanner.gif differ diff --git a/img/buttons/GIFCollection/anonymize.gif b/img/buttons/GIFCollection/anonymize.gif new file mode 100644 index 0000000..0bdbbf9 Binary files /dev/null and b/img/buttons/GIFCollection/anonymize.gif differ diff --git a/img/buttons/GIFCollection/another.gif b/img/buttons/GIFCollection/another.gif new file mode 100644 index 0000000..f0d6b05 Binary files /dev/null and b/img/buttons/GIFCollection/another.gif differ diff --git a/img/buttons/GIFCollection/anthrax.gif b/img/buttons/GIFCollection/anthrax.gif new file mode 100644 index 0000000..004fcd1 Binary files /dev/null and b/img/buttons/GIFCollection/anthrax.gif differ diff --git a/img/buttons/GIFCollection/apache-powered.gif b/img/buttons/GIFCollection/apache-powered.gif new file mode 100644 index 0000000..603ab4b Binary files /dev/null and b/img/buttons/GIFCollection/apache-powered.gif differ diff --git a/img/buttons/GIFCollection/b4j.gif b/img/buttons/GIFCollection/b4j.gif new file mode 100644 index 0000000..2bfb3ba Binary files /dev/null and b/img/buttons/GIFCollection/b4j.gif differ diff --git a/img/buttons/GIFCollection/bdotcad.gif b/img/buttons/GIFCollection/bdotcad.gif new file mode 100644 index 0000000..e5cb330 Binary files /dev/null and b/img/buttons/GIFCollection/bdotcad.gif differ diff --git a/img/buttons/GIFCollection/best_free.gif b/img/buttons/GIFCollection/best_free.gif new file mode 100644 index 0000000..5a6931c Binary files /dev/null and b/img/buttons/GIFCollection/best_free.gif differ diff --git a/img/buttons/GIFCollection/best_viewed_with_eyes.gif b/img/buttons/GIFCollection/best_viewed_with_eyes.gif new file mode 100644 index 0000000..6dfeb64 Binary files /dev/null and b/img/buttons/GIFCollection/best_viewed_with_eyes.gif differ diff --git a/img/buttons/GIFCollection/best_viewed_with_monitor.gif b/img/buttons/GIFCollection/best_viewed_with_monitor.gif new file mode 100644 index 0000000..5e1afea Binary files /dev/null and b/img/buttons/GIFCollection/best_viewed_with_monitor.gif differ diff --git a/img/buttons/GIFCollection/bestbritney.gif b/img/buttons/GIFCollection/bestbritney.gif new file mode 100644 index 0000000..c2c615a Binary files /dev/null and b/img/buttons/GIFCollection/bestbritney.gif differ diff --git a/img/buttons/GIFCollection/bestenjoyed.gif b/img/buttons/GIFCollection/bestenjoyed.gif new file mode 100644 index 0000000..964bf13 Binary files /dev/null and b/img/buttons/GIFCollection/bestenjoyed.gif differ diff --git a/img/buttons/GIFCollection/besteyes.gif b/img/buttons/GIFCollection/besteyes.gif new file mode 100644 index 0000000..f2e4092 Binary files /dev/null and b/img/buttons/GIFCollection/besteyes.gif differ diff --git a/img/buttons/GIFCollection/besteyes2.gif b/img/buttons/GIFCollection/besteyes2.gif new file mode 100644 index 0000000..6dfeb64 Binary files /dev/null and b/img/buttons/GIFCollection/besteyes2.gif differ diff --git a/img/buttons/GIFCollection/bestvw.gif b/img/buttons/GIFCollection/bestvw.gif new file mode 100644 index 0000000..3695756 Binary files /dev/null and b/img/buttons/GIFCollection/bestvw.gif differ diff --git a/img/buttons/GIFCollection/biden.gif b/img/buttons/GIFCollection/biden.gif new file mode 100644 index 0000000..6eb6b0f Binary files /dev/null and b/img/buttons/GIFCollection/biden.gif differ diff --git a/img/buttons/GIFCollection/bob.gif b/img/buttons/GIFCollection/bob.gif new file mode 100644 index 0000000..90b6dd5 Binary files /dev/null and b/img/buttons/GIFCollection/bob.gif differ diff --git a/img/buttons/GIFCollection/bobbutton.gif b/img/buttons/GIFCollection/bobbutton.gif new file mode 100644 index 0000000..96864da Binary files /dev/null and b/img/buttons/GIFCollection/bobbutton.gif differ diff --git a/img/buttons/GIFCollection/bookmark_this_page.gif b/img/buttons/GIFCollection/bookmark_this_page.gif new file mode 100644 index 0000000..e200a15 Binary files /dev/null and b/img/buttons/GIFCollection/bookmark_this_page.gif differ diff --git a/img/buttons/GIFCollection/brbutton.gif b/img/buttons/GIFCollection/brbutton.gif new file mode 100644 index 0000000..2d70866 Binary files /dev/null and b/img/buttons/GIFCollection/brbutton.gif differ diff --git a/img/buttons/GIFCollection/britney.gif b/img/buttons/GIFCollection/britney.gif new file mode 100644 index 0000000..72fe3a5 Binary files /dev/null and b/img/buttons/GIFCollection/britney.gif differ diff --git a/img/buttons/GIFCollection/brolove.gif b/img/buttons/GIFCollection/brolove.gif new file mode 100644 index 0000000..a774972 Binary files /dev/null and b/img/buttons/GIFCollection/brolove.gif differ diff --git a/img/buttons/GIFCollection/browsemoz.gif b/img/buttons/GIFCollection/browsemoz.gif new file mode 100644 index 0000000..1486298 Binary files /dev/null and b/img/buttons/GIFCollection/browsemoz.gif differ diff --git a/img/buttons/GIFCollection/btn6.gif b/img/buttons/GIFCollection/btn6.gif new file mode 100644 index 0000000..5ba297b Binary files /dev/null and b/img/buttons/GIFCollection/btn6.gif differ diff --git a/img/buttons/GIFCollection/bu12.gif b/img/buttons/GIFCollection/bu12.gif new file mode 100644 index 0000000..7bfa068 Binary files /dev/null and b/img/buttons/GIFCollection/bu12.gif differ diff --git a/img/buttons/GIFCollection/budgie.gif b/img/buttons/GIFCollection/budgie.gif new file mode 100644 index 0000000..22e79c3 Binary files /dev/null and b/img/buttons/GIFCollection/budgie.gif differ diff --git a/img/buttons/GIFCollection/bully.gif b/img/buttons/GIFCollection/bully.gif new file mode 100644 index 0000000..ff768aa Binary files /dev/null and b/img/buttons/GIFCollection/bully.gif differ diff --git a/img/buttons/GIFCollection/but_blinkies.gif b/img/buttons/GIFCollection/but_blinkies.gif new file mode 100644 index 0000000..bc576ba Binary files /dev/null and b/img/buttons/GIFCollection/but_blinkies.gif differ diff --git a/img/buttons/GIFCollection/buton0.gif b/img/buttons/GIFCollection/buton0.gif new file mode 100644 index 0000000..b3d403f Binary files /dev/null and b/img/buttons/GIFCollection/buton0.gif differ diff --git a/img/buttons/GIFCollection/button25.gif b/img/buttons/GIFCollection/button25.gif new file mode 100644 index 0000000..a962f12 Binary files /dev/null and b/img/buttons/GIFCollection/button25.gif differ diff --git a/img/buttons/GIFCollection/button7.gif b/img/buttons/GIFCollection/button7.gif new file mode 100644 index 0000000..2014802 Binary files /dev/null and b/img/buttons/GIFCollection/button7.gif differ diff --git a/img/buttons/GIFCollection/button_now.gif b/img/buttons/GIFCollection/button_now.gif new file mode 100644 index 0000000..d02bc85 Binary files /dev/null and b/img/buttons/GIFCollection/button_now.gif differ diff --git a/img/buttons/GIFCollection/button_tibet.gif b/img/buttons/GIFCollection/button_tibet.gif new file mode 100644 index 0000000..8058746 Binary files /dev/null and b/img/buttons/GIFCollection/button_tibet.gif differ diff --git a/img/buttons/GIFCollection/buttonmania.gif b/img/buttons/GIFCollection/buttonmania.gif new file mode 100644 index 0000000..34ce502 Binary files /dev/null and b/img/buttons/GIFCollection/buttonmania.gif differ diff --git a/img/buttons/GIFCollection/camtime.gif b/img/buttons/GIFCollection/camtime.gif new file mode 100644 index 0000000..689d295 Binary files /dev/null and b/img/buttons/GIFCollection/camtime.gif differ diff --git a/img/buttons/GIFCollection/cananow.gif b/img/buttons/GIFCollection/cananow.gif new file mode 100644 index 0000000..d0a3a12 Binary files /dev/null and b/img/buttons/GIFCollection/cananow.gif differ diff --git a/img/buttons/GIFCollection/candybarsnow.gif b/img/buttons/GIFCollection/candybarsnow.gif new file mode 100644 index 0000000..674f5f3 Binary files /dev/null and b/img/buttons/GIFCollection/candybarsnow.gif differ diff --git a/img/buttons/GIFCollection/catscape2.gif b/img/buttons/GIFCollection/catscape2.gif new file mode 100644 index 0000000..61a3ab6 Binary files /dev/null and b/img/buttons/GIFCollection/catscape2.gif differ diff --git a/img/buttons/GIFCollection/cc-button.gif b/img/buttons/GIFCollection/cc-button.gif new file mode 100644 index 0000000..87ad883 Binary files /dev/null and b/img/buttons/GIFCollection/cc-button.gif differ diff --git a/img/buttons/GIFCollection/cfvote1.gif b/img/buttons/GIFCollection/cfvote1.gif new file mode 100644 index 0000000..236d6b4 Binary files /dev/null and b/img/buttons/GIFCollection/cfvote1.gif differ diff --git a/img/buttons/GIFCollection/chameleonbutton.gif b/img/buttons/GIFCollection/chameleonbutton.gif new file mode 100644 index 0000000..1efd475 Binary files /dev/null and b/img/buttons/GIFCollection/chameleonbutton.gif differ diff --git a/img/buttons/GIFCollection/chat.gif b/img/buttons/GIFCollection/chat.gif new file mode 100644 index 0000000..c63a266 Binary files /dev/null and b/img/buttons/GIFCollection/chat.gif differ diff --git a/img/buttons/GIFCollection/chesslinks.gif b/img/buttons/GIFCollection/chesslinks.gif new file mode 100644 index 0000000..d77d84b Binary files /dev/null and b/img/buttons/GIFCollection/chesslinks.gif differ diff --git a/img/buttons/GIFCollection/child.gif b/img/buttons/GIFCollection/child.gif new file mode 100644 index 0000000..e74ad9f Binary files /dev/null and b/img/buttons/GIFCollection/child.gif differ diff --git a/img/buttons/GIFCollection/chill_pill.gif b/img/buttons/GIFCollection/chill_pill.gif new file mode 100644 index 0000000..f951ff6 Binary files /dev/null and b/img/buttons/GIFCollection/chill_pill.gif differ diff --git a/img/buttons/GIFCollection/chilliwebhosting.gif b/img/buttons/GIFCollection/chilliwebhosting.gif new file mode 100644 index 0000000..5dd4fa2 Binary files /dev/null and b/img/buttons/GIFCollection/chilliwebhosting.gif differ diff --git a/img/buttons/GIFCollection/code.gif b/img/buttons/GIFCollection/code.gif new file mode 100644 index 0000000..3cceae8 Binary files /dev/null and b/img/buttons/GIFCollection/code.gif differ diff --git a/img/buttons/GIFCollection/coffee.gif b/img/buttons/GIFCollection/coffee.gif new file mode 100644 index 0000000..b9ddf8d Binary files /dev/null and b/img/buttons/GIFCollection/coffee.gif differ diff --git a/img/buttons/GIFCollection/copy_floppy.gif b/img/buttons/GIFCollection/copy_floppy.gif new file mode 100644 index 0000000..c5dc9c5 Binary files /dev/null and b/img/buttons/GIFCollection/copy_floppy.gif differ diff --git a/img/buttons/GIFCollection/covid-19.gif b/img/buttons/GIFCollection/covid-19.gif new file mode 100644 index 0000000..fec184d Binary files /dev/null and b/img/buttons/GIFCollection/covid-19.gif differ diff --git a/img/buttons/GIFCollection/crystals_now.gif b/img/buttons/GIFCollection/crystals_now.gif new file mode 100644 index 0000000..432eff0 Binary files /dev/null and b/img/buttons/GIFCollection/crystals_now.gif differ diff --git a/img/buttons/GIFCollection/css.gif b/img/buttons/GIFCollection/css.gif new file mode 100644 index 0000000..be69d58 Binary files /dev/null and b/img/buttons/GIFCollection/css.gif differ diff --git a/img/buttons/GIFCollection/ctested.gif b/img/buttons/GIFCollection/ctested.gif new file mode 100644 index 0000000..3527208 Binary files /dev/null and b/img/buttons/GIFCollection/ctested.gif differ diff --git a/img/buttons/GIFCollection/cutesocks.gif b/img/buttons/GIFCollection/cutesocks.gif new file mode 100644 index 0000000..a2e7892 Binary files /dev/null and b/img/buttons/GIFCollection/cutesocks.gif differ diff --git a/img/buttons/GIFCollection/cyberrealmrefer.gif b/img/buttons/GIFCollection/cyberrealmrefer.gif new file mode 100644 index 0000000..57c1ac1 Binary files /dev/null and b/img/buttons/GIFCollection/cyberrealmrefer.gif differ diff --git a/img/buttons/GIFCollection/cyberrose.gif b/img/buttons/GIFCollection/cyberrose.gif new file mode 100644 index 0000000..f2866e3 Binary files /dev/null and b/img/buttons/GIFCollection/cyberrose.gif differ diff --git a/img/buttons/GIFCollection/cyberrot.gif b/img/buttons/GIFCollection/cyberrot.gif new file mode 100644 index 0000000..81a859a Binary files /dev/null and b/img/buttons/GIFCollection/cyberrot.gif differ diff --git a/img/buttons/GIFCollection/d666.gif b/img/buttons/GIFCollection/d666.gif new file mode 100644 index 0000000..5c05adc Binary files /dev/null and b/img/buttons/GIFCollection/d666.gif differ diff --git a/img/buttons/GIFCollection/darkzide2.gif b/img/buttons/GIFCollection/darkzide2.gif new file mode 100644 index 0000000..fd01ec7 Binary files /dev/null and b/img/buttons/GIFCollection/darkzide2.gif differ diff --git a/img/buttons/GIFCollection/dchamplogo.gif b/img/buttons/GIFCollection/dchamplogo.gif new file mode 100644 index 0000000..8417564 Binary files /dev/null and b/img/buttons/GIFCollection/dchamplogo.gif differ diff --git a/img/buttons/GIFCollection/desp-anim.gif b/img/buttons/GIFCollection/desp-anim.gif new file mode 100644 index 0000000..86e8043 Binary files /dev/null and b/img/buttons/GIFCollection/desp-anim.gif differ diff --git a/img/buttons/GIFCollection/deviantart6.gif b/img/buttons/GIFCollection/deviantart6.gif new file mode 100644 index 0000000..8655248 Binary files /dev/null and b/img/buttons/GIFCollection/deviantart6.gif differ diff --git a/img/buttons/GIFCollection/devils.gif b/img/buttons/GIFCollection/devils.gif new file mode 100644 index 0000000..8500d80 Binary files /dev/null and b/img/buttons/GIFCollection/devils.gif differ diff --git a/img/buttons/GIFCollection/diff-now.gif b/img/buttons/GIFCollection/diff-now.gif new file mode 100644 index 0000000..7b2e8d8 Binary files /dev/null and b/img/buttons/GIFCollection/diff-now.gif differ diff --git a/img/buttons/GIFCollection/digby88.gif b/img/buttons/GIFCollection/digby88.gif new file mode 100644 index 0000000..07d06b9 Binary files /dev/null and b/img/buttons/GIFCollection/digby88.gif differ diff --git a/img/buttons/GIFCollection/digitalme.gif b/img/buttons/GIFCollection/digitalme.gif new file mode 100644 index 0000000..e6ad5a5 Binary files /dev/null and b/img/buttons/GIFCollection/digitalme.gif differ diff --git a/img/buttons/GIFCollection/divasupport5.gif b/img/buttons/GIFCollection/divasupport5.gif new file mode 100644 index 0000000..1ded5a8 Binary files /dev/null and b/img/buttons/GIFCollection/divasupport5.gif differ diff --git a/img/buttons/GIFCollection/dontklick.gif b/img/buttons/GIFCollection/dontklick.gif new file mode 100644 index 0000000..b99fc12 Binary files /dev/null and b/img/buttons/GIFCollection/dontklick.gif differ diff --git a/img/buttons/GIFCollection/drmario.gif b/img/buttons/GIFCollection/drmario.gif new file mode 100644 index 0000000..1bf5ab0 Binary files /dev/null and b/img/buttons/GIFCollection/drmario.gif differ diff --git a/img/buttons/GIFCollection/ehbutton.gif b/img/buttons/GIFCollection/ehbutton.gif new file mode 100644 index 0000000..848d9c1 Binary files /dev/null and b/img/buttons/GIFCollection/ehbutton.gif differ diff --git a/img/buttons/GIFCollection/email.gif b/img/buttons/GIFCollection/email.gif new file mode 100644 index 0000000..23425f3 Binary files /dev/null and b/img/buttons/GIFCollection/email.gif differ diff --git a/img/buttons/GIFCollection/eucharist.gif b/img/buttons/GIFCollection/eucharist.gif new file mode 100644 index 0000000..06bdacb Binary files /dev/null and b/img/buttons/GIFCollection/eucharist.gif differ diff --git a/img/buttons/GIFCollection/eveonline.gif b/img/buttons/GIFCollection/eveonline.gif new file mode 100644 index 0000000..d4e0640 Binary files /dev/null and b/img/buttons/GIFCollection/eveonline.gif differ diff --git a/img/buttons/GIFCollection/evilbtn2.gif b/img/buttons/GIFCollection/evilbtn2.gif new file mode 100644 index 0000000..a88d6de Binary files /dev/null and b/img/buttons/GIFCollection/evilbtn2.gif differ diff --git a/img/buttons/GIFCollection/f_ckingwww.gif b/img/buttons/GIFCollection/f_ckingwww.gif new file mode 100644 index 0000000..8a07bc4 Binary files /dev/null and b/img/buttons/GIFCollection/f_ckingwww.gif differ diff --git a/img/buttons/GIFCollection/false.gif b/img/buttons/GIFCollection/false.gif new file mode 100644 index 0000000..1d797df Binary files /dev/null and b/img/buttons/GIFCollection/false.gif differ diff --git a/img/buttons/GIFCollection/femboy.gif b/img/buttons/GIFCollection/femboy.gif new file mode 100644 index 0000000..e2833dc Binary files /dev/null and b/img/buttons/GIFCollection/femboy.gif differ diff --git a/img/buttons/GIFCollection/fftake.gif b/img/buttons/GIFCollection/fftake.gif new file mode 100644 index 0000000..7a86d07 Binary files /dev/null and b/img/buttons/GIFCollection/fftake.gif differ diff --git a/img/buttons/GIFCollection/fingerofgod.gif b/img/buttons/GIFCollection/fingerofgod.gif new file mode 100644 index 0000000..96110b9 Binary files /dev/null and b/img/buttons/GIFCollection/fingerofgod.gif differ diff --git a/img/buttons/GIFCollection/firefox2.gif b/img/buttons/GIFCollection/firefox2.gif new file mode 100644 index 0000000..14a24df Binary files /dev/null and b/img/buttons/GIFCollection/firefox2.gif differ diff --git a/img/buttons/GIFCollection/firefox3.gif b/img/buttons/GIFCollection/firefox3.gif new file mode 100644 index 0000000..80e7e85 Binary files /dev/null and b/img/buttons/GIFCollection/firefox3.gif differ diff --git a/img/buttons/GIFCollection/firefox4.gif b/img/buttons/GIFCollection/firefox4.gif new file mode 100644 index 0000000..94621d5 Binary files /dev/null and b/img/buttons/GIFCollection/firefox4.gif differ diff --git a/img/buttons/GIFCollection/firefoxnow.gif b/img/buttons/GIFCollection/firefoxnow.gif new file mode 100644 index 0000000..a4cd0bd Binary files /dev/null and b/img/buttons/GIFCollection/firefoxnow.gif differ diff --git a/img/buttons/GIFCollection/firen00bs.gif b/img/buttons/GIFCollection/firen00bs.gif new file mode 100644 index 0000000..e6445e5 Binary files /dev/null and b/img/buttons/GIFCollection/firen00bs.gif differ diff --git a/img/buttons/GIFCollection/forever_online.gif b/img/buttons/GIFCollection/forever_online.gif new file mode 100644 index 0000000..a4238d3 Binary files /dev/null and b/img/buttons/GIFCollection/forever_online.gif differ diff --git a/img/buttons/GIFCollection/free-sex.gif b/img/buttons/GIFCollection/free-sex.gif new file mode 100644 index 0000000..b5f7fbe Binary files /dev/null and b/img/buttons/GIFCollection/free-sex.gif differ diff --git a/img/buttons/GIFCollection/freekevin.gif b/img/buttons/GIFCollection/freekevin.gif new file mode 100644 index 0000000..7fff4de Binary files /dev/null and b/img/buttons/GIFCollection/freekevin.gif differ diff --git a/img/buttons/GIFCollection/freencool.gif b/img/buttons/GIFCollection/freencool.gif new file mode 100644 index 0000000..8866af6 Binary files /dev/null and b/img/buttons/GIFCollection/freencool.gif differ diff --git a/img/buttons/GIFCollection/freestuffforyou.gif b/img/buttons/GIFCollection/freestuffforyou.gif new file mode 100644 index 0000000..b01eb81 Binary files /dev/null and b/img/buttons/GIFCollection/freestuffforyou.gif differ diff --git a/img/buttons/GIFCollection/freewareguide.gif b/img/buttons/GIFCollection/freewareguide.gif new file mode 100644 index 0000000..c477a2a Binary files /dev/null and b/img/buttons/GIFCollection/freewareguide.gif differ diff --git a/img/buttons/GIFCollection/freewareguide2.gif b/img/buttons/GIFCollection/freewareguide2.gif new file mode 100644 index 0000000..9d28614 Binary files /dev/null and b/img/buttons/GIFCollection/freewareguide2.gif differ diff --git a/img/buttons/GIFCollection/freewareweb.gif b/img/buttons/GIFCollection/freewareweb.gif new file mode 100644 index 0000000..ac0c15f Binary files /dev/null and b/img/buttons/GIFCollection/freewareweb.gif differ diff --git a/img/buttons/GIFCollection/friendship.gif b/img/buttons/GIFCollection/friendship.gif new file mode 100644 index 0000000..08edfb5 Binary files /dev/null and b/img/buttons/GIFCollection/friendship.gif differ diff --git a/img/buttons/GIFCollection/fspeech.gif b/img/buttons/GIFCollection/fspeech.gif new file mode 100644 index 0000000..f1fa905 Binary files /dev/null and b/img/buttons/GIFCollection/fspeech.gif differ diff --git a/img/buttons/GIFCollection/fspeech96a.gif b/img/buttons/GIFCollection/fspeech96a.gif new file mode 100644 index 0000000..5984b78 Binary files /dev/null and b/img/buttons/GIFCollection/fspeech96a.gif differ diff --git a/img/buttons/GIFCollection/gaysexnavigator.gif b/img/buttons/GIFCollection/gaysexnavigator.gif new file mode 100644 index 0000000..84ae785 Binary files /dev/null and b/img/buttons/GIFCollection/gaysexnavigator.gif differ diff --git a/img/buttons/GIFCollection/gb.gif b/img/buttons/GIFCollection/gb.gif new file mode 100644 index 0000000..d2b9001 Binary files /dev/null and b/img/buttons/GIFCollection/gb.gif differ diff --git a/img/buttons/GIFCollection/gbanet.gif b/img/buttons/GIFCollection/gbanet.gif new file mode 100644 index 0000000..ff85860 Binary files /dev/null and b/img/buttons/GIFCollection/gbanet.gif differ diff --git a/img/buttons/GIFCollection/gbc.gif b/img/buttons/GIFCollection/gbc.gif new file mode 100644 index 0000000..a9a9ab7 Binary files /dev/null and b/img/buttons/GIFCollection/gbc.gif differ diff --git a/img/buttons/GIFCollection/getbeanie.gif b/img/buttons/GIFCollection/getbeanie.gif new file mode 100644 index 0000000..aa3046f Binary files /dev/null and b/img/buttons/GIFCollection/getbeanie.gif differ diff --git a/img/buttons/GIFCollection/getfirefox.gif b/img/buttons/GIFCollection/getfirefox.gif new file mode 100644 index 0000000..3cd754f Binary files /dev/null and b/img/buttons/GIFCollection/getfirefox.gif differ diff --git a/img/buttons/GIFCollection/getgospel.gif b/img/buttons/GIFCollection/getgospel.gif new file mode 100644 index 0000000..de8d849 Binary files /dev/null and b/img/buttons/GIFCollection/getgospel.gif differ diff --git a/img/buttons/GIFCollection/gethtmlnow.gif b/img/buttons/GIFCollection/gethtmlnow.gif new file mode 100644 index 0000000..c2783e6 Binary files /dev/null and b/img/buttons/GIFCollection/gethtmlnow.gif differ diff --git a/img/buttons/GIFCollection/getlaugh.gif b/img/buttons/GIFCollection/getlaugh.gif new file mode 100644 index 0000000..f9514f7 Binary files /dev/null and b/img/buttons/GIFCollection/getlaugh.gif differ diff --git a/img/buttons/GIFCollection/gimp.gif b/img/buttons/GIFCollection/gimp.gif new file mode 100644 index 0000000..382315e Binary files /dev/null and b/img/buttons/GIFCollection/gimp.gif differ diff --git a/img/buttons/GIFCollection/girls-united.gif b/img/buttons/GIFCollection/girls-united.gif new file mode 100644 index 0000000..3577c41 Binary files /dev/null and b/img/buttons/GIFCollection/girls-united.gif differ diff --git a/img/buttons/GIFCollection/girls.gif b/img/buttons/GIFCollection/girls.gif new file mode 100644 index 0000000..a525ad4 Binary files /dev/null and b/img/buttons/GIFCollection/girls.gif differ diff --git a/img/buttons/GIFCollection/girls4notepad.gif b/img/buttons/GIFCollection/girls4notepad.gif new file mode 100644 index 0000000..9dad1ec Binary files /dev/null and b/img/buttons/GIFCollection/girls4notepad.gif differ diff --git a/img/buttons/GIFCollection/givecredit.gif b/img/buttons/GIFCollection/givecredit.gif new file mode 100644 index 0000000..6a4c55d Binary files /dev/null and b/img/buttons/GIFCollection/givecredit.gif differ diff --git a/img/buttons/GIFCollection/go2hellnow.gif b/img/buttons/GIFCollection/go2hellnow.gif new file mode 100644 index 0000000..3415d4e Binary files /dev/null and b/img/buttons/GIFCollection/go2hellnow.gif differ diff --git a/img/buttons/GIFCollection/golfshoeplus.gif b/img/buttons/GIFCollection/golfshoeplus.gif new file mode 100644 index 0000000..e89ee79 Binary files /dev/null and b/img/buttons/GIFCollection/golfshoeplus.gif differ diff --git a/img/buttons/GIFCollection/google_stand.gif b/img/buttons/GIFCollection/google_stand.gif new file mode 100644 index 0000000..08ffd8b Binary files /dev/null and b/img/buttons/GIFCollection/google_stand.gif differ diff --git a/img/buttons/GIFCollection/got_html.gif b/img/buttons/GIFCollection/got_html.gif new file mode 100644 index 0000000..f713730 Binary files /dev/null and b/img/buttons/GIFCollection/got_html.gif differ diff --git a/img/buttons/GIFCollection/graphicdesign.gif b/img/buttons/GIFCollection/graphicdesign.gif new file mode 100644 index 0000000..876d8fe Binary files /dev/null and b/img/buttons/GIFCollection/graphicdesign.gif differ diff --git a/img/buttons/GIFCollection/gratis-sex-fotos.gif b/img/buttons/GIFCollection/gratis-sex-fotos.gif new file mode 100644 index 0000000..3adbcc6 Binary files /dev/null and b/img/buttons/GIFCollection/gratis-sex-fotos.gif differ diff --git a/img/buttons/GIFCollection/grossgirl94.gif b/img/buttons/GIFCollection/grossgirl94.gif new file mode 100644 index 0000000..c85819a Binary files /dev/null and b/img/buttons/GIFCollection/grossgirl94.gif differ diff --git a/img/buttons/GIFCollection/gtg-ani.gif b/img/buttons/GIFCollection/gtg-ani.gif new file mode 100644 index 0000000..4a0707c Binary files /dev/null and b/img/buttons/GIFCollection/gtg-ani.gif differ diff --git a/img/buttons/GIFCollection/guru.gif b/img/buttons/GIFCollection/guru.gif new file mode 100644 index 0000000..864a855 Binary files /dev/null and b/img/buttons/GIFCollection/guru.gif differ diff --git a/img/buttons/GIFCollection/gutenberg.gif b/img/buttons/GIFCollection/gutenberg.gif new file mode 100644 index 0000000..130cf2d Binary files /dev/null and b/img/buttons/GIFCollection/gutenberg.gif differ diff --git a/img/buttons/GIFCollection/gutenberg2.gif b/img/buttons/GIFCollection/gutenberg2.gif new file mode 100644 index 0000000..077c258 Binary files /dev/null and b/img/buttons/GIFCollection/gutenberg2.gif differ diff --git a/img/buttons/GIFCollection/h-free-anim.gif b/img/buttons/GIFCollection/h-free-anim.gif new file mode 100644 index 0000000..ef3b620 Binary files /dev/null and b/img/buttons/GIFCollection/h-free-anim.gif differ diff --git a/img/buttons/GIFCollection/hackerpowered.gif b/img/buttons/GIFCollection/hackerpowered.gif new file mode 100644 index 0000000..3486a36 Binary files /dev/null and b/img/buttons/GIFCollection/hackerpowered.gif differ diff --git a/img/buttons/GIFCollection/hair.gif b/img/buttons/GIFCollection/hair.gif new file mode 100644 index 0000000..e7fbfdb Binary files /dev/null and b/img/buttons/GIFCollection/hair.gif differ diff --git a/img/buttons/GIFCollection/hamexp.gif b/img/buttons/GIFCollection/hamexp.gif new file mode 100644 index 0000000..b93e6b3 Binary files /dev/null and b/img/buttons/GIFCollection/hamexp.gif differ diff --git a/img/buttons/GIFCollection/happyhardcore.gif b/img/buttons/GIFCollection/happyhardcore.gif new file mode 100644 index 0000000..939bd30 Binary files /dev/null and b/img/buttons/GIFCollection/happyhardcore.gif differ diff --git a/img/buttons/GIFCollection/hash_now.gif b/img/buttons/GIFCollection/hash_now.gif new file mode 100644 index 0000000..833ce8c Binary files /dev/null and b/img/buttons/GIFCollection/hash_now.gif differ diff --git a/img/buttons/GIFCollection/hatemsie.gif b/img/buttons/GIFCollection/hatemsie.gif new file mode 100644 index 0000000..02bbb61 Binary files /dev/null and b/img/buttons/GIFCollection/hatemsie.gif differ diff --git a/img/buttons/GIFCollection/headscape.gif b/img/buttons/GIFCollection/headscape.gif new file mode 100644 index 0000000..13ea643 Binary files /dev/null and b/img/buttons/GIFCollection/headscape.gif differ diff --git a/img/buttons/GIFCollection/hell0.gif b/img/buttons/GIFCollection/hell0.gif new file mode 100644 index 0000000..4722208 Binary files /dev/null and b/img/buttons/GIFCollection/hell0.gif differ diff --git a/img/buttons/GIFCollection/hello.gif b/img/buttons/GIFCollection/hello.gif new file mode 100644 index 0000000..978f363 Binary files /dev/null and b/img/buttons/GIFCollection/hello.gif differ diff --git a/img/buttons/GIFCollection/hello_kitty.gif b/img/buttons/GIFCollection/hello_kitty.gif new file mode 100644 index 0000000..c7b7387 Binary files /dev/null and b/img/buttons/GIFCollection/hello_kitty.gif differ diff --git a/img/buttons/GIFCollection/hellontheweb.gif b/img/buttons/GIFCollection/hellontheweb.gif new file mode 100644 index 0000000..d04cde9 Binary files /dev/null and b/img/buttons/GIFCollection/hellontheweb.gif differ diff --git a/img/buttons/GIFCollection/hhtt.gif b/img/buttons/GIFCollection/hhtt.gif new file mode 100644 index 0000000..1e87b08 Binary files /dev/null and b/img/buttons/GIFCollection/hhtt.gif differ diff --git a/img/buttons/GIFCollection/hitmanforum.gif b/img/buttons/GIFCollection/hitmanforum.gif new file mode 100644 index 0000000..637b76a Binary files /dev/null and b/img/buttons/GIFCollection/hitmanforum.gif differ diff --git a/img/buttons/GIFCollection/hoho.gif b/img/buttons/GIFCollection/hoho.gif new file mode 100644 index 0000000..f7c446f Binary files /dev/null and b/img/buttons/GIFCollection/hoho.gif differ diff --git a/img/buttons/GIFCollection/holyspirit.gif b/img/buttons/GIFCollection/holyspirit.gif new file mode 100644 index 0000000..a3c1a30 Binary files /dev/null and b/img/buttons/GIFCollection/holyspirit.gif differ diff --git a/img/buttons/GIFCollection/homicide.gif b/img/buttons/GIFCollection/homicide.gif new file mode 100644 index 0000000..8b03437 Binary files /dev/null and b/img/buttons/GIFCollection/homicide.gif differ diff --git a/img/buttons/GIFCollection/homicidenow.gif b/img/buttons/GIFCollection/homicidenow.gif new file mode 100644 index 0000000..6beeac6 Binary files /dev/null and b/img/buttons/GIFCollection/homicidenow.gif differ diff --git a/img/buttons/GIFCollection/hotstuff.gif b/img/buttons/GIFCollection/hotstuff.gif new file mode 100644 index 0000000..c5ae93f Binary files /dev/null and b/img/buttons/GIFCollection/hotstuff.gif differ diff --git a/img/buttons/GIFCollection/hotswimsuitbutton.gif b/img/buttons/GIFCollection/hotswimsuitbutton.gif new file mode 100644 index 0000000..294f529 Binary files /dev/null and b/img/buttons/GIFCollection/hotswimsuitbutton.gif differ diff --git a/img/buttons/GIFCollection/howtobecomeanangel.gif b/img/buttons/GIFCollection/howtobecomeanangel.gif new file mode 100644 index 0000000..8cbb3a8 Binary files /dev/null and b/img/buttons/GIFCollection/howtobecomeanangel.gif differ diff --git a/img/buttons/GIFCollection/hpbanner2.gif b/img/buttons/GIFCollection/hpbanner2.gif new file mode 100644 index 0000000..add700f Binary files /dev/null and b/img/buttons/GIFCollection/hpbanner2.gif differ diff --git a/img/buttons/GIFCollection/hsajesusveg.gif b/img/buttons/GIFCollection/hsajesusveg.gif new file mode 100644 index 0000000..9d60da9 Binary files /dev/null and b/img/buttons/GIFCollection/hsajesusveg.gif differ diff --git a/img/buttons/GIFCollection/html.gif b/img/buttons/GIFCollection/html.gif new file mode 100644 index 0000000..106af2d Binary files /dev/null and b/img/buttons/GIFCollection/html.gif differ diff --git a/img/buttons/GIFCollection/html401.gif b/img/buttons/GIFCollection/html401.gif new file mode 100644 index 0000000..7fb49aa Binary files /dev/null and b/img/buttons/GIFCollection/html401.gif differ diff --git a/img/buttons/GIFCollection/htmldream.gif b/img/buttons/GIFCollection/htmldream.gif new file mode 100644 index 0000000..28fd2c2 Binary files /dev/null and b/img/buttons/GIFCollection/htmldream.gif differ diff --git a/img/buttons/GIFCollection/httpismall.gif b/img/buttons/GIFCollection/httpismall.gif new file mode 100644 index 0000000..7476792 Binary files /dev/null and b/img/buttons/GIFCollection/httpismall.gif differ diff --git a/img/buttons/GIFCollection/hurtsnow.gif b/img/buttons/GIFCollection/hurtsnow.gif new file mode 100644 index 0000000..a7dee1f Binary files /dev/null and b/img/buttons/GIFCollection/hurtsnow.gif differ diff --git a/img/buttons/GIFCollection/iccsania.gif b/img/buttons/GIFCollection/iccsania.gif new file mode 100644 index 0000000..78652b8 Binary files /dev/null and b/img/buttons/GIFCollection/iccsania.gif differ diff --git a/img/buttons/GIFCollection/ie-pengsoft.gif b/img/buttons/GIFCollection/ie-pengsoft.gif new file mode 100644 index 0000000..14ad14c Binary files /dev/null and b/img/buttons/GIFCollection/ie-pengsoft.gif differ diff --git a/img/buttons/GIFCollection/ie1984.gif b/img/buttons/GIFCollection/ie1984.gif new file mode 100644 index 0000000..fc57567 Binary files /dev/null and b/img/buttons/GIFCollection/ie1984.gif differ diff --git a/img/buttons/GIFCollection/ie_exploder.gif b/img/buttons/GIFCollection/ie_exploder.gif new file mode 100644 index 0000000..fc6de13 Binary files /dev/null and b/img/buttons/GIFCollection/ie_exploder.gif differ diff --git a/img/buttons/GIFCollection/iebad.gif b/img/buttons/GIFCollection/iebad.gif new file mode 100644 index 0000000..6c82660 Binary files /dev/null and b/img/buttons/GIFCollection/iebad.gif differ diff --git a/img/buttons/GIFCollection/iebarf.gif b/img/buttons/GIFCollection/iebarf.gif new file mode 100644 index 0000000..897af6f Binary files /dev/null and b/img/buttons/GIFCollection/iebarf.gif differ diff --git a/img/buttons/GIFCollection/ieburnbtn.gif b/img/buttons/GIFCollection/ieburnbtn.gif new file mode 100644 index 0000000..266ccd2 Binary files /dev/null and b/img/buttons/GIFCollection/ieburnbtn.gif differ diff --git a/img/buttons/GIFCollection/iecrash.gif b/img/buttons/GIFCollection/iecrash.gif new file mode 100644 index 0000000..b4efd89 Binary files /dev/null and b/img/buttons/GIFCollection/iecrash.gif differ diff --git a/img/buttons/GIFCollection/iedie2.gif b/img/buttons/GIFCollection/iedie2.gif new file mode 100644 index 0000000..beb2678 Binary files /dev/null and b/img/buttons/GIFCollection/iedie2.gif differ diff --git a/img/buttons/GIFCollection/ieexplode.gif b/img/buttons/GIFCollection/ieexplode.gif new file mode 100644 index 0000000..e0a3a3d Binary files /dev/null and b/img/buttons/GIFCollection/ieexplode.gif differ diff --git a/img/buttons/GIFCollection/ieexploit.gif b/img/buttons/GIFCollection/ieexploit.gif new file mode 100644 index 0000000..59e5abe Binary files /dev/null and b/img/buttons/GIFCollection/ieexploit.gif differ diff --git a/img/buttons/GIFCollection/iefuck.gif b/img/buttons/GIFCollection/iefuck.gif new file mode 100644 index 0000000..d8a7880 Binary files /dev/null and b/img/buttons/GIFCollection/iefuck.gif differ diff --git a/img/buttons/GIFCollection/ieget_an.gif b/img/buttons/GIFCollection/ieget_an.gif new file mode 100644 index 0000000..0095c0f Binary files /dev/null and b/img/buttons/GIFCollection/ieget_an.gif differ diff --git a/img/buttons/GIFCollection/ieisevil.gif b/img/buttons/GIFCollection/ieisevil.gif new file mode 100644 index 0000000..88a5fec Binary files /dev/null and b/img/buttons/GIFCollection/ieisevil.gif differ diff --git a/img/buttons/GIFCollection/ienukeani.gif b/img/buttons/GIFCollection/ienukeani.gif new file mode 100644 index 0000000..e110127 Binary files /dev/null and b/img/buttons/GIFCollection/ienukeani.gif differ diff --git a/img/buttons/GIFCollection/iestop.gif b/img/buttons/GIFCollection/iestop.gif new file mode 100644 index 0000000..e604340 Binary files /dev/null and b/img/buttons/GIFCollection/iestop.gif differ diff --git a/img/buttons/GIFCollection/iesux.gif b/img/buttons/GIFCollection/iesux.gif new file mode 100644 index 0000000..53d9d1d Binary files /dev/null and b/img/buttons/GIFCollection/iesux.gif differ diff --git a/img/buttons/GIFCollection/imac.gif b/img/buttons/GIFCollection/imac.gif new file mode 100644 index 0000000..e214d94 Binary files /dev/null and b/img/buttons/GIFCollection/imac.gif differ diff --git a/img/buttons/GIFCollection/imaginaryland2.gif b/img/buttons/GIFCollection/imaginaryland2.gif new file mode 100644 index 0000000..93be90e Binary files /dev/null and b/img/buttons/GIFCollection/imaginaryland2.gif differ diff --git a/img/buttons/GIFCollection/imhigh.gif b/img/buttons/GIFCollection/imhigh.gif new file mode 100644 index 0000000..39ab8db Binary files /dev/null and b/img/buttons/GIFCollection/imhigh.gif differ diff --git a/img/buttons/GIFCollection/imissxp.gif b/img/buttons/GIFCollection/imissxp.gif new file mode 100644 index 0000000..77a7f1c Binary files /dev/null and b/img/buttons/GIFCollection/imissxp.gif differ diff --git a/img/buttons/GIFCollection/integrityheadb.gif b/img/buttons/GIFCollection/integrityheadb.gif new file mode 100644 index 0000000..7e0f019 Binary files /dev/null and b/img/buttons/GIFCollection/integrityheadb.gif differ diff --git a/img/buttons/GIFCollection/internetarchive.gif b/img/buttons/GIFCollection/internetarchive.gif new file mode 100644 index 0000000..21ccfa3 Binary files /dev/null and b/img/buttons/GIFCollection/internetarchive.gif differ diff --git a/img/buttons/GIFCollection/internetprivacy.gif b/img/buttons/GIFCollection/internetprivacy.gif new file mode 100644 index 0000000..4f371b8 Binary files /dev/null and b/img/buttons/GIFCollection/internetprivacy.gif differ diff --git a/img/buttons/GIFCollection/ipv6.gif b/img/buttons/GIFCollection/ipv6.gif new file mode 100644 index 0000000..3c17939 Binary files /dev/null and b/img/buttons/GIFCollection/ipv6.gif differ diff --git a/img/buttons/GIFCollection/italian.gif b/img/buttons/GIFCollection/italian.gif new file mode 100644 index 0000000..72b8ab5 Binary files /dev/null and b/img/buttons/GIFCollection/italian.gif differ diff --git a/img/buttons/GIFCollection/jesus_now.gif b/img/buttons/GIFCollection/jesus_now.gif new file mode 100644 index 0000000..dd92d2e Binary files /dev/null and b/img/buttons/GIFCollection/jesus_now.gif differ diff --git a/img/buttons/GIFCollection/joinnow.gif b/img/buttons/GIFCollection/joinnow.gif new file mode 100644 index 0000000..f77ddb1 Binary files /dev/null and b/img/buttons/GIFCollection/joinnow.gif differ diff --git a/img/buttons/GIFCollection/jump.gif b/img/buttons/GIFCollection/jump.gif new file mode 100644 index 0000000..3332d6e Binary files /dev/null and b/img/buttons/GIFCollection/jump.gif differ diff --git a/img/buttons/GIFCollection/ka88x31.gif b/img/buttons/GIFCollection/ka88x31.gif new file mode 100644 index 0000000..017f605 Binary files /dev/null and b/img/buttons/GIFCollection/ka88x31.gif differ diff --git a/img/buttons/GIFCollection/killmenow.gif b/img/buttons/GIFCollection/killmenow.gif new file mode 100644 index 0000000..0dbe965 Binary files /dev/null and b/img/buttons/GIFCollection/killmenow.gif differ diff --git a/img/buttons/GIFCollection/kisgo.gif b/img/buttons/GIFCollection/kisgo.gif new file mode 100644 index 0000000..02f9dc2 Binary files /dev/null and b/img/buttons/GIFCollection/kisgo.gif differ diff --git a/img/buttons/GIFCollection/konko.gif b/img/buttons/GIFCollection/konko.gif new file mode 100644 index 0000000..2d15af9 Binary files /dev/null and b/img/buttons/GIFCollection/konko.gif differ diff --git a/img/buttons/GIFCollection/laurie.gif b/img/buttons/GIFCollection/laurie.gif new file mode 100644 index 0000000..e18515e Binary files /dev/null and b/img/buttons/GIFCollection/laurie.gif differ diff --git a/img/buttons/GIFCollection/learn_html.gif b/img/buttons/GIFCollection/learn_html.gif new file mode 100644 index 0000000..dd832a0 Binary files /dev/null and b/img/buttons/GIFCollection/learn_html.gif differ diff --git a/img/buttons/GIFCollection/learncoding.gif b/img/buttons/GIFCollection/learncoding.gif new file mode 100644 index 0000000..f6d1b03 Binary files /dev/null and b/img/buttons/GIFCollection/learncoding.gif differ diff --git a/img/buttons/GIFCollection/learnhtml.gif b/img/buttons/GIFCollection/learnhtml.gif new file mode 100644 index 0000000..106af2d Binary files /dev/null and b/img/buttons/GIFCollection/learnhtml.gif differ diff --git a/img/buttons/GIFCollection/leaveaol.gif b/img/buttons/GIFCollection/leaveaol.gif new file mode 100644 index 0000000..6074de2 Binary files /dev/null and b/img/buttons/GIFCollection/leaveaol.gif differ diff --git a/img/buttons/GIFCollection/legal.gif b/img/buttons/GIFCollection/legal.gif new file mode 100644 index 0000000..607adc2 Binary files /dev/null and b/img/buttons/GIFCollection/legal.gif differ diff --git a/img/buttons/GIFCollection/legalize2.gif b/img/buttons/GIFCollection/legalize2.gif new file mode 100644 index 0000000..81fa416 Binary files /dev/null and b/img/buttons/GIFCollection/legalize2.gif differ diff --git a/img/buttons/GIFCollection/life_anm.gif b/img/buttons/GIFCollection/life_anm.gif new file mode 100644 index 0000000..fedec7d Binary files /dev/null and b/img/buttons/GIFCollection/life_anm.gif differ diff --git a/img/buttons/GIFCollection/linkshop1.gif b/img/buttons/GIFCollection/linkshop1.gif new file mode 100644 index 0000000..ab6e29d Binary files /dev/null and b/img/buttons/GIFCollection/linkshop1.gif differ diff --git a/img/buttons/GIFCollection/linux_powered.gif b/img/buttons/GIFCollection/linux_powered.gif new file mode 100644 index 0000000..2dbe456 Binary files /dev/null and b/img/buttons/GIFCollection/linux_powered.gif differ diff --git a/img/buttons/GIFCollection/linuxnow.gif b/img/buttons/GIFCollection/linuxnow.gif new file mode 100644 index 0000000..9851014 Binary files /dev/null and b/img/buttons/GIFCollection/linuxnow.gif differ diff --git a/img/buttons/GIFCollection/linuxnow2.gif b/img/buttons/GIFCollection/linuxnow2.gif new file mode 100644 index 0000000..03b9285 Binary files /dev/null and b/img/buttons/GIFCollection/linuxnow2.gif differ diff --git a/img/buttons/GIFCollection/lovenow.gif b/img/buttons/GIFCollection/lovenow.gif new file mode 100644 index 0000000..e111ab5 Binary files /dev/null and b/img/buttons/GIFCollection/lovenow.gif differ diff --git a/img/buttons/GIFCollection/m-lol.gif b/img/buttons/GIFCollection/m-lol.gif new file mode 100644 index 0000000..dea9b06 Binary files /dev/null and b/img/buttons/GIFCollection/m-lol.gif differ diff --git a/img/buttons/GIFCollection/macintoshwks.gif b/img/buttons/GIFCollection/macintoshwks.gif new file mode 100644 index 0000000..a6968b7 Binary files /dev/null and b/img/buttons/GIFCollection/macintoshwks.gif differ diff --git a/img/buttons/GIFCollection/made_with_windows.gif b/img/buttons/GIFCollection/made_with_windows.gif new file mode 100644 index 0000000..aef46dd Binary files /dev/null and b/img/buttons/GIFCollection/made_with_windows.gif differ diff --git a/img/buttons/GIFCollection/madewithlove.gif b/img/buttons/GIFCollection/madewithlove.gif new file mode 100644 index 0000000..8779fcd Binary files /dev/null and b/img/buttons/GIFCollection/madewithlove.gif differ diff --git a/img/buttons/GIFCollection/mentos.gif b/img/buttons/GIFCollection/mentos.gif new file mode 100644 index 0000000..76f2247 Binary files /dev/null and b/img/buttons/GIFCollection/mentos.gif differ diff --git a/img/buttons/GIFCollection/microshaftl.gif b/img/buttons/GIFCollection/microshaftl.gif new file mode 100644 index 0000000..9e668fc Binary files /dev/null and b/img/buttons/GIFCollection/microshaftl.gif differ diff --git a/img/buttons/GIFCollection/microsoft_stop.gif b/img/buttons/GIFCollection/microsoft_stop.gif new file mode 100644 index 0000000..61936c7 Binary files /dev/null and b/img/buttons/GIFCollection/microsoft_stop.gif differ diff --git a/img/buttons/GIFCollection/miku.gif b/img/buttons/GIFCollection/miku.gif new file mode 100644 index 0000000..106c982 Binary files /dev/null and b/img/buttons/GIFCollection/miku.gif differ diff --git a/img/buttons/GIFCollection/momdad1.gif b/img/buttons/GIFCollection/momdad1.gif new file mode 100644 index 0000000..1d90b62 Binary files /dev/null and b/img/buttons/GIFCollection/momdad1.gif differ diff --git a/img/buttons/GIFCollection/moon_link.gif b/img/buttons/GIFCollection/moon_link.gif new file mode 100644 index 0000000..6b17296 Binary files /dev/null and b/img/buttons/GIFCollection/moon_link.gif differ diff --git a/img/buttons/GIFCollection/mousepow.gif b/img/buttons/GIFCollection/mousepow.gif new file mode 100644 index 0000000..b35bf02 Binary files /dev/null and b/img/buttons/GIFCollection/mousepow.gif differ diff --git a/img/buttons/GIFCollection/moz2.gif b/img/buttons/GIFCollection/moz2.gif new file mode 100644 index 0000000..cd873f9 Binary files /dev/null and b/img/buttons/GIFCollection/moz2.gif differ diff --git a/img/buttons/GIFCollection/moz3.gif b/img/buttons/GIFCollection/moz3.gif new file mode 100644 index 0000000..b53edd4 Binary files /dev/null and b/img/buttons/GIFCollection/moz3.gif differ diff --git a/img/buttons/GIFCollection/mozbutd1.gif b/img/buttons/GIFCollection/mozbutd1.gif new file mode 100644 index 0000000..f49d9a5 Binary files /dev/null and b/img/buttons/GIFCollection/mozbutd1.gif differ diff --git a/img/buttons/GIFCollection/mozfd.gif b/img/buttons/GIFCollection/mozfd.gif new file mode 100644 index 0000000..8dae224 Binary files /dev/null and b/img/buttons/GIFCollection/mozfd.gif differ diff --git a/img/buttons/GIFCollection/mozilla2.gif b/img/buttons/GIFCollection/mozilla2.gif new file mode 100644 index 0000000..dd61184 Binary files /dev/null and b/img/buttons/GIFCollection/mozilla2.gif differ diff --git a/img/buttons/GIFCollection/mozilla3.gif b/img/buttons/GIFCollection/mozilla3.gif new file mode 100644 index 0000000..290bc3c Binary files /dev/null and b/img/buttons/GIFCollection/mozilla3.gif differ diff --git a/img/buttons/GIFCollection/mozilla4.gif b/img/buttons/GIFCollection/mozilla4.gif new file mode 100644 index 0000000..60e528a Binary files /dev/null and b/img/buttons/GIFCollection/mozilla4.gif differ diff --git a/img/buttons/GIFCollection/mozilla_now.gif b/img/buttons/GIFCollection/mozilla_now.gif new file mode 100644 index 0000000..bc76077 Binary files /dev/null and b/img/buttons/GIFCollection/mozilla_now.gif differ diff --git a/img/buttons/GIFCollection/mozillanow.gif b/img/buttons/GIFCollection/mozillanow.gif new file mode 100644 index 0000000..82e62df Binary files /dev/null and b/img/buttons/GIFCollection/mozillanow.gif differ diff --git a/img/buttons/GIFCollection/mozillaorg.gif b/img/buttons/GIFCollection/mozillaorg.gif new file mode 100644 index 0000000..f7f0ed8 Binary files /dev/null and b/img/buttons/GIFCollection/mozillaorg.gif differ diff --git a/img/buttons/GIFCollection/moziscool.gif b/img/buttons/GIFCollection/moziscool.gif new file mode 100644 index 0000000..ad0653a Binary files /dev/null and b/img/buttons/GIFCollection/moziscool.gif differ diff --git a/img/buttons/GIFCollection/moznow.gif b/img/buttons/GIFCollection/moznow.gif new file mode 100644 index 0000000..abd57b2 Binary files /dev/null and b/img/buttons/GIFCollection/moznow.gif differ diff --git a/img/buttons/GIFCollection/moznow3.gif b/img/buttons/GIFCollection/moznow3.gif new file mode 100644 index 0000000..cf1a6ca Binary files /dev/null and b/img/buttons/GIFCollection/moznow3.gif differ diff --git a/img/buttons/GIFCollection/mozporn1.gif b/img/buttons/GIFCollection/mozporn1.gif new file mode 100644 index 0000000..d3c4b4b Binary files /dev/null and b/img/buttons/GIFCollection/mozporn1.gif differ diff --git a/img/buttons/GIFCollection/msfartpage.gif b/img/buttons/GIFCollection/msfartpage.gif new file mode 100644 index 0000000..8f73474 Binary files /dev/null and b/img/buttons/GIFCollection/msfartpage.gif differ diff --git a/img/buttons/GIFCollection/msiemoz.gif b/img/buttons/GIFCollection/msiemoz.gif new file mode 100644 index 0000000..36b6be7 Binary files /dev/null and b/img/buttons/GIFCollection/msiemoz.gif differ diff --git a/img/buttons/GIFCollection/msx.gif b/img/buttons/GIFCollection/msx.gif new file mode 100644 index 0000000..1fd71ff Binary files /dev/null and b/img/buttons/GIFCollection/msx.gif differ diff --git a/img/buttons/GIFCollection/n64.gif b/img/buttons/GIFCollection/n64.gif new file mode 100644 index 0000000..bcd3645 Binary files /dev/null and b/img/buttons/GIFCollection/n64.gif differ diff --git a/img/buttons/GIFCollection/nailbutt.gif b/img/buttons/GIFCollection/nailbutt.gif new file mode 100644 index 0000000..e74948f Binary files /dev/null and b/img/buttons/GIFCollection/nailbutt.gif differ diff --git a/img/buttons/GIFCollection/narcoticsnow.gif b/img/buttons/GIFCollection/narcoticsnow.gif new file mode 100644 index 0000000..928e753 Binary files /dev/null and b/img/buttons/GIFCollection/narcoticsnow.gif differ diff --git a/img/buttons/GIFCollection/nclinux.gif b/img/buttons/GIFCollection/nclinux.gif new file mode 100644 index 0000000..adfd866 Binary files /dev/null and b/img/buttons/GIFCollection/nclinux.gif differ diff --git a/img/buttons/GIFCollection/nedscape_now.gif b/img/buttons/GIFCollection/nedscape_now.gif new file mode 100644 index 0000000..8870f32 Binary files /dev/null and b/img/buttons/GIFCollection/nedscape_now.gif differ diff --git a/img/buttons/GIFCollection/neko-b.gif b/img/buttons/GIFCollection/neko-b.gif new file mode 100644 index 0000000..c8a9a45 Binary files /dev/null and b/img/buttons/GIFCollection/neko-b.gif differ diff --git a/img/buttons/GIFCollection/nestcapenow.gif b/img/buttons/GIFCollection/nestcapenow.gif new file mode 100644 index 0000000..49a0742 Binary files /dev/null and b/img/buttons/GIFCollection/nestcapenow.gif differ diff --git a/img/buttons/GIFCollection/net3a.gif b/img/buttons/GIFCollection/net3a.gif new file mode 100644 index 0000000..94843ee Binary files /dev/null and b/img/buttons/GIFCollection/net3a.gif differ diff --git a/img/buttons/GIFCollection/netflix-88x31.gif b/img/buttons/GIFCollection/netflix-88x31.gif new file mode 100644 index 0000000..ff5a3c7 Binary files /dev/null and b/img/buttons/GIFCollection/netflix-88x31.gif differ diff --git a/img/buttons/GIFCollection/netgal.gif b/img/buttons/GIFCollection/netgal.gif new file mode 100644 index 0000000..38a7b12 Binary files /dev/null and b/img/buttons/GIFCollection/netgal.gif differ diff --git a/img/buttons/GIFCollection/netnever.gif b/img/buttons/GIFCollection/netnever.gif new file mode 100644 index 0000000..df86e50 Binary files /dev/null and b/img/buttons/GIFCollection/netnever.gif differ diff --git a/img/buttons/GIFCollection/netnow2.gif b/img/buttons/GIFCollection/netnow2.gif new file mode 100644 index 0000000..5db7126 Binary files /dev/null and b/img/buttons/GIFCollection/netnow2.gif differ diff --git a/img/buttons/GIFCollection/netreg50.gif b/img/buttons/GIFCollection/netreg50.gif new file mode 100644 index 0000000..64863e2 Binary files /dev/null and b/img/buttons/GIFCollection/netreg50.gif differ diff --git a/img/buttons/GIFCollection/netscape-as.gif b/img/buttons/GIFCollection/netscape-as.gif new file mode 100644 index 0000000..0282690 Binary files /dev/null and b/img/buttons/GIFCollection/netscape-as.gif differ diff --git a/img/buttons/GIFCollection/netscape.gif b/img/buttons/GIFCollection/netscape.gif new file mode 100644 index 0000000..853d098 Binary files /dev/null and b/img/buttons/GIFCollection/netscape.gif differ diff --git a/img/buttons/GIFCollection/netscape7.gif b/img/buttons/GIFCollection/netscape7.gif new file mode 100644 index 0000000..fe9c2ef Binary files /dev/null and b/img/buttons/GIFCollection/netscape7.gif differ diff --git a/img/buttons/GIFCollection/netscape_now_4_0.gif b/img/buttons/GIFCollection/netscape_now_4_0.gif new file mode 100644 index 0000000..9f8ff29 Binary files /dev/null and b/img/buttons/GIFCollection/netscape_now_4_0.gif differ diff --git a/img/buttons/GIFCollection/netscape_rave.gif b/img/buttons/GIFCollection/netscape_rave.gif new file mode 100644 index 0000000..177c187 Binary files /dev/null and b/img/buttons/GIFCollection/netscape_rave.gif differ diff --git a/img/buttons/GIFCollection/newbuttonone.gif b/img/buttons/GIFCollection/newbuttonone.gif new file mode 100644 index 0000000..95008f7 Binary files /dev/null and b/img/buttons/GIFCollection/newbuttonone.gif differ diff --git a/img/buttons/GIFCollection/newbuttontwo.gif b/img/buttons/GIFCollection/newbuttontwo.gif new file mode 100644 index 0000000..1365cab Binary files /dev/null and b/img/buttons/GIFCollection/newbuttontwo.gif differ diff --git a/img/buttons/GIFCollection/ninnow.gif b/img/buttons/GIFCollection/ninnow.gif new file mode 100644 index 0000000..7fc6059 Binary files /dev/null and b/img/buttons/GIFCollection/ninnow.gif differ diff --git a/img/buttons/GIFCollection/nneighborhoodsmall.gif b/img/buttons/GIFCollection/nneighborhoodsmall.gif new file mode 100644 index 0000000..76958aa Binary files /dev/null and b/img/buttons/GIFCollection/nneighborhoodsmall.gif differ diff --git a/img/buttons/GIFCollection/no.gif b/img/buttons/GIFCollection/no.gif new file mode 100644 index 0000000..188b46c Binary files /dev/null and b/img/buttons/GIFCollection/no.gif differ diff --git a/img/buttons/GIFCollection/no_escape.gif b/img/buttons/GIFCollection/no_escape.gif new file mode 100644 index 0000000..3faaab2 Binary files /dev/null and b/img/buttons/GIFCollection/no_escape.gif differ diff --git a/img/buttons/GIFCollection/nobelief.gif b/img/buttons/GIFCollection/nobelief.gif new file mode 100644 index 0000000..2f0e1f9 Binary files /dev/null and b/img/buttons/GIFCollection/nobelief.gif differ diff --git a/img/buttons/GIFCollection/noclick.gif b/img/buttons/GIFCollection/noclick.gif new file mode 100644 index 0000000..b99fc12 Binary files /dev/null and b/img/buttons/GIFCollection/noclick.gif differ diff --git a/img/buttons/GIFCollection/nocookie.gif b/img/buttons/GIFCollection/nocookie.gif new file mode 100644 index 0000000..c0dd092 Binary files /dev/null and b/img/buttons/GIFCollection/nocookie.gif differ diff --git a/img/buttons/GIFCollection/nodrugs.gif b/img/buttons/GIFCollection/nodrugs.gif new file mode 100644 index 0000000..fb4e9da Binary files /dev/null and b/img/buttons/GIFCollection/nodrugs.gif differ diff --git a/img/buttons/GIFCollection/noframes4.gif b/img/buttons/GIFCollection/noframes4.gif new file mode 100644 index 0000000..cff0ee0 Binary files /dev/null and b/img/buttons/GIFCollection/noframes4.gif differ diff --git a/img/buttons/GIFCollection/notepad3.gif b/img/buttons/GIFCollection/notepad3.gif new file mode 100644 index 0000000..6a64d11 Binary files /dev/null and b/img/buttons/GIFCollection/notepad3.gif differ diff --git a/img/buttons/GIFCollection/nutscape.gif b/img/buttons/GIFCollection/nutscape.gif new file mode 100644 index 0000000..c3748f1 Binary files /dev/null and b/img/buttons/GIFCollection/nutscape.gif differ diff --git a/img/buttons/GIFCollection/nvidia.gif b/img/buttons/GIFCollection/nvidia.gif new file mode 100644 index 0000000..81d5921 Binary files /dev/null and b/img/buttons/GIFCollection/nvidia.gif differ diff --git a/img/buttons/GIFCollection/nya.gif b/img/buttons/GIFCollection/nya.gif new file mode 100644 index 0000000..179b6c2 Binary files /dev/null and b/img/buttons/GIFCollection/nya.gif differ diff --git a/img/buttons/GIFCollection/nya2.gif b/img/buttons/GIFCollection/nya2.gif new file mode 100644 index 0000000..65ca97f Binary files /dev/null and b/img/buttons/GIFCollection/nya2.gif differ diff --git a/img/buttons/GIFCollection/omfg.gif b/img/buttons/GIFCollection/omfg.gif new file mode 100644 index 0000000..20fcd54 Binary files /dev/null and b/img/buttons/GIFCollection/omfg.gif differ diff --git a/img/buttons/GIFCollection/onionlink1098.gif b/img/buttons/GIFCollection/onionlink1098.gif new file mode 100644 index 0000000..24fcf5d Binary files /dev/null and b/img/buttons/GIFCollection/onionlink1098.gif differ diff --git a/img/buttons/GIFCollection/openeye.gif b/img/buttons/GIFCollection/openeye.gif new file mode 100644 index 0000000..6924012 Binary files /dev/null and b/img/buttons/GIFCollection/openeye.gif differ diff --git a/img/buttons/GIFCollection/openmind.gif b/img/buttons/GIFCollection/openmind.gif new file mode 100644 index 0000000..b543ff4 Binary files /dev/null and b/img/buttons/GIFCollection/openmind.gif differ diff --git a/img/buttons/GIFCollection/opera2.gif b/img/buttons/GIFCollection/opera2.gif new file mode 100644 index 0000000..fee2029 Binary files /dev/null and b/img/buttons/GIFCollection/opera2.gif differ diff --git a/img/buttons/GIFCollection/opera_bu.gif b/img/buttons/GIFCollection/opera_bu.gif new file mode 100644 index 0000000..ab766b6 Binary files /dev/null and b/img/buttons/GIFCollection/opera_bu.gif differ diff --git a/img/buttons/GIFCollection/osamasux.gif b/img/buttons/GIFCollection/osamasux.gif new file mode 100644 index 0000000..61a4307 Binary files /dev/null and b/img/buttons/GIFCollection/osamasux.gif differ diff --git a/img/buttons/GIFCollection/parental.gif b/img/buttons/GIFCollection/parental.gif new file mode 100644 index 0000000..03b2a6a Binary files /dev/null and b/img/buttons/GIFCollection/parental.gif differ diff --git a/img/buttons/GIFCollection/passtheshareware.gif b/img/buttons/GIFCollection/passtheshareware.gif new file mode 100644 index 0000000..6cd0525 Binary files /dev/null and b/img/buttons/GIFCollection/passtheshareware.gif differ diff --git a/img/buttons/GIFCollection/peace.gif b/img/buttons/GIFCollection/peace.gif new file mode 100644 index 0000000..6a29c11 Binary files /dev/null and b/img/buttons/GIFCollection/peace.gif differ diff --git a/img/buttons/GIFCollection/pepsi.gif b/img/buttons/GIFCollection/pepsi.gif new file mode 100644 index 0000000..233e76f Binary files /dev/null and b/img/buttons/GIFCollection/pepsi.gif differ diff --git a/img/buttons/GIFCollection/pgp-now.gif b/img/buttons/GIFCollection/pgp-now.gif new file mode 100644 index 0000000..ad18ac4 Binary files /dev/null and b/img/buttons/GIFCollection/pgp-now.gif differ diff --git a/img/buttons/GIFCollection/phonechump.gif b/img/buttons/GIFCollection/phonechump.gif new file mode 100644 index 0000000..67e5420 Binary files /dev/null and b/img/buttons/GIFCollection/phonechump.gif differ diff --git a/img/buttons/GIFCollection/php.gif b/img/buttons/GIFCollection/php.gif new file mode 100644 index 0000000..c1a3c14 Binary files /dev/null and b/img/buttons/GIFCollection/php.gif differ diff --git a/img/buttons/GIFCollection/php4_88x31.gif b/img/buttons/GIFCollection/php4_88x31.gif new file mode 100644 index 0000000..273f45d Binary files /dev/null and b/img/buttons/GIFCollection/php4_88x31.gif differ diff --git a/img/buttons/GIFCollection/piracy.gif b/img/buttons/GIFCollection/piracy.gif new file mode 100644 index 0000000..37b73b8 Binary files /dev/null and b/img/buttons/GIFCollection/piracy.gif differ diff --git a/img/buttons/GIFCollection/pngbar.gif b/img/buttons/GIFCollection/pngbar.gif new file mode 100644 index 0000000..a9d2f92 Binary files /dev/null and b/img/buttons/GIFCollection/pngbar.gif differ diff --git a/img/buttons/GIFCollection/pngnow.gif b/img/buttons/GIFCollection/pngnow.gif new file mode 100644 index 0000000..36a1aa7 Binary files /dev/null and b/img/buttons/GIFCollection/pngnow.gif differ diff --git a/img/buttons/GIFCollection/pothead.gif b/img/buttons/GIFCollection/pothead.gif new file mode 100644 index 0000000..05f6694 Binary files /dev/null and b/img/buttons/GIFCollection/pothead.gif differ diff --git a/img/buttons/GIFCollection/powered.gif b/img/buttons/GIFCollection/powered.gif new file mode 100644 index 0000000..fc9f559 Binary files /dev/null and b/img/buttons/GIFCollection/powered.gif differ diff --git a/img/buttons/GIFCollection/poweredbyruby.gif b/img/buttons/GIFCollection/poweredbyruby.gif new file mode 100644 index 0000000..b9e30c6 Binary files /dev/null and b/img/buttons/GIFCollection/poweredbyruby.gif differ diff --git a/img/buttons/GIFCollection/press.gif b/img/buttons/GIFCollection/press.gif new file mode 100644 index 0000000..71bc2de Binary files /dev/null and b/img/buttons/GIFCollection/press.gif differ diff --git a/img/buttons/GIFCollection/pride.gif b/img/buttons/GIFCollection/pride.gif new file mode 100644 index 0000000..9a48896 Binary files /dev/null and b/img/buttons/GIFCollection/pride.gif differ diff --git a/img/buttons/GIFCollection/psbutton.gif b/img/buttons/GIFCollection/psbutton.gif new file mode 100644 index 0000000..a4d8c38 Binary files /dev/null and b/img/buttons/GIFCollection/psbutton.gif differ diff --git a/img/buttons/GIFCollection/purplehello98.gif b/img/buttons/GIFCollection/purplehello98.gif new file mode 100644 index 0000000..394f9c8 Binary files /dev/null and b/img/buttons/GIFCollection/purplehello98.gif differ diff --git a/img/buttons/GIFCollection/qtips_now.gif b/img/buttons/GIFCollection/qtips_now.gif new file mode 100644 index 0000000..cbaa7fe Binary files /dev/null and b/img/buttons/GIFCollection/qtips_now.gif differ diff --git a/img/buttons/GIFCollection/qtipsnow100.gif b/img/buttons/GIFCollection/qtipsnow100.gif new file mode 100644 index 0000000..1718a6e Binary files /dev/null and b/img/buttons/GIFCollection/qtipsnow100.gif differ diff --git a/img/buttons/GIFCollection/radium.gif b/img/buttons/GIFCollection/radium.gif new file mode 100644 index 0000000..e8ae70f Binary files /dev/null and b/img/buttons/GIFCollection/radium.gif differ diff --git a/img/buttons/GIFCollection/rainbow_bev.gif b/img/buttons/GIFCollection/rainbow_bev.gif new file mode 100644 index 0000000..5ec7386 Binary files /dev/null and b/img/buttons/GIFCollection/rainbow_bev.gif differ diff --git a/img/buttons/GIFCollection/rar_download.gif b/img/buttons/GIFCollection/rar_download.gif new file mode 100644 index 0000000..d37741f Binary files /dev/null and b/img/buttons/GIFCollection/rar_download.gif differ diff --git a/img/buttons/GIFCollection/rar_whit_move.gif b/img/buttons/GIFCollection/rar_whit_move.gif new file mode 100644 index 0000000..69df1ab Binary files /dev/null and b/img/buttons/GIFCollection/rar_whit_move.gif differ diff --git a/img/buttons/GIFCollection/rarnow.gif b/img/buttons/GIFCollection/rarnow.gif new file mode 100644 index 0000000..6eb7263 Binary files /dev/null and b/img/buttons/GIFCollection/rarnow.gif differ diff --git a/img/buttons/GIFCollection/retrosite.gif b/img/buttons/GIFCollection/retrosite.gif new file mode 100644 index 0000000..cda14b5 Binary files /dev/null and b/img/buttons/GIFCollection/retrosite.gif differ diff --git a/img/buttons/GIFCollection/robocats.gif b/img/buttons/GIFCollection/robocats.gif new file mode 100644 index 0000000..ef0548f Binary files /dev/null and b/img/buttons/GIFCollection/robocats.gif differ diff --git a/img/buttons/GIFCollection/sailormoonmicrobar.gif b/img/buttons/GIFCollection/sailormoonmicrobar.gif new file mode 100644 index 0000000..b9c4a76 Binary files /dev/null and b/img/buttons/GIFCollection/sailormoonmicrobar.gif differ diff --git a/img/buttons/GIFCollection/sarcasm.gif b/img/buttons/GIFCollection/sarcasm.gif new file mode 100644 index 0000000..7633b58 Binary files /dev/null and b/img/buttons/GIFCollection/sarcasm.gif differ diff --git a/img/buttons/GIFCollection/scam.gif b/img/buttons/GIFCollection/scam.gif new file mode 100644 index 0000000..1bfc2cf Binary files /dev/null and b/img/buttons/GIFCollection/scam.gif differ diff --git a/img/buttons/GIFCollection/screw.gif b/img/buttons/GIFCollection/screw.gif new file mode 100644 index 0000000..5c1044e Binary files /dev/null and b/img/buttons/GIFCollection/screw.gif differ diff --git a/img/buttons/GIFCollection/scrubby.gif b/img/buttons/GIFCollection/scrubby.gif new file mode 100644 index 0000000..7b846ae Binary files /dev/null and b/img/buttons/GIFCollection/scrubby.gif differ diff --git a/img/buttons/GIFCollection/secondlife.gif b/img/buttons/GIFCollection/secondlife.gif new file mode 100644 index 0000000..c487aef Binary files /dev/null and b/img/buttons/GIFCollection/secondlife.gif differ diff --git a/img/buttons/GIFCollection/seedyourtorrents.gif b/img/buttons/GIFCollection/seedyourtorrents.gif new file mode 100644 index 0000000..b87356d Binary files /dev/null and b/img/buttons/GIFCollection/seedyourtorrents.gif differ diff --git a/img/buttons/GIFCollection/send2friend.gif b/img/buttons/GIFCollection/send2friend.gif new file mode 100644 index 0000000..77842bf Binary files /dev/null and b/img/buttons/GIFCollection/send2friend.gif differ diff --git a/img/buttons/GIFCollection/sendit.gif b/img/buttons/GIFCollection/sendit.gif new file mode 100644 index 0000000..5ac6d05 Binary files /dev/null and b/img/buttons/GIFCollection/sendit.gif differ diff --git a/img/buttons/GIFCollection/shareware.gif b/img/buttons/GIFCollection/shareware.gif new file mode 100644 index 0000000..834c29d Binary files /dev/null and b/img/buttons/GIFCollection/shareware.gif differ diff --git a/img/buttons/GIFCollection/sims2.gif b/img/buttons/GIFCollection/sims2.gif new file mode 100644 index 0000000..687d8a2 Binary files /dev/null and b/img/buttons/GIFCollection/sims2.gif differ diff --git a/img/buttons/GIFCollection/slap-like-now.gif b/img/buttons/GIFCollection/slap-like-now.gif new file mode 100644 index 0000000..dd695a2 Binary files /dev/null and b/img/buttons/GIFCollection/slap-like-now.gif differ diff --git a/img/buttons/GIFCollection/sm_fever_button.gif b/img/buttons/GIFCollection/sm_fever_button.gif new file mode 100644 index 0000000..8ec6439 Binary files /dev/null and b/img/buttons/GIFCollection/sm_fever_button.gif differ diff --git a/img/buttons/GIFCollection/smbx.gif b/img/buttons/GIFCollection/smbx.gif new file mode 100644 index 0000000..294638b Binary files /dev/null and b/img/buttons/GIFCollection/smbx.gif differ diff --git a/img/buttons/GIFCollection/smile.gif b/img/buttons/GIFCollection/smile.gif new file mode 100644 index 0000000..cf7f928 Binary files /dev/null and b/img/buttons/GIFCollection/smile.gif differ diff --git a/img/buttons/GIFCollection/smile_always.gif b/img/buttons/GIFCollection/smile_always.gif new file mode 100644 index 0000000..47114a7 Binary files /dev/null and b/img/buttons/GIFCollection/smile_always.gif differ diff --git a/img/buttons/GIFCollection/sonic2000now.gif b/img/buttons/GIFCollection/sonic2000now.gif new file mode 100644 index 0000000..1247e08 Binary files /dev/null and b/img/buttons/GIFCollection/sonic2000now.gif differ diff --git a/img/buttons/GIFCollection/spamwhoreclique.gif b/img/buttons/GIFCollection/spamwhoreclique.gif new file mode 100644 index 0000000..4722f33 Binary files /dev/null and b/img/buttons/GIFCollection/spamwhoreclique.gif differ diff --git a/img/buttons/GIFCollection/spdy-now.gif b/img/buttons/GIFCollection/spdy-now.gif new file mode 100644 index 0000000..628e7eb Binary files /dev/null and b/img/buttons/GIFCollection/spdy-now.gif differ diff --git a/img/buttons/GIFCollection/ssnow2.gif b/img/buttons/GIFCollection/ssnow2.gif new file mode 100644 index 0000000..d9c11b5 Binary files /dev/null and b/img/buttons/GIFCollection/ssnow2.gif differ diff --git a/img/buttons/GIFCollection/ssurf.gif b/img/buttons/GIFCollection/ssurf.gif new file mode 100644 index 0000000..fe26098 Binary files /dev/null and b/img/buttons/GIFCollection/ssurf.gif differ diff --git a/img/buttons/GIFCollection/standards_now.gif b/img/buttons/GIFCollection/standards_now.gif new file mode 100644 index 0000000..7a54b90 Binary files /dev/null and b/img/buttons/GIFCollection/standards_now.gif differ diff --git a/img/buttons/GIFCollection/start_legalize2.gif b/img/buttons/GIFCollection/start_legalize2.gif new file mode 100644 index 0000000..06b5ec0 Binary files /dev/null and b/img/buttons/GIFCollection/start_legalize2.gif differ diff --git a/img/buttons/GIFCollection/startpage_button.gif b/img/buttons/GIFCollection/startpage_button.gif new file mode 100644 index 0000000..3eee660 Binary files /dev/null and b/img/buttons/GIFCollection/startpage_button.gif differ diff --git a/img/buttons/GIFCollection/steam.gif b/img/buttons/GIFCollection/steam.gif new file mode 100644 index 0000000..1f4fe29 Binary files /dev/null and b/img/buttons/GIFCollection/steam.gif differ diff --git a/img/buttons/GIFCollection/step0003.gif b/img/buttons/GIFCollection/step0003.gif new file mode 100644 index 0000000..6f8ccef Binary files /dev/null and b/img/buttons/GIFCollection/step0003.gif differ diff --git a/img/buttons/GIFCollection/sucks.gif b/img/buttons/GIFCollection/sucks.gif new file mode 100644 index 0000000..2d1c3b4 Binary files /dev/null and b/img/buttons/GIFCollection/sucks.gif differ diff --git a/img/buttons/GIFCollection/swatteam.gif b/img/buttons/GIFCollection/swatteam.gif new file mode 100644 index 0000000..27032b6 Binary files /dev/null and b/img/buttons/GIFCollection/swatteam.gif differ diff --git a/img/buttons/GIFCollection/sweet_homepage.gif b/img/buttons/GIFCollection/sweet_homepage.gif new file mode 100644 index 0000000..74745d1 Binary files /dev/null and b/img/buttons/GIFCollection/sweet_homepage.gif differ diff --git a/img/buttons/GIFCollection/textfile.gif b/img/buttons/GIFCollection/textfile.gif new file mode 100644 index 0000000..bff03ec Binary files /dev/null and b/img/buttons/GIFCollection/textfile.gif differ diff --git a/img/buttons/GIFCollection/tfc88x31green.gif b/img/buttons/GIFCollection/tfc88x31green.gif new file mode 100644 index 0000000..528234f Binary files /dev/null and b/img/buttons/GIFCollection/tfc88x31green.gif differ diff --git a/img/buttons/GIFCollection/tfs.gif b/img/buttons/GIFCollection/tfs.gif new file mode 100644 index 0000000..ef4c61e Binary files /dev/null and b/img/buttons/GIFCollection/tfs.gif differ diff --git a/img/buttons/GIFCollection/thanks-for-looking.gif b/img/buttons/GIFCollection/thanks-for-looking.gif new file mode 100644 index 0000000..5fc4389 Binary files /dev/null and b/img/buttons/GIFCollection/thanks-for-looking.gif differ diff --git a/img/buttons/GIFCollection/thats-odd.gif b/img/buttons/GIFCollection/thats-odd.gif new file mode 100644 index 0000000..f8a2971 Binary files /dev/null and b/img/buttons/GIFCollection/thats-odd.gif differ diff --git a/img/buttons/GIFCollection/thehatelisting.gif b/img/buttons/GIFCollection/thehatelisting.gif new file mode 100644 index 0000000..c3152a2 Binary files /dev/null and b/img/buttons/GIFCollection/thehatelisting.gif differ diff --git a/img/buttons/GIFCollection/themez.gif b/img/buttons/GIFCollection/themez.gif new file mode 100644 index 0000000..d609cd0 Binary files /dev/null and b/img/buttons/GIFCollection/themez.gif differ diff --git a/img/buttons/GIFCollection/theoldnet_but.gif b/img/buttons/GIFCollection/theoldnet_but.gif new file mode 100644 index 0000000..03533c2 Binary files /dev/null and b/img/buttons/GIFCollection/theoldnet_but.gif differ diff --git a/img/buttons/GIFCollection/thetruth.gif b/img/buttons/GIFCollection/thetruth.gif new file mode 100644 index 0000000..92954dd Binary files /dev/null and b/img/buttons/GIFCollection/thetruth.gif differ diff --git a/img/buttons/GIFCollection/thevoid.gif b/img/buttons/GIFCollection/thevoid.gif new file mode 100644 index 0000000..1099de4 Binary files /dev/null and b/img/buttons/GIFCollection/thevoid.gif differ diff --git a/img/buttons/GIFCollection/tidw2.gif b/img/buttons/GIFCollection/tidw2.gif new file mode 100644 index 0000000..098dd54 Binary files /dev/null and b/img/buttons/GIFCollection/tidw2.gif differ diff --git a/img/buttons/GIFCollection/tj88x31.gif b/img/buttons/GIFCollection/tj88x31.gif new file mode 100644 index 0000000..6605fd3 Binary files /dev/null and b/img/buttons/GIFCollection/tj88x31.gif differ diff --git a/img/buttons/GIFCollection/top100womensites.gif b/img/buttons/GIFCollection/top100womensites.gif new file mode 100644 index 0000000..160edb8 Binary files /dev/null and b/img/buttons/GIFCollection/top100womensites.gif differ diff --git a/img/buttons/GIFCollection/top300list.gif b/img/buttons/GIFCollection/top300list.gif new file mode 100644 index 0000000..904048d Binary files /dev/null and b/img/buttons/GIFCollection/top300list.gif differ diff --git a/img/buttons/GIFCollection/topteddybears.gif b/img/buttons/GIFCollection/topteddybears.gif new file mode 100644 index 0000000..2f5359b Binary files /dev/null and b/img/buttons/GIFCollection/topteddybears.gif differ diff --git a/img/buttons/GIFCollection/topweddingsites.gif b/img/buttons/GIFCollection/topweddingsites.gif new file mode 100644 index 0000000..5cc3246 Binary files /dev/null and b/img/buttons/GIFCollection/topweddingsites.gif differ diff --git a/img/buttons/GIFCollection/totally.gif b/img/buttons/GIFCollection/totally.gif new file mode 100644 index 0000000..2eaf078 Binary files /dev/null and b/img/buttons/GIFCollection/totally.gif differ diff --git a/img/buttons/GIFCollection/trafficjumbobutton.gif b/img/buttons/GIFCollection/trafficjumbobutton.gif new file mode 100644 index 0000000..e8c66ae Binary files /dev/null and b/img/buttons/GIFCollection/trafficjumbobutton.gif differ diff --git a/img/buttons/GIFCollection/transrats.gif b/img/buttons/GIFCollection/transrats.gif new file mode 100644 index 0000000..aa9aa3c Binary files /dev/null and b/img/buttons/GIFCollection/transrats.gif differ diff --git a/img/buttons/GIFCollection/twomen_88x31.gif b/img/buttons/GIFCollection/twomen_88x31.gif new file mode 100644 index 0000000..b384c46 Binary files /dev/null and b/img/buttons/GIFCollection/twomen_88x31.gif differ diff --git a/img/buttons/GIFCollection/u3.gif b/img/buttons/GIFCollection/u3.gif new file mode 100644 index 0000000..2b01ccd Binary files /dev/null and b/img/buttons/GIFCollection/u3.gif differ diff --git a/img/buttons/GIFCollection/uagaytop.gif b/img/buttons/GIFCollection/uagaytop.gif new file mode 100644 index 0000000..af0f355 Binary files /dev/null and b/img/buttons/GIFCollection/uagaytop.gif differ diff --git a/img/buttons/GIFCollection/ubuntu-88x31.gif b/img/buttons/GIFCollection/ubuntu-88x31.gif new file mode 100644 index 0000000..f5faf5f Binary files /dev/null and b/img/buttons/GIFCollection/ubuntu-88x31.gif differ diff --git a/img/buttons/GIFCollection/under-con.gif b/img/buttons/GIFCollection/under-con.gif new file mode 100644 index 0000000..ab726a3 Binary files /dev/null and b/img/buttons/GIFCollection/under-con.gif differ diff --git a/img/buttons/GIFCollection/underwear.gif b/img/buttons/GIFCollection/underwear.gif new file mode 100644 index 0000000..7b3584a Binary files /dev/null and b/img/buttons/GIFCollection/underwear.gif differ diff --git a/img/buttons/GIFCollection/upload_com.gif b/img/buttons/GIFCollection/upload_com.gif new file mode 100644 index 0000000..2cf85b2 Binary files /dev/null and b/img/buttons/GIFCollection/upload_com.gif differ diff --git a/img/buttons/GIFCollection/upyours2.gif b/img/buttons/GIFCollection/upyours2.gif new file mode 100644 index 0000000..b5327b5 Binary files /dev/null and b/img/buttons/GIFCollection/upyours2.gif differ diff --git a/img/buttons/GIFCollection/valentines_button.gif b/img/buttons/GIFCollection/valentines_button.gif new file mode 100644 index 0000000..0925d6e Binary files /dev/null and b/img/buttons/GIFCollection/valentines_button.gif differ diff --git a/img/buttons/GIFCollection/valid-html401-blue.gif b/img/buttons/GIFCollection/valid-html401-blue.gif new file mode 100644 index 0000000..ac438bf Binary files /dev/null and b/img/buttons/GIFCollection/valid-html401-blue.gif differ diff --git a/img/buttons/GIFCollection/vcss-blue.gif b/img/buttons/GIFCollection/vcss-blue.gif new file mode 100644 index 0000000..c373b2a Binary files /dev/null and b/img/buttons/GIFCollection/vcss-blue.gif differ diff --git a/img/buttons/GIFCollection/vetvamp.gif b/img/buttons/GIFCollection/vetvamp.gif new file mode 100644 index 0000000..3eb718f Binary files /dev/null and b/img/buttons/GIFCollection/vetvamp.gif differ diff --git a/img/buttons/GIFCollection/video_game_cheats_tips_hints_codes.gif b/img/buttons/GIFCollection/video_game_cheats_tips_hints_codes.gif new file mode 100644 index 0000000..614a16c Binary files /dev/null and b/img/buttons/GIFCollection/video_game_cheats_tips_hints_codes.gif differ diff --git a/img/buttons/GIFCollection/vocaloid.gif b/img/buttons/GIFCollection/vocaloid.gif new file mode 100644 index 0000000..8c85708 Binary files /dev/null and b/img/buttons/GIFCollection/vocaloid.gif differ diff --git a/img/buttons/GIFCollection/w3c_ab.gif b/img/buttons/GIFCollection/w3c_ab.gif new file mode 100644 index 0000000..63c474b Binary files /dev/null and b/img/buttons/GIFCollection/w3c_ab.gif differ diff --git a/img/buttons/GIFCollection/w3schools88x31.gif b/img/buttons/GIFCollection/w3schools88x31.gif new file mode 100644 index 0000000..a0a12ad Binary files /dev/null and b/img/buttons/GIFCollection/w3schools88x31.gif differ diff --git a/img/buttons/GIFCollection/w96_button.gif b/img/buttons/GIFCollection/w96_button.gif new file mode 100644 index 0000000..4484665 Binary files /dev/null and b/img/buttons/GIFCollection/w96_button.gif differ diff --git a/img/buttons/GIFCollection/wbbhosting.gif b/img/buttons/GIFCollection/wbbhosting.gif new file mode 100644 index 0000000..b72e71e Binary files /dev/null and b/img/buttons/GIFCollection/wbbhosting.gif differ diff --git a/img/buttons/GIFCollection/web_weed.gif b/img/buttons/GIFCollection/web_weed.gif new file mode 100644 index 0000000..7e300a8 Binary files /dev/null and b/img/buttons/GIFCollection/web_weed.gif differ diff --git a/img/buttons/GIFCollection/webpassion.gif b/img/buttons/GIFCollection/webpassion.gif new file mode 100644 index 0000000..4444ae6 Binary files /dev/null and b/img/buttons/GIFCollection/webpassion.gif differ diff --git a/img/buttons/GIFCollection/webpeople.gif b/img/buttons/GIFCollection/webpeople.gif new file mode 100644 index 0000000..7a4170e Binary files /dev/null and b/img/buttons/GIFCollection/webpeople.gif differ diff --git a/img/buttons/GIFCollection/website.gif b/img/buttons/GIFCollection/website.gif new file mode 100644 index 0000000..3be851a Binary files /dev/null and b/img/buttons/GIFCollection/website.gif differ diff --git a/img/buttons/GIFCollection/weedmexplore.gif b/img/buttons/GIFCollection/weedmexplore.gif new file mode 100644 index 0000000..676ef7d Binary files /dev/null and b/img/buttons/GIFCollection/weedmexplore.gif differ diff --git a/img/buttons/GIFCollection/weednow.gif b/img/buttons/GIFCollection/weednow.gif new file mode 100644 index 0000000..36ec0df Binary files /dev/null and b/img/buttons/GIFCollection/weednow.gif differ diff --git a/img/buttons/GIFCollection/why-aol-image.gif b/img/buttons/GIFCollection/why-aol-image.gif new file mode 100644 index 0000000..9e1e852 Binary files /dev/null and b/img/buttons/GIFCollection/why-aol-image.gif differ diff --git a/img/buttons/GIFCollection/wii.gif b/img/buttons/GIFCollection/wii.gif new file mode 100644 index 0000000..5a95203 Binary files /dev/null and b/img/buttons/GIFCollection/wii.gif differ diff --git a/img/buttons/GIFCollection/wikipedia.gif b/img/buttons/GIFCollection/wikipedia.gif new file mode 100644 index 0000000..c27c2a6 Binary files /dev/null and b/img/buttons/GIFCollection/wikipedia.gif differ diff --git a/img/buttons/GIFCollection/win10no.gif b/img/buttons/GIFCollection/win10no.gif new file mode 100644 index 0000000..01976de Binary files /dev/null and b/img/buttons/GIFCollection/win10no.gif differ diff --git a/img/buttons/GIFCollection/win95.gif b/img/buttons/GIFCollection/win95.gif new file mode 100644 index 0000000..3928850 Binary files /dev/null and b/img/buttons/GIFCollection/win95.gif differ diff --git a/img/buttons/GIFCollection/winxp.gif b/img/buttons/GIFCollection/winxp.gif new file mode 100644 index 0000000..8a41a77 Binary files /dev/null and b/img/buttons/GIFCollection/winxp.gif differ diff --git a/img/buttons/GIFCollection/winzip1.gif b/img/buttons/GIFCollection/winzip1.gif new file mode 100644 index 0000000..7b18ad6 Binary files /dev/null and b/img/buttons/GIFCollection/winzip1.gif differ diff --git a/img/buttons/GIFCollection/worstoftheweb.gif b/img/buttons/GIFCollection/worstoftheweb.gif new file mode 100644 index 0000000..0d343fd Binary files /dev/null and b/img/buttons/GIFCollection/worstoftheweb.gif differ diff --git a/img/buttons/GIFCollection/www.gif b/img/buttons/GIFCollection/www.gif new file mode 100644 index 0000000..76caea2 Binary files /dev/null and b/img/buttons/GIFCollection/www.gif differ diff --git a/img/buttons/GIFCollection/xampp.gif b/img/buttons/GIFCollection/xampp.gif new file mode 100644 index 0000000..ea79b52 Binary files /dev/null and b/img/buttons/GIFCollection/xampp.gif differ diff --git a/img/buttons/GIFCollection/y2k.gif b/img/buttons/GIFCollection/y2k.gif new file mode 100644 index 0000000..8624a3a Binary files /dev/null and b/img/buttons/GIFCollection/y2k.gif differ diff --git a/img/buttons/GIFCollection/yahoo.gif b/img/buttons/GIFCollection/yahoo.gif new file mode 100644 index 0000000..7cfc57e Binary files /dev/null and b/img/buttons/GIFCollection/yahoo.gif differ diff --git a/img/buttons/GIFCollection/yay_its_a_button.gif b/img/buttons/GIFCollection/yay_its_a_button.gif new file mode 100644 index 0000000..215ab9c Binary files /dev/null and b/img/buttons/GIFCollection/yay_its_a_button.gif differ diff --git a/img/buttons/GIFCollection/yoshilore.gif b/img/buttons/GIFCollection/yoshilore.gif new file mode 100644 index 0000000..43e38ec Binary files /dev/null and b/img/buttons/GIFCollection/yoshilore.gif differ diff --git a/img/buttons/GIFCollection/ytbutton.gif b/img/buttons/GIFCollection/ytbutton.gif new file mode 100644 index 0000000..61680fd Binary files /dev/null and b/img/buttons/GIFCollection/ytbutton.gif differ diff --git a/img/buttons/key/cheezit.gif b/img/buttons/key/cheezit.gif new file mode 100644 index 0000000..3a90ba0 Binary files /dev/null and b/img/buttons/key/cheezit.gif differ diff --git a/img/links/cinnisdreamhome.gif b/img/links/cinnisdreamhome.gif new file mode 100644 index 0000000..c0601e4 Binary files /dev/null and b/img/links/cinnisdreamhome.gif differ diff --git a/img/links/fairytrash.png b/img/links/fairytrash.png new file mode 100644 index 0000000..99d0520 Binary files /dev/null and b/img/links/fairytrash.png differ diff --git a/img/links/keysklubhouse.gif b/img/links/keysklubhouse.gif new file mode 100644 index 0000000..7183df2 Binary files /dev/null and b/img/links/keysklubhouse.gif differ diff --git a/img/links/museumofalexandra.png b/img/links/museumofalexandra.png new file mode 100644 index 0000000..79990e6 Binary files /dev/null and b/img/links/museumofalexandra.png differ diff --git a/img/links/wiby.gif b/img/links/wiby.gif new file mode 100644 index 0000000..87a6a75 Binary files /dev/null and b/img/links/wiby.gif differ diff --git a/img/stamps/100ghosts/10.gif b/img/stamps/100ghosts/10.gif new file mode 100644 index 0000000..705add1 Binary files /dev/null and b/img/stamps/100ghosts/10.gif differ diff --git a/img/stamps/aestheticstamps/36.png b/img/stamps/aestheticstamps/36.png new file mode 100644 index 0000000..1149282 Binary files /dev/null and b/img/stamps/aestheticstamps/36.png differ diff --git a/img/stamps/amekin/d9o98nz-5e3c137f-61cf-40e5-92f4-23d694b51c53.png b/img/stamps/amekin/d9o98nz-5e3c137f-61cf-40e5-92f4-23d694b51c53.png new file mode 100644 index 0000000..7c59c3b Binary files /dev/null and b/img/stamps/amekin/d9o98nz-5e3c137f-61cf-40e5-92f4-23d694b51c53.png differ diff --git a/img/stamps/amekin/d9v6uin-1a435c57-cd01-45fd-be1f-8d780d2548df.png b/img/stamps/amekin/d9v6uin-1a435c57-cd01-45fd-be1f-8d780d2548df.png new file mode 100644 index 0000000..f5d9bff Binary files /dev/null and b/img/stamps/amekin/d9v6uin-1a435c57-cd01-45fd-be1f-8d780d2548df.png differ diff --git a/img/stamps/aomiarmster/d1zirxm-1294e53a-c348-4e10-bf35-b6094339004f.gif b/img/stamps/aomiarmster/d1zirxm-1294e53a-c348-4e10-bf35-b6094339004f.gif new file mode 100644 index 0000000..34cd539 Binary files /dev/null and b/img/stamps/aomiarmster/d1zirxm-1294e53a-c348-4e10-bf35-b6094339004f.gif differ diff --git a/img/stamps/aomiarmster/d2b1axz-47fc8f71-713a-4334-847f-f9f93ba67fae.gif b/img/stamps/aomiarmster/d2b1axz-47fc8f71-713a-4334-847f-f9f93ba67fae.gif new file mode 100644 index 0000000..195fbb0 Binary files /dev/null and b/img/stamps/aomiarmster/d2b1axz-47fc8f71-713a-4334-847f-f9f93ba67fae.gif differ diff --git a/img/stamps/beepudding/20.png b/img/stamps/beepudding/20.png new file mode 100644 index 0000000..7255832 Binary files /dev/null and b/img/stamps/beepudding/20.png differ diff --git a/img/stamps/buniis/26.png b/img/stamps/buniis/26.png new file mode 100644 index 0000000..b81ebb8 Binary files /dev/null and b/img/stamps/buniis/26.png differ diff --git a/img/stamps/cinni/dreamer_stamp.gif b/img/stamps/cinni/dreamer_stamp.gif new file mode 100644 index 0000000..2f8d6ac Binary files /dev/null and b/img/stamps/cinni/dreamer_stamp.gif differ diff --git a/img/stamps/cinni/gameboy___f2u_stamp_by_babypink_jpg-dau0txn.gif b/img/stamps/cinni/gameboy___f2u_stamp_by_babypink_jpg-dau0txn.gif new file mode 100644 index 0000000..cacf0d8 Binary files /dev/null and b/img/stamps/cinni/gameboy___f2u_stamp_by_babypink_jpg-dau0txn.gif differ diff --git a/img/stamps/cinni/gstamp.png b/img/stamps/cinni/gstamp.png new file mode 100644 index 0000000..94ab2ad Binary files /dev/null and b/img/stamps/cinni/gstamp.png differ diff --git a/img/stamps/cinni/lisafrankstamp.png b/img/stamps/cinni/lisafrankstamp.png new file mode 100644 index 0000000..4fcd9f3 Binary files /dev/null and b/img/stamps/cinni/lisafrankstamp.png differ diff --git a/img/stamps/cinni/moon_stamp.png b/img/stamps/cinni/moon_stamp.png new file mode 100644 index 0000000..f0716fe Binary files /dev/null and b/img/stamps/cinni/moon_stamp.png differ diff --git a/img/stamps/cinni/pastel (14).png b/img/stamps/cinni/pastel (14).png new file mode 100644 index 0000000..e23550a Binary files /dev/null and b/img/stamps/cinni/pastel (14).png differ diff --git a/img/stamps/cinni/pastel (18).png b/img/stamps/cinni/pastel (18).png new file mode 100644 index 0000000..9a70cda Binary files /dev/null and b/img/stamps/cinni/pastel (18).png differ diff --git a/img/stamps/cinni/pastel (2).png b/img/stamps/cinni/pastel (2).png new file mode 100644 index 0000000..c9ead80 Binary files /dev/null and b/img/stamps/cinni/pastel (2).png differ diff --git a/img/stamps/cinni/rainbow_hearts_by_misstoxicslime-dbyha0p.gif b/img/stamps/cinni/rainbow_hearts_by_misstoxicslime-dbyha0p.gif new file mode 100644 index 0000000..d02154e Binary files /dev/null and b/img/stamps/cinni/rainbow_hearts_by_misstoxicslime-dbyha0p.gif differ diff --git a/img/stamps/crystalstamps/dbeajr7-a8f1d3c2-9ff3-46ee-8e6b-cbfd93811fe5.png b/img/stamps/crystalstamps/dbeajr7-a8f1d3c2-9ff3-46ee-8e6b-cbfd93811fe5.png new file mode 100644 index 0000000..0872117 Binary files /dev/null and b/img/stamps/crystalstamps/dbeajr7-a8f1d3c2-9ff3-46ee-8e6b-cbfd93811fe5.png differ diff --git a/img/stamps/crystalstamps/dbecze4-10604529-ba88-4bcd-87e6-fce545804115.gif b/img/stamps/crystalstamps/dbecze4-10604529-ba88-4bcd-87e6-fce545804115.gif new file mode 100644 index 0000000..019ef9f Binary files /dev/null and b/img/stamps/crystalstamps/dbecze4-10604529-ba88-4bcd-87e6-fce545804115.gif differ diff --git a/img/stamps/dameinatrix/9.png b/img/stamps/dameinatrix/9.png new file mode 100644 index 0000000..ce38ac0 Binary files /dev/null and b/img/stamps/dameinatrix/9.png differ diff --git a/img/stamps/dustyhyena/13.png b/img/stamps/dustyhyena/13.png new file mode 100644 index 0000000..7b8853a Binary files /dev/null and b/img/stamps/dustyhyena/13.png differ diff --git a/img/stamps/fairytrash/100.png b/img/stamps/fairytrash/100.png new file mode 100644 index 0000000..9da97ed Binary files /dev/null and b/img/stamps/fairytrash/100.png differ diff --git a/img/stamps/fairytrash/101.png b/img/stamps/fairytrash/101.png new file mode 100644 index 0000000..4c350f3 Binary files /dev/null and b/img/stamps/fairytrash/101.png differ diff --git a/img/stamps/fairytrash/105.png b/img/stamps/fairytrash/105.png new file mode 100644 index 0000000..967c9b1 Binary files /dev/null and b/img/stamps/fairytrash/105.png differ diff --git a/img/stamps/fairytrash/106.gif b/img/stamps/fairytrash/106.gif new file mode 100644 index 0000000..7841d75 Binary files /dev/null and b/img/stamps/fairytrash/106.gif differ diff --git a/img/stamps/fairytrash/107.png b/img/stamps/fairytrash/107.png new file mode 100644 index 0000000..bb9735b Binary files /dev/null and b/img/stamps/fairytrash/107.png differ diff --git a/img/stamps/fairytrash/112.png b/img/stamps/fairytrash/112.png new file mode 100644 index 0000000..5ac32b4 Binary files /dev/null and b/img/stamps/fairytrash/112.png differ diff --git a/img/stamps/fairytrash/113.png b/img/stamps/fairytrash/113.png new file mode 100644 index 0000000..0a44d88 Binary files /dev/null and b/img/stamps/fairytrash/113.png differ diff --git a/img/stamps/fairytrash/116.gif b/img/stamps/fairytrash/116.gif new file mode 100644 index 0000000..b36fa89 Binary files /dev/null and b/img/stamps/fairytrash/116.gif differ diff --git a/img/stamps/fairytrash/117.png b/img/stamps/fairytrash/117.png new file mode 100644 index 0000000..7ab9085 Binary files /dev/null and b/img/stamps/fairytrash/117.png differ diff --git a/img/stamps/fairytrash/118.png b/img/stamps/fairytrash/118.png new file mode 100644 index 0000000..040f8e6 Binary files /dev/null and b/img/stamps/fairytrash/118.png differ diff --git a/img/stamps/fairytrash/119.png b/img/stamps/fairytrash/119.png new file mode 100644 index 0000000..04ccf40 Binary files /dev/null and b/img/stamps/fairytrash/119.png differ diff --git a/img/stamps/fairytrash/122.png b/img/stamps/fairytrash/122.png new file mode 100644 index 0000000..acc3999 Binary files /dev/null and b/img/stamps/fairytrash/122.png differ diff --git a/img/stamps/fairytrash/124.png b/img/stamps/fairytrash/124.png new file mode 100644 index 0000000..ab9430f Binary files /dev/null and b/img/stamps/fairytrash/124.png differ diff --git a/img/stamps/fairytrash/125.png b/img/stamps/fairytrash/125.png new file mode 100644 index 0000000..7936274 Binary files /dev/null and b/img/stamps/fairytrash/125.png differ diff --git a/img/stamps/fairytrash/126.png b/img/stamps/fairytrash/126.png new file mode 100644 index 0000000..c99e65b Binary files /dev/null and b/img/stamps/fairytrash/126.png differ diff --git a/img/stamps/fairytrash/127.png b/img/stamps/fairytrash/127.png new file mode 100644 index 0000000..2282882 Binary files /dev/null and b/img/stamps/fairytrash/127.png differ diff --git a/img/stamps/fairytrash/133.gif b/img/stamps/fairytrash/133.gif new file mode 100644 index 0000000..83ec0fb Binary files /dev/null and b/img/stamps/fairytrash/133.gif differ diff --git a/img/stamps/fairytrash/135.gif b/img/stamps/fairytrash/135.gif new file mode 100644 index 0000000..84bdbef Binary files /dev/null and b/img/stamps/fairytrash/135.gif differ diff --git a/img/stamps/fairytrash/140.jpg b/img/stamps/fairytrash/140.jpg new file mode 100644 index 0000000..2788f13 Binary files /dev/null and b/img/stamps/fairytrash/140.jpg differ diff --git a/img/stamps/fairytrash/143.png b/img/stamps/fairytrash/143.png new file mode 100644 index 0000000..6773d26 Binary files /dev/null and b/img/stamps/fairytrash/143.png differ diff --git a/img/stamps/fairytrash/149.png b/img/stamps/fairytrash/149.png new file mode 100644 index 0000000..fab00de Binary files /dev/null and b/img/stamps/fairytrash/149.png differ diff --git a/img/stamps/fairytrash/150.png b/img/stamps/fairytrash/150.png new file mode 100644 index 0000000..bb549b1 Binary files /dev/null and b/img/stamps/fairytrash/150.png differ diff --git a/img/stamps/fairytrash/155.gif b/img/stamps/fairytrash/155.gif new file mode 100644 index 0000000..30472ea Binary files /dev/null and b/img/stamps/fairytrash/155.gif differ diff --git a/img/stamps/fairytrash/156.png b/img/stamps/fairytrash/156.png new file mode 100644 index 0000000..5c61610 Binary files /dev/null and b/img/stamps/fairytrash/156.png differ diff --git a/img/stamps/fairytrash/162.gif b/img/stamps/fairytrash/162.gif new file mode 100644 index 0000000..9fc4a4a Binary files /dev/null and b/img/stamps/fairytrash/162.gif differ diff --git a/img/stamps/fairytrash/169.png b/img/stamps/fairytrash/169.png new file mode 100644 index 0000000..2cc4ea3 Binary files /dev/null and b/img/stamps/fairytrash/169.png differ diff --git a/img/stamps/fairytrash/170.png b/img/stamps/fairytrash/170.png new file mode 100644 index 0000000..989baf4 Binary files /dev/null and b/img/stamps/fairytrash/170.png differ diff --git a/img/stamps/fairytrash/179.gif b/img/stamps/fairytrash/179.gif new file mode 100644 index 0000000..d2f2658 Binary files /dev/null and b/img/stamps/fairytrash/179.gif differ diff --git a/img/stamps/fairytrash/180.gif b/img/stamps/fairytrash/180.gif new file mode 100644 index 0000000..5dedf0a Binary files /dev/null and b/img/stamps/fairytrash/180.gif differ diff --git a/img/stamps/fairytrash/181.png b/img/stamps/fairytrash/181.png new file mode 100644 index 0000000..51fa099 Binary files /dev/null and b/img/stamps/fairytrash/181.png differ diff --git a/img/stamps/fairytrash/196.png b/img/stamps/fairytrash/196.png new file mode 100644 index 0000000..ca26062 Binary files /dev/null and b/img/stamps/fairytrash/196.png differ diff --git a/img/stamps/fairytrash/210.png b/img/stamps/fairytrash/210.png new file mode 100644 index 0000000..c8cc7df Binary files /dev/null and b/img/stamps/fairytrash/210.png differ diff --git a/img/stamps/fairytrash/211.gif b/img/stamps/fairytrash/211.gif new file mode 100644 index 0000000..75b0d06 Binary files /dev/null and b/img/stamps/fairytrash/211.gif differ diff --git a/img/stamps/fairytrash/212.gif b/img/stamps/fairytrash/212.gif new file mode 100644 index 0000000..a416c90 Binary files /dev/null and b/img/stamps/fairytrash/212.gif differ diff --git a/img/stamps/fairytrash/213.png b/img/stamps/fairytrash/213.png new file mode 100644 index 0000000..d8c1349 Binary files /dev/null and b/img/stamps/fairytrash/213.png differ diff --git a/img/stamps/fairytrash/214.png b/img/stamps/fairytrash/214.png new file mode 100644 index 0000000..2b58b88 Binary files /dev/null and b/img/stamps/fairytrash/214.png differ diff --git a/img/stamps/fairytrash/219.png b/img/stamps/fairytrash/219.png new file mode 100644 index 0000000..e2430ae Binary files /dev/null and b/img/stamps/fairytrash/219.png differ diff --git a/img/stamps/fairytrash/220.png b/img/stamps/fairytrash/220.png new file mode 100644 index 0000000..0c56932 Binary files /dev/null and b/img/stamps/fairytrash/220.png differ diff --git a/img/stamps/fairytrash/223.gif b/img/stamps/fairytrash/223.gif new file mode 100644 index 0000000..c338510 Binary files /dev/null and b/img/stamps/fairytrash/223.gif differ diff --git a/img/stamps/fairytrash/224.gif b/img/stamps/fairytrash/224.gif new file mode 100644 index 0000000..6bc87dd Binary files /dev/null and b/img/stamps/fairytrash/224.gif differ diff --git a/img/stamps/fairytrash/226.gif b/img/stamps/fairytrash/226.gif new file mode 100644 index 0000000..d5c9e21 Binary files /dev/null and b/img/stamps/fairytrash/226.gif differ diff --git a/img/stamps/fairytrash/227.png b/img/stamps/fairytrash/227.png new file mode 100644 index 0000000..1b41fc9 Binary files /dev/null and b/img/stamps/fairytrash/227.png differ diff --git a/img/stamps/fairytrash/231.gif b/img/stamps/fairytrash/231.gif new file mode 100644 index 0000000..96c0741 Binary files /dev/null and b/img/stamps/fairytrash/231.gif differ diff --git a/img/stamps/fairytrash/234.png b/img/stamps/fairytrash/234.png new file mode 100644 index 0000000..507e5db Binary files /dev/null and b/img/stamps/fairytrash/234.png differ diff --git a/img/stamps/fairytrash/239.png b/img/stamps/fairytrash/239.png new file mode 100644 index 0000000..0cd994c Binary files /dev/null and b/img/stamps/fairytrash/239.png differ diff --git a/img/stamps/fairytrash/240.gif b/img/stamps/fairytrash/240.gif new file mode 100644 index 0000000..d262b74 Binary files /dev/null and b/img/stamps/fairytrash/240.gif differ diff --git a/img/stamps/fairytrash/241.gif b/img/stamps/fairytrash/241.gif new file mode 100644 index 0000000..5fff413 Binary files /dev/null and b/img/stamps/fairytrash/241.gif differ diff --git a/img/stamps/fairytrash/242.gif b/img/stamps/fairytrash/242.gif new file mode 100644 index 0000000..7f04a54 Binary files /dev/null and b/img/stamps/fairytrash/242.gif differ diff --git a/img/stamps/fairytrash/60.gif b/img/stamps/fairytrash/60.gif new file mode 100644 index 0000000..875defb Binary files /dev/null and b/img/stamps/fairytrash/60.gif differ diff --git a/img/stamps/fairytrash/61.gif b/img/stamps/fairytrash/61.gif new file mode 100644 index 0000000..4ea9526 Binary files /dev/null and b/img/stamps/fairytrash/61.gif differ diff --git a/img/stamps/fairytrash/62.gif b/img/stamps/fairytrash/62.gif new file mode 100644 index 0000000..80f2fb3 Binary files /dev/null and b/img/stamps/fairytrash/62.gif differ diff --git a/img/stamps/fairytrash/63.png b/img/stamps/fairytrash/63.png new file mode 100644 index 0000000..5406dfe Binary files /dev/null and b/img/stamps/fairytrash/63.png differ diff --git a/img/stamps/fairytrash/64.gif b/img/stamps/fairytrash/64.gif new file mode 100644 index 0000000..5840267 Binary files /dev/null and b/img/stamps/fairytrash/64.gif differ diff --git a/img/stamps/fairytrash/65.gif b/img/stamps/fairytrash/65.gif new file mode 100644 index 0000000..cbaa02d Binary files /dev/null and b/img/stamps/fairytrash/65.gif differ diff --git a/img/stamps/fairytrash/66.png b/img/stamps/fairytrash/66.png new file mode 100644 index 0000000..9f5d9c1 Binary files /dev/null and b/img/stamps/fairytrash/66.png differ diff --git a/img/stamps/fairytrash/68.png b/img/stamps/fairytrash/68.png new file mode 100644 index 0000000..f7a3959 Binary files /dev/null and b/img/stamps/fairytrash/68.png differ diff --git a/img/stamps/fairytrash/70.png b/img/stamps/fairytrash/70.png new file mode 100644 index 0000000..a15ec6b Binary files /dev/null and b/img/stamps/fairytrash/70.png differ diff --git a/img/stamps/fairytrash/71.png b/img/stamps/fairytrash/71.png new file mode 100644 index 0000000..7ec14b8 Binary files /dev/null and b/img/stamps/fairytrash/71.png differ diff --git a/img/stamps/fairytrash/72.png b/img/stamps/fairytrash/72.png new file mode 100644 index 0000000..addf776 Binary files /dev/null and b/img/stamps/fairytrash/72.png differ diff --git a/img/stamps/fairytrash/73.png b/img/stamps/fairytrash/73.png new file mode 100644 index 0000000..8e6d86e Binary files /dev/null and b/img/stamps/fairytrash/73.png differ diff --git a/img/stamps/fairytrash/76.png b/img/stamps/fairytrash/76.png new file mode 100644 index 0000000..a16873b Binary files /dev/null and b/img/stamps/fairytrash/76.png differ diff --git a/img/stamps/fairytrash/78.png b/img/stamps/fairytrash/78.png new file mode 100644 index 0000000..10a84a6 Binary files /dev/null and b/img/stamps/fairytrash/78.png differ diff --git a/img/stamps/fairytrash/79.png b/img/stamps/fairytrash/79.png new file mode 100644 index 0000000..4fcd9f3 Binary files /dev/null and b/img/stamps/fairytrash/79.png differ diff --git a/img/stamps/fairytrash/80.png b/img/stamps/fairytrash/80.png new file mode 100644 index 0000000..852a673 Binary files /dev/null and b/img/stamps/fairytrash/80.png differ diff --git a/img/stamps/fairytrash/81.png b/img/stamps/fairytrash/81.png new file mode 100644 index 0000000..44b450f Binary files /dev/null and b/img/stamps/fairytrash/81.png differ diff --git a/img/stamps/fairytrash/82.gif b/img/stamps/fairytrash/82.gif new file mode 100644 index 0000000..16e7a54 Binary files /dev/null and b/img/stamps/fairytrash/82.gif differ diff --git a/img/stamps/fairytrash/87.png b/img/stamps/fairytrash/87.png new file mode 100644 index 0000000..a0c395b Binary files /dev/null and b/img/stamps/fairytrash/87.png differ diff --git a/img/stamps/fairytrash/88.png b/img/stamps/fairytrash/88.png new file mode 100644 index 0000000..85e96d6 Binary files /dev/null and b/img/stamps/fairytrash/88.png differ diff --git a/img/stamps/fairytrash/89.png b/img/stamps/fairytrash/89.png new file mode 100644 index 0000000..33f8ff9 Binary files /dev/null and b/img/stamps/fairytrash/89.png differ diff --git a/img/stamps/fairytrash/90.gif b/img/stamps/fairytrash/90.gif new file mode 100644 index 0000000..48c9d94 Binary files /dev/null and b/img/stamps/fairytrash/90.gif differ diff --git a/img/stamps/fairytrash/93.png b/img/stamps/fairytrash/93.png new file mode 100644 index 0000000..e74bd80 Binary files /dev/null and b/img/stamps/fairytrash/93.png differ diff --git a/img/stamps/fairytrash/96.png b/img/stamps/fairytrash/96.png new file mode 100644 index 0000000..6cb1589 Binary files /dev/null and b/img/stamps/fairytrash/96.png differ diff --git a/img/stamps/fairytrash/97.png b/img/stamps/fairytrash/97.png new file mode 100644 index 0000000..03f947e Binary files /dev/null and b/img/stamps/fairytrash/97.png differ diff --git a/img/stamps/fairytrash/99.png b/img/stamps/fairytrash/99.png new file mode 100644 index 0000000..63d04cd Binary files /dev/null and b/img/stamps/fairytrash/99.png differ diff --git a/img/stamps/glittersludge/34.png b/img/stamps/glittersludge/34.png new file mode 100644 index 0000000..4e32348 Binary files /dev/null and b/img/stamps/glittersludge/34.png differ diff --git a/img/stamps/glittersludge/day6au4-533ca79c-eabc-447a-bbc6-b67045849883.png b/img/stamps/glittersludge/day6au4-533ca79c-eabc-447a-bbc6-b67045849883.png new file mode 100644 index 0000000..bb9735b Binary files /dev/null and b/img/stamps/glittersludge/day6au4-533ca79c-eabc-447a-bbc6-b67045849883.png differ diff --git a/img/stamps/glittersludge/day6g2p-3ebb5a12-470a-4ffd-9f66-8a7c0acd048d.png b/img/stamps/glittersludge/day6g2p-3ebb5a12-470a-4ffd-9f66-8a7c0acd048d.png new file mode 100644 index 0000000..ac50f71 Binary files /dev/null and b/img/stamps/glittersludge/day6g2p-3ebb5a12-470a-4ffd-9f66-8a7c0acd048d.png differ diff --git a/img/stamps/glittersludge/day6hqd-536d4d7e-3f9f-414c-b499-0c8f620d0c8c.png b/img/stamps/glittersludge/day6hqd-536d4d7e-3f9f-414c-b499-0c8f620d0c8c.png new file mode 100644 index 0000000..1f2e917 Binary files /dev/null and b/img/stamps/glittersludge/day6hqd-536d4d7e-3f9f-414c-b499-0c8f620d0c8c.png differ diff --git a/img/stamps/glittersludge/day6nov-9c7c4339-2102-4ae8-85c5-67394c2d8403.png b/img/stamps/glittersludge/day6nov-9c7c4339-2102-4ae8-85c5-67394c2d8403.png new file mode 100644 index 0000000..25ade2b Binary files /dev/null and b/img/stamps/glittersludge/day6nov-9c7c4339-2102-4ae8-85c5-67394c2d8403.png differ diff --git a/img/stamps/glittersludge/day7o6y-6135b29b-70f5-498e-8ec5-28063b0502f6.png b/img/stamps/glittersludge/day7o6y-6135b29b-70f5-498e-8ec5-28063b0502f6.png new file mode 100644 index 0000000..7b1ab75 Binary files /dev/null and b/img/stamps/glittersludge/day7o6y-6135b29b-70f5-498e-8ec5-28063b0502f6.png differ diff --git a/img/stamps/glittersludge/db8g8xc-beb66fdf-736b-4bb1-8be6-6cb1432ac9c5.png b/img/stamps/glittersludge/db8g8xc-beb66fdf-736b-4bb1-8be6-6cb1432ac9c5.png new file mode 100644 index 0000000..223638d Binary files /dev/null and b/img/stamps/glittersludge/db8g8xc-beb66fdf-736b-4bb1-8be6-6cb1432ac9c5.png differ diff --git a/img/stamps/glittersludge/db8g9u2-dd21e042-6232-483e-8fbb-a8aca3a45da7.png b/img/stamps/glittersludge/db8g9u2-dd21e042-6232-483e-8fbb-a8aca3a45da7.png new file mode 100644 index 0000000..15fb31c Binary files /dev/null and b/img/stamps/glittersludge/db8g9u2-dd21e042-6232-483e-8fbb-a8aca3a45da7.png differ diff --git a/img/stamps/glittersludge/dbjozx6-4d5e5724-418b-4961-ae92-9f4fdf929bad.png b/img/stamps/glittersludge/dbjozx6-4d5e5724-418b-4961-ae92-9f4fdf929bad.png new file mode 100644 index 0000000..93c7583 Binary files /dev/null and b/img/stamps/glittersludge/dbjozx6-4d5e5724-418b-4961-ae92-9f4fdf929bad.png differ diff --git a/img/stamps/goredoq/25.gif b/img/stamps/goredoq/25.gif new file mode 100644 index 0000000..66fd4db Binary files /dev/null and b/img/stamps/goredoq/25.gif differ diff --git a/img/stamps/goredoq/daed53p-6eb6e7ab-9a9b-4bc5-8426-6b0d1d2658c0.gif b/img/stamps/goredoq/daed53p-6eb6e7ab-9a9b-4bc5-8426-6b0d1d2658c0.gif new file mode 100644 index 0000000..6028c6a Binary files /dev/null and b/img/stamps/goredoq/daed53p-6eb6e7ab-9a9b-4bc5-8426-6b0d1d2658c0.gif differ diff --git a/img/stamps/goredoq/daed55d-56f562e7-be8a-4db2-b0bd-a7c05534af41.gif b/img/stamps/goredoq/daed55d-56f562e7-be8a-4db2-b0bd-a7c05534af41.gif new file mode 100644 index 0000000..3fa8c41 Binary files /dev/null and b/img/stamps/goredoq/daed55d-56f562e7-be8a-4db2-b0bd-a7c05534af41.gif differ diff --git a/img/stamps/goredoq/daed56i-1bb5d6b5-9957-4388-86d9-88c4cc2a7173.gif b/img/stamps/goredoq/daed56i-1bb5d6b5-9957-4388-86d9-88c4cc2a7173.gif new file mode 100644 index 0000000..d86bdd1 Binary files /dev/null and b/img/stamps/goredoq/daed56i-1bb5d6b5-9957-4388-86d9-88c4cc2a7173.gif differ diff --git a/img/stamps/goredoq/daed57z-87671982-92bc-476f-975e-1e2851c5893f.gif b/img/stamps/goredoq/daed57z-87671982-92bc-476f-975e-1e2851c5893f.gif new file mode 100644 index 0000000..af97153 Binary files /dev/null and b/img/stamps/goredoq/daed57z-87671982-92bc-476f-975e-1e2851c5893f.gif differ diff --git a/img/stamps/goredoq/daed5ij-64dea420-e3cc-4e69-b0be-55240038a259.png b/img/stamps/goredoq/daed5ij-64dea420-e3cc-4e69-b0be-55240038a259.png new file mode 100644 index 0000000..86dea40 Binary files /dev/null and b/img/stamps/goredoq/daed5ij-64dea420-e3cc-4e69-b0be-55240038a259.png differ diff --git a/img/stamps/goredoq/daed5ke-27e25bd6-7193-4cf1-82cf-84747d415e25.png b/img/stamps/goredoq/daed5ke-27e25bd6-7193-4cf1-82cf-84747d415e25.png new file mode 100644 index 0000000..0d5d5ca Binary files /dev/null and b/img/stamps/goredoq/daed5ke-27e25bd6-7193-4cf1-82cf-84747d415e25.png differ diff --git a/img/stamps/goredoq/daed5um-999077c6-9558-4678-81ab-5ab475a753ad.png b/img/stamps/goredoq/daed5um-999077c6-9558-4678-81ab-5ab475a753ad.png new file mode 100644 index 0000000..273f661 Binary files /dev/null and b/img/stamps/goredoq/daed5um-999077c6-9558-4678-81ab-5ab475a753ad.png differ diff --git a/img/stamps/goredoq/daed606-bd3b9df6-9675-4b43-a8bd-450d12d63d48.png b/img/stamps/goredoq/daed606-bd3b9df6-9675-4b43-a8bd-450d12d63d48.png new file mode 100644 index 0000000..c73cb6b Binary files /dev/null and b/img/stamps/goredoq/daed606-bd3b9df6-9675-4b43-a8bd-450d12d63d48.png differ diff --git a/img/stamps/goredoq/daesecn-9f6849d1-17b0-4640-a26b-d1e034113133.gif b/img/stamps/goredoq/daesecn-9f6849d1-17b0-4640-a26b-d1e034113133.gif new file mode 100644 index 0000000..96f79c0 Binary files /dev/null and b/img/stamps/goredoq/daesecn-9f6849d1-17b0-4640-a26b-d1e034113133.gif differ diff --git a/img/stamps/goredoq/daf8cka-621123de-4e88-4948-898e-ce928b28e36f.png b/img/stamps/goredoq/daf8cka-621123de-4e88-4948-898e-ce928b28e36f.png new file mode 100644 index 0000000..86264bb Binary files /dev/null and b/img/stamps/goredoq/daf8cka-621123de-4e88-4948-898e-ce928b28e36f.png differ diff --git a/img/stamps/goredoq/dax18ts-a69b50ff-1daa-4999-ba93-91de1059c886.png b/img/stamps/goredoq/dax18ts-a69b50ff-1daa-4999-ba93-91de1059c886.png new file mode 100644 index 0000000..03eff78 Binary files /dev/null and b/img/stamps/goredoq/dax18ts-a69b50ff-1daa-4999-ba93-91de1059c886.png differ diff --git a/img/stamps/goredoq/daxmhyk-491da970-5db6-4611-a36d-2e5d9d6662fd.gif b/img/stamps/goredoq/daxmhyk-491da970-5db6-4611-a36d-2e5d9d6662fd.gif new file mode 100644 index 0000000..b655690 Binary files /dev/null and b/img/stamps/goredoq/daxmhyk-491da970-5db6-4611-a36d-2e5d9d6662fd.gif differ diff --git a/img/stamps/goredoq/daxmi0u-194ac913-d70c-4654-922d-5763a73e25bd.gif b/img/stamps/goredoq/daxmi0u-194ac913-d70c-4654-922d-5763a73e25bd.gif new file mode 100644 index 0000000..a347842 Binary files /dev/null and b/img/stamps/goredoq/daxmi0u-194ac913-d70c-4654-922d-5763a73e25bd.gif differ diff --git a/img/stamps/goredoq/db2e7ke-4f953263-c066-445f-b6c9-e917a45ac387.png b/img/stamps/goredoq/db2e7ke-4f953263-c066-445f-b6c9-e917a45ac387.png new file mode 100644 index 0000000..8bf519d Binary files /dev/null and b/img/stamps/goredoq/db2e7ke-4f953263-c066-445f-b6c9-e917a45ac387.png differ diff --git a/img/stamps/goredoq/db2e7lz-c7ca7f5f-032e-4171-a87f-da8b4d22bd0f.png b/img/stamps/goredoq/db2e7lz-c7ca7f5f-032e-4171-a87f-da8b4d22bd0f.png new file mode 100644 index 0000000..78a5178 Binary files /dev/null and b/img/stamps/goredoq/db2e7lz-c7ca7f5f-032e-4171-a87f-da8b4d22bd0f.png differ diff --git a/img/stamps/goredoq/db6ng1i-d4964bdc-b706-45ef-b23a-8ce71ac74930.gif b/img/stamps/goredoq/db6ng1i-d4964bdc-b706-45ef-b23a-8ce71ac74930.gif new file mode 100644 index 0000000..83fa6ba Binary files /dev/null and b/img/stamps/goredoq/db6ng1i-d4964bdc-b706-45ef-b23a-8ce71ac74930.gif differ diff --git a/img/stamps/goredoq/dbcwwdo-8ccb1a76-ed10-46b9-8c23-4b6f25283fc0.gif b/img/stamps/goredoq/dbcwwdo-8ccb1a76-ed10-46b9-8c23-4b6f25283fc0.gif new file mode 100644 index 0000000..785a4d0 Binary files /dev/null and b/img/stamps/goredoq/dbcwwdo-8ccb1a76-ed10-46b9-8c23-4b6f25283fc0.gif differ diff --git a/img/stamps/goredoq/dbcwwfw-ce32bc7a-e236-4041-b6e5-690e1a29dace.gif b/img/stamps/goredoq/dbcwwfw-ce32bc7a-e236-4041-b6e5-690e1a29dace.gif new file mode 100644 index 0000000..0656726 Binary files /dev/null and b/img/stamps/goredoq/dbcwwfw-ce32bc7a-e236-4041-b6e5-690e1a29dace.gif differ diff --git a/img/stamps/goredoq/dbd07s3-09c0e2c7-7585-4ce1-9274-26758c7ee24f.gif b/img/stamps/goredoq/dbd07s3-09c0e2c7-7585-4ce1-9274-26758c7ee24f.gif new file mode 100644 index 0000000..deeb55a Binary files /dev/null and b/img/stamps/goredoq/dbd07s3-09c0e2c7-7585-4ce1-9274-26758c7ee24f.gif differ diff --git a/img/stamps/goredoq/dbd080x-3bd3547a-b298-424f-a2e4-da40b7704152.gif b/img/stamps/goredoq/dbd080x-3bd3547a-b298-424f-a2e4-da40b7704152.gif new file mode 100644 index 0000000..1dc17a4 Binary files /dev/null and b/img/stamps/goredoq/dbd080x-3bd3547a-b298-424f-a2e4-da40b7704152.gif differ diff --git a/img/stamps/goredoq/dbl2a5x-7bfb66da-05f4-41fe-9bae-a05488156831.png b/img/stamps/goredoq/dbl2a5x-7bfb66da-05f4-41fe-9bae-a05488156831.png new file mode 100644 index 0000000..0550daf Binary files /dev/null and b/img/stamps/goredoq/dbl2a5x-7bfb66da-05f4-41fe-9bae-a05488156831.png differ diff --git a/img/stamps/hyper--drunk/17.png b/img/stamps/hyper--drunk/17.png new file mode 100644 index 0000000..ab36478 Binary files /dev/null and b/img/stamps/hyper--drunk/17.png differ diff --git a/img/stamps/king-lulu-deer/dc6h6a2-6afe260a-3aff-4032-97d5-f1117326474e.gif b/img/stamps/king-lulu-deer/dc6h6a2-6afe260a-3aff-4032-97d5-f1117326474e.gif new file mode 100644 index 0000000..eabc37e Binary files /dev/null and b/img/stamps/king-lulu-deer/dc6h6a2-6afe260a-3aff-4032-97d5-f1117326474e.gif differ diff --git a/img/stamps/king-lulu-deer/dcck6b1-300355eb-fd62-47bc-a110-c3bc360ad70d.gif b/img/stamps/king-lulu-deer/dcck6b1-300355eb-fd62-47bc-a110-c3bc360ad70d.gif new file mode 100644 index 0000000..96eb9da Binary files /dev/null and b/img/stamps/king-lulu-deer/dcck6b1-300355eb-fd62-47bc-a110-c3bc360ad70d.gif differ diff --git a/img/stamps/kittyjewelpet74/43.gif b/img/stamps/kittyjewelpet74/43.gif new file mode 100644 index 0000000..89c0289 Binary files /dev/null and b/img/stamps/kittyjewelpet74/43.gif differ diff --git a/img/stamps/kittyjewelpet78/14.gif b/img/stamps/kittyjewelpet78/14.gif new file mode 100644 index 0000000..b806746 Binary files /dev/null and b/img/stamps/kittyjewelpet78/14.gif differ diff --git a/img/stamps/midousujii/30.png b/img/stamps/midousujii/30.png new file mode 100644 index 0000000..4460584 Binary files /dev/null and b/img/stamps/midousujii/30.png differ diff --git a/img/stamps/molly-stamps/32.png b/img/stamps/molly-stamps/32.png new file mode 100644 index 0000000..000487c Binary files /dev/null and b/img/stamps/molly-stamps/32.png differ diff --git a/img/stamps/molly-stamps/d9qyb26-17e3dfa5-e44a-4ef3-af17-001b44c8dc93.png b/img/stamps/molly-stamps/d9qyb26-17e3dfa5-e44a-4ef3-af17-001b44c8dc93.png new file mode 100644 index 0000000..e70395a Binary files /dev/null and b/img/stamps/molly-stamps/d9qyb26-17e3dfa5-e44a-4ef3-af17-001b44c8dc93.png differ diff --git a/img/stamps/molly-stamps/d9tgl4t-296f1ef1-fe2e-4321-bc85-ce5b927df6d7.png b/img/stamps/molly-stamps/d9tgl4t-296f1ef1-fe2e-4321-bc85-ce5b927df6d7.png new file mode 100644 index 0000000..c7bc7e4 Binary files /dev/null and b/img/stamps/molly-stamps/d9tgl4t-296f1ef1-fe2e-4321-bc85-ce5b927df6d7.png differ diff --git a/img/stamps/molly-stamps/d9thedt-7f89af4f-9cc4-4bfa-9087-a4bf8c92fd1f.png b/img/stamps/molly-stamps/d9thedt-7f89af4f-9cc4-4bfa-9087-a4bf8c92fd1f.png new file mode 100644 index 0000000..34b58f6 Binary files /dev/null and b/img/stamps/molly-stamps/d9thedt-7f89af4f-9cc4-4bfa-9087-a4bf8c92fd1f.png differ diff --git a/img/stamps/molly-stamps/da0o1xs-a51cc3de-affc-4742-afdd-1c3f446e54c4.png b/img/stamps/molly-stamps/da0o1xs-a51cc3de-affc-4742-afdd-1c3f446e54c4.png new file mode 100644 index 0000000..cb7ac40 Binary files /dev/null and b/img/stamps/molly-stamps/da0o1xs-a51cc3de-affc-4742-afdd-1c3f446e54c4.png differ diff --git a/img/stamps/molly-stamps/da0o6el-9cd63756-3d14-4cf9-8bb1-332c09d4050a.png b/img/stamps/molly-stamps/da0o6el-9cd63756-3d14-4cf9-8bb1-332c09d4050a.png new file mode 100644 index 0000000..7c9759c Binary files /dev/null and b/img/stamps/molly-stamps/da0o6el-9cd63756-3d14-4cf9-8bb1-332c09d4050a.png differ diff --git a/img/stamps/molly-stamps/da0zqff-5b06546d-1d11-45a2-8737-5c59ec25d0a3.png b/img/stamps/molly-stamps/da0zqff-5b06546d-1d11-45a2-8737-5c59ec25d0a3.png new file mode 100644 index 0000000..8750a7f Binary files /dev/null and b/img/stamps/molly-stamps/da0zqff-5b06546d-1d11-45a2-8737-5c59ec25d0a3.png differ diff --git a/img/stamps/molly-stamps/da7t0c7-bc0c7ab6-5979-4e11-839e-59fdcb791b9b.png b/img/stamps/molly-stamps/da7t0c7-bc0c7ab6-5979-4e11-839e-59fdcb791b9b.png new file mode 100644 index 0000000..6543d3e Binary files /dev/null and b/img/stamps/molly-stamps/da7t0c7-bc0c7ab6-5979-4e11-839e-59fdcb791b9b.png differ diff --git a/img/stamps/molly-stamps/da9omsp-3fe4cd57-801c-4408-ab04-600ff0434372.png b/img/stamps/molly-stamps/da9omsp-3fe4cd57-801c-4408-ab04-600ff0434372.png new file mode 100644 index 0000000..01f90a7 Binary files /dev/null and b/img/stamps/molly-stamps/da9omsp-3fe4cd57-801c-4408-ab04-600ff0434372.png differ diff --git a/img/stamps/molly-stamps/dayfy1h-896666b6-dd92-4993-9ad1-2b17945db270.png b/img/stamps/molly-stamps/dayfy1h-896666b6-dd92-4993-9ad1-2b17945db270.png new file mode 100644 index 0000000..d57359c Binary files /dev/null and b/img/stamps/molly-stamps/dayfy1h-896666b6-dd92-4993-9ad1-2b17945db270.png differ diff --git a/img/stamps/molly-stamps/dayfyoj-b3a288ff-3011-483c-a0d8-6a26617726de.png b/img/stamps/molly-stamps/dayfyoj-b3a288ff-3011-483c-a0d8-6a26617726de.png new file mode 100644 index 0000000..f216882 Binary files /dev/null and b/img/stamps/molly-stamps/dayfyoj-b3a288ff-3011-483c-a0d8-6a26617726de.png differ diff --git a/img/stamps/molly-stamps/daygeio-341ad25b-ea0c-49ab-adb7-81b18c9cd587.png b/img/stamps/molly-stamps/daygeio-341ad25b-ea0c-49ab-adb7-81b18c9cd587.png new file mode 100644 index 0000000..b23a5c0 Binary files /dev/null and b/img/stamps/molly-stamps/daygeio-341ad25b-ea0c-49ab-adb7-81b18c9cd587.png differ diff --git a/img/stamps/molly-stamps/dbbt58u-01ef5195-7d3a-4bdd-8a55-cf6540fc6429.png b/img/stamps/molly-stamps/dbbt58u-01ef5195-7d3a-4bdd-8a55-cf6540fc6429.png new file mode 100644 index 0000000..6785099 Binary files /dev/null and b/img/stamps/molly-stamps/dbbt58u-01ef5195-7d3a-4bdd-8a55-cf6540fc6429.png differ diff --git a/img/stamps/molly-stamps/dbvl9xl-e76b50bf-c2ec-4f99-9729-07c4c87869fa.png b/img/stamps/molly-stamps/dbvl9xl-e76b50bf-c2ec-4f99-9729-07c4c87869fa.png new file mode 100644 index 0000000..bd9d303 Binary files /dev/null and b/img/stamps/molly-stamps/dbvl9xl-e76b50bf-c2ec-4f99-9729-07c4c87869fa.png differ diff --git a/img/stamps/nerdy-pixel-girl/d9lpcax-6d43828e-885d-40f2-a25d-cc9db9741f7b.png b/img/stamps/nerdy-pixel-girl/d9lpcax-6d43828e-885d-40f2-a25d-cc9db9741f7b.png new file mode 100644 index 0000000..6c20c4d Binary files /dev/null and b/img/stamps/nerdy-pixel-girl/d9lpcax-6d43828e-885d-40f2-a25d-cc9db9741f7b.png differ diff --git a/img/stamps/nerdy-pixel-girl/daai2ro-a3525e2e-7747-4a4a-b4c1-7b374ddea435.png b/img/stamps/nerdy-pixel-girl/daai2ro-a3525e2e-7747-4a4a-b4c1-7b374ddea435.png new file mode 100644 index 0000000..dfe1b3a Binary files /dev/null and b/img/stamps/nerdy-pixel-girl/daai2ro-a3525e2e-7747-4a4a-b4c1-7b374ddea435.png differ diff --git a/img/stamps/nerdy-pixel-girl/dab4gwy-fd2752c7-c16a-4a4c-ba6f-2bb6a4895a2d.png b/img/stamps/nerdy-pixel-girl/dab4gwy-fd2752c7-c16a-4a4c-ba6f-2bb6a4895a2d.png new file mode 100644 index 0000000..fd88e3b Binary files /dev/null and b/img/stamps/nerdy-pixel-girl/dab4gwy-fd2752c7-c16a-4a4c-ba6f-2bb6a4895a2d.png differ diff --git a/img/stamps/nerdy-pixel-girl/dabvhx6-ecedbd16-efac-42aa-86ac-82e9c54a1d54.png b/img/stamps/nerdy-pixel-girl/dabvhx6-ecedbd16-efac-42aa-86ac-82e9c54a1d54.png new file mode 100644 index 0000000..11e35e8 Binary files /dev/null and b/img/stamps/nerdy-pixel-girl/dabvhx6-ecedbd16-efac-42aa-86ac-82e9c54a1d54.png differ diff --git a/img/stamps/nerdy-pixel-girl/db39vlc-17241462-e5d7-4039-9065-f3c53f814764.gif b/img/stamps/nerdy-pixel-girl/db39vlc-17241462-e5d7-4039-9065-f3c53f814764.gif new file mode 100644 index 0000000..9e8f556 Binary files /dev/null and b/img/stamps/nerdy-pixel-girl/db39vlc-17241462-e5d7-4039-9065-f3c53f814764.gif differ diff --git a/img/stamps/nerdy-pixel-girl/dbnsk24-169408cc-9659-4197-8cef-998f96b10c64.gif b/img/stamps/nerdy-pixel-girl/dbnsk24-169408cc-9659-4197-8cef-998f96b10c64.gif new file mode 100644 index 0000000..26f0595 Binary files /dev/null and b/img/stamps/nerdy-pixel-girl/dbnsk24-169408cc-9659-4197-8cef-998f96b10c64.gif differ diff --git a/img/stamps/nyanfuw/8.png b/img/stamps/nyanfuw/8.png new file mode 100644 index 0000000..c5cbdc1 Binary files /dev/null and b/img/stamps/nyanfuw/8.png differ diff --git a/img/stamps/panstarry/3.png b/img/stamps/panstarry/3.png new file mode 100644 index 0000000..cbe77b3 Binary files /dev/null and b/img/stamps/panstarry/3.png differ diff --git a/img/stamps/princessskyler/daqgutl-be7d167b-e51a-4e8a-8be9-002788e45f5f.gif b/img/stamps/princessskyler/daqgutl-be7d167b-e51a-4e8a-8be9-002788e45f5f.gif new file mode 100644 index 0000000..3e4e02e Binary files /dev/null and b/img/stamps/princessskyler/daqgutl-be7d167b-e51a-4e8a-8be9-002788e45f5f.gif differ diff --git a/img/stamps/puppystamps/dbt8flg-4dc6c798-b7d9-47bd-8ddf-b42680af0b57.png b/img/stamps/puppystamps/dbt8flg-4dc6c798-b7d9-47bd-8ddf-b42680af0b57.png new file mode 100644 index 0000000..3dce53f Binary files /dev/null and b/img/stamps/puppystamps/dbt8flg-4dc6c798-b7d9-47bd-8ddf-b42680af0b57.png differ diff --git a/img/stamps/puppystamps/dc3gfr3-13899972-9f4e-4f5b-a966-db7cffdfd576.png b/img/stamps/puppystamps/dc3gfr3-13899972-9f4e-4f5b-a966-db7cffdfd576.png new file mode 100644 index 0000000..a74345a Binary files /dev/null and b/img/stamps/puppystamps/dc3gfr3-13899972-9f4e-4f5b-a966-db7cffdfd576.png differ diff --git a/img/stamps/r0se-designs/55.gif b/img/stamps/r0se-designs/55.gif new file mode 100644 index 0000000..36c2143 Binary files /dev/null and b/img/stamps/r0se-designs/55.gif differ diff --git a/img/stamps/rogue-ranger/5.gif b/img/stamps/rogue-ranger/5.gif new file mode 100644 index 0000000..14b4e70 Binary files /dev/null and b/img/stamps/rogue-ranger/5.gif differ diff --git a/img/stamps/skystamps/15.png b/img/stamps/skystamps/15.png new file mode 100644 index 0000000..90dde4c Binary files /dev/null and b/img/stamps/skystamps/15.png differ diff --git a/img/stamps/stampmakerlkj/19.png b/img/stamps/stampmakerlkj/19.png new file mode 100644 index 0000000..04be4b3 Binary files /dev/null and b/img/stamps/stampmakerlkj/19.png differ diff --git a/img/stamps/stampmakerlkj/d6198h1-8f880119-23f7-4839-ade4-c2e58eae85bc.png b/img/stamps/stampmakerlkj/d6198h1-8f880119-23f7-4839-ade4-c2e58eae85bc.png new file mode 100644 index 0000000..c9fde58 Binary files /dev/null and b/img/stamps/stampmakerlkj/d6198h1-8f880119-23f7-4839-ade4-c2e58eae85bc.png differ diff --git a/img/stamps/stitchlovergirl96/23.gif b/img/stamps/stitchlovergirl96/23.gif new file mode 100644 index 0000000..a957786 Binary files /dev/null and b/img/stamps/stitchlovergirl96/23.gif differ diff --git a/img/stamps/stratosqueer/dc2p3xb-9aaa8855-e666-4a99-bfa6-b7132d0b5a01.png b/img/stamps/stratosqueer/dc2p3xb-9aaa8855-e666-4a99-bfa6-b7132d0b5a01.png new file mode 100644 index 0000000..892a708 Binary files /dev/null and b/img/stamps/stratosqueer/dc2p3xb-9aaa8855-e666-4a99-bfa6-b7132d0b5a01.png differ diff --git a/img/stamps/stratosqueer/dc2pse2-9b134af5-b831-4e33-87a0-1a7ced9bf82d.png b/img/stamps/stratosqueer/dc2pse2-9b134af5-b831-4e33-87a0-1a7ced9bf82d.png new file mode 100644 index 0000000..069adf8 Binary files /dev/null and b/img/stamps/stratosqueer/dc2pse2-9b134af5-b831-4e33-87a0-1a7ced9bf82d.png differ diff --git a/img/stamps/stratosqueer/dc3jjmt-0f0eb518-f62d-4f16-96c8-a1661fc2714c.png b/img/stamps/stratosqueer/dc3jjmt-0f0eb518-f62d-4f16-96c8-a1661fc2714c.png new file mode 100644 index 0000000..d669b04 Binary files /dev/null and b/img/stamps/stratosqueer/dc3jjmt-0f0eb518-f62d-4f16-96c8-a1661fc2714c.png differ diff --git a/img/stamps/stratosqueer/dc3uord-b6ee1cd8-298e-46d2-ae59-9aaa81178c3e.png b/img/stamps/stratosqueer/dc3uord-b6ee1cd8-298e-46d2-ae59-9aaa81178c3e.png new file mode 100644 index 0000000..9885235 Binary files /dev/null and b/img/stamps/stratosqueer/dc3uord-b6ee1cd8-298e-46d2-ae59-9aaa81178c3e.png differ diff --git a/img/stamps/sugary-stardust/da1kpc0-ca1e6412-237e-4274-a8a2-5ff88f1f306c.png b/img/stamps/sugary-stardust/da1kpc0-ca1e6412-237e-4274-a8a2-5ff88f1f306c.png new file mode 100644 index 0000000..42e52f4 Binary files /dev/null and b/img/stamps/sugary-stardust/da1kpc0-ca1e6412-237e-4274-a8a2-5ff88f1f306c.png differ diff --git a/img/stamps/sugary-stardust/dai7jfl-d5b966af-ef11-4fa6-832a-073706c1d6f2.gif b/img/stamps/sugary-stardust/dai7jfl-d5b966af-ef11-4fa6-832a-073706c1d6f2.gif new file mode 100644 index 0000000..0c180cc Binary files /dev/null and b/img/stamps/sugary-stardust/dai7jfl-d5b966af-ef11-4fa6-832a-073706c1d6f2.gif differ diff --git a/img/stamps/sugary-stardust/dao3thq-dd775acb-4ae3-4f2c-9f8f-11696899e3bb.gif b/img/stamps/sugary-stardust/dao3thq-dd775acb-4ae3-4f2c-9f8f-11696899e3bb.gif new file mode 100644 index 0000000..9aab527 Binary files /dev/null and b/img/stamps/sugary-stardust/dao3thq-dd775acb-4ae3-4f2c-9f8f-11696899e3bb.gif differ diff --git a/img/stamps/sugary-stardust/datijrk-25f8358b-51e0-4cac-b957-07ea9f4abe14.gif b/img/stamps/sugary-stardust/datijrk-25f8358b-51e0-4cac-b957-07ea9f4abe14.gif new file mode 100644 index 0000000..387086d Binary files /dev/null and b/img/stamps/sugary-stardust/datijrk-25f8358b-51e0-4cac-b957-07ea9f4abe14.gif differ diff --git a/img/stamps/sugary-stardust/davgrwc-c7872083-1812-4e50-b166-558d867ce54d.gif b/img/stamps/sugary-stardust/davgrwc-c7872083-1812-4e50-b166-558d867ce54d.gif new file mode 100644 index 0000000..42cab0e Binary files /dev/null and b/img/stamps/sugary-stardust/davgrwc-c7872083-1812-4e50-b166-558d867ce54d.gif differ diff --git a/img/stamps/sugary-stardust/db3g3ro-79706c01-f46b-442d-86bf-6b66a8a276c2.gif b/img/stamps/sugary-stardust/db3g3ro-79706c01-f46b-442d-86bf-6b66a8a276c2.gif new file mode 100644 index 0000000..98b39c0 Binary files /dev/null and b/img/stamps/sugary-stardust/db3g3ro-79706c01-f46b-442d-86bf-6b66a8a276c2.gif differ diff --git a/img/stamps/sugary-stardust/dc4bgwx-c14461e5-3b04-45ae-9192-3a95ec175488.gif b/img/stamps/sugary-stardust/dc4bgwx-c14461e5-3b04-45ae-9192-3a95ec175488.gif new file mode 100644 index 0000000..e376789 Binary files /dev/null and b/img/stamps/sugary-stardust/dc4bgwx-c14461e5-3b04-45ae-9192-3a95ec175488.gif differ diff --git a/img/stamps/tamriei/11.gif b/img/stamps/tamriei/11.gif new file mode 100644 index 0000000..913e5ff Binary files /dev/null and b/img/stamps/tamriei/11.gif differ diff --git a/img/stamps/turbuggy/38.gif b/img/stamps/turbuggy/38.gif new file mode 100644 index 0000000..b7bc206 Binary files /dev/null and b/img/stamps/turbuggy/38.gif differ diff --git a/img/stamps/ufocatchers/24.png b/img/stamps/ufocatchers/24.png new file mode 100644 index 0000000..27ddf93 Binary files /dev/null and b/img/stamps/ufocatchers/24.png differ diff --git a/img/stamps/virus-xenon/6.gif b/img/stamps/virus-xenon/6.gif new file mode 100644 index 0000000..b3c5b62 Binary files /dev/null and b/img/stamps/virus-xenon/6.gif differ diff --git a/img/stamps/virus-xenon/7.gif b/img/stamps/virus-xenon/7.gif new file mode 100644 index 0000000..c0d069d Binary files /dev/null and b/img/stamps/virus-xenon/7.gif differ diff --git a/img/stamps/virus-xenon/dcg17or-0af3dcfb-1557-4ca9-99f2-3b9d63f30ea7.gif b/img/stamps/virus-xenon/dcg17or-0af3dcfb-1557-4ca9-99f2-3b9d63f30ea7.gif new file mode 100644 index 0000000..798c4b8 Binary files /dev/null and b/img/stamps/virus-xenon/dcg17or-0af3dcfb-1557-4ca9-99f2-3b9d63f30ea7.gif differ diff --git a/img/stamps/virus-xenon/dch1xmu-76466a53-e176-4ad8-900f-cfd8ca841496.gif b/img/stamps/virus-xenon/dch1xmu-76466a53-e176-4ad8-900f-cfd8ca841496.gif new file mode 100644 index 0000000..9be79b4 Binary files /dev/null and b/img/stamps/virus-xenon/dch1xmu-76466a53-e176-4ad8-900f-cfd8ca841496.gif differ diff --git a/img/stamps/virus-xenon/dch1xqa-dceaa399-8264-4a21-8296-7ecfdc09da99.gif b/img/stamps/virus-xenon/dch1xqa-dceaa399-8264-4a21-8296-7ecfdc09da99.gif new file mode 100644 index 0000000..570c672 Binary files /dev/null and b/img/stamps/virus-xenon/dch1xqa-dceaa399-8264-4a21-8296-7ecfdc09da99.gif differ diff --git a/img/stamps/virus-xenon/dch1xrt-7dc11e7b-940b-443a-97d9-3c61b19e5bf6.gif b/img/stamps/virus-xenon/dch1xrt-7dc11e7b-940b-443a-97d9-3c61b19e5bf6.gif new file mode 100644 index 0000000..47c1073 Binary files /dev/null and b/img/stamps/virus-xenon/dch1xrt-7dc11e7b-940b-443a-97d9-3c61b19e5bf6.gif differ diff --git a/index.php b/index.php new file mode 100644 index 0000000..aef2a3d --- /dev/null +++ b/index.php @@ -0,0 +1,117 @@ + + + + + + + punkfairie.net + + + + + + + + + + + +
+ +
+ + + +
+
+
+
+
+
+
+
+ +
punkfairie © 2022
+
+
+
+
+
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/links.php b/links.php new file mode 100644 index 0000000..22e274b --- /dev/null +++ b/links.php @@ -0,0 +1,36 @@ +

Cool Sites

+ +

Want your site here? Put it in the cbox!

+ + + +

Non-personal cool sites

+ + + + \ No newline at end of file diff --git a/manifesto.php b/manifesto.php new file mode 100644 index 0000000..8dbbb6c --- /dev/null +++ b/manifesto.php @@ -0,0 +1,87 @@ +

The Small Web Manifesto

+ +

I grew up with the internet.

+ +

I was born in 1997. The internet was flourishing by then, but it was still the wild west of +technology. It was a place of wonder, of creativity, a place you visited rather than lived in. +Growing up in the 2000s meant growing up with the internet. I was slightly too young and sheltered +to have my own Geocities page, but it was sites like that that I grew up with.

+ +

In the 3rd grade, at my school's Scholastic Book Fair, I came across a copy of Petz 5. I begged +and begged my parents to buy it, and they did! This simple game, centered around raising virtual +dogz and catz, is an intregal part of who I am today.

+ +

I don't remember how I discovered Petz fansites, but once I did, I was hooked. I spent hours +downloading custom breeds, clothes, and toys, and learning what the various game files did. I +convinced my mom to make me an email address so I could adopt petz from the people who ran these +sites. I learned the sad truth that just because a site is online, doesn't mean that it's active, +and the cute puppies I requested were never arriving to my inbox.

+ +

Computer files were much more hackable back then, and I credit Petz for showing me that computers +weren't magic, they were created by a hundred little parts working together, and that by changing +one part you could customize your experience. Computers could be moulded to fit whatever I desired +them to do.

+ +

However, it was websites that really caught my fancy.

+ +

I have always been an artist. Most people don't think of web design as art anymore, because most +people only interact with the internet through sanitized social media and clickbait article sites +that all look more or less the same. But websites used to be personal, they used to be unique, they +used to be about self-expression. People made websites to share something they created with the +world.

+ +

The world wide web is only 33 years old, and yet most people have already forgotten what it was +invented for. At its heart, the internet is about connection and expression. Anybody +from anywhere in the world can talk to someone anywhere else in the world, provided they have an +internet connection and a device to access it through. You can share whatever you want, however you +want.

+ +

This is something social media has tried to take away from us. Remember the days when you could +customize your MySpace profile? Or put as many blinkies on your Geocities as your heart desired? +Twitter doesn't even let you set a profile color anymore. Instagram will delete your photo if you +happen to show a little too much skin. Neither will let you show your feed in chronological +order or only show posts from people you follow.

+ +

These corporations have made you the product. Products don't get to chose how they're +displayed or who uses them. So is it any wonder that social media doesn't let you change the +background or font color on your profile? Let alone how your data gets used or even what's collected +at all!

+ +

So how do we fight back?

+ +

Delete your social media. I'm serious. These sites may pretend their money comes from ads, but +without their actual product, the users, ad companies won't pay to show ads on these sites +anymore. Ad companies buy ads on social media because social media has put all of their users into +highly specific ad profiles. Ad companies pay to target exactly who is likely to use their +product, or has already done so, and nobody else. Without users to fill ad profiles with, ad +companies won't buy ads.

+ +

Besides, do you really care what your best friend's aunt's sister eats for breakfast every day of +the week?

+ +

Make your own site. I've heard great things about Neocities, though I've never personally used it; it combines personal sites with +a social media-esque following system, all while being open-source and ad-free. I also offer free +hosting on punkfairie.net! Fill the web with personal shrines to self-expression again.

+ +

The web is yours. It always has been. Let's remind corporations that this wild west belongs to +the people, not a bottom line.

+ +

Stand up for self-expression. Stand up for freedom.

+ +

Take back the web.

+ +
+ + \ No newline at end of file diff --git a/nav-collections.php b/nav-collections.php new file mode 100644 index 0000000..f7a6251 --- /dev/null +++ b/nav-collections.php @@ -0,0 +1,7 @@ +

Gifs/Blinks

+
+warning: flashing gifs, very image heavy + +buttons +blinkies +stamps \ No newline at end of file diff --git a/nav-hosting.php b/nav-hosting.php new file mode 100644 index 0000000..68fb246 --- /dev/null +++ b/nav-hosting.php @@ -0,0 +1,4 @@ +

hosting info

+ +rules & info +apply \ No newline at end of file diff --git a/nav.php b/nav.php new file mode 100644 index 0000000..ba87a9e --- /dev/null +++ b/nav.php @@ -0,0 +1,18 @@ +

punkfairie

+ +index +update archive +diary +collections +hosting info +about +the small web +links + +

my sites

+ + +petz site +petz archive +fanlistings \ No newline at end of file diff --git a/page-switch.js b/page-switch.js new file mode 100644 index 0000000..122e352 --- /dev/null +++ b/page-switch.js @@ -0,0 +1,65 @@ +$(document).ready(function(){ + // declare global vars + var lastUpdated; + + // hide #nav2 if empty + $('.box22#nav2').hide(); + + // load home content on first page load + $("#content").load("home.php", null, function() { + // add the lines to h2 + var line = '
'; + $('#update-box h2').prepend(line).append(line); + + // get the last updated date and stick it in the sidebar + lastUpdated = $('#update-inner h2:first-child').text(); + var splicedDate = lastUpdated.split(" "); + var date = splicedDate[0]; + var month = splicedDate[1]; + var monthNum = new Date(month + '01 2000').toLocaleDateString('en', {month: '2-digit'}); + var lastUpdated = monthNum + '/' + date; + $('aside #last-updated').append(lastUpdated); + }); + + // change content on link click + $('a.jq').click(function(){ + // grab a ID and assign it to page var + var page = $(this).attr('id'); + var page = page + ".php"; + + // check if it's a nav2 page, else change content page + if (~page.indexOf("nav")) { + // load to #nav2 and show it again, adding a toggle to allow re-hiding + // also, show an error if page is missing + $('.box-inner#nav2').load(page, function(){ + // h2 line + var line = '
'; + $('#nav2 h2').prepend(line); + // make any links in second menu working as well + $('#nav2 a.jq').click(function(){ + //grab id + var page = $(this).attr('id'); + var page = page + '.php'; + // load page + $('#content').load(page); + }); + }); + $('.box22#nav2').toggle(); + } else { + // show page content, or an error if page is missing + $('#content').load(page, null, function(responseTxt, statusTxt, xhr) { + var line = '
'; + $('#update-box h2').prepend(line).append(line); + if (statusTxt == 'error') { + $('#content').html( + '
' + + ' ' + + 'uh oh! that page is missing!' + + ' ' + + '
' + ); + } + }); + } + }); +}); \ No newline at end of file diff --git a/punkfairie.sublime-project b/punkfairie.sublime-project new file mode 100644 index 0000000..a026f0a --- /dev/null +++ b/punkfairie.sublime-project @@ -0,0 +1,8 @@ +{ + "folders": + [ + { + "path": "." + } + ] +} diff --git a/punkfairie.sublime-workspace b/punkfairie.sublime-workspace new file mode 100644 index 0000000..d9bd211 --- /dev/null +++ b/punkfairie.sublime-workspace @@ -0,0 +1,665 @@ +{ + "auto_complete": + { + "selected_items": + [ + [ + "css", + "css" + ], + [ + "b", + "badges" + ], + [ + "ec", + "echo" + ], + [ + "forea", + "foreach" + ], + [ + "fore", + "foreach" + ], + [ + "fu", + "fun" + ], + [ + "_p", + "$_POST" + ], + [ + "_", + "$_POST" + ], + [ + "last", + "lastUpdated" + ], + [ + "spli", + "splicedDate" + ], + [ + "links_", + "links_inactive" + ], + [ + "me", + "menu_adoptions" + ], + [ + "_GE", + "$_GET" + ], + [ + "Gov", + "GovernorPromotionModifiers" + ], + [ + "g", + "GovernorPromotionModifiers" + ], + [ + "Go", + "GovernorPromotionPrereqs" + ], + [ + "gov", + "GOVERNOR_PROMOTION_DEFENDER_DEFENSE_LOGISTICS" + ], + [ + "G", + "GOVERNOR_PROMOTION_DEFENDER_LOGISTICS_SUPPLY" + ], + [ + "Governo", + "GovernorPromotions" + ], + [ + "GovernorPr", + "GovernorPromotionType" + ], + [ + "go", + "gold-dark" + ], + [ + "gol", + "gold" + ], + [ + "gold", + "gold-dark" + ] + ] + }, + "buffers": + [ + { + "file": "style/style.scss", + "settings": + { + "buffer_size": 8192, + "line_ending": "Unix" + } + }, + { + "file": "social.php", + "settings": + { + "buffer_size": 1276, + "encoding": "UTF-8", + "line_ending": "Windows" + }, + "undo_stack": + [ + [ + 5, + 1, + "insert", + { + "characters": "\n\n" + }, + "AgAAAGkEAAAAAAAAagQAAAAAAAAAAAAAagQAAAAAAABrBAAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAaQQAAAAAAABpBAAAAAAAAAAAAAAAAPC/" + ], + [ + 6, + 1, + "paste", + null, + "AQAAAGsEAAAAAAAA6QQAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAawQAAAAAAABrBAAAAAAAAAAAAAAAAPC/" + ], + [ + 18, + 1, + "paste", + null, + "AgAAAHQEAAAAAAAAjgQAAAAAAAAAAAAAjgQAAAAAAACOBAAAAAAAABQAAABodHRwczovL2xpbmtsYW5lLm5ldA", + "AQAAAAAAAAABAAAAiAQAAAAAAAB0BAAAAAAAAAAAAAAAAPC/" + ], + [ + 26, + 1, + "insert", + { + "characters": "nerdlis" + }, + "CAAAALcEAAAAAAAAuAQAAAAAAAAAAAAAuAQAAAAAAAC4BAAAAAAAAAwAAABsaW5rbGFuZS5wbme4BAAAAAAAALkEAAAAAAAAAAAAALkEAAAAAAAAugQAAAAAAAAAAAAAugQAAAAAAAC7BAAAAAAAAAAAAAC7BAAAAAAAALwEAAAAAAAAAAAAALwEAAAAAAAAvQQAAAAAAAAAAAAAvQQAAAAAAAC+BAAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAwwQAAAAAAAC3BAAAAAAAAAAAAAAAAPC/" + ], + [ + 27, + 1, + "insert_completion", + { + "completion": "nerdlistings", + "format": "text", + "keep_prefix": false, + "must_insert": false, + "trigger": "nerdlistings" + }, + "AgAAALcEAAAAAAAAtwQAAAAAAAAHAAAAbmVyZGxpc7cEAAAAAAAAwwQAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAvgQAAAAAAAC+BAAAAAAAAAAAAAAAAPC/" + ], + [ + 28, + 1, + "insert", + { + "characters": ".gif" + }, + "BAAAAMMEAAAAAAAAxAQAAAAAAAAAAAAAxAQAAAAAAADFBAAAAAAAAAAAAADFBAAAAAAAAMYEAAAAAAAAAAAAAMYEAAAAAAAAxwQAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAAwwQAAAAAAADDBAAAAAAAAAAAAAAAAPC/" + ], + [ + 34, + 1, + "insert", + { + "characters": "Nerd" + }, + "BQAAANAEAAAAAAAA0QQAAAAAAAAAAAAA0QQAAAAAAADRBAAAAAAAAAkAAABMaW5rIExhbmXRBAAAAAAAANIEAAAAAAAAAAAAANIEAAAAAAAA0wQAAAAAAAAAAAAA0wQAAAAAAADUBAAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAA2QQAAAAAAADQBAAAAAAAAAAAAAAAAPC/" + ], + [ + 35, + 1, + "insert", + { + "characters": " Listings" + }, + "CQAAANQEAAAAAAAA1QQAAAAAAAAAAAAA1QQAAAAAAADWBAAAAAAAAAAAAADWBAAAAAAAANcEAAAAAAAAAAAAANcEAAAAAAAA2AQAAAAAAAAAAAAA2AQAAAAAAADZBAAAAAAAAAAAAADZBAAAAAAAANoEAAAAAAAAAAAAANoEAAAAAAAA2wQAAAAAAAAAAAAA2wQAAAAAAADcBAAAAAAAAAAAAADcBAAAAAAAAN0EAAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAA1AQAAAAAAADUBAAAAAAAAAAAAAAAAPC/" + ], + [ + 40, + 1, + "insert", + { + "characters": "NerdListings" + }, + "DQAAAOQEAAAAAAAA5QQAAAAAAAAAAAAA5QQAAAAAAADlBAAAAAAAAAgAAABMaW5rTGFuZeUEAAAAAAAA5gQAAAAAAAAAAAAA5gQAAAAAAADnBAAAAAAAAAAAAADnBAAAAAAAAOgEAAAAAAAAAAAAAOgEAAAAAAAA6QQAAAAAAAAAAAAA6QQAAAAAAADqBAAAAAAAAAAAAADqBAAAAAAAAOsEAAAAAAAAAAAAAOsEAAAAAAAA7AQAAAAAAAAAAAAA7AQAAAAAAADtBAAAAAAAAAAAAADtBAAAAAAAAO4EAAAAAAAAAAAAAO4EAAAAAAAA7wQAAAAAAAAAAAAA7wQAAAAAAADwBAAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAA5AQAAAAAAADsBAAAAAAAAAAAAAAAAPC/" + ], + [ + 42, + 3, + "right_delete", + null, + "AwAAAPEEAAAAAAAA8QQAAAAAAAABAAAAbvEEAAAAAAAA8QQAAAAAAAABAAAAZfEEAAAAAAAA8QQAAAAAAAABAAAAdA", + "AQAAAAAAAAABAAAA8QQAAAAAAADxBAAAAAAAAAAAAAAAAPC/" + ], + [ + 43, + 1, + "insert", + { + "characters": "info" + }, + "BAAAAPEEAAAAAAAA8gQAAAAAAAAAAAAA8gQAAAAAAADzBAAAAAAAAAAAAADzBAAAAAAAAPQEAAAAAAAAAAAAAPQEAAAAAAAA9QQAAAAAAAAAAAAA", + "AQAAAAAAAAABAAAA8QQAAAAAAADxBAAAAAAAAAAAAAAAAPC/" + ] + ] + } + ], + "build_system": "", + "build_system_choices": + [ + ], + "build_varint": "", + "command_palette": + { + "height": 0.0, + "last_filter": "", + "selected_items": + [ + [ + "scheme", + "UI: Customize Color Scheme" + ], + [ + "theme", + "UI: Select Theme" + ], + [ + "sc", + "UI: Select Color Scheme" + ], + [ + "agila", + "Agila: Select Theme" + ], + [ + "install", + "Package Control: Install Package" + ], + [ + "lower", + "Convert Case: Lower Case" + ], + [ + "u", + "UI: Select Color Scheme" + ], + [ + "convert tab", + "Indentation: Convert to Tabs" + ], + [ + "rein", + "Indentation: Reindent Lines" + ], + [ + "emmet", + "Emmet: Capture Abbreviation" + ], + [ + "rei", + "Indentation: Reindent Lines" + ], + [ + "pac", + "Package Control: Install Package" + ], + [ + "mater", + "Material Theme: Activate theme" + ], + [ + "ui sel", + "UI: Select Color Scheme" + ], + [ + "material", + "Material Theme: Activate theme" + ], + [ + "materia", + "Material Theme: Activate theme" + ], + [ + "materi", + "Material Theme: Activate theme" + ], + [ + "insta", + "Package Control: Install Package" + ], + [ + "pack", + "Package Control: Install Package" + ] + ], + "width": 0.0 + }, + "console": + { + "height": 0.0, + "history": + [ + ] + }, + "distraction_free": + { + "menu_visible": true, + "show_minimap": false, + "show_open_files": false, + "show_tabs": false, + "side_bar_visible": false, + "status_bar_visible": false + }, + "expanded_folders": + [ + "/D/dev/punkfairie" + ], + "file_history": + [ + "/D/dev/punkfairie/fanlisting-wishlist.txt", + "/D/dev/punkfairie/fan.php", + "/D/dev/punkfairie/social.php", + "/D/dev/punkfairie/home.php", + "/D/dev/punkfairie/nav-collections.php", + "/D/dev/punkfairie/up-archive.php", + "/D/dev/punkfairie/nav.php", + "/D/dev/punkfairie/nsfw-fan.php", + "/D/dev/punkfairie/style/style.scss", + "/D/dev/punkfairie/links.php", + "/D/dev/punkfairie/index.php", + "/D/dev/punkfairie/stamps.php", + "/D/dev/punkfairie/blinks.php", + "/D/dev/punkfairie/buttons.php", + "/D/dev/punkfairie/cbox.js", + "/D/dev/punkfairie/about.php", + "/D/dev/punkfairie/hosting-app.php", + "/D/dev/punkfairie/nav-small-web.php", + "/D/dev/punkfairie/website-howto.php", + "/D/dev/punkfairie/hosting setup/new-hostee.txt", + "/D/dev/punkfairie/manifesto.php", + "/D/dev/punkfairie/hosting-apps.txt", + "/D/dev/punkfairie/nav-hosting.php", + "/D/dev/punkfairie/hosting-info.php", + "/D/dev/punkfairie/hosting-app-handler.php", + "/D/dev/punkfairie/hosting-app-send.php", + "/D/dev/punkfairie/side.php", + "/D/dev/punkfairie/page-switch.js", + "/D/dev/punkfairie/new-hostee.txt", + "/D/dev/epiphany/index.php", + "/D/dev/epiphany php/movin/move.css", + "/D/dev/epiphany php/style/index.scss", + "/D/dev/epiphany php/style/_vars.scss", + "/D/dev/epiphany php/movin/move.html", + "/D/dev/epiphany php/style/stuff.scss", + "/D/dev/epiphany php/style/move.css", + "/D/dev/epiphany php/move.html", + "/D/dev/epiphany php/somethinfunny/dogz/dimples.php", + "/D/dev/epiphany php/somethinfunny/style/stuff.scss", + "/D/dev/epiphany php/somethinfunny/dogz.php", + "/D/dev/epiphany php/somethinfunny/index.php", + "/D/dev/epiphany php/about_epiphany.php", + "/D/dev/epiphany php/singles_dogz.php", + "/D/dev/epiphany php/litters_dogz.php", + "/D/dev/epiphany php/links_active.php", + "/D/dev/epiphany php/home.php", + "/D/dev/epiphany php/index.php", + "/D/dev/epiphany php/menu_about.php", + "/D/dev/epiphany php/menu_adoption.php", + "/D/dev/epiphany php/menu_main.php", + "/D/dev/epiphany php/menu_links.php", + "/D/dev/punkfairie/style/style.css", + "/D/dev/epiphany php/updates.php", + "/D/dev/epiphany php/social.php", + "/D/dev/epiphany php/OLD_about_me.php", + "/D/dev/epiphany php/OLD_about_epiphany.php", + "/D/dev/epiphany php/links_inactive.php", + "/D/dev/epiphany php/link_me.php", + "/D/dev/epiphany php/cbox.php", + "/D/dev/epiphany php/adopt.php", + "/D/dev/epiphany php/about_me.php", + "/D/dev/epiphany/index.html", + "/D/dev/epiphany/somethinfunny/home.html", + "/D/dev/epiphany/litters_dogz.html", + "/D/dev/epiphany/home.html", + "/D/dev/epiphany/links_active.html", + "/D/dev/epiphany/somethinfunny/dogz/pirerose.html", + "/D/dev/epiphany/somethinfunny/dogz.html", + "/D/dev/epiphany/somethinfunny/dogz/dimples.html", + "/D/dev/epiphany/singles_dogz.html", + "/D/dev/epiphany/menu_main.html", + "/D/dev/epiphany/style/index.scss", + "/C/Users/marle/dev/epiphany/style/stuff.scss", + "/C/Users/marle/dev/epiphany/somethinfunny/dogz.html", + "/C/Users/marle/dev/epiphany/litters_dogz.html", + "/C/Users/marle/dev/epiphany/menu_adoption.html", + "/C/Users/marle/dev/epiphany/singles_dogz.html", + "/C/Users/marle/dev/epiphany/home.html", + "/C/Users/marle/dev/epiphany/about_epiphany.html", + "/C/Users/marle/dev/epiphany/updates.html", + "/C/Users/marle/dev/epiphany/adopt.html", + "/C/Users/marle/dev/epiphany/somethinfunny/style/stuff.scss", + "/C/Users/marle/dev/epiphany/somethinfunny/dogz/sandi.html", + "/C/Users/marle/dev/epiphany/somethinfunny/dogz/pirerose.html", + "/C/Users/marle/dev/epiphany/somethinfunny/dogz/babyboo.html", + "/C/Users/marle/dev/epiphany/somethinfunny/dogz/acathoe.html", + "/C/Users/marle/dev/epiphany/somethinfunny/dogz/adriella.html", + "/C/Users/marle/dev/epiphany/somethinfunny/dogz/dimples.html", + "/C/Users/marle/dev/epiphany/somethinfunny/index.html", + "/C/Users/marle/dev/epiphany/social.html", + "/C/Users/marle/dev/epiphany/links_inactive.html", + "/C/Users/marle/dev/epiphany/about_me.html", + "/C/Users/marle/dev/epiphany/style/_vars.scss", + "/C/Users/marle/dev/epiphany/menu_about.html", + "/C/Users/marle/dev/epiphany/dogz/peas.html", + "/C/Users/marle/dev/epiphany/dogz/delilah.html", + "/C/Users/marle/dev/epiphany/dogz/cutie-pie.html", + "/C/Users/marle/dev/epiphany/catz/princess-frufru.html", + "/C/Users/marle/dev/epiphany/dogz/baby-love.html", + "/C/Users/marle/dev/epiphany/catz/dimitri.html", + "/C/Users/marle/AppData/Roaming/Sublime Text 3/Packages/Default/Preferences.sublime-settings", + "/C/Users/marle/AppData/Roaming/Sublime Text 3/Packages/User/Preferences.sublime-settings", + "/C/Users/marle/Documents/My Games/FarmingSimulator2022/savegame5/players.xml", + "/C/Users/marle/Documents/My Games/FarmingSimulator2022/savegame5/careerSavegame.xml", + "/C/Users/marle/Documents/My Games/FarmingSimulator2022/savegame5/farms.xml", + "/C/Users/marle/Desktop/Farming Sim/Zip - OG ; Folder - Edited/mods/FS19_HofBergmann/character/husbandryAnimals.xml", + "/C/Users/marle/Desktop/Farming Sim/Zip - OG ; Folder - Edited/mods/FS19_HofBergmann/character/husbandryFoodDefinition.xml", + "/C/Users/marle/Desktop/Farming Sim/Zip - OG ; Folder - Edited/mods/FS19_HofBergmann/character/cow/cowAnimalHusbandry.xml", + "/C/Users/marle/Desktop/Farming Sim/Zip - OG ; Folder - Edited/mods/FS19_HofBergmann/defaultItems.xml", + "/C/Users/marle/Desktop/Farming Sim/Zip - OG ; Folder - Edited/mods/FS19_HofBergmann/hofBergmann_helpers.xml", + "/C/Users/marle/Desktop/Farming Sim/Zip - OG ; Folder - Edited/mods/FS19_HofBergmann/hofBergmann.xml", + "/C/Users/marle/Desktop/Farming Sim/Zip - OG ; Folder - Edited/mods/FS19_HofBergmann/hofBergmann_fillTypes.xml", + "/C/Users/marle/Documents/My Games/FarmingSimulator2019/modsSettings/TSX_EnhancedVehicle/TSX_EnhancedVehicle_v1.xml", + "/C/Users/marle/Desktop/Farming Sim/Zip - OG ; Folder - Edited/mods/FS19_HofBergmann/seasons/animals.xml", + "/C/Users/marle/AppData/Local/Temp/Temp1_FS19_HofBergmann.zip/seasons/animals.xml", + "/C/Users/marle/AppData/Local/Temp/Temp1_TSX_EnhancedVehicle.zip/modDesc_l10n_en.xml", + "/C/Users/marle/Desktop/FS19_hudSmartShade/hudConfig.xml", + "/C/Users/marle/AppData/Local/Temp/Temp1_FS19_hudSmartShade.zip/hudConfig.xml", + "/C/Users/marle/AppData/Local/Temp/Temp1_FS19_hudSmartShade.zip/blackHUD.lua", + "/C/Users/marle/AppData/Local/Temp/Temp1_FS22_kvernelandExactaELpack.zip/kvernelandExactaEL.xml", + "/C/Users/marle/Documents/My Games/FarmingSimulator2022/inputBinding.xml", + "/C/Users/marle/Documents/My Games/FarmingSimulator2022/inputDevices/SaitekSidePanelControlDeck.xml", + "/C/Users/marle/Documents/My Games/FarmingSimulator2022/savegame4/careerSavegame.xml", + "/C/Users/marle/Documents/My Games/FarmingSimulator2022/savegame4/farms.xml", + "/C/Users/marle/Downloads/Wedding-Card-WordPress/demo-content.xml", + "/C/Users/marle/Documents/My Games/FarmingSimulator2022/savegame2/farms.xml", + "/C/Users/marle/Documents/My Games/FarmingSimulator2022/savegame2/collectibles.xml", + "/C/Users/marle/Documents/My Games/FarmingSimulator2022/savegame2/careerSavegame.xml" + ], + "find": + { + "height": 24.0 + }, + "find_in_files": + { + "height": 0.0, + "where_history": + [ + ] + }, + "find_state": + { + "case_sensitive": false, + "find_history": + [ + "actresses", + "albums", + "actresses", + ">'\";\n", + ".html", + "href", + "a href", + " " + ], + "highlight": true, + "in_selection": false, + "preserve_case": false, + "regex": false, + "replace_history": + [ + ], + "reverse": false, + "scrollbar_highlights": true, + "show_context": true, + "use_buffer2": true, + "use_gitignore": true, + "whole_word": false, + "wrap": true + }, + "groups": + [ + { + "sheets": + [ + { + "buffer": 0, + "file": "style/style.scss", + "semi_transient": false, + "settings": + { + "buffer_size": 8192, + "regions": + { + }, + "selection": + [ + [ + 0, + 0 + ] + ], + "settings": + { + "syntax": "Packages/Sass/Syntaxes/SCSS.sublime-syntax" + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 1, + "stack_multiselect": false, + "type": "text" + }, + { + "buffer": 1, + "file": "social.php", + "selected": true, + "semi_transient": false, + "settings": + { + "buffer_size": 1276, + "regions": + { + }, + "selection": + [ + [ + 1269, + 1269 + ] + ], + "settings": + { + "syntax": "Packages/PHP/PHP.sublime-syntax" + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 0, + "stack_multiselect": false, + "type": "text" + } + ] + } + ], + "incremental_find": + { + "height": 24.0 + }, + "input": + { + "height": 64.0 + }, + "layout": + { + "cells": + [ + [ + 0, + 0, + 1, + 1 + ] + ], + "cols": + [ + 0.0, + 1.0 + ], + "rows": + [ + 0.0, + 1.0 + ] + }, + "menu_visible": true, + "output.find_results": + { + "height": 0.0 + }, + "pinned_build_system": "", + "project": "punkfairie.sublime-project", + "replace": + { + "height": 44.0 + }, + "save_all_on_build": true, + "select_file": + { + "height": 0.0, + "last_filter": "", + "selected_items": + [ + ], + "width": 0.0 + }, + "select_project": + { + "height": 500.0, + "last_filter": "", + "selected_items": + [ + [ + "", + "D:\\dev\\saudade\\petz_archive.sublime-project" + ] + ], + "width": 380.0 + }, + "select_symbol": + { + "height": 0.0, + "last_filter": "", + "selected_items": + [ + ], + "width": 0.0 + }, + "selected_group": 0, + "settings": + { + }, + "show_minimap": false, + "show_open_files": false, + "show_tabs": true, + "side_bar_visible": true, + "side_bar_width": 207.0, + "status_bar_visible": true, + "template_settings": + { + } +} diff --git a/side.php b/side.php new file mode 100644 index 0000000..2f5aca3 --- /dev/null +++ b/side.php @@ -0,0 +1,15 @@ +

about

+ +

vistors: + "; + }; + ?> +

+

updated:

+ +

hosting

+ +

sites hosted: 0

+

i am accepting hostees!

\ No newline at end of file diff --git a/social.php b/social.php new file mode 100644 index 0000000..ae3f85f --- /dev/null +++ b/social.php @@ -0,0 +1,42 @@ +

webrings

+ +
+ + + + +
+
+ +
+
+ +

badges

+ + + + + + + LinkLane.net + + + + NerdListings.info + \ No newline at end of file diff --git a/sparkle-cursor.js b/sparkle-cursor.js new file mode 100644 index 0000000..8e48100 --- /dev/null +++ b/sparkle-cursor.js @@ -0,0 +1,196 @@ +// 1 || Math.abs(y-oy)>1) { + ox=x; + oy=y; + for (c=0; c0) sw_min=document.documentElement.clientWidth; + if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight; + } + if (typeof(self.innerWidth)=='number' && self.innerWidth) { + if (self.innerWidth>0 && self.innerWidth0 && self.innerHeight0 && document.body.clientWidth0 && document.body.clientHeight \ No newline at end of file diff --git a/stamps.php b/stamps.php new file mode 100644 index 0000000..19195b0 --- /dev/null +++ b/stamps.php @@ -0,0 +1,48 @@ + \ No newline at end of file diff --git a/style/.DS_Store b/style/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/style/.DS_Store differ diff --git a/style/.sass-cache/00e31e759ea00019ec500ed751db0fcaac07d41a/_sanitize.scssc b/style/.sass-cache/00e31e759ea00019ec500ed751db0fcaac07d41a/_sanitize.scssc new file mode 100644 index 0000000..e87aa70 Binary files /dev/null and b/style/.sass-cache/00e31e759ea00019ec500ed751db0fcaac07d41a/_sanitize.scssc differ diff --git a/style/.sass-cache/00e31e759ea00019ec500ed751db0fcaac07d41a/style.scssc b/style/.sass-cache/00e31e759ea00019ec500ed751db0fcaac07d41a/style.scssc new file mode 100644 index 0000000..24bdad8 Binary files /dev/null and b/style/.sass-cache/00e31e759ea00019ec500ed751db0fcaac07d41a/style.scssc differ diff --git a/style/basiic.ttf b/style/basiic.ttf new file mode 100644 index 0000000..b0e6d09 Binary files /dev/null and b/style/basiic.ttf differ diff --git a/style/img/bg.png b/style/img/bg.png new file mode 100644 index 0000000..d25e858 Binary files /dev/null and b/style/img/bg.png differ diff --git a/style/img/bow.gif b/style/img/bow.gif new file mode 100644 index 0000000..3a4231e Binary files /dev/null and b/style/img/bow.gif differ diff --git a/style/img/bullet.gif b/style/img/bullet.gif new file mode 100644 index 0000000..6e87239 Binary files /dev/null and b/style/img/bullet.gif differ diff --git a/style/img/count/0.gif b/style/img/count/0.gif new file mode 100644 index 0000000..ed704e3 Binary files /dev/null and b/style/img/count/0.gif differ diff --git a/style/img/count/1.gif b/style/img/count/1.gif new file mode 100644 index 0000000..143f11d Binary files /dev/null and b/style/img/count/1.gif differ diff --git a/style/img/count/2.gif b/style/img/count/2.gif new file mode 100644 index 0000000..e805c47 Binary files /dev/null and b/style/img/count/2.gif differ diff --git a/style/img/count/3.gif b/style/img/count/3.gif new file mode 100644 index 0000000..d938790 Binary files /dev/null and b/style/img/count/3.gif differ diff --git a/style/img/count/4.gif b/style/img/count/4.gif new file mode 100644 index 0000000..e8c081a Binary files /dev/null and b/style/img/count/4.gif differ diff --git a/style/img/count/5.gif b/style/img/count/5.gif new file mode 100644 index 0000000..4de6eec Binary files /dev/null and b/style/img/count/5.gif differ diff --git a/style/img/count/6.gif b/style/img/count/6.gif new file mode 100644 index 0000000..7eb06b8 Binary files /dev/null and b/style/img/count/6.gif differ diff --git a/style/img/count/7.gif b/style/img/count/7.gif new file mode 100644 index 0000000..ab91b94 Binary files /dev/null and b/style/img/count/7.gif differ diff --git a/style/img/count/8.gif b/style/img/count/8.gif new file mode 100644 index 0000000..711292d Binary files /dev/null and b/style/img/count/8.gif differ diff --git a/style/img/count/9.gif b/style/img/count/9.gif new file mode 100644 index 0000000..2cc72c7 Binary files /dev/null and b/style/img/count/9.gif differ diff --git a/style/img/cursor.png b/style/img/cursor.png new file mode 100644 index 0000000..54edf09 Binary files /dev/null and b/style/img/cursor.png differ diff --git a/style/img/divide.gif b/style/img/divide.gif new file mode 100644 index 0000000..e5e0d73 Binary files /dev/null and b/style/img/divide.gif differ diff --git a/style/img/emote/angry.gif b/style/img/emote/angry.gif new file mode 100644 index 0000000..267c483 Binary files /dev/null and b/style/img/emote/angry.gif differ diff --git a/style/img/emote/annoyed.gif b/style/img/emote/annoyed.gif new file mode 100644 index 0000000..bf23968 Binary files /dev/null and b/style/img/emote/annoyed.gif differ diff --git a/style/img/emote/love.gif b/style/img/emote/love.gif new file mode 100644 index 0000000..f81374e Binary files /dev/null and b/style/img/emote/love.gif differ diff --git a/style/img/emote/sick.gif b/style/img/emote/sick.gif new file mode 100644 index 0000000..9328f26 Binary files /dev/null and b/style/img/emote/sick.gif differ diff --git a/style/img/emote/smile.gif b/style/img/emote/smile.gif new file mode 100644 index 0000000..5f7cb4f Binary files /dev/null and b/style/img/emote/smile.gif differ diff --git a/style/img/favicon.gif b/style/img/favicon.gif new file mode 100644 index 0000000..14ed9a9 Binary files /dev/null and b/style/img/favicon.gif differ diff --git a/style/img/favicon.png b/style/img/favicon.png new file mode 100644 index 0000000..93c73eb Binary files /dev/null and b/style/img/favicon.png differ diff --git a/style/img/header.png b/style/img/header.png new file mode 100644 index 0000000..1cf2146 Binary files /dev/null and b/style/img/header.png differ diff --git a/style/img/heart-left.gif b/style/img/heart-left.gif new file mode 100644 index 0000000..9a90bea Binary files /dev/null and b/style/img/heart-left.gif differ diff --git a/style/img/heart-middle.gif b/style/img/heart-middle.gif new file mode 100644 index 0000000..d39bafb Binary files /dev/null and b/style/img/heart-middle.gif differ diff --git a/style/img/heart-right.gif b/style/img/heart-right.gif new file mode 100644 index 0000000..626d877 Binary files /dev/null and b/style/img/heart-right.gif differ diff --git a/style/img/lace/f-hidari.gif b/style/img/lace/f-hidari.gif new file mode 100644 index 0000000..afd06a3 Binary files /dev/null and b/style/img/lace/f-hidari.gif differ diff --git a/style/img/lace/f-kado1.gif b/style/img/lace/f-kado1.gif new file mode 100644 index 0000000..e025f72 Binary files /dev/null and b/style/img/lace/f-kado1.gif differ diff --git a/style/img/lace/f-kado2.gif b/style/img/lace/f-kado2.gif new file mode 100644 index 0000000..f9b55ac Binary files /dev/null and b/style/img/lace/f-kado2.gif differ diff --git a/style/img/lace/f-kado3.gif b/style/img/lace/f-kado3.gif new file mode 100644 index 0000000..086e1ed Binary files /dev/null and b/style/img/lace/f-kado3.gif differ diff --git a/style/img/lace/f-kado4.gif b/style/img/lace/f-kado4.gif new file mode 100644 index 0000000..cdfd7ff Binary files /dev/null and b/style/img/lace/f-kado4.gif differ diff --git a/style/img/lace/f-migi.gif b/style/img/lace/f-migi.gif new file mode 100644 index 0000000..015b89d Binary files /dev/null and b/style/img/lace/f-migi.gif differ diff --git a/style/img/lace/f-sita.gif b/style/img/lace/f-sita.gif new file mode 100644 index 0000000..8345ffc Binary files /dev/null and b/style/img/lace/f-sita.gif differ diff --git a/style/img/lace/f-ue.gif b/style/img/lace/f-ue.gif new file mode 100644 index 0000000..bb3dfd1 Binary files /dev/null and b/style/img/lace/f-ue.gif differ diff --git a/style/img/new.gif b/style/img/new.gif new file mode 100644 index 0000000..342a3f5 Binary files /dev/null and b/style/img/new.gif differ diff --git a/style/img/point-left.gif b/style/img/point-left.gif new file mode 100644 index 0000000..4f124e8 Binary files /dev/null and b/style/img/point-left.gif differ diff --git a/style/img/point-right.gif b/style/img/point-right.gif new file mode 100644 index 0000000..2e7a327 Binary files /dev/null and b/style/img/point-right.gif differ diff --git a/style/img/ring/hotline.gif b/style/img/ring/hotline.gif new file mode 100644 index 0000000..b714eaf Binary files /dev/null and b/style/img/ring/hotline.gif differ diff --git a/style/img/ring/pink-back.gif b/style/img/ring/pink-back.gif new file mode 100644 index 0000000..d765c7f Binary files /dev/null and b/style/img/ring/pink-back.gif differ diff --git a/style/img/ring/pink-forward.gif b/style/img/ring/pink-forward.gif new file mode 100644 index 0000000..4ea09de Binary files /dev/null and b/style/img/ring/pink-forward.gif differ diff --git a/style/img/ring/purple-back.gif b/style/img/ring/purple-back.gif new file mode 100644 index 0000000..5847ec5 Binary files /dev/null and b/style/img/ring/purple-back.gif differ diff --git a/style/img/ring/purple-forward.gif b/style/img/ring/purple-forward.gif new file mode 100644 index 0000000..5ac435a Binary files /dev/null and b/style/img/ring/purple-forward.gif differ diff --git a/style/img/ring/yesterweb.gif b/style/img/ring/yesterweb.gif new file mode 100644 index 0000000..dca1968 Binary files /dev/null and b/style/img/ring/yesterweb.gif differ diff --git a/style/img/update-box.gif b/style/img/update-box.gif new file mode 100644 index 0000000..c641836 Binary files /dev/null and b/style/img/update-box.gif differ diff --git a/style/img/update.gif b/style/img/update.gif new file mode 100644 index 0000000..3fd8432 Binary files /dev/null and b/style/img/update.gif differ diff --git a/style/reset.css b/style/reset.css new file mode 100644 index 0000000..64c185e --- /dev/null +++ b/style/reset.css @@ -0,0 +1,49 @@ +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) +*/ + +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; + box-sizing: border-box; +} +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} \ No newline at end of file diff --git a/style/style.css b/style/style.css new file mode 100644 index 0000000..0fe1d66 --- /dev/null +++ b/style/style.css @@ -0,0 +1,421 @@ +/* IMPORTS -------------------------------------------------------------------------------------- */ +@import url("https://fonts.googleapis.com/css2?family=Imprima&display=swap"); +@font-face { + font-family: basiic; + src: url(basiic.ttf); +} +/* GLOBAL --------------------------------------------------------------------------------------- */ +html { + background-image: url(img/bg.png); + background-color: #f1c8fe; + height: 100vh; + width: 100vw; + display: flex; + justify-content: center; + align-items: center; + cursor: url(img/cursor.png), auto; +} +html a[href] { + cursor: url(img/cursor.png), auto; +} + +body { + font-family: imprima; + font-size: 14px; + width: 60%; + height: 70%; + display: grid; + gap: 10px; + grid-gap: 10px; + grid-template-columns: 20% auto 20%; + grid-template-rows: 15% 85%; + grid-template-areas: "head head head" "side main nav"; +} + +.divide { + display: block; + margin: 15px auto; + content: url(img/divide.gif); +} + +/* TEXT ----------------------------------------------------------------------------------------- */ +a { + color: #fa829e; + text-decoration: none; +} +a:hover { + text-decoration: line-through; +} +a:visited { + color: #e496fd; +} + +p { + margin-bottom: 10px; +} + +b { + color: #fa829e; +} + +i { + color: #e496fd; + font-style: italic; +} + +.center-block { + display: block; + text-align: center; +} + +.center { + text-align: center; +} + +img { + max-width: 100%; +} + +h3 { + display: block; + text-align: center; + padding-bottom: 10px; + text-transform: uppercase; + color: #fa829e; +} +h3::before, h3::after { + content: url(img/bow.gif); + margin: 0 5px; +} + +ul { + list-style-image: url(img/bullet.gif); + list-style-position: inside; + margin-bottom: 10px; +} + +/* CLOUD BOX ------------------------------------------------------------------------------------ */ +.u01 { + background: url(img/lace/f-ue.gif) repeat-x; + height: 18px; + margin: 0 18px 0 19px; +} + +.s01 { + background: url(img/lace/f-sita.gif) repeat-x; + height: 19px; + margin: 0 18px 0 19px; +} + +.box-top { + background-image: url(img/lace/f-kado1.gif), url(img/lace/f-kado2.gif); + background-position: top left, top right; + background-repeat: no-repeat, no-repeat; + height: 18px; +} + +.box-center { + background-image: url(img/lace/f-migi.gif), url(img/lace/f-hidari.gif); + background-position: top right, top left; + background-repeat: repeat-y, repeat-y; +} + +.box-inner { + background: #fff; + margin: 0 18px 0 19px; +} + +.box-bottom { + background-image: url(img/lace/f-kado3.gif), url(img/lace/f-kado4.gif); + background-position: top left, top right; + background-repeat: no-repeat, no-repeat; + height: 19px; +} + +/* EMOTES --------------------------------------------------------------------------------------- */ +i.angry { + content: url(img/emote/angry.gif); + margin: 0 2px; +} + +i.annoyed { + content: url(img/emote/annoyed.gif); + margin: 0 2px; +} + +i.love { + content: url(img/emote/love.gif); + margin: 0 2px; +} + +i.sick { + content: url(img/emote/sick.gif); + margin: 0 2px; +} + +i.smile { + content: url(img/emote/smile.gif); + margin: 0 2px; +} + +/* HEADER --------------------------------------------------------------------------------------- */ +header { + grid-area: head; + text-align: right; +} +header img { + height: 100%; +} + +/* SIDEBAR -------------------------------------------------------------------------------------- */ +aside { + grid-area: side; +} +aside h2 { + font-size: 14px; + font-style: italic; + margin: 20px 0 5px 0; + display: flex; +} +aside h2:first-child { + margin-top: 0; +} +aside h2 .h2-line { + background-image: url(img/heart-right.gif); + background-repeat: repeat-x; + background-position-x: right; + background-position-y: center; + margin-left: 5px; + min-height: 8px; + flex-grow: 1; +} +aside #side1 p { + margin-bottom: 0; +} +aside #side1 p::before { + content: url(img/point-right.gif); + padding-right: 5px; +} + +/* SIDE2 ---------------------------------------------------------------------------------------- */ +#side2 { + margin-top: 10px; +} + +#rings { + text-align: center; +} +#rings > div { + padding-top: 5px; +} + +#rings img { + padding: 0 5px; +} + +#badges { + padding-bottom: 5px; +} + +#yesterweb { + margin-top: 10px; +} + +#yesterweb, .yw-widget-text, .yw-widget, .yw-link-rand, .yw-link { + font-family: Imprima, serif !important; + font-weight: normal !important; +} +#yesterweb a, .yw-widget-text a, .yw-widget a, .yw-link-rand a, .yw-link a { + color: #fa829e !important; +} + +/* MAIN ----------------------------------------------------------------------------------------- */ +main { + grid-area: main; +} +main .box22 { + height: 90%; +} +main .box-center, main .box-inner { + height: 100%; +} +main .box-inner { + display: grid; + grid-template-columns: auto; + grid-template-rows: auto 5%; + grid-template-areas: "." "footer"; +} +main #content { + overflow: auto; + padding: 0 10px; +} +main #update-box { + background-image: url(img/update-box.gif); + width: 199px; + height: 194px; + margin: 20px auto; + font-size: 12px; +} +main #update-box #update-inner { + width: 145px; + height: 130px; + padding: 5px; + position: relative; + top: 35px; + left: 27px; + text-align: center; + overflow: auto; +} +main #update-box h2 { + margin-bottom: 5px; + display: flex; +} +main #update-box h2 .h2-line:first-child { + background-image: url(img/heart-left.gif); + background-repeat: repeat-x; + background-position-x: left; + background-position-y: center; + margin-right: 5px; + min-height: 8px; + flex-grow: 1; +} +main #update-box h2 .h2-line:last-child { + background-image: url(img/heart-right.gif); + background-repeat: repeat-x; + background-position-x: right; + background-position-y: center; + margin-left: 5px; + min-height: 8px; + flex-grow: 1; +} +main #update-box p { + margin-bottom: 5px; +} + +#cboxdiv { + border: 1px dotted #fa829e; + padding: 10px; +} + +#cboxmain3-3514647, #bdy, .mnbdy, #scrollmain, #mt, .hbtbl, .stxt2, #cboxform3-3514647, .fmbdy, +.cfrm, .cfrm table, .cfrm tbody, .cfrm td, .cfrm tr, .cfrm a, #tblmid, #tblmid input, .frmtb { + font-family: Imprima, serif !important; + font-size: 14px !important; +} + +/* NAV ------------------------------------------------------------------------------------------ */ +nav { + grid-area: nav; + text-align: right; +} +nav h2 { + font-size: 14px; + font-style: italic; + margin-top: 20px; + display: flex; +} +nav h2:first-child { + margin-top: 0; +} +nav h2 .h2-line { + background-image: url(img/heart-left.gif); + background-repeat: repeat-x; + background-position-x: left; + background-position-y: center; + margin-right: 5px; + min-height: 8px; + flex-grow: 1; +} +nav a { + display: block; + margin: 5px 0; +} +nav a:last-child { + margin-bottom: 0; +} +nav a::after { + content: url(img/point-left.gif); + margin-left: 5px; +} +nav a.new::before { + content: url(img/new.gif); + padding-right: 5px; + position: relative; + top: 5px; +} +nav a.update::before { + content: url(img/update.gif); + padding-right: 5px; + position: relative; + top: 5px; +} + +/* NAV 2 ---------------------------------------------------------------------------------------- */ +.box22#nav2 { + margin-top: 10px; +} + +/* FOOTER --------------------------------------------------------------------------------------- */ +footer { + text-align: center; + grid-area: footer; + font-size: 12px; + align-self: end; +} + +/* COLLECTIONS ---------------------------------------------------------------------------------- */ +.gallery { + display: flex; + flex-wrap: wrap; + justify-content: center; + gap: 5px; + grid-gap: 5px; +} + +/* HOSTING APP ---------------------------------------------------------------------------------- */ +form#hosting-app .form-item { + margin-bottom: 10px; +} +form#hosting-app label { + display: block; + margin-bottom: 5px; +} +form#hosting-app label.check { + display: inline; +} +form#hosting-app input { + display: inline; + width: 50%; +} +form#hosting-app input[type=checkbox] { + width: unset; +} +form#hosting-app input[type=submit] { + width: unset; + display: block; + margin: 0 auto; +} +form#hosting-app p { + font-style: italic; +} +form#hosting-app p.inline { + display: inline; + font-style: normal; +} + +/* UPDATE-ARCHIVE ------------------------------------------------------------------------------- */ +#up-archive h2 { + font-size: 14px; + font-style: italic; + display: block; + text-align: center; + padding-bottom: 10px; + text-transform: uppercase; + color: #fa829e; +} +#up-archive h2::before, #up-archive h2::after { + content: url(img/bow.gif); + margin: 0 5px; +} + +/*# sourceMappingURL=style.css.map */ diff --git a/style/style.css.map b/style/style.css.map new file mode 100644 index 0000000..14d3f36 --- /dev/null +++ b/style/style.css.map @@ -0,0 +1 @@ +{"version":3,"sourceRoot":"","sources":["style.scss"],"names":[],"mappings":"AAAA;AAEQ;AAER;EACC;EACA;;AAGD;AAMA;EACC;EACA;EAEA;EACA;EACA;EACA;EACA;EAGA;;AACA;EACC;;;AAIF;EACC;EACA,WArBO;EAuBP;EACA;EAEA;EACA;EAAW;EACX;EACA;EACA,qBACC;;;AAIF;EACC;EACA;EACA;;;AAGD;AAEA;EACC,OA9CS;EA+CT;;AAEA;EAAU;;AAEV;EAAY,OAlDH;;;AAqDV;EAAI;;;AAEJ;EAAI,OAxDM;;;AA0DV;EACC,OA1DS;EA2DT;;;AAGD;EACC;EACA;;;AAGD;EAAU;;;AAEV;EAAM;;;AAEN;EACC;EACA;EACA;EACA;EACA,OA7ES;;AA+ET;EACC;EACA;;;AAIF;EACC;EACA;EACA;;;AAGD;AAEA;EACC;EACA;EACA;;;AAED;EACC;EACA;EACA;;;AAED;EACC;EACA;EACA;EACA;;;AAED;EACC;EACA;EACA;;;AAED;EACC;EACA;;;AAED;EACC;EACA;EACA;EACA;;;AAGD;AAEA;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;AAEA;EACC;EACA;;AAEA;EAAM;;;AAGP;AAEA;EACC;;AAEA;EACC;EACA;EACA;EAIA;;AAFA;EAAgB;;AAIhB;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAKD;EACC;;AAEA;EACC;EACA;;;AAMJ;AAEA;EAAS;;;AAET;EACC;;AAEA;EAAU;;;AAGX;EAAa;;;AAEb;EAAU;;;AAEV;EAAa;;;AAEb;EACC;EACA;;AAEA;EAAI;;;AAGL;AAEA;EACC;;AAEA;EAAS;;AACT;EAA0B;;AAE1B;EACC;EACA;EACA;EACA,qBACC;;AAIF;EACC;EACA;;AAGD;EACC;EACA;EACA;EACA;EACA;;AAEA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC;EACA;;AAEA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAIF;EACC;;;AAKH;EACC;EACA;;;AAGD;AAAA;EAEC;EACA;;;AAGD;AAEA;EACC;EACA;;AAEA;EACC;EACA;EACA;EAIA;;AAFA;EAAgB;;AAIhB;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAIF;EACC;EACA;;AAEA;EAAe;;AAEf;EACC;EACA;;AAGD;EACC;EACA;EACA;EACA;;AAGD;EACC;EACA;EACA;EACA;;;AAKH;AAEA;EAAc;;;AAEd;AAEA;EACC;EACA;EACA;EACA;;;AAGD;AAEA;EACC;EACA;EACA;EACA;EAAU;;;AAGX;AAGC;EAAa;;AAEb;EACC;EACA;;AAEA;EAAU;;AAGX;EACC;EACA;;AAGD;EAAuB;;AAEvB;EACC;EACA;EACA;;AAGD;EAAI;;AAEJ;EACC;EACA;;;AAIF;AAGC;EACC;EACA;EACA;EACA;EACA;EACA;EACA,OAraQ;;AAuaR;EACC;EACA","file":"style.css"} \ No newline at end of file diff --git a/style/style.scss b/style/style.scss new file mode 100644 index 0000000..0f491b5 --- /dev/null +++ b/style/style.scss @@ -0,0 +1,440 @@ +/* IMPORTS -------------------------------------------------------------------------------------- */ + +@import url('https://fonts.googleapis.com/css2?family=Imprima&display=swap'); + +@font-face { + font-family: basiic; + src: url(basiic.ttf); +} + +/* GLOBAL --------------------------------------------------------------------------------------- */ + +$accent1: #fa829e; // pink +$accent2: #e496fd; // purple +$fsize: 14px; + +html { + background-image: url(img/bg.png); + background-color: #f1c8fe; + + height: 100vh; + width: 100vw; + display: flex; + justify-content: center; + align-items: center; + + // cursor + cursor: url(img/cursor.png), auto; + a[href] { + cursor: url(img/cursor.png), auto; + } +} + +body { + font-family: imprima; + font-size: $fsize; + + width: 60%; + height: 70%; + + display: grid; + gap: 10px; grid-gap: 10px; + grid-template-columns: 20% auto 20%; + grid-template-rows: 15% 85%; + grid-template-areas: + "head head head" + "side main nav"; +} + +.divide { + display: block; + margin: 15px auto; + content: url(img/divide.gif); +} + +/* TEXT ----------------------------------------------------------------------------------------- */ + +a { + color: $accent1; + text-decoration: none; + + &:hover { text-decoration: line-through; } + + &:visited { color: $accent2; } +} + +p { margin-bottom: 10px; } + +b { color: $accent1; } + +i { + color: $accent2; + font-style: italic; +} + +.center-block { + display: block; + text-align: center; +} + +.center { text-align: center; } + +img { max-width: 100%; } + +h3 { + display: block; + text-align: center; + padding-bottom: 10px; + text-transform: uppercase; + color: $accent1; + + &::before, &::after { + content: url(img/bow.gif); + margin: 0 5px; + } +} + +ul { + list-style-image: url(img/bullet.gif); + list-style-position: inside; + margin-bottom: 10px; +} + +/* CLOUD BOX ------------------------------------------------------------------------------------ */ + +.u01 { + background:url(img/lace/f-ue.gif) repeat-x; + height:18px; + margin:0 18px 0 19px; +} +.s01 { + background:url(img/lace/f-sita.gif) repeat-x; + height:19px; + margin:0 18px 0 19px; +} +.box-top { + background-image:url(img/lace/f-kado1.gif), url(img/lace/f-kado2.gif); + background-position:top left, top right; + background-repeat:no-repeat, no-repeat; + height:18px +} +.box-center { + background-image:url(img/lace/f-migi.gif), url(img/lace/f-hidari.gif); + background-position:top right, top left; + background-repeat:repeat-y, repeat-y; +} +.box-inner { + background:#fff; + margin:0 18px 0 19px; +} +.box-bottom { + background-image:url(img/lace/f-kado3.gif), url(img/lace/f-kado4.gif); + background-position:top left, top right; + background-repeat:no-repeat, no-repeat; + height:19px; +} + +/* EMOTES --------------------------------------------------------------------------------------- */ + +i.angry { + content: url(img/emote/angry.gif); + margin: 0 2px; +} + +i.annoyed { + content: url(img/emote/annoyed.gif); + margin: 0 2px; +} + +i.love { + content: url(img/emote/love.gif); + margin: 0 2px; +} + +i.sick { + content: url(img/emote/sick.gif); + margin: 0 2px; +} + +i.smile { + content: url(img/emote/smile.gif); + margin: 0 2px; +} + +/* HEADER --------------------------------------------------------------------------------------- */ + +header { + grid-area: head; + text-align: right; + + img { height: 100%; } +} + +/* SIDEBAR -------------------------------------------------------------------------------------- */ + +aside { + grid-area: side; + + h2 { + font-size: 14px; + font-style: italic; + margin: 20px 0 5px 0; + + &:first-child { margin-top: 0; } + + display: flex; + + .h2-line { + background-image: url(img/heart-right.gif); + background-repeat: repeat-x; + background-position-x: right; + background-position-y: center; + margin-left: 5px; + min-height: 8px; + flex-grow: 1; + } + } + + #side1 { + p { + margin-bottom: 0; + + &::before { + content: url(img/point-right.gif); + padding-right: 5px; + } + } + } +} + +/* SIDE2 ---------------------------------------------------------------------------------------- */ + +#side2 { margin-top: 10px; } + +#rings { + text-align: center; + + & > div { padding-top: 5px; } +} + +#rings img { padding: 0 5px; } + +#badges { padding-bottom: 5px; } + +#yesterweb { margin-top: 10px; } + +#yesterweb, .yw-widget-text, .yw-widget, .yw-link-rand, .yw-link { + font-family: Imprima, serif !important; + font-weight: normal !important; + + a { color: $accent1 !important; } +} + +/* MAIN ----------------------------------------------------------------------------------------- */ + +main { + grid-area: main; + + .box22 { height: 90%; } + .box-center, .box-inner { height: 100%; } + + .box-inner { + display: grid; + grid-template-columns: auto; + grid-template-rows: auto 5%; + grid-template-areas: + "." + "footer"; + } + + #content { + overflow: auto; + padding: 0 10px; + } + + #update-box { + background-image: url(img/update-box.gif); + width: 199px; + height: 194px; + margin: 20px auto; + font-size: $fsize - 2px; + + #update-inner { + width: 145px; + height: 130px; + padding: 5px; + position: relative; + top: 35px; + left: 27px; + text-align: center; + overflow: auto; + } + + h2 { + margin-bottom: 5px; + display: flex; + + .h2-line:first-child { + background-image: url(img/heart-left.gif); + background-repeat: repeat-x; + background-position-x: left; + background-position-y: center; + margin-right: 5px; + min-height: 8px; + flex-grow: 1; + } + + .h2-line:last-child { + background-image: url(img/heart-right.gif); + background-repeat: repeat-x; + background-position-x: right; + background-position-y: center; + margin-left: 5px; + min-height: 8px; + flex-grow: 1; + } + } + + p { + margin-bottom: 5px; + } + } +} + +#cboxdiv { + border: 1px dotted $accent1; + padding: 10px; +} + +#cboxmain3-3514647, #bdy, .mnbdy, #scrollmain, #mt, .hbtbl, .stxt2, #cboxform3-3514647, .fmbdy, +.cfrm, .cfrm table, .cfrm tbody, .cfrm td, .cfrm tr, .cfrm a, #tblmid, #tblmid input, .frmtb { + font-family: Imprima, serif !important; + font-size: $fsize !important; +} + +/* NAV ------------------------------------------------------------------------------------------ */ + +nav { + grid-area: nav; + text-align: right; + + h2 { + font-size: 14px; + font-style: italic; + margin-top: 20px; + + &:first-child { margin-top: 0; } + + display: flex; + + .h2-line { + background-image: url(img/heart-left.gif); + background-repeat: repeat-x; + background-position-x: left; + background-position-y: center; + margin-right: 5px; + min-height: 8px; + flex-grow: 1; + } + } + + a { + display: block; + margin: 5px 0; + + &:last-child { margin-bottom: 0; } + + &::after { + content: url(img/point-left.gif); + margin-left: 5px; + } + + &.new::before { + content: url(img/new.gif); + padding-right: 5px; + position: relative; + top: 5px; + } + + &.update::before { + content: url(img/update.gif); + padding-right: 5px; + position: relative; + top: 5px; + } + } +} + +/* NAV 2 ---------------------------------------------------------------------------------------- */ + +.box22#nav2 { margin-top: 10px; } + +/* FOOTER --------------------------------------------------------------------------------------- */ + +footer { + text-align: center; + grid-area: footer; + font-size: 12px; + align-self: end; +} + +/* COLLECTIONS ---------------------------------------------------------------------------------- */ + +.gallery { + display: flex; + flex-wrap: wrap; + justify-content: center; + gap: 5px; grid-gap: 5px; +} + +/* HOSTING APP ---------------------------------------------------------------------------------- */ + +form#hosting-app { + .form-item { margin-bottom: 10px; } + + label { + display: block; + margin-bottom: 5px; + + &.check { display: inline; } + } + + input { + display: inline; + width: 50%; + } + + input[type=checkbox] { width: unset; } + + input[type=submit] { + width: unset; + display: block; + margin: 0 auto; + } + + p { font-style: italic; } + + p.inline { + display: inline; + font-style: normal; + } +} + +/* UPDATE-ARCHIVE ------------------------------------------------------------------------------- */ + +#up-archive { + h2 { + font-size: 14px; + font-style: italic; + display: block; + text-align: center; + padding-bottom: 10px; + text-transform: uppercase; + color: $accent1; + + &::before, &::after { + content: url(img/bow.gif); + margin: 0 5px; + } + } +} \ No newline at end of file diff --git a/up-archive.php b/up-archive.php new file mode 100644 index 0000000..bb01e20 --- /dev/null +++ b/up-archive.php @@ -0,0 +1,21 @@ +
+

18 March 2022

+

Joined webrings, added to collections, various other updates (too many to list, also lots + are behind the scenes stuff).

+ +

17 March 2022

+

Added my small web manifesto.

+

Hosting is officially open! Click "hosting info" for rules & info, and the application + form.

+ +
+ +

16 March 2022

+

Collections pages added!

+ +
+ +

15 March 2022

+

Theme created! I've had the domain for a bit but just had a placeholder page thrown up. Site + is still small atm but I will continue to add bits here and there

+
\ No newline at end of file