3 horizontal lines, burger
3 horizontal lines, burger
3 horizontal lines, burger
3 horizontal lines, burger

3 horizontal lines, burger
Remove all
LOADING ...

Content



    Rethinking website design. Trying to make it better

    Clock
    21.12.2023
    /
    Clock
    05.10.2025
    /
    Clock
    1 minute
    An eye
    350
    Hearts
    0
    Connected dots
    0
    Connected dots
    0
    Connected dots
    0
    Tags:
    News
    Frontend

    By “rethinking” I meant a complete redesign of the site. I don't know how trivial this task is for frontend developers, but for me, it's like making a whole new website. I've revisited approximately 50 CSS files, 200 images, and 10 JS files (ok, not so big, but still).

    List of changes

    So what exactly was changed for a website ?
    • Now images are loading dynamically, only when they are visible.
    • The layout and structure of the site has changed.
    • Two other fonts have been added, for emphasis and for headings.
    • A strict color palette for the site was selected and built in.
    • Solves the problem with text size.
    • All images are now in webp or svg format
    • For the production server, all JS and CSS files are minified
    • Changed display of the list of posts and their previews
    And a much more... For example, change the button click animation or fix the translation.

    Overall website changes

    Side menu

    This is the side menu before, back then it was on the right side and was not interactive.
    And that's how it looks now. Now it's interactive and on the left side
    Footer before
    The footer became a little more sane, footer after

    List of articles

    The list of articles/posts will continue to improve. At least I'm going to replace infinite scrolling to pagination. Because, in my opinion, it is more understandable for a person (at least you see how long do you have left until the end) And for SEO and internal linking, it is preferable.
    Before
    After

    Conclusion

    As I already understood, if you have your own website, this means that you have to constantly watch and improve it. And that's why your website's structure is vital.Upgrading a website can be easy or can become a nightmare.
    So, because of this, think ten times before embedding a new feature on your website.

    Do not forget to share, like and leave a comment :)

    Comments

    (0)

    captcha
    Send
    LOADING ...
    It's empty now. Be the first (o゚v゚)ノ

    Other

    Similar articles


    I’ve published my blog or why is it so empty.

    Clock
    12.10.2023
    /
    Clock
    05.10.2025
    An eye
    234
    Hearts
    0
    Connected dots
    0
    Connected dots
    0
    Connected dots
    0
    First article on my portfolio/blog site.

    Improved the paginator and added a tag system to the site

    Clock
    22.09.2024
    /
    Clock
    02.10.2025
    An eye
    437
    Hearts
    0
    Connected dots
    0
    Connected dots
    0
    Connected dots
    0
    SEO recommendations from Google were used to improve the paginator and infinite scroll using replace and push states for the URL. A tag system was also developed for the site. …

    Used termins


    Related questions