Commit a0e890d
authored
KAN-208/create-a-landing-page-for-the-project (#169)
* flake.lock: Update
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/2dad7af78a183b6c486702c18af8a9544f298377?narHash=sha256-LYr4IDfuihCkFAkSYz5//gT2r1ewcWBYgd5AxPzPLIo%3D' (2025-10-09)
→ 'github:NixOS/nixpkgs/d1c15b7d5806069da59e819999d70e1cec0760bf?narHash=sha256-b9uG8yN50DRQ6A7JdZBfzq718ryYrlmGgqkRm9OOwCE%3D' (2026-02-16)
• Updated input 'rust-overlay':
'github:oxalica/rust-overlay/dec08d5dfeca099b0058f0cc61264b04f33db42c?narHash=sha256-jPz0K8xsT2eNSratkw8bfPwSlTuOXGeUvz%2Bbd9wq/vY%3D' (2025-10-07)
→ 'github:oxalica/rust-overlay/85078369717bdbe1f266c9eaad5e66956fb6feea?narHash=sha256-4zOvSi0WkS2WAaoJtM28wECtS9S%2BL38CPYbhF%2BwINDA%3D' (2026-02-21)
* Add nix build for web landing page
- Create web/default.nix for building static site
- Add kanban-web package to flake.nix
- Static files (HTML, CSS, GIF) packaged for deployment
* flake.lock: Update
* remove demo
* fix: remove duplicate border between roadmap and footer sections
* fix: remove duplicate $ prompt
* fix: remove in progress from the roadmap
* fix: Documentation does not exist
* style: group and equalize CTA buttons with grid layout
* style: left-align CTA buttons and add visual 'or' separator
* style: revert to vertical CTA buttons with equal width and tight spacing
* style: stack installation methods vertically in single grey box
* style: remove unused CSS classes
- Removed .demo-gif (not in HTML)
- Removed .cta-buttons (refactored)
- Removed .code-prompt (refactored)
- Removed .quick-start-title (not in HTML)
- Removed .status-badge.in-progress (unused)
* fix: cleanup of installation and duped hero content
* fix: remove a word
* fix: remove a border
* style: replace emoji symbols in roadmap with [ ] for planned items
* style: change completed checkbox from ✓ to [x]
* feat: add shell syntax highlighting with highlight.js
- Add highlight.js library via CDN with atom-one-dark theme
- Add language-sh class to all code blocks
- Initialize highlighting on page load
- Provides color-coded shell syntax for all installation commands
* style: highlight shell prompt ($) with accent color
- Wrap $ prompts in span.prompt class
- Style prompts with orange accent color and semibold weight
- Applied to all code blocks (cargo, nix, git, etc.)
* fix: ensure prompt color overrides highlight.js styling
* fix: use inline style for prompt color to override highlight.js
* fix: disable highlight.js on code blocks to preserve prompt color
- Remove language-sh class so highlight.js doesn't override inline styles
- Simplify CSS without !important rules
- Prompt $ now displays correctly in orange
* fix: add nohighlight class to prevent highlight.js from processing code blocks
* fix: Remove highlight.js CDN dependency from landing page
Removes highlight.js stylesheet and initialization script that were not functional (all code blocks use nohighlight class). This eliminates 2 unnecessary HTTP requests and ~150KB of external dependencies.
* fix: Remove inline styles from terminal prompts
Removes redundant inline style="color: #c9714a;" attributes from prompt spans. The .prompt CSS class already provides this styling, so inline styles are unnecessary duplication.
* fix: Add comment styling to shell command examples
Wrap the shell comment "# or" in a span with the comment class for visual distinction, providing styling similar to syntax highlighting without external dependencies.
* fix: Add CSS styling for comment class
Define .comment class with muted text color and italic font style for visual distinction of shell comments in code blocks.
* fix: drop wording from title
* Fix code block selection behavior and remove unused CSS rule
- Change user-select from 'all' to 'text' for better UX when selecting individual lines in code blocks
- Remove unnecessary .install-method:last-child border-bottom rule (no borders were applied between install methods)1 parent 915364a commit a0e890d
5 files changed
+699
-6
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
0 commit comments