Skip to content

Commit

Permalink
Keep the web secure in keep-it-simple-stupid (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Oct 12, 2023
1 parent e15ec6f commit 3b9ed5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posts/keep-it-simple-stupid.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ In my opinion, accessibility is an area that rewards simplicity the best. On the

In many scenarios, you can choose to create a straightforward solution. Leave a carousel from your design and use a simple grid, eliminating the JS dependency and complexity. Usually, what is simple - in an HTML way - is accessible.

The [Motherfucking Website](http://motherfuckingwebsite.com/) is an excellent example of this methodology called [KISS](https://en.wikipedia.org/wiki/KISS_principle). It is an example site that shows how complex today’s web development can sometimes be because of us.
The [Motherfucking Website](https://motherfuckingwebsite.com/) is an excellent example of this methodology called [KISS](https://en.wikipedia.org/wiki/KISS_principle). It is an example site that shows how complex today’s web development can sometimes be because of us.

Of course, life is more complex. We often don’t have the freedom to decide, but designing and creating with a mentality that focuses on simplicity will spare you and your users a lot.

0 comments on commit 3b9ed5f

Please sign in to comment.