commit 7ecbb81725a2702633b96eeeda9faafb803e42f7 Author: mkfs.ntfs Date: Sat Oct 26 23:24:09 2024 -0700 initial diff --git a/about-me.html b/about-me.html new file mode 100644 index 0000000..ec734fd --- /dev/null +++ b/about-me.html @@ -0,0 +1,11 @@ + + + + + Odette website + + +

HELLO

+

hey uh my name is odette, i am currently of the she/they/it variety. In the time I have spent not working on this website I am no longer sick, but I feel it would be good to continue to work on it, websites are cool.

+ + diff --git a/css/styles.css b/css/styles.css new file mode 100644 index 0000000..dc2504b --- /dev/null +++ b/css/styles.css @@ -0,0 +1,7 @@ +body { + background-color: #ebdbb2; + color:#282828; +} +a { + text-decoration: none; +} diff --git a/css/test.css b/css/test.css new file mode 100644 index 0000000..6d47493 --- /dev/null +++ b/css/test.css @@ -0,0 +1,14 @@ +body { + background-color: #ebdbb2; + color:#282828; +} +a { + text-decoration: none; +} +section { + display: flex; + width: 400px; + height: 500px; + background-color: lightgray; +} + diff --git a/images/88x31birds.png b/images/88x31birds.png new file mode 100644 index 0000000..58ceab0 Binary files /dev/null and b/images/88x31birds.png differ diff --git a/images/88x31natalieee.png b/images/88x31natalieee.png new file mode 100644 index 0000000..f8191e8 Binary files /dev/null and b/images/88x31natalieee.png differ diff --git a/images/bunbun88x31.gif b/images/bunbun88x31.gif new file mode 100644 index 0000000..e2569ee Binary files /dev/null and b/images/bunbun88x31.gif differ diff --git a/images/glumbocord.png b/images/glumbocord.png new file mode 100644 index 0000000..2f51670 Binary files /dev/null and b/images/glumbocord.png differ diff --git a/images/natalie88x31.png b/images/natalie88x31.png new file mode 100644 index 0000000..d87080a Binary files /dev/null and b/images/natalie88x31.png differ diff --git a/images/vesktop.png b/images/vesktop.png new file mode 100644 index 0000000..afcd07a Binary files /dev/null and b/images/vesktop.png differ diff --git a/images/winter88x31.png b/images/winter88x31.png new file mode 100644 index 0000000..f5980b6 Binary files /dev/null and b/images/winter88x31.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..3671a7d --- /dev/null +++ b/index.html @@ -0,0 +1,53 @@ + + + + + Odette website + + +

hey Im Odette

+

this is my first website, I'm making this while waiting for me to stop being sick. This is my first time doing any sort of HTML or CSS so it probably wont look that good.

+ About me +
+
+

COOL people I know with 88x31s

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

other general 88x31s

+ + + +
+
+

people i know who dont have 88x31s,,,,,,,

+ Vivian + Br1dg3tt3 +
+
+
+

Socials

+

+ Discord: mkfs.ntfs +

+
+
+
+ $[echo foo] +
+ + diff --git a/interests.html b/interests.html new file mode 100644 index 0000000..d530191 --- /dev/null +++ b/interests.html @@ -0,0 +1,9 @@ + + + + + Odette website + + +

obligitory interests page

+ basic computer shit, if you could not tell im not the best at them (in comparison to Natalie or Winter) I just sort of figure stuff out as i go, thats sort of how this website is turning out. when it comes to music I like femtanyl, black dresses, vertogoaway, basic tranny music taste stuff. Old camcorders are cool, i own aproxamatly 7 of them, i have not counted recently tho because i dont have access to them due to things being weird at my dads. old computers are also really cool, computers in general are very nice, i own aproxamatly 5 laptops, 3 of them are probably older than me, i use one for the server that this website is hosted on, it is sitting under a sofa right now, which is a waste of a pretty nice old laptop diff --git a/neofetch b/neofetch new file mode 100644 index 0000000..35509e5 --- /dev/null +++ b/neofetch @@ -0,0 +1,40 @@ +[?25l[?7l -` + .o+` + `ooo/ + `+oooo: + `+oooooo: + -+oooooo+: + `/:-:++oooo+: + `/++++/+++++++: + `/++++++++++++++: + `/+++ooooooooooooo/` + ./ooosssso++osssssso+` + .oossssso-````/ossssss+` + -osssssso. :ssssssso. + :osssssss/ osssso+++. + /ossssssss/ +ssssooo/- + `/ossssso+/:- -:/+osssso+- + `+sso+:-` `.-/+oso: + `++:. `-/+/ + .` `/ +cat@meow +-------- +OS: Arch Linux x86_64 +Host: Precision M4700 01 +Kernel: 6.9.9-arch1-1 +Uptime: 74 days, 9 hours, 15 mins +Packages: 388 (pacman), 53 (nix-default) +Shell: zsh 5.9 +Resolution: 1920x1080 +Terminal: /dev/pts/6 +CPU: Intel i7-3840QM (8) @ 3.800GHz +GPU: NVIDIA Quadro K2000M +GPU: Intel 3rd Gen Core processor Graphics Controller +Memory: 2391MiB / 31998MiB + +         +         + + + +[?25h[?7h \ No newline at end of file diff --git a/stupid-natalieee.net-uptime-checker.sh b/stupid-natalieee.net-uptime-checker.sh new file mode 100755 index 0000000..53b75a2 --- /dev/null +++ b/stupid-natalieee.net-uptime-checker.sh @@ -0,0 +1,34 @@ +#!/bin/bash +FILE_PATH=/data/stupid-natalieee.net-uptime-tracker + +function other_websites_reacheable() { + # ensure it is not reacheable because natalie issue, not network issue + for site in {'google.com','duckduckgo.com','mozilla.org'}; do + ping -W1 -c1 "${site}" > /dev/null 2>&1 || return 1; + done +} + +function set_state() { + sed -i "s/${1}/${2}/" $FILE_PATH +} + +function update_count() { + set_state "$(grep "${1} count: " "${FILE_PATH}")" "${1} count: $(($(grep "${1} count: " "${FILE_PATH}" | cut -d: -f2) + 1))" +} + +ping -W1 -c1 natalieee.net > /dev/null 2>&1 && { + # natalieee.net reacheable + set_state "$(grep 'last update:' "${FILE_PATH}")" "last update: up" + update_count 'up' +} || { + # natalieee.net unreacheable or ping error + other_websites_reacheable && { + update_count 'down' + date +"natalieee.net unreacheable %s" >> "${FILE_PATH}" + set_state "$(grep 'last update:' "${FILE_PATH}")" 'last update: down (ping failed to only natalieee.net)' + } || { + update_count 'unknown' + date +"natalieee.net and other domains unreacheable %s" >> "${FILE_PATH}" + set_state "$(grep 'last update:' "${FILE_PATH}")" 'last update: down (ping failed to natalieee.net and some other domain(s))' + } +} diff --git a/stupid-natalieee.net-uptime-tracker b/stupid-natalieee.net-uptime-tracker new file mode 100644 index 0000000..5a38954 --- /dev/null +++ b/stupid-natalieee.net-uptime-tracker @@ -0,0 +1,47 @@ +natalie was curious about its website's uptime so it told me to put this here. + +last update: up +up count: 64521 +down count: 30 +unknown count: 9 + +log: +natalieee.net and other domains unreacheable 1726495020 +natalieee.net unreacheable 1728938041 +natalieee.net unreacheable 1728938101 +natalieee.net unreacheable 1728938161 +natalieee.net unreacheable 1728938222 +natalieee.net unreacheable 1728938281 +natalieee.net unreacheable 1728938341 +natalieee.net unreacheable 1728938401 +natalieee.net unreacheable 1728938461 +natalieee.net unreacheable 1728938521 +natalieee.net unreacheable 1728938582 +natalieee.net unreacheable 1728938641 +natalieee.net unreacheable 1728938701 +natalieee.net and other domains unreacheable 1729193410 +natalieee.net and other domains unreacheable 1729195540 +natalieee.net and other domains unreacheable 1729195570 +natalieee.net and other domains unreacheable 1729195630 +natalieee.net and other domains unreacheable 1729195700 +natalieee.net and other domains unreacheable 1729195755 +natalieee.net and other domains unreacheable 1729195810 +natalieee.net and other domains unreacheable 1729195870 +natalieee.net unreacheable 1729248786 +natalieee.net unreacheable 1729248841 +natalieee.net unreacheable 1729248901 +natalieee.net unreacheable 1729248961 +natalieee.net unreacheable 1729249022 +natalieee.net unreacheable 1729249081 +natalieee.net unreacheable 1729249141 +natalieee.net unreacheable 1729249201 +natalieee.net unreacheable 1729249262 +natalieee.net unreacheable 1729249321 +natalieee.net unreacheable 1729249381 +natalieee.net unreacheable 1729249441 +natalieee.net unreacheable 1729249501 +natalieee.net unreacheable 1729249561 +natalieee.net unreacheable 1729249622 +natalieee.net unreacheable 1729249681 +natalieee.net unreacheable 1729249741 +natalieee.net unreacheable 1729249801 diff --git a/test.html b/test.html new file mode 100644 index 0000000..ba93dd2 --- /dev/null +++ b/test.html @@ -0,0 +1,11 @@ + + + + + !!TEST AREA!! + + +
+

this is a test

+
+