commit 60d22eec2a95bc02e37aa1903719e6c9c0326bd0 Author: Peter Date: Sun Jul 23 17:35:17 2023 -0400 Initial commit diff --git a/images/background.png b/images/background.png new file mode 100644 index 0000000..9eb3f63 Binary files /dev/null and b/images/background.png differ diff --git a/images/blog.png b/images/blog.png new file mode 100644 index 0000000..d233b5b Binary files /dev/null and b/images/blog.png differ diff --git a/images/classicpress.png b/images/classicpress.png new file mode 100644 index 0000000..ed5046a Binary files /dev/null and b/images/classicpress.png differ diff --git a/images/debian.png b/images/debian.png new file mode 100644 index 0000000..56bd24a Binary files /dev/null and b/images/debian.png differ diff --git a/images/github.png b/images/github.png new file mode 100644 index 0000000..cc0b6c4 Binary files /dev/null and b/images/github.png differ diff --git a/images/gitlab.png b/images/gitlab.png new file mode 100644 index 0000000..3bd5909 Binary files /dev/null and b/images/gitlab.png differ diff --git a/images/home.ico b/images/home.ico new file mode 100644 index 0000000..75d3d90 Binary files /dev/null and b/images/home.ico differ diff --git a/images/jellyfin.png b/images/jellyfin.png new file mode 100644 index 0000000..e269cef Binary files /dev/null and b/images/jellyfin.png differ diff --git a/images/linode.png b/images/linode.png new file mode 100644 index 0000000..4f768ee Binary files /dev/null and b/images/linode.png differ diff --git a/images/nextcloud.png b/images/nextcloud.png new file mode 100644 index 0000000..d1237eb Binary files /dev/null and b/images/nextcloud.png differ diff --git a/images/odysee.png b/images/odysee.png new file mode 100644 index 0000000..3d4ab7b Binary files /dev/null and b/images/odysee.png differ diff --git a/images/pihole.png b/images/pihole.png new file mode 100644 index 0000000..0bca3ac Binary files /dev/null and b/images/pihole.png differ diff --git a/images/qbittorrent.png b/images/qbittorrent.png new file mode 100644 index 0000000..364dca5 Binary files /dev/null and b/images/qbittorrent.png differ diff --git a/images/tutanota.png b/images/tutanota.png new file mode 100644 index 0000000..1120d07 Binary files /dev/null and b/images/tutanota.png differ diff --git a/start.html b/start.html new file mode 100644 index 0000000..04c0ea2 --- /dev/null +++ b/start.html @@ -0,0 +1,84 @@ + + + + + + + + +Home Page + + + + + + + +
+ + +
+
+ + +
+
+ + +

Bookmarks:
+     +   +   +    +   +   +


+
+ +
+Santo Domingo, Dominican Republic.

+

Self-hosted services:

+ +    + +   + +   + +   + +   +


+

 Useful links:

+Arch Linux Website                           +Jellyfin Forums
+Arch Linux Forums                                          +1337x
+ArchWiki                                                        +Nyaa.si
+Arch User Repository                   + Good Old Games +

+ + + + + + + + +
+ + + + diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..267970a --- /dev/null +++ b/styles.css @@ -0,0 +1,75 @@ +img { + -webkit-filter: brightness(100%); +} + +img:hover { + -webkit-filter: brightness(50%); + -webkit-transition: all 1s ease; + -moz-transition: all 1s ease; + -o-transition: all 1s ease; + -ms-transition: all 1s ease; + transition: all 1s ease; +} + +#corners-sh { + border-radius: 40px 40px 40px 40px; + background: #44475a; + padding: 15px; + width: 550px; + height: 130px; + box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.19); + text-shadow: 2px 4px 3px rgba(0,0,0,0.3); +} +#corners-bm { + border-radius: 60px; + background: #44475a; + padding: 10px; + padding-top: 5px; + padding-bottom: 30px; + width: 350px; + height: 60px; + box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.19); + text-shadow: 2px 4px 3px rgba(0,0,0,0.3); +} +#corners-lk { + border-radius: 10px; + background: #44475a; + padding: 10px; + padding-top: 10px; + padding-bottom: 30px; + width: 475px; + height: 180px; + box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.19); + text-shadow: 2px 4px 3px rgba(0,0,0,0.3); +} +a:link { + color: #bd93f9; + background-color: transparent; + text-decoration: none; +} +a:visited { + color: #bd93f9; + background-color: transparent; + text-decoration: none; +} +a:hover { + color: #ff79c6; + background-color: transparent; +} +.topnav input[type=text] { + background: #44475a; + color: #f2f8f8; + padding: 5px; + font-size: 17px; + border: 1px solid grey; + width: 32%; +} +.topnav button[type=submit] { + background: #282a36; + color: #bd93f9; + padding: 5px; + font-size: 17px; + border: 1px solid grey; + width: 5%; + margin-right: 5px; +}