refactor: complete project restructure - clean and professional
🎯 New Structure: - landing/ (root) - Only Makefile, .gitignore, .woodpecker.yml - helm/ - Kubernetes deployment (with argocd inside chart) - docker/ - Docker build configs - peikarband/ - All source code (src, tests, assets, config, tools, docs) ✅ Changes: - Moved Docker files: build/docker/ → docker/ - Moved Helm charts: deploy/helm/ → helm/ - Moved ArgoCD: deploy/argocd/ → helm/peikarband/argocd/ - Moved all source code to peikarband/ - Removed duplicate files (7 files) - Removed old empty directories 🐳 Docker Fixes: - Added npm retry configuration (fetch-retry-mintimeout, etc.) - Added 3-attempt retry mechanism for reflex export - Fixed ECONNREFUSED errors - Updated paths for new structure 📦 Config Updates: - Makefile: Updated all paths (docker/, helm/, peikarband/) - .woodpecker.yml: Updated dockerfile and context paths - .gitignore: Updated data/ path 🧪 Tests: - ✓ Helm lint passes - ✓ All paths validated - ✓ Structure verified 📊 Result: - Before: 20+ files in root, scattered structure - After: 3 files + 3 directories, clean and organized - Production-ready ✨
This commit is contained in:
20
peikarband/assets/hero-shield.svg
Normal file
20
peikarband/assets/hero-shield.svg
Normal file
@@ -0,0 +1,20 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 300">
|
||||
<!-- Shield gradient -->
|
||||
<defs>
|
||||
<linearGradient id="shieldGrad" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#F59E0B;stop-opacity:1" />
|
||||
<stop offset="50%" style="stop-color:#B8860B;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#1e3a8a;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<!-- Outer shield -->
|
||||
<path d="M125 10 C80 10, 40 20, 20 40 C20 120, 40 220, 125 280 C210 220, 230 120, 230 40 C210 20, 170 10, 125 10 Z"
|
||||
fill="url(#shieldGrad)" stroke="#D97706" stroke-width="3"/>
|
||||
<!-- Inner shield -->
|
||||
<path d="M125 40 C95 40, 70 47, 55 60 C55 120, 70 200, 125 250 C180 200, 195 120, 195 60 C180 47, 155 40, 125 40 Z"
|
||||
fill="#4B5563" opacity="0.8"/>
|
||||
<!-- Check mark -->
|
||||
<path d="M90 130 L110 160 L165 100"
|
||||
stroke="#10B981" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
||||
</svg>
|
||||
|
||||
|
After Width: | Height: | Size: 978 B |
Reference in New Issue
Block a user