feat: add gh-dashboard project, language switch partial, header alignment fix

- Add gh-dashboard (debba/gh-dashboard) as collaboration project in EN/ES CV data
- Add head-language-switch.html template partial with test
- Change CV header text-align-last from justify to left
- Update .gitignore to exclude prompt symlinks and cv-site binary
This commit is contained in:
juanatsap
2026-05-07 22:52:46 +01:00
parent c6685e40d1
commit f3fc6a2632
7 changed files with 309 additions and 5 deletions
+2 -2
View File
@@ -76,8 +76,8 @@
margin-top: 20px;
/* Full justification - spread text across entire width */
text-align: justify;
text-align-last: justify;
-moz-text-align-last: justify;
text-align-last: left;
-moz-text-align-last: left;
text-justify: inter-word;
/* Word breaking and hyphenation */
word-spacing: -1px;
+1 -1
View File
File diff suppressed because one or more lines are too long