diff --git a/public/data/_index.json b/public/data/_index.json index 0521f16f..fc56fcd9 100644 --- a/public/data/_index.json +++ b/public/data/_index.json @@ -7,6 +7,10 @@ "lang": "CSS", "icon": "/icons/css.svg" }, + { + "lang": "HTML", + "icon": "/icons/html5.svg" + }, { "lang": "Python", "icon": "/icons/python.svg" diff --git a/public/data/html.json b/public/data/html.json new file mode 100644 index 00000000..298d0ec4 --- /dev/null +++ b/public/data/html.json @@ -0,0 +1,119 @@ +[ + { + "language": "html", + "categoryName": "Basic Layouts", + "snippets": [ + { + "title": "Sticky Header-Footer Layout", + "description": "Full-height layout with sticky header and footer, using modern viewport units and flexbox.", + "code": [ + "", + "", + " ", + " ", + " ", + " ", + "
header
", + "
body/content
", + "
footer
", + " ", + "" + ], + "tags": ["html", "css", "layout", "sticky", "flexbox", "viewport"], + "author": "GreenMan36" + }, + { + "title": "Grid Layout with Navigation", + "description": "Full-height grid layout with header navigation using nesting syntax.", + "code": [ + "", + "", + " ", + " ", + " ", + " ", + "
", + " Header", + " ", + "
", + "
Main Content
", + "
Footer
", + " ", + "" + ], + "tags": ["html", "css", "layout", "sticky", "grid", "full-height"], + "author": "GreenMan36" + } + ] + } +] diff --git a/public/icons/html5.svg b/public/icons/html5.svg new file mode 100644 index 00000000..59345ce4 --- /dev/null +++ b/public/icons/html5.svg @@ -0,0 +1,8 @@ + +HTML5 Logo +A two tone orange shield with a white number 5 in it + + + + + \ No newline at end of file pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy