You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new selling points, CSS animations, and page-wide color bands
New content sections:
- "What makes Dfetch different" stat-card trio (Any VCS / Any language /
15+ year lifecycles) in a blue tint band
- "Customize without losing upstream" dark card — explains dfetch diff
and automatic patch re-apply on updates (unique feature)
- "Supply-chain ready" green tint band — SBOM generation, automatic
license detection, multi-format reports (SARIF/Jenkins/Code Climate/
DependencyTrack)
- "Migrate in seconds" card — dfetch import from submodules/SVN externals
- Expanded feature grid: VCS pin strategies, subfolder src: fetching,
offline reproducible builds, zero lock-in
CSS animations:
- @Keyframes gradientPan + pulseGlow on primary buttons (animated
gradient + glowing ring that breathes)
- @Keyframes float on all material icons in cards/grid (gentle 8px
vertical bob with staggered delays per column)
- @Keyframes fadeSlideUp + staggered animation-delay on grid cards
(0.05s / 0.15s / 0.25s / 0.35s cascade)
- @Keyframes badgePop on inline badges (scale + fade entrance)
Full-bleed color bands:
- .band-tint (--bg-tint: #eff6ff blue) and .band-mint (--bg-mint:
#f0fdf4 green) use left/right -9999px absolute ::before with
html { overflow-x: hidden } for true page-wide background stripes
Accessibility: @media (prefers-reduced-motion: reduce) collapses all
animations to near-zero duration
https://claude.ai/code/session_01M6bbExVN7rKranDxBHaSrf
<metaproperty="og:title"content="Dfetch — Vendor dependencies without the pain">
14
-
<metaproperty="og:description"content="VCS-agnostic source-only dependency management. Works with Git and SVN. No submodules, no lock-in.">
14
+
<metaproperty="og:description"content="VCS-agnostic source-only dependency management. Works with Git and SVN. No submodules, no lock-in, supply-chain ready.">
<metaname="twitter:title"content="Dfetch — Vendor dependencies without the pain">
20
-
<metaname="twitter:description"content="VCS-agnostic source-only dependency management. Works with Git and SVN. No submodules, no lock-in.">
20
+
<metaname="twitter:description"content="VCS-agnostic source-only dependency management. Works with Git and SVN. No submodules, no lock-in, supply-chain ready.">
0 commit comments