Tag: web

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.

...
...
...

Using Gitlab CI for website deployment

Written by Dominik Joe Pantůček on 2019-11-14

CIweb

Modern websites typically include both static and dynamic content. Something is pre-defined, something is generated using data gathered elsewhere and HTML templates. And when a single website has different means of producing the final pages from other content, it may be tricky to keep everything in order. Read on to see how we at Trustica use Gitlab CI to aid us with deploying Cryptoucan™ product website!

...