Chilling at least, site stuff
Jun. 9th, 2026 10:23 pmAny decent writing done? Not really. But hey, at least I am doing other things, I say to myself while I do not write and I want to write. But it's fine. Things need time.
That being said, in the bit of the free time I've had so far, I've been playing more lob corp. There's a lot of things I have to go through still, but things are progressing better than I thought they would. I did end up with Mountain of smiling bodies so you know. An ALEPH is an ALEPH and it's gonna suck a little bit. He does not seem to like my agents much, so I've finally entered the '5748536054 resets a day' era of this game. And I still haven't opened all the departments.
I also picked up Degrees of Lewdity again after months of not playing the game. Reset the whole thing since it has been a while and honestly, the randomness has not been treating me well so far. I cannot get Eden to show up at all and he's my favourite love interest to pick! Gwylan keeps appearing instead of him, and I've gotten black wolf a few times too! I'm guessing it will take a while before I get back to him.
Now, this actually got me pondering some fic ideas, especially with some of the dol aus I have to work on. Will probably make a separate post on this tomorrow since it's a bit late right now, so that will be fun to do!
On another note: I am again thinking of changing my site design. Who would've thought? In all seriousness, I do need to rework it and make it easier to navigate. I've seen some people use javascript for easier navigation though I still need to think about that and if I want to torture myself from doing all of that from scratch and no proper learning curve because I'm impatient. Maybe just doing a better coding job in general would be better for me? I could finally make css in a separate file and not insert it on every page. I sadly do like my non-matching layouts on different pages at times (not all the time, but sometimes) and I like that a bit too much. I believe I need to figure out how I want the layout to look like before I even start anything.
That being said, in the bit of the free time I've had so far, I've been playing more lob corp. There's a lot of things I have to go through still, but things are progressing better than I thought they would. I did end up with Mountain of smiling bodies so you know. An ALEPH is an ALEPH and it's gonna suck a little bit. He does not seem to like my agents much, so I've finally entered the '5748536054 resets a day' era of this game. And I still haven't opened all the departments.
I also picked up Degrees of Lewdity again after months of not playing the game. Reset the whole thing since it has been a while and honestly, the randomness has not been treating me well so far. I cannot get Eden to show up at all and he's my favourite love interest to pick! Gwylan keeps appearing instead of him, and I've gotten black wolf a few times too! I'm guessing it will take a while before I get back to him.
Now, this actually got me pondering some fic ideas, especially with some of the dol aus I have to work on. Will probably make a separate post on this tomorrow since it's a bit late right now, so that will be fun to do!
On another note: I am again thinking of changing my site design. Who would've thought? In all seriousness, I do need to rework it and make it easier to navigate. I've seen some people use javascript for easier navigation though I still need to think about that and if I want to torture myself from doing all of that from scratch and no proper learning curve because I'm impatient. Maybe just doing a better coding job in general would be better for me? I could finally make css in a separate file and not insert it on every page. I sadly do like my non-matching layouts on different pages at times (not all the time, but sometimes) and I like that a bit too much. I believe I need to figure out how I want the layout to look like before I even start anything.
no subject
Date: 2026-06-10 11:12 am (UTC)Also for the CSS: you could have the parts you want on all your pages in one CSS file (for example, say you want your site to use the same font size and link decoration on every single page even if other stuff is different) and the things specific to each page in different CSS files, and on each HTML page you can link the common file + the relevant specific file. As long as there's no property overlap, it'll work with no problem; if there is some overlap I don't remember what's prioritized but I could probably dig up that piece of info if needed.
no subject
Date: 2026-06-10 12:08 pm (UTC)no subject
Date: 2026-06-10 12:22 pm (UTC)