|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | + <meta name="author" content="Maciej Ciemborowicz"> |
| 7 | + <title>About 4bit Terminal Color Scheme Designer | Terminal Color Themes</title> |
| 8 | + <meta name="description" content="Learn about 4bit, a free terminal color scheme designer for creating consistent terminal colors, terminal schemes, terminal themes, and terminal color themes for popular terminal emulators."> |
| 9 | + <meta name="keywords" content="terminal colors, terminal schemes, terminal themes, terminal color themes, terminal color scheme designer, terminal color palette, iTerm2 themes, Alacritty themes, mintty themes, Xresources colors"> |
| 10 | + <meta name="robots" content="index,follow"> |
| 11 | + <link rel="canonical" href="https://ciembor.github.io/4bit/about/"> |
| 12 | + <link rel="icon" type="image/svg+xml" href="../images/favicon.svg"> |
| 13 | + |
| 14 | + <meta property="og:type" content="article"> |
| 15 | + <meta property="og:site_name" content="4bit"> |
| 16 | + <meta property="og:title" content="About 4bit Terminal Color Scheme Designer"> |
| 17 | + <meta property="og:description" content="4bit helps developers create consistent terminal color schemes and export them to configuration files for popular terminal emulators."> |
| 18 | + <meta property="og:url" content="https://ciembor.github.io/4bit/about/"> |
| 19 | + <meta property="og:image" content="https://ciembor.github.io/4bit/images/4bit-terminal-color-scheme-designer.jpg"> |
| 20 | + <meta property="og:image:width" content="1280"> |
| 21 | + <meta property="og:image:height" content="712"> |
| 22 | + <meta property="og:image:alt" content="4bit Terminal Color Scheme Designer screenshot"> |
| 23 | + |
| 24 | + <meta name="twitter:card" content="summary_large_image"> |
| 25 | + <meta name="twitter:title" content="About 4bit Terminal Color Scheme Designer"> |
| 26 | + <meta name="twitter:description" content="A free terminal color scheme designer for creating and exporting terminal colors, terminal schemes, and terminal color themes."> |
| 27 | + <meta name="twitter:image" content="https://ciembor.github.io/4bit/images/4bit-terminal-color-scheme-designer.jpg"> |
| 28 | + <meta name="twitter:site" content="@ciembor"> |
| 29 | + <meta name="twitter:creator" content="@ciembor"> |
| 30 | + |
| 31 | + <script type="application/ld+json"> |
| 32 | + { |
| 33 | + "@context": "https://schema.org", |
| 34 | + "@type": "AboutPage", |
| 35 | + "name": "About 4bit Terminal Color Scheme Designer", |
| 36 | + "url": "https://ciembor.github.io/4bit/about/", |
| 37 | + "description": "About 4bit, a free terminal color scheme designer for creating consistent terminal colors, terminal schemes, terminal themes, and terminal color themes.", |
| 38 | + "isPartOf": { |
| 39 | + "@type": "WebSite", |
| 40 | + "name": "4bit", |
| 41 | + "url": "https://ciembor.github.io/4bit/" |
| 42 | + }, |
| 43 | + "mainEntity": { |
| 44 | + "@type": "SoftwareApplication", |
| 45 | + "name": "4bit Terminal Color Scheme Designer", |
| 46 | + "applicationCategory": "DeveloperApplication", |
| 47 | + "operatingSystem": "Any", |
| 48 | + "url": "https://ciembor.github.io/4bit/", |
| 49 | + "image": "https://ciembor.github.io/4bit/images/4bit-terminal-color-scheme-designer.jpg", |
| 50 | + "description": "A free web app for creating consistent terminal color schemes and exporting terminal themes for popular terminal emulators.", |
| 51 | + "author": { |
| 52 | + "@type": "Person", |
| 53 | + "name": "Maciej Ciemborowicz", |
| 54 | + "url": "https://maciej-ciemborowicz.eu/" |
| 55 | + }, |
| 56 | + "offers": { |
| 57 | + "@type": "Offer", |
| 58 | + "price": "0", |
| 59 | + "priceCurrency": "USD" |
| 60 | + } |
| 61 | + }, |
| 62 | + "breadcrumb": { |
| 63 | + "@type": "BreadcrumbList", |
| 64 | + "itemListElement": [ |
| 65 | + { |
| 66 | + "@type": "ListItem", |
| 67 | + "position": 1, |
| 68 | + "name": "4bit Terminal Color Scheme Designer", |
| 69 | + "item": "https://ciembor.github.io/4bit/" |
| 70 | + }, |
| 71 | + { |
| 72 | + "@type": "ListItem", |
| 73 | + "position": 2, |
| 74 | + "name": "About", |
| 75 | + "item": "https://ciembor.github.io/4bit/about/" |
| 76 | + } |
| 77 | + ] |
| 78 | + } |
| 79 | + } |
| 80 | + </script> |
| 81 | + </head> |
| 82 | + <body id="about-page"> |
| 83 | + <script type="module" src="../src/presentation/about-page/main.js"></script> |
| 84 | + </body> |
| 85 | +</html> |
0 commit comments