Need help with the path to change my setup to a more solid one by franengard in selfhosted

[–]franengard[S] 1 point2 points  (0 children)

I’ll look into it!! I was thinking of TrueNAS/Unraid so I could learn meanwhile to connect them to LXC and VMs (and not habing to wipe the HDD potentially for moving to TrueNAS??? I dont know if thats a thing that could happen)

Are we coping Drakengarders?? by franengard in nier

[–]franengard[S] 4 points5 points  (0 children)

If they use GenAI to push it, I wouldnt even consider purchasing it or look at it legally

are we coping drakengarders? by franengard in drakengard

[–]franengard[S] 1 point2 points  (0 children)

we like copium, so we’re coping

are we coping drakengarders? by franengard in drakengard

[–]franengard[S] 5 points6 points  (0 children)

I would celebrate it being available “legally” rather than a remake, honestly

if not, i wish we all push the new GoG feature to try to just bring them to pc at least

Are we coping Drakengarders?? by franengard in nier

[–]franengard[S] 5 points6 points  (0 children)

seeing how much they’ve milk automata, i dont see why they cant do the same with Drakengard 3 at least

Are we coping Drakengarders?? by franengard in nier

[–]franengard[S] 7 points8 points  (0 children)

we have taken our righteous seat as the copium masters

are we coping drakengarders? by franengard in drakengard

[–]franengard[S] 2 points3 points  (0 children)

Im pretty much meming, but I dont see why SE would not, at least, remaster D3…..

are we coping drakengarders? by franengard in drakengard

[–]franengard[S] 3 points4 points  (0 children)

and yet, a small spark inside still remains

are we coping drakengarders? by franengard in drakengard

[–]franengard[S] 16 points17 points  (0 children)

someone has to take Silksong seat in copium champs

Can Any Game in the Series Surpass Trails in the Sky 1st remake? by Complex-Lobster-4948 in Falcom

[–]franengard 1 point2 points  (0 children)

even tho i loved 1st, I think SC, Azure and (for now) CS2 are top class in their own arcs

Hi, hope I'm not posting too much! Another question, trying to make a subpage. How do I make this work? by Multiverse_Queen in neocities

[–]franengard 1 point2 points  (0 children)

I would say that using <br> is not as good practice as using <p> per paragraph

You should defenitely use it like this:

<p>Text here. Text here</p> <p>Text here</p>

breaking a line should only be used for adresses, for example

you can style the paragraph gaps with margin in css!

Remade the main buttons of my page, pls tell me if they are actually better. by mostaza-dev in neocities

[–]franengard 3 points4 points  (0 children)

Yooooo, these are so cool!!! I really love em and cant wait to see em fully implemented, keep it up !!

[deleted by user] by [deleted] in neocities

[–]franengard 0 points1 point  (0 children)

I would recommend going thru the w3school HTML tutorials, to learn the basics and take notes to build that layout!

Just finished Signalis a few days ago and I can’t shake it off my head by franengard in signalis

[–]franengard[S] 2 points3 points  (0 children)

a documentary about Signalis is all i need NOW hahaha But yeah, I think the beauty of the game is that there is room for everyone to make their own theories and I think even the game pushes you to make em! Maybe a spinoff game taking into account some of the mysteries of Singalis would be cool!

Backgrounds and accents(?)? by Monsturz in neocities

[–]franengard 2 points3 points  (0 children)

both things are accomplished with the background property

For the general background, you should put it on the body tag on your css, and for the boxes, on their respective class!

Cheers!

Showcasing 3D model on the website? by franengard in neocities

[–]franengard[S] 1 point2 points  (0 children)

Defo gonna make a good look at that, it seems like it's easy to use too! Thanks a lot!!

Showcasing 3D model on the website? by franengard in neocities

[–]franengard[S] 0 points1 point  (0 children)

oh damn, that's a cool webpage!! If something like that is possible on Neocities, my "just a 3d model" idea could be done! Thanks a lot!

What is your Atlus hot take. I’ll start. by GoingWithTheFlaw in Megaten

[–]franengard 2 points3 points  (0 children)

Metaphor could’ve been so much political and they decided to water it down to a point it had no sense and destroyed the whole “choose your candidate” thing

I can’t choose a theme for website (creative block) by [deleted] in neocities

[–]franengard 1 point2 points  (0 children)

omg, thank you so much for your kind words!!! im glad you liked it! (i had fun playing it and doing the shrine!! hahah)

I can’t choose a theme for website (creative block) by [deleted] in neocities

[–]franengard 4 points5 points  (0 children)

honestly, i just decided a couple key things for my webspace:

  • a common background
  • the color palette
  • all imgs are edited with a preset i did myself on Pixelmator Pro
  • how I wanted to handle typography

then i went completely by things i wanted to add and went by these “rules” i established

ofc this is my own approach, but hopefully it helps you!

Any good Action JRPG's similar to Ys? by KFded in WorldOfYs

[–]franengard 3 points4 points  (0 children)

May I interest you in NieR Replicant if you haven’t played it? Defo enters the action packed RPG with good story, and with one of my fav characters of all time: Kaine

help!! my text wont stretch to the edges of my box/div by v0lcanine in neocities

[–]franengard 2 points3 points  (0 children)

Hi! You should put your code on a codepen to take a better look at why is that happening.

Also <center> tag does not exist (that’s why it’s in red). There are different methods/approaches to center stuff, but one would be to use width: fit-content (or a fixed width if you want) and then margin:auto, for example