Log-2025-02-19

The friend link cards were not visually appealing, so I removed them.

Additionally, all nav-link classes now have hover effects:

 1.nav-link
 2    position: relative
 3    &:after
 4        content: ''
 5        position: absolute
 6        left: 0
 7        bottom: -5px
 8        display: inline-block
 9        height: 1px
10        background-color: #0077b8
11        width: 0
12        opacity: 0
13        transition: opacity 0.35s, width 0.35s
14    &:hover:after
15        opacity: 1
16        width: 100%




Translations: