Tag: html

Designing the Future: Visual Identity for an AI-Powered Invoicing Related App

Written by Lucie Zdeňková on 2025-07-03

htmlweb

We've recently started working on a new application which connects artificial intelligence with the world of invoicing. The aim is to significantly reduce routine tasks for small and medium-sized businesses. In the early stages of the project we also took on a cross-disciplinary challenge: designing a visual identity concept.

...

UX Polemic: Differentiating Visited and Unvisited Links

Written by Lucie Zdeňková on 2025-06-19

htmlweb

Today's blog post discusses a user experience design challenge we came across while building our company’s static website from scratch. Let’s look into the pros, cons, and limitations around the decision process on how to distinguish various types of links.

...
...

Dark Mode Toggle without Javascript

Written by Lucie Zdeňková on 2025-01-02

htmlcss

The following code snippets of HTML and CSS demonstrates a simple setup to enable dark mode using only HTML and CSS, without any JavaScript. This solution takes user preferences into account and allows the user to manually toggle between light and dark mode. Practical example can be seen in the header of this page.

...