You are here |
www.erikkroes.nl | ||
| | | |
sarasoueidan.com
|
|
| | | | - The personal website of Sara Soueidan, inclusive design engineer | |
| | | |
iamsteve.me
|
|
| | | | In this tutorial I will show you how to make buttons in CSS with a nice 3D like effect | |
| | | |
tetralogical.com
|
|
| | | | Visible focus styles help us to understand which part of a web page we're interacting with. You may have seen visible focus styles appear as an outline around a link or a button for example. For people who only use a keyboard to navigate the web, visible focus styles may be one of the few ways to understand where they are in a page and what it is that they are interacting with. | |
| | | |
aaronluna.dev
|
|
| | I decided to document how I implemented a search feature with Hugo and Lunr.js on my personal blog site. Since this is a static site the search functionality is performed entirely within the client's browser. My solution uses vanilla JS DOM manipulation to render the search results. I believe that my approach includes features that are markedly different from the implementations I encountered while researching this task, features which enhance the overall search UX. |