Redesign: Version 5.0

This website has gone through a lot of iterations. I mean, a lot. Take a look at the very first iteration of the site, from way back in 201…


This content originally appeared on Tania Rascia | RSS Feed and was authored by hello@taniarascia.com

This website has gone through a lot of iterations. I mean, a lot. Take a look at the very first iteration of the site, from way back in 2014. (Yes, that's an accordion favicon.)

v5 1

The blog has come a long way since then! I wrote about Version 2, which was really semantically somewhere around version 1.863.0, and then I wrote about Version 4, because apparently version 3 didn't happen. Really, I haven't really cared about versioning this site, I just get excited about some change and perpetually tweak it. Which includes making my site look like an MS-DOS prompt as some point.

v5 2

Over the last week or two I've had a lot of fun building out a new site from scratch. I thought it would be fun to make my site look like a VS Code application. I didn't want to go full gimmick with it, but it's highly inspired by spending all day working in an IDE.

I've always tried to keep my site very clean and minimal and distraction free, but this means that the average person who lands on my site most likely does not explore any further because it doesn't seem like there's anything else to see. So I've decided to change it up this time around and categorize all my posts and make a category sidebar.

Here's what the site looked like until this release:

v5 3

And here's what the new design looks like, with light and dark modes:

v5 dark v5 light

What do you think? I had fun making little pixel icons, of a floppy disk and a Twitter bird and GitHub OctoCat and so on. I wanted to add a little 8-bit retro vibe to the site and make it more unique than just using emojis or icons. I also implemented a little theme switcher at the top, where not only can you switch between light and dark, but also choose the primary color of the site.

For example, here it is in red:

v5 search

I wrote the CSS from scratch in a single file, because I always find that the easiest and fastest. I've tried the whole CSS-in-JS thing multiple times with multiple libraries, and I still see way more pros to just using plain CSS or SCSS. Implementing the light them was simply a matter of overwriting some variables in a light theme class.

:root {
  --font-color: white;
}

.light.theme {
  --font-color: black;
}

I'm excited about this design, because the site is more interactive, more personalized, and yet familiar. And I just had fun doing it. Hopefully you like it, too!


This content originally appeared on Tania Rascia | RSS Feed and was authored by hello@taniarascia.com


Print Share Comment Cite Upload Translate Updates
APA

hello@taniarascia.com | Sciencx (2021-09-02T00:00:00+00:00) Redesign: Version 5.0. Retrieved from https://www.scien.cx/2021/09/02/redesign-version-5-0/

MLA
" » Redesign: Version 5.0." hello@taniarascia.com | Sciencx - Thursday September 2, 2021, https://www.scien.cx/2021/09/02/redesign-version-5-0/
HARVARD
hello@taniarascia.com | Sciencx Thursday September 2, 2021 » Redesign: Version 5.0., viewed ,<https://www.scien.cx/2021/09/02/redesign-version-5-0/>
VANCOUVER
hello@taniarascia.com | Sciencx - » Redesign: Version 5.0. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/09/02/redesign-version-5-0/
CHICAGO
" » Redesign: Version 5.0." hello@taniarascia.com | Sciencx - Accessed . https://www.scien.cx/2021/09/02/redesign-version-5-0/
IEEE
" » Redesign: Version 5.0." hello@taniarascia.com | Sciencx [Online]. Available: https://www.scien.cx/2021/09/02/redesign-version-5-0/. [Accessed: ]
rf:citation
» Redesign: Version 5.0 | hello@taniarascia.com | Sciencx | https://www.scien.cx/2021/09/02/redesign-version-5-0/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.