diff --git a/public/emoji/Jellyfin_logo.ico b/public/emoji/Jellyfin_logo.ico new file mode 100644 index 0000000..0872b95 Binary files /dev/null and b/public/emoji/Jellyfin_logo.ico differ diff --git a/public/emoji/dockge_logo.svg b/public/emoji/dockge_logo.svg new file mode 100644 index 0000000..b8e2df2 --- /dev/null +++ b/public/emoji/dockge_logo.svg @@ -0,0 +1,14 @@ + + + +Created with Fabric.js 5.3.0 + + + + + + + + + + \ No newline at end of file diff --git a/public/emoji/gotosocial_logo.svg b/public/emoji/gotosocial_logo.svg new file mode 100644 index 0000000..d21cf7c --- /dev/null +++ b/public/emoji/gotosocial_logo.svg @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/emoji/headscale3-dots.svg b/public/emoji/headscale3-dots.svg new file mode 100644 index 0000000..6a20973 --- /dev/null +++ b/public/emoji/headscale3-dots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/emoji/neofox_flag_trans_256.png b/public/emoji/neofox_flag_trans_256.png new file mode 100755 index 0000000..f35dec9 Binary files /dev/null and b/public/emoji/neofox_flag_trans_256.png differ diff --git a/src/lib.rs b/src/lib.rs index 8e2686f..09de775 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -192,21 +192,12 @@ pub mod info_app { ), ]; let service_list = [ - ( - "Nextcloud", - None, - "https://cloud.werefox.cafe", - ImageProps { - src: "/emoji/twitch-logo.png".to_string(), - alt: "Twitch logo".to_string(), - }, - ), ( "Gitea", None, "https://gitea.werefox.cafe", ImageProps { - src: "/emoji/twitch-logo.png".to_string(), + src: "/emoji/gitea_logo.svg".to_string(), alt: "Twitch logo".to_string(), }, ), @@ -215,7 +206,7 @@ pub mod info_app { None, "https://gts.werefox.cafe", ImageProps { - src: "/emoji/twitch-logo.png".to_string(), + src: "/emoji/gotosocial_logo.svg".to_string(), alt: "Twitch logo".to_string(), }, ), @@ -224,7 +215,7 @@ pub mod info_app { Some("(A self-hosted tailscale server)".to_string()), "https://headscale.net/", ImageProps { - src: "/emoji/twitch-logo.png".to_string(), + src: "/emoji/headscale3-dots.svg".to_string(), alt: "Twitch logo".to_string(), }, ), @@ -233,7 +224,7 @@ pub mod info_app { None, "https://watch.werefox.cafe", ImageProps { - src: "/emoji/twitch-logo.png".to_string(), + src: "/emoji/Jellyfin_logo.ico".to_string(), alt: "Twitch logo".to_string(), }, ), @@ -242,7 +233,7 @@ pub mod info_app { None, "https://matrix.werefox.cafe", ImageProps { - src: "/emoji/twitch-logo.png".to_string(), + src: "/emoji/matrix_logo.svg".to_string(), alt: "Twitch logo".to_string(), }, ), @@ -251,7 +242,16 @@ pub mod info_app { None, "https://music.werefox.cafe", ImageProps { - src: "/emoji/twitch-logo.png".to_string(), + src: "/emoji/navidrome_logo.png".to_string(), + alt: "Twitch logo".to_string(), + }, + ), + ( + "Nextcloud", + None, + "https://cloud.werefox.cafe", + ImageProps { + src: "/emoji/nextcloud_logo.png".to_string(), alt: "Twitch logo".to_string(), }, ), @@ -260,27 +260,18 @@ pub mod info_app { Some("(A tracker I made for a game I love)".to_string()), "https://tunic.werefox.cafe", ImageProps { - src: "/emoji/twitch-logo.png".to_string(), + src: "/emoji/neofox_flag_trans_256.png".to_string(), alt: "Twitch logo".to_string(), }, ), ]; let personal_list = [ - ( - "Cockpit", - None, - "https://cockpit-project.org/", - ImageProps { - src: "/emoji/twitch-logo.png".to_string(), - alt: "Twitch logo".to_string(), - }, - ), ( "Dockge", None, "https://dockge.kuma.pet/", ImageProps { - src: "/emoji/twitch-logo.png".to_string(), + src: "/emoji/dockge_logo.svg".to_string(), alt: "Twitch logo".to_string(), }, ), @@ -289,7 +280,7 @@ pub mod info_app { None, "https://www.home-assistant.io/", ImageProps { - src: "/emoji/twitch-logo.png".to_string(), + src: "/emoji/home-assistant.png".to_string(), alt: "Twitch logo".to_string(), }, ), @@ -298,7 +289,7 @@ pub mod info_app { None, "https://pi-hole.net/", ImageProps { - src: "/emoji/twitch-logo.png".to_string(), + src: "/emoji/pi_hole_logo.svg".to_string(), alt: "Twitch logo".to_string(), }, ), @@ -514,7 +505,7 @@ pub mod info_app { }, ),( "How can you be Pansexual and a Lesbian?", - "I believe I've been told the proper term is \"sapphic\", it just means I *am* Pansexual, but I tend to prefer those who identify more femme.", + "The most appropriate term to use would actually be \"gynosexual\". WebMD defines this as the following: \"...someone who's attracted to femininity. That means a person of any gender can be attracted to someone who identifies as female or who expresses feminine characteristics...\"", ImageProps { src: "/images/AliceHeartRainbow.png".to_string(), alt: "Alice with a gay pride heart".to_string(), @@ -528,7 +519,7 @@ pub mod info_app { }, ),( "What do you do?", - "Lots of things! If you want to know more about what I do, you can check out \"Stuff I do!\" from the main page, or \"Support Me?\" if you wanna toss a donation! I'm currently still unemployed, so any extra funds would be appreciated!", + "Lots of things! If you want to know more about what I do, you can check out \"Stuff I do!\" from the main page, or \"Contact\" if you wanna toss a donation! I'm currently still unemployed, so any extra funds would be appreciated!", ImageProps { src: "/images/AliceEmojiAliceYay.png".to_string(), alt: "Happy Alice emoji".to_string(),