SPB Git forge

spb/ka-ui

Public
30commits 1branches 0releases
145.7 MBsize
maindefault branch
27 days agolast push
Python 33.5% JavaScript 30.1% TypeScript 25% CSS 10% Shell 1.4%

ecosystem.json à niveau : + house-ka, rent-ka, ka-stats (aligné sur le hub) ; accents + MAP sync rent-ka

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Simon-Pierre Boucher committed 27 days ago (Aug 28, 2026) parent f844854

3 changed files +39 −2

modified accents.css +6 −0
@@ -46,3 +46,9 @@
46 46
47 47 /* job-ka.com — cyan (emploi) — ajouté 2026-08-17 */
48 48 /* :root { --accent: #0c8599; --accent-soft: #def0f4; --accent-deep: #095c6b; --on-accent: #ffffff; } */
49 +
50 +/* house-ka.com — pin (maisons à vendre, Canada hors QC) — ajouté 2026-08-27 */
51 +/* :root { --accent: #0f6b4f; --accent-soft: #e2f1ec; --accent-deep: #0a4c38; --on-accent: #ffffff; } */
52 +
53 +/* rent-ka.com — cobalt (locations, Canada hors QC) — ajouté 2026-08-27 */
54 +/* :root { --accent: #2456e6; --accent-soft: #e9efff; --accent-deep: #1738a8; --on-accent: #ffffff; } */
modified ecosystem.json +32 −2
@@ -62,7 +62,7 @@
62 62 "accentSoft": "#e7f2fd",
63 63 "accentDeep": "#14508f",
64 64 "onAccent": "#ffffff",
65 "tagline": "Le moteur de recherche du web québécois"
65 + "tagline": "Le moteur de recherche du Groupe KA"
66 66 },
67 67 {
68 68 "id": "lou-ka",
@@ -84,6 +84,26 @@
84 84 "onAccent": "#ffffff",
85 85 "tagline": "Toutes les propriétés à vendre"
86 86 },
87 + {
88 + "id": "house-ka",
89 + "wordmark": "House·Ka",
90 + "domain": "www.house-ka.com",
91 + "accent": "#0f6b4f",
92 + "accentSoft": "#dcefe6",
93 + "accentDeep": "#0a4a37",
94 + "onAccent": "#ffffff",
95 + "tagline": "Maisons à vendre — Canada hors Québec (EN)"
96 + },
97 + {
98 + "id": "rent-ka",
99 + "wordmark": "Rent·Ka",
100 + "domain": "www.rent-ka.com",
101 + "accent": "#2456e6",
102 + "accentSoft": "#e9efff",
103 + "accentDeep": "#1738a8",
104 + "onAccent": "#ffffff",
105 + "tagline": "Locations résidentielles — Canada hors Québec (EN)"
106 + },
87 107 {
88 108 "id": "vrai-prix",
89 109 "wordmark": "Vrai-Prix",
@@ -173,6 +193,16 @@
173 193 "accentDeep": "#095c6b",
174 194 "onAccent": "#ffffff",
175 195 "tagline": "Tous les emplois des employeurs québécois"
196 + },
197 + {
198 + "id": "ka-stats",
199 + "wordmark": "Ka·Stats",
200 + "domain": "www.ka-stats.com",
201 + "accent": "#095797",
202 + "accentSoft": "#e2edf6",
203 + "accentDeep": "#063a63",
204 + "onAccent": "#ffffff",
205 + "tagline": "L'explorateur de statistiques du Québec"
176 206 }
177 207 ],
178 208 "extraFooterLinks": [
@@ -193,4 +223,4 @@
193 223 "href": "https://www.ka6.bot"
194 224 }
195 225 ]
196 }
\ No newline at end of file
226 +}
modified sync.sh +1 −0
@@ -16,6 +16,7 @@ resto-ka|M3U96b|~/apps/resto-ka|frontend/src/ka
16 16 vrai-prix|M3U96a|~/apps/vrai-prix|src/ka
17 17 sorti-ka|M3U96a|~/apps/sorti-ka|frontend/src/ka
18 18 job-ka|M3U96a|~/apps/job-ka|frontend/src/ka
19 +rent-ka|M4M36|~/apps/rent-ka|frontend/src/ka
19 20 immo-ka|M4M64a|~/apps/immo-ka|frontend/src/ka
20 21 fabri-ka|M4M64a|~/fabri-ka|frontend/src/ka
21 22 auto-ka|M4M64b|~/auto-ka|frontend/src/ka
22 23