|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | -<title>GlassKit – Documentation v1.3.3 | Jungherz GmbH</title> |
| 6 | +<title>GlassKit Docs – Documentation for the Glassmorphism CSS Library</title> |
| 7 | +<meta name="description" content="Explore the official GlassKit documentation with live component previews, installation guides, theming, design tokens, and full class references."> |
| 8 | +<meta name="robots" content="index, follow"> |
| 9 | +<meta name="theme-color" content="#0c1a24"> |
| 10 | +<link rel="canonical" href="https://glasskit.jungherz.com/docs.html"> |
| 11 | +<link rel="alternate" hreflang="en" href="https://glasskit.jungherz.com/docs.html"> |
| 12 | +<link rel="alternate" hreflang="de" href="https://glasskit.jungherz.com/de/docs.html"> |
| 13 | +<link rel="alternate" hreflang="x-default" href="https://glasskit.jungherz.com/docs.html"> |
| 14 | +<meta property="og:type" content="website"> |
| 15 | +<meta property="og:site_name" content="GlassKit"> |
| 16 | +<meta property="og:locale" content="en_US"> |
| 17 | +<meta property="og:locale:alternate" content="de_DE"> |
| 18 | +<meta property="og:title" content="GlassKit Docs – Documentation for the Glassmorphism CSS Library"> |
| 19 | +<meta property="og:description" content="Official GlassKit docs with live previews, usage examples, theming guidance, and class reference tables."> |
| 20 | +<meta property="og:url" content="https://glasskit.jungherz.com/docs.html"> |
| 21 | +<meta property="og:image" content="https://glasskit.jungherz.com/intro_screenshot.jpg"> |
| 22 | +<meta name="twitter:card" content="summary_large_image"> |
| 23 | +<meta name="twitter:title" content="GlassKit Docs – Documentation for the Glassmorphism CSS Library"> |
| 24 | +<meta name="twitter:description" content="Official GlassKit documentation with live previews, code examples, design tokens, and theming guidance."> |
| 25 | +<meta name="twitter:image" content="https://glasskit.jungherz.com/intro_screenshot.jpg"> |
| 26 | +<script type="application/ld+json"> |
| 27 | +{ |
| 28 | + "@context": "https://schema.org", |
| 29 | + "@type": "TechArticle", |
| 30 | + "headline": "GlassKit Documentation", |
| 31 | + "name": "GlassKit Docs", |
| 32 | + "url": "https://glasskit.jungherz.com/docs.html", |
| 33 | + "description": "Official documentation for GlassKit, a glassmorphism CSS component library for modern web interfaces.", |
| 34 | + "publisher": { |
| 35 | + "@type": "Organization", |
| 36 | + "name": "Jungherz GmbH", |
| 37 | + "url": "https://www.jungherz.com" |
| 38 | + } |
| 39 | +} |
| 40 | +</script> |
7 | 41 | <link rel="stylesheet" href="glasskit.css"> |
8 | 42 | <style> |
9 | 43 | *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } |
|
0 commit comments