Skip to content

Instantly share code, notes, and snippets.

View celsobessa's full-sized avatar

Celso Bessa celsobessa

View GitHub Profile
@celsobessa
celsobessa / markup.html
Last active February 4, 2022 16:48
Experimental sliding overlay menu withouth Javascript
<!doctype html>
<!-- Portions of the base code from from HTML5 Boilerplate. https://github.com/h5bp/html5-boilerplate -->
<!-- The original technique is a not an creation of mine. I am still looking for the creator to give the proper credit. -->
<!-- Also, there might be acessibility issues. Assuring its accessibility is a work in progress. -->
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Sliding overlay menu withouth Javascript</title>
<meta name="description" content="Experimental sliding overlay menu withouth Javascript">
@celsobessa
celsobessa / conversa-abnt-acessibilidade.js
Last active February 26, 2024 19:02
Conversa ABNT Acessibilidade web OU / Exceto
/** Pseudocódigo
// caso "exceto"/"except", "a não ser"/"unless", SENÃOFOR/IFNOT
IF ( condition NOT true) THEN
criteria must be met
ENDIF
// caso "ou"/"OR"
IF (criteria IS true OR condition IS true) THEN
criteria is met
ENDIF
// caso "ou exclusivo"/"XOR"