What's up
xxxxxxxxx
Oh hey, um, how's life? Is your mum ok? Great great. Tell her twig said hi, she'll know whats up :3
It's been awhile since the last post and not a lot has changed since that last post, i'm still thinking about pursuing gamedev and failing. My mind set about it has changed though, the coding side at least. I've realised that I don't know everything but that's ok. I made this website and barley know nothing, i know enough to get me by but not everything, then thinking that gets me thinking oh fuck, how do i know this html and css stuff? Practice, that's how, I need to practise simple things in unity, make small games (looking back many people said to do this). School has started back for me now so finding the time to work on it and have the motivation to isn't easy but im trying to teach myself stuff little by little..
Haha yes. This is all new! I said that in my first blog post I will redesign it and I have. This is all built from the ground up instead of stealing code from other websites.
The new design is based off what firefox would do to my old website, "Reader view" it would condense all the text and pictures to make the text more readable, something really cool it did was it saw that the title was not a regular peice of text and put a divider between it.
This time around I wanted to do something really cool. I wanted to make the experience for mobile users just as good as it is for desktop users. This is done in a very janky way, on each main page there is a script that checks the screen width to see if its <= 700pixels, if it is we will redirect the user to a separate mobile version of the website (example: https://devtwig.neocities.org/ will redirect to https://devtwig.neocities.org/MobileMain.html) this is really time consuming though, it means that i have to copy all the html from the main website to the mobile version and make changes to it. I don't even know if the layout works on other mobile devices, I've only tested my own...
That's about all i wanted to talk about here, thanks for reading :3