Compare commits
9 Commits
feat/v13-d
...
b48b66bd76
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b48b66bd76 | ||
|
|
e012d11bee | ||
|
|
8703d056d9 | ||
|
|
b4f6d63f33 | ||
|
|
8e7125b426 | ||
|
|
6b9f6bf751 | ||
|
|
372cb62229 | ||
|
|
aa410ce7aa | ||
|
|
e90a7e12ef |
10
package-lock.json
generated
10
package-lock.json
generated
@@ -10,6 +10,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/node": "^10.1.0",
|
"@astrojs/node": "^10.1.0",
|
||||||
"@astrojs/vue": "^6.0.1",
|
"@astrojs/vue": "^6.0.1",
|
||||||
|
"@fontsource-variable/roboto-condensed": "^5.2.8",
|
||||||
"@tailwindcss/vite": "^4.2.4",
|
"@tailwindcss/vite": "^4.2.4",
|
||||||
"@types/d3": "^7.4.3",
|
"@types/d3": "^7.4.3",
|
||||||
"astro": "^6.3.1",
|
"astro": "^6.3.1",
|
||||||
@@ -1064,6 +1065,15 @@
|
|||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@fontsource-variable/roboto-condensed": {
|
||||||
|
"version": "5.2.8",
|
||||||
|
"resolved": "https://registry.npmjs.org/@fontsource-variable/roboto-condensed/-/roboto-condensed-5.2.8.tgz",
|
||||||
|
"integrity": "sha512-aIZ2kYSoJHkTI4z8x/PRgKX6Zb9TTtSE/u+fUYeiwL+5trP9rhYYEEeNjRttaMqRgoDHcSueArdRZ43wf/i2Kw==",
|
||||||
|
"license": "OFL-1.1",
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/ayuhito"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@img/colour": {
|
"node_modules/@img/colour": {
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/node": "^10.1.0",
|
"@astrojs/node": "^10.1.0",
|
||||||
"@astrojs/vue": "^6.0.1",
|
"@astrojs/vue": "^6.0.1",
|
||||||
|
"@fontsource-variable/roboto-condensed": "^5.2.8",
|
||||||
"@tailwindcss/vite": "^4.2.4",
|
"@tailwindcss/vite": "^4.2.4",
|
||||||
"@types/d3": "^7.4.3",
|
"@types/d3": "^7.4.3",
|
||||||
"astro": "^6.3.1",
|
"astro": "^6.3.1",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "1.1",
|
"version": "1.1",
|
||||||
"generatedAt": "2026-05-11T17:59:41.381Z",
|
"generatedAt": "2026-05-11T18:07:36.883Z",
|
||||||
"nodes": [
|
"nodes": [
|
||||||
{
|
{
|
||||||
"id": "contrat-social-medecine-corps-social",
|
"id": "contrat-social-medecine-corps-social",
|
||||||
|
|||||||
@@ -168,7 +168,9 @@ import PreviewArticle from '../vue/PreviewArticle.vue';
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
window.addEventListener('journal-item-click', () => {
|
// V1.2-P : ouverture preview article via journal-item-click
|
||||||
|
// V1.3-E : ouverture preview unifiee via preview-open (article OU manifeste)
|
||||||
|
const openPreview = () => {
|
||||||
applyPreviewState(true);
|
applyPreviewState(true);
|
||||||
// Scroll vers la preview apres mount
|
// Scroll vers la preview apres mount
|
||||||
requestAnimationFrame(() => {
|
requestAnimationFrame(() => {
|
||||||
@@ -178,7 +180,9 @@ import PreviewArticle from '../vue/PreviewArticle.vue';
|
|||||||
grid.scrollTo({ top: Math.max(0, previewTop - 8), behavior: 'smooth' });
|
grid.scrollTo({ top: Math.max(0, previewTop - 8), behavior: 'smooth' });
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
};
|
||||||
|
window.addEventListener('journal-item-click', openPreview);
|
||||||
|
window.addEventListener('preview-open', openPreview);
|
||||||
window.addEventListener('preview-close', () => {
|
window.addEventListener('preview-close', () => {
|
||||||
applyPreviewState(false);
|
applyPreviewState(false);
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1,11 +1,14 @@
|
|||||||
---
|
---
|
||||||
import JournalList from '../vue/JournalList.vue';
|
import JournalList from '../vue/JournalList.vue';
|
||||||
|
|
||||||
|
// V1.3-F : palette desopacifiee — chaque categorie a une pastel pour le fill pill inactive.
|
||||||
|
// Regle bicouche : pastel = FILL pill inactive uniquement. Border + texte = encre couleur 100%.
|
||||||
const categories = [
|
const categories = [
|
||||||
{
|
{
|
||||||
id: 'politique',
|
id: 'politique',
|
||||||
label: 'Politique',
|
label: 'Politique',
|
||||||
color: '#B5443A',
|
color: '#B5443A',
|
||||||
|
pastel: '#E5C3BE',
|
||||||
hashtags: ['#politique', '#aep-politique'],
|
hashtags: ['#politique', '#aep-politique'],
|
||||||
plateformes: [
|
plateformes: [
|
||||||
{ id: 'instagram', label: 'Court', url: 'https://www.instagram.com/aep.politique/' },
|
{ id: 'instagram', label: 'Court', url: 'https://www.instagram.com/aep.politique/' },
|
||||||
@@ -18,6 +21,7 @@ const categories = [
|
|||||||
id: 'art',
|
id: 'art',
|
||||||
label: 'Art',
|
label: 'Art',
|
||||||
color: '#5B6B3A',
|
color: '#5B6B3A',
|
||||||
|
pastel: '#CACFBE',
|
||||||
hashtags: ['#peinture', '#art'],
|
hashtags: ['#peinture', '#art'],
|
||||||
plateformes: [
|
plateformes: [
|
||||||
{ id: 'instagram', label: '@julesneny', url: 'https://www.instagram.com/julesneny/' },
|
{ id: 'instagram', label: '@julesneny', url: 'https://www.instagram.com/julesneny/' },
|
||||||
@@ -28,12 +32,24 @@ const categories = [
|
|||||||
id: 'outils',
|
id: 'outils',
|
||||||
label: 'Outils',
|
label: 'Outils',
|
||||||
color: '#475569',
|
color: '#475569',
|
||||||
|
pastel: '#C4C8CC',
|
||||||
hashtags: ['#stack', '#building-public'],
|
hashtags: ['#stack', '#building-public'],
|
||||||
plateformes: [
|
plateformes: [
|
||||||
{ id: 'gitea', label: 'Gitea', url: 'https://git.trans-former.fr/jules' },
|
{ id: 'gitea', label: 'Gitea', url: 'https://git.trans-former.fr/jules' },
|
||||||
],
|
],
|
||||||
hasSelector: false,
|
hasSelector: false,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'pro',
|
||||||
|
label: 'Pro',
|
||||||
|
color: '#0F172A',
|
||||||
|
pastel: '#C4C8CC',
|
||||||
|
hashtags: ['#building-public', '#pro'],
|
||||||
|
plateformes: [
|
||||||
|
{ id: 'linkedin', label: 'LinkedIn', url: 'https://www.linkedin.com/in/jules-neny/' },
|
||||||
|
],
|
||||||
|
hasSelector: false,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
---
|
---
|
||||||
<div class="h-full flex flex-col p-4 pt-20 md:pt-6 gap-5">
|
<div class="h-full flex flex-col p-4 pt-20 md:pt-6 gap-5">
|
||||||
@@ -42,7 +58,7 @@ const categories = [
|
|||||||
<details id="hashtags-accordion" class="border-t border-neutral-200 pt-4">
|
<details id="hashtags-accordion" class="border-t border-neutral-200 pt-4">
|
||||||
<summary class="font-semibold cursor-pointer select-none flex items-center justify-between">
|
<summary class="font-semibold cursor-pointer select-none flex items-center justify-between">
|
||||||
<span>Hashtags</span>
|
<span>Hashtags</span>
|
||||||
<span class="text-xs text-neutral-400 font-normal">3 categories</span>
|
<span class="text-xs text-neutral-400 font-normal">4 categories</span>
|
||||||
</summary>
|
</summary>
|
||||||
|
|
||||||
<div class="mt-3 flex flex-wrap gap-2" id="category-badges">
|
<div class="mt-3 flex flex-wrap gap-2" id="category-badges">
|
||||||
@@ -52,6 +68,7 @@ const categories = [
|
|||||||
data-category-id={cat.id}
|
data-category-id={cat.id}
|
||||||
data-hashtags={cat.hashtags.join(',')}
|
data-hashtags={cat.hashtags.join(',')}
|
||||||
data-color={cat.color}
|
data-color={cat.color}
|
||||||
|
data-pastel={cat.pastel}
|
||||||
data-has-selector={cat.hasSelector ? 'true' : 'false'}
|
data-has-selector={cat.hasSelector ? 'true' : 'false'}
|
||||||
class="category-badge"
|
class="category-badge"
|
||||||
style={`background:${cat.color};color:#fff;font-family:'Courier New',Courier,monospace;font-size:13px;padding:3px 10px;border-radius:4px;cursor:pointer;border:1px solid ${cat.color};`}
|
style={`background:${cat.color};color:#fff;font-family:'Courier New',Courier,monospace;font-size:13px;padding:3px 10px;border-radius:4px;cursor:pointer;border:1px solid ${cat.color};`}
|
||||||
@@ -61,14 +78,14 @@ const categories = [
|
|||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Selecteur plateforme Politique -->
|
<!-- Selecteur plateforme Politique (V1.3-F : pastel #E5C3BE en fill inactive) -->
|
||||||
<div id="politique-selector" class="mt-2 hidden flex gap-2">
|
<div id="politique-selector" class="mt-2 hidden flex gap-2">
|
||||||
{categories[0].plateformes.map((p) => (
|
{categories[0].plateformes.map((p) => (
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
data-platform-id={p.id}
|
data-platform-id={p.id}
|
||||||
class="platform-pill"
|
class="platform-pill"
|
||||||
style="font-family:'Courier New',Courier,monospace;font-size:12px;padding:2px 8px;border-radius:12px;cursor:pointer;border:1px solid #B5443A;background:transparent;color:#B5443A;"
|
style="font-family:'Courier New',Courier,monospace;font-size:12px;padding:2px 8px;border-radius:12px;cursor:pointer;border:1px solid #B5443A;background:#E5C3BE;color:#B5443A;"
|
||||||
>
|
>
|
||||||
{p.label}
|
{p.label}
|
||||||
</button>
|
</button>
|
||||||
@@ -86,9 +103,10 @@ const categories = [
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Bouton Manifeste -->
|
<!-- Bouton Manifeste (V1.3-E : sur "/" -> preview centrale, ailleurs -> page complete) -->
|
||||||
<a
|
<a
|
||||||
href="/manifeste"
|
href="/manifeste"
|
||||||
|
data-manifeste-link
|
||||||
class="block mt-3 px-4 py-2 bg-neutral-900 text-white font-bold text-sm text-center rounded-lg hover:bg-neutral-700 transition-colors"
|
class="block mt-3 px-4 py-2 bg-neutral-900 text-white font-bold text-sm text-center rounded-lg hover:bg-neutral-700 transition-colors"
|
||||||
style="font-family:'Courier New',Courier,monospace;"
|
style="font-family:'Courier New',Courier,monospace;"
|
||||||
>
|
>
|
||||||
@@ -126,7 +144,7 @@ const categories = [
|
|||||||
const PLATFORM_KEY = 'tf-platform-filter';
|
const PLATFORM_KEY = 'tf-platform-filter';
|
||||||
|
|
||||||
// Active state : map categoryId -> boolean
|
// Active state : map categoryId -> boolean
|
||||||
const activeCategories: Record<string, boolean> = { politique: true, art: true, outils: true };
|
const activeCategories: Record<string, boolean> = { politique: true, art: true, outils: true, pro: true };
|
||||||
|
|
||||||
// Platform filter : map categoryId -> platformId | null
|
// Platform filter : map categoryId -> platformId | null
|
||||||
const platformFilters: Record<string, string | null> = { politique: null };
|
const platformFilters: Record<string, string | null> = { politique: null };
|
||||||
@@ -138,15 +156,18 @@ const categories = [
|
|||||||
const politiqueHashtags = ['#politique', '#aep-politique'];
|
const politiqueHashtags = ['#politique', '#aep-politique'];
|
||||||
const artHashtags = ['#peinture', '#art'];
|
const artHashtags = ['#peinture', '#art'];
|
||||||
const outilsHashtags = ['#stack', '#building-public'];
|
const outilsHashtags = ['#stack', '#building-public'];
|
||||||
|
const proHashtags = ['#building-public', '#pro'];
|
||||||
|
|
||||||
const allPolitique = politiqueHashtags.every(h => storedHashtags[h] !== false);
|
const allPolitique = politiqueHashtags.every(h => storedHashtags[h] !== false);
|
||||||
const allArt = artHashtags.every(h => storedHashtags[h] !== false);
|
const allArt = artHashtags.every(h => storedHashtags[h] !== false);
|
||||||
const allOutils = outilsHashtags.every(h => storedHashtags[h] !== false);
|
const allOutils = outilsHashtags.every(h => storedHashtags[h] !== false);
|
||||||
|
const allPro = proHashtags.every(h => storedHashtags[h] !== false);
|
||||||
|
|
||||||
if (Object.keys(storedHashtags).length > 0) {
|
if (Object.keys(storedHashtags).length > 0) {
|
||||||
activeCategories['politique'] = allPolitique;
|
activeCategories['politique'] = allPolitique;
|
||||||
activeCategories['art'] = allArt;
|
activeCategories['art'] = allArt;
|
||||||
activeCategories['outils'] = allOutils;
|
activeCategories['outils'] = allOutils;
|
||||||
|
activeCategories['pro'] = allPro;
|
||||||
}
|
}
|
||||||
} catch { /* mode prive */ }
|
} catch { /* mode prive */ }
|
||||||
|
|
||||||
@@ -163,6 +184,7 @@ const categories = [
|
|||||||
politique: ['#politique', '#aep-politique'],
|
politique: ['#politique', '#aep-politique'],
|
||||||
art: ['#peinture', '#art'],
|
art: ['#peinture', '#art'],
|
||||||
outils: ['#stack', '#building-public'],
|
outils: ['#stack', '#building-public'],
|
||||||
|
pro: ['#building-public', '#pro'],
|
||||||
};
|
};
|
||||||
for (const [catId, tags] of Object.entries(catHashtags)) {
|
for (const [catId, tags] of Object.entries(catHashtags)) {
|
||||||
const active = activeCategories[catId] ?? true;
|
const active = activeCategories[catId] ?? true;
|
||||||
@@ -188,14 +210,18 @@ const categories = [
|
|||||||
window.dispatchEvent(new CustomEvent('platform-filter-change', { detail: { platform } }));
|
window.dispatchEvent(new CustomEvent('platform-filter-change', { detail: { platform } }));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// V1.3-F : palette desopacifiee.
|
||||||
|
// Active = fill couleur 100% + texte blanc.
|
||||||
|
// Inactive = fill pastel + texte couleur 100% + border couleur 100% (regle bicouche).
|
||||||
const updateBadgeStyle = (btn: HTMLElement, active: boolean) => {
|
const updateBadgeStyle = (btn: HTMLElement, active: boolean) => {
|
||||||
const color = btn.dataset.color || '#000';
|
const color = btn.dataset.color || '#000';
|
||||||
|
const pastel = btn.dataset.pastel || '#E5C3BE';
|
||||||
if (active) {
|
if (active) {
|
||||||
btn.style.background = color;
|
btn.style.background = color;
|
||||||
btn.style.color = '#fff';
|
btn.style.color = '#fff';
|
||||||
btn.style.border = `1px solid ${color}`;
|
btn.style.border = `1px solid ${color}`;
|
||||||
} else {
|
} else {
|
||||||
btn.style.background = 'transparent';
|
btn.style.background = pastel;
|
||||||
btn.style.color = color;
|
btn.style.color = color;
|
||||||
btn.style.border = `1px solid ${color}`;
|
btn.style.border = `1px solid ${color}`;
|
||||||
}
|
}
|
||||||
@@ -213,6 +239,9 @@ const categories = [
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// V1.3-F : sub-pills Politique, regle bicouche identique.
|
||||||
|
// Active (ou aucun filtre) = fill brique #B5443A + texte blanc.
|
||||||
|
// Inactive = fill pastel #E5C3BE + texte brique + border brique 100%.
|
||||||
const updatePillStyles = () => {
|
const updatePillStyles = () => {
|
||||||
const pills = document.querySelectorAll<HTMLElement>('.platform-pill');
|
const pills = document.querySelectorAll<HTMLElement>('.platform-pill');
|
||||||
const active = platformFilters['politique'];
|
const active = platformFilters['politique'];
|
||||||
@@ -222,7 +251,7 @@ const categories = [
|
|||||||
pill.style.background = '#B5443A';
|
pill.style.background = '#B5443A';
|
||||||
pill.style.color = '#fff';
|
pill.style.color = '#fff';
|
||||||
} else {
|
} else {
|
||||||
pill.style.background = 'transparent';
|
pill.style.background = '#E5C3BE';
|
||||||
pill.style.color = '#B5443A';
|
pill.style.color = '#B5443A';
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -275,4 +304,17 @@ const categories = [
|
|||||||
if (platformFilters['politique']) {
|
if (platformFilters['politique']) {
|
||||||
dispatchPlatform(platformFilters['politique']);
|
dispatchPlatform(platformFilters['politique']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// V1.3-E : intercept clics liens Manifeste -> preview centrale (uniquement sur racine /)
|
||||||
|
// Tagger les liens [data-manifeste-link] et router vers event 'preview-open' si on est sur /.
|
||||||
|
// Sinon : laisser la navigation native vers /manifeste.
|
||||||
|
document.querySelectorAll<HTMLAnchorElement>('a[data-manifeste-link]').forEach((el) => {
|
||||||
|
el.addEventListener('click', (e) => {
|
||||||
|
if (window.location.pathname === '/') {
|
||||||
|
e.preventDefault();
|
||||||
|
window.dispatchEvent(new CustomEvent('preview-open', { detail: { type: 'manifeste' } }));
|
||||||
|
}
|
||||||
|
// sinon : navigation normale vers /manifeste (fallback SEO + no-JS)
|
||||||
|
});
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<!-- ZONE GAUCHE : liens nav -->
|
<!-- ZONE GAUCHE : liens nav -->
|
||||||
<nav class="flex gap-4 text-xs justify-center md:justify-start">
|
<nav class="flex gap-4 text-xs justify-center md:justify-start">
|
||||||
<a href="/manifeste" class="opacity-60 hover:opacity-100 transition-opacity">Manifeste</a>
|
<a href="/manifeste" data-manifeste-link class="opacity-60 hover:opacity-100 transition-opacity">Manifeste</a>
|
||||||
<a href="/a-propos" class="opacity-60 hover:opacity-100 transition-opacity">A propos</a>
|
<a href="/a-propos" class="opacity-60 hover:opacity-100 transition-opacity">A propos</a>
|
||||||
<a href="/mentions-legales" class="opacity-60 hover:opacity-100 transition-opacity">Mentions legales</a>
|
<a href="/mentions-legales" class="opacity-60 hover:opacity-100 transition-opacity">Mentions legales</a>
|
||||||
</nav>
|
</nav>
|
||||||
@@ -33,7 +33,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- ZONE DROITE : logos RS cliquables (SVG inline, fill #0F172A 60%) -->
|
<!-- ZONE DROITE : logos RS cliquables (SVG inline, fill #0F172A 60%) -->
|
||||||
<div class="flex gap-3 items-center justify-center md:justify-end text-[#0F172A]">
|
<!-- V1.3-F : gap-4 mobile / gap-6 desktop pour espacer les logos -->
|
||||||
|
<div class="flex gap-4 md:gap-6 items-center justify-center md:justify-end text-[#0F172A]">
|
||||||
<!-- Instagram -->
|
<!-- Instagram -->
|
||||||
<a
|
<a
|
||||||
href="https://www.instagram.com/aep.politique/"
|
href="https://www.instagram.com/aep.politique/"
|
||||||
@@ -125,4 +126,16 @@
|
|||||||
msg.textContent = 'erreur reseau - reessaie plus tard';
|
msg.textContent = 'erreur reseau - reessaie plus tard';
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// V1.3-E : intercept clics liens Manifeste depuis le footer -> preview centrale sur racine.
|
||||||
|
// Sur /a-propos, /mentions-legales, /manifeste lui-meme : navigation normale.
|
||||||
|
document.querySelectorAll<HTMLAnchorElement>('a[data-manifeste-link]').forEach((el) => {
|
||||||
|
el.addEventListener('click', (e) => {
|
||||||
|
if (window.location.pathname === '/') {
|
||||||
|
e.preventDefault();
|
||||||
|
window.dispatchEvent(new CustomEvent('preview-open', { detail: { type: 'manifeste' } }));
|
||||||
|
}
|
||||||
|
// sinon : navigation normale vers /manifeste
|
||||||
|
});
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<button
|
<button
|
||||||
id="hamburger-trigger"
|
id="hamburger-trigger"
|
||||||
type="button"
|
type="button"
|
||||||
class="fixed top-4 right-4 z-50 p-3 bg-white/95 border border-neutral-200 rounded-lg shadow-md hover:bg-white transition-colors md:top-6 md:right-6"
|
class="fixed top-4 right-4 z-50 p-3 bg-white/95 border border-neutral-200 rounded-lg shadow-md hover:bg-white transition-colors md:hidden"
|
||||||
aria-label="Ouvrir le menu"
|
aria-label="Ouvrir le menu"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
aria-controls="hamburger-drawer"
|
aria-controls="hamburger-drawer"
|
||||||
|
|||||||
@@ -1,52 +1,80 @@
|
|||||||
---
|
---
|
||||||
// SiteHeader.astro - V1.2-M : bandeau header pleine largeur identite site
|
// SiteHeader.astro - V1.3-C : header 1 ligne fine, liens cliquables, phrase intention Roboto Condensed
|
||||||
// Palette terre figee : papier #FAFAF7, encre #0F172A, encre douce #475569
|
// Palette V1.3 figee : papier #FAFAF7, encre #0F172A, encre douce #475569, border #E5E7EB
|
||||||
// Composition retenue : 2 lignes hierarchique
|
// Composition :
|
||||||
// ligne 1 : "Trans-Former" wordmark dominant (semibold tracking serre)
|
// Desktop (>= md) : 1 ligne ~44px - Trans-Former | Jules Neny | architecture d'ecologie politique [phrase intention right-aligned, Roboto Condensed]
|
||||||
// ligne 2 : "Jules Neny" + baseline italique cote a cote (separateur point median)
|
// Mobile (< md) : 2 lignes compactes - ligne 1 Trans-Former / ligne 2 Jules Neny . AEP (cliquables) - phrase intention masquee
|
||||||
// Rationale : le wordmark domine sans ecraser ; la baseline reste lisible ;
|
// Liens :
|
||||||
// composition adaptee a un manifeste (hierarchie typographique forte).
|
// Trans-Former -> /
|
||||||
// Hauteur : ~64px desktop / ~48px mobile (compacte)
|
// Jules Neny -> /a-propos
|
||||||
// Baseline raccourcie mobile : "architecture politique du vivant"
|
// architecture d'ecologie politique -> https://aep.trans-former.fr (same-tab, site frere coherent)
|
||||||
|
// Typo phrase intention : Roboto Condensed Variable @fontsource (weight 400, font-stretch 75%)
|
||||||
|
import '@fontsource-variable/roboto-condensed/wght.css';
|
||||||
---
|
---
|
||||||
<header
|
<header
|
||||||
class="site-header w-full border-b border-[#E5E7EB] bg-[#FAFAF7] text-[#0F172A] px-4 md:px-6 flex items-center"
|
class="site-header w-full border-b border-[#E5E7EB] bg-[#FAFAF7] text-[#0F172A] px-4 md:px-6 flex items-center"
|
||||||
role="banner"
|
role="banner"
|
||||||
>
|
>
|
||||||
|
<!-- Bloc identite (gauche) -->
|
||||||
|
<nav
|
||||||
|
class="flex flex-col md:flex-row md:items-baseline gap-x-2 gap-y-0.5 flex-shrink-0"
|
||||||
|
aria-label="identite site"
|
||||||
|
>
|
||||||
|
<!-- Ligne 1 desktop = wordmark inline ; mobile = ligne dediee -->
|
||||||
<a
|
<a
|
||||||
href="/"
|
href="/"
|
||||||
class="flex flex-col md:flex-row md:items-baseline gap-x-3 gap-y-0 no-underline text-[#0F172A] hover:text-[#0F172A]"
|
class="font-semibold tracking-tight text-[#0F172A] hover:text-[#0F172A] text-[15px] md:text-[16px] leading-none no-underline hover:underline underline-offset-2 decoration-1"
|
||||||
aria-label="trans-former.fr - retour accueil"
|
aria-label="trans-former.fr - accueil"
|
||||||
>
|
|
||||||
<!-- Ligne 1 : wordmark dominant -->
|
|
||||||
<span
|
|
||||||
class="font-semibold tracking-tight text-[#0F172A] text-[17px] md:text-[20px] leading-none"
|
|
||||||
>
|
>
|
||||||
Trans-Former
|
Trans-Former
|
||||||
</span>
|
|
||||||
|
|
||||||
<!-- Ligne 2 (desktop : inline ; mobile : sous wordmark) : Jules Neny + baseline -->
|
|
||||||
<span class="flex items-baseline gap-2 text-[#475569] leading-none">
|
|
||||||
<span class="text-[11px] md:text-[13px]">Jules Neny</span>
|
|
||||||
<span class="text-[#94A3B8]" aria-hidden="true">·</span>
|
|
||||||
<!-- Baseline longue : desktop / Baseline courte : mobile -->
|
|
||||||
<span class="italic text-[11px] md:text-[13px] hidden sm:inline">
|
|
||||||
architecture d'ecologie politique
|
|
||||||
</span>
|
|
||||||
<span class="italic text-[11px] inline sm:hidden">
|
|
||||||
architecture politique du vivant
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
<!-- Bloc secondaire : Jules Neny . AEP (mobile : ligne 2 ; desktop : inline) -->
|
||||||
|
<span class="flex items-baseline gap-1.5 text-[#475569] leading-none">
|
||||||
|
<span class="text-[#94A3B8] hidden md:inline" aria-hidden="true">·</span>
|
||||||
|
<a
|
||||||
|
href="/a-propos"
|
||||||
|
class="text-[12px] md:text-[13px] text-[#475569] hover:text-[#0F172A] no-underline hover:underline underline-offset-2 decoration-1"
|
||||||
|
>
|
||||||
|
Jules Neny
|
||||||
|
</a>
|
||||||
|
<span class="text-[#94A3B8]" aria-hidden="true">·</span>
|
||||||
|
<a
|
||||||
|
href="https://aep.trans-former.fr"
|
||||||
|
class="text-[12px] md:text-[13px] text-[#475569] hover:text-[#0F172A] no-underline hover:underline underline-offset-2 decoration-1"
|
||||||
|
>
|
||||||
|
architecture d'écologie politique
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<!-- Phrase intention (droite, desktop only) - Roboto Condensed allongee -->
|
||||||
|
<p
|
||||||
|
class="intention hidden md:block ml-auto pl-6 text-right text-[#475569] text-[11px] leading-tight max-w-[55%]"
|
||||||
|
>
|
||||||
|
Comment créer une pratique systémique, créative et collective de transformation sociale pour répondre à l'effondrement et restaurer notre capacité à habiter la Terre dans l'Anthropocène ?
|
||||||
|
</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.site-header {
|
.site-header {
|
||||||
height: 48px;
|
height: 44px;
|
||||||
}
|
}
|
||||||
@media (min-width: 768px) {
|
@media (max-width: 767px) {
|
||||||
.site-header {
|
.site-header {
|
||||||
height: 64px;
|
height: auto;
|
||||||
|
min-height: 48px;
|
||||||
|
padding-top: 6px;
|
||||||
|
padding-bottom: 6px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* Phrase intention : Roboto Condensed Variable, font-stretch 75% (allongement vertical condense)
|
||||||
|
Cantonnee a .intention pour eviter contagion stack Inter */
|
||||||
|
.intention {
|
||||||
|
font-family: 'Roboto Condensed Variable', 'Roboto Condensed', sans-serif;
|
||||||
|
font-weight: 400;
|
||||||
|
font-stretch: 75%;
|
||||||
|
font-style: italic;
|
||||||
|
letter-spacing: 0.01em;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
165
src/components/vue/ManifesteContent.vue
Normal file
165
src/components/vue/ManifesteContent.vue
Normal file
@@ -0,0 +1,165 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
// V1.3-E : contenu manifeste pour preview centrale (mode racine /).
|
||||||
|
// TODO V1.4 : extraire contenu manifeste dans src/content/manifeste.md (content collection)
|
||||||
|
// pour avoir une source unique partagee avec src/pages/manifeste.astro.
|
||||||
|
// Actuellement : duplication consciente du texte (~50 lignes) entre les 2 fichiers.
|
||||||
|
// Si modif texte -> repercuter aux 2 endroits (this file + manifeste.astro).
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<article class="manifeste-content px-4 md:px-6 py-6 md:py-8 bg-white">
|
||||||
|
|
||||||
|
<!-- En-tete -->
|
||||||
|
<header class="mb-8 md:mb-10">
|
||||||
|
<p class="text-[10px] uppercase tracking-widest text-neutral-500 mb-2">
|
||||||
|
Manifeste
|
||||||
|
</p>
|
||||||
|
<h1 class="text-xl md:text-2xl font-semibold text-neutral-900 leading-tight">
|
||||||
|
Architecture d'Écologie Politique
|
||||||
|
</h1>
|
||||||
|
<p class="mt-3 text-neutral-600 text-sm md:text-base leading-relaxed">
|
||||||
|
Un commun vivant pour bifurquer ; ensemble, lentement, par accumulation de petits gestes situés.
|
||||||
|
</p>
|
||||||
|
<!-- V1.3-F : CTA "commander" deplace tout en bas (apres lecture). Le seul lien d'entete = page complete. -->
|
||||||
|
<div class="mt-5 flex flex-wrap gap-2">
|
||||||
|
<a
|
||||||
|
href="/manifeste"
|
||||||
|
class="inline-block px-4 py-2 border border-neutral-300 text-neutral-700 rounded-lg text-sm hover:border-neutral-900 hover:text-neutral-900 transition-colors"
|
||||||
|
title="Ouvrir la page complete dans un nouvel onglet"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
|
>
|
||||||
|
Page complète →
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<!-- Corps du manifeste -->
|
||||||
|
<div class="text-neutral-800 text-[14px] md:text-[15px] leading-[1.7] space-y-4">
|
||||||
|
|
||||||
|
<p class="italic text-neutral-700">
|
||||||
|
Un quart des architectes vivent sous le seuil de pauvreté. La moitié de nos heures, non facturées. Nos cotisations, parmi les plus lourdes des professions réglementées. Et le secteur du bâtiment, à lui seul, pèse 34% des émissions mondiales de gaz à effet de serre.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Quelque chose s'est rompu ; pas dans nos vies, dans les cadres qui les contiennent.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Notre profession ne traverse pas une simple crise. Elle reflète l'effondrement d'un monde qui confond performance et destruction, signature et silence, expertise et soumission.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<hr class="border-neutral-200 my-6" />
|
||||||
|
|
||||||
|
<h2 class="text-base md:text-lg font-semibold text-neutral-900 mt-8 mb-3">
|
||||||
|
Ce que nous voyons.
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
À l'échelle du métier, une profession structurellement sous l'eau, qui absorbe les tensions d'un système extractiviste ; et porte la responsabilité quand d'autres captent la valeur.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
À l'échelle des corps, une culture qui rend l'exploitation désirable : métier-passion, modèle starchitecte, isolement libéral, moteur critique délégitimant. Nous tenons. Nous payons.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
À l'échelle du monde, l'effondrement écologique et social qui avance, pendant que notre voix s'efface du débat public. Notre silence le sert.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<hr class="border-neutral-200 my-6" />
|
||||||
|
|
||||||
|
<h2 class="text-base md:text-lg font-semibold text-neutral-900 mt-8 mb-3">
|
||||||
|
Ce que nous refusons.
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Nous ne signerons plus pour des projets qui détruisent.<br />
|
||||||
|
Nous n'isolerons plus celles et ceux qui doutent.<br />
|
||||||
|
Nous ne porterons plus seul-es ce qui doit se penser, se faire ; et se soigner ; ensemble.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<hr class="border-neutral-200 my-6" />
|
||||||
|
|
||||||
|
<!-- Pivot : centre emotionnel du texte (italique + retrait) -->
|
||||||
|
<blockquote class="my-8 md:my-10 px-4 md:px-6 py-4 border-l-4 border-neutral-900 italic text-neutral-800 text-sm md:text-base leading-relaxed">
|
||||||
|
<p class="font-medium not-italic mb-2 text-neutral-900">
|
||||||
|
Et pourtant, quelque chose tient.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Pas l'espoir naïf, ni la promesse héroïque. Quelque chose de plus humble : la fatigue commune reconnue, et l'envie qui revient de ne plus économiser sa vie.
|
||||||
|
</p>
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
|
<hr class="border-neutral-200 my-6" />
|
||||||
|
|
||||||
|
<h2 class="text-base md:text-lg font-semibold text-neutral-900 mt-8 mb-3">
|
||||||
|
Ce que nous tentons.
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<em class="font-semibold not-italic">Partager.</em> Nos parcours, nos doutes, nos bifurcations. Se former les un-es les autres. Se tendre la main. Documenter ce qui marche, ce qui rate. Le personnel devient politique quand il se met en commun.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<em class="font-semibold not-italic">Construire.</em> L'infrastructure collective qui nous a manqué. Cartes d'entraide, communs documentés, gouvernance horizontale, financement transparent, infra souveraine. <strong>Architecture d'Écologie Politique</strong> : un commun vivant, ouvert, biorégional, ancré.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<em class="font-semibold not-italic">Pratiquer une médecine du corps social.</em> Diagnostiquer les infrastructures qui défaillent ; l'éducation, la justice, la sécurité, l'énergie, la santé, le logement, l'agriculture. Proposer des reconfigurations situées, territoire par territoire. Reprendre le pouvoir par la base. Écrire, lentement, un nouveau contrat social.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<em class="font-semibold not-italic">Commencer par les marges.</em> Là où le corps social souffre le plus, là où il est le plus prêt à changer. Ne pas décider à la place ; faire émerger. Transparence totale, sur le process et sur l'argent. Tendresse militante : la lucidité sans le mépris, l'engagement sans la dureté.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<hr class="border-neutral-200 my-6" />
|
||||||
|
|
||||||
|
<h2 class="text-base md:text-lg font-semibold text-neutral-900 mt-8 mb-3">
|
||||||
|
Architectes, allié-es, habitant-es.
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Nous avons un travail à faire ensemble. Lentement, patiemment, par accumulation de petits gestes situés. Pas pour fuir ; pour bifurquer.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<!-- Chute : italique, separee -->
|
||||||
|
<p class="mt-6 md:mt-8 italic text-neutral-900 text-sm md:text-base leading-relaxed">
|
||||||
|
Nos métiers sont des médecines. Reprenons-en le pouls ; à mains nues, ensemble.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- V1.3-F : CTA commander version papier — bord rouge brique #B5443A, signal politique fort.
|
||||||
|
Place en bas, apres lecture : j'achete, tranquille. -->
|
||||||
|
<section class="mt-10 pt-6 border-t border-neutral-200 text-center">
|
||||||
|
<p class="text-xs italic text-neutral-500 mb-3">
|
||||||
|
Manifeste lu. J'achete la version papier, tranquille.
|
||||||
|
</p>
|
||||||
|
<a
|
||||||
|
href="/manifeste/commander"
|
||||||
|
class="inline-block px-5 py-2.5 border-2 border-[#B5443A] text-[#0F172A] bg-[#FAFAF7] font-medium text-sm hover:bg-[#E5C3BE] transition-colors"
|
||||||
|
>
|
||||||
|
Commander la version papier
|
||||||
|
</a>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- Footer simple : lien vers page complete pour les detail (mouvements, etc.) -->
|
||||||
|
<footer class="mt-6 pt-4 border-t border-neutral-200 text-center">
|
||||||
|
<a
|
||||||
|
href="/manifeste"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
|
class="text-xs text-neutral-500 hover:text-neutral-900 underline"
|
||||||
|
>
|
||||||
|
Voir la page complète (mouvements M/S/XL, liens articles) →
|
||||||
|
</a>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.manifeste-content {
|
||||||
|
font-family: ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -1,5 +1,14 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
// V1.3-E : PreviewArticle gere 2 modes :
|
||||||
|
// - 'article' (V1.2-P existant) : teaser + embed Substack / Instagram / CTA propagation
|
||||||
|
// - 'manifeste' (V1.3-E) : affiche <ManifesteContent /> dans la preview centrale
|
||||||
|
// Events ecoutes :
|
||||||
|
// - 'journal-item-click' -> mode 'article' (legacy V1.2-P, conserve tel quel)
|
||||||
|
// - 'preview-open' -> nouvel event unifie, payload { type: 'article' | 'manifeste', data?: ... }
|
||||||
|
// - 'preview-close-request'-> close externe
|
||||||
|
// Event emis : 'preview-close' (utilise par ColCentre pour restaurer la mise en page).
|
||||||
import { ref, computed, onMounted, onUnmounted } from 'vue'
|
import { ref, computed, onMounted, onUnmounted } from 'vue'
|
||||||
|
import ManifesteContent from './ManifesteContent.vue'
|
||||||
|
|
||||||
interface JournalItem {
|
interface JournalItem {
|
||||||
id: string
|
id: string
|
||||||
@@ -12,28 +21,50 @@ interface JournalItem {
|
|||||||
thumbnail: string | null
|
thumbnail: string | null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type PreviewMode = 'article' | 'manifeste' | null
|
||||||
|
|
||||||
|
const mode = ref<PreviewMode>(null)
|
||||||
const selectedItem = ref<JournalItem | null>(null)
|
const selectedItem = ref<JournalItem | null>(null)
|
||||||
|
|
||||||
const onJournalItemClick = (e: Event) => {
|
const onJournalItemClick = (e: Event) => {
|
||||||
const ce = e as CustomEvent
|
const ce = e as CustomEvent
|
||||||
if (ce.detail?.item) selectedItem.value = ce.detail.item
|
if (ce.detail?.item) {
|
||||||
|
selectedItem.value = ce.detail.item
|
||||||
|
mode.value = 'article'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const onPreviewOpen = (e: Event) => {
|
||||||
|
const ce = e as CustomEvent
|
||||||
|
const type = ce.detail?.type
|
||||||
|
if (type === 'manifeste') {
|
||||||
|
mode.value = 'manifeste'
|
||||||
|
selectedItem.value = null
|
||||||
|
} else if (type === 'article' && ce.detail?.item) {
|
||||||
|
selectedItem.value = ce.detail.item
|
||||||
|
mode.value = 'article'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const onPreviewCloseExternal = () => {
|
const onPreviewCloseExternal = () => {
|
||||||
selectedItem.value = null
|
selectedItem.value = null
|
||||||
|
mode.value = null
|
||||||
}
|
}
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
window.addEventListener('journal-item-click', onJournalItemClick as EventListener)
|
window.addEventListener('journal-item-click', onJournalItemClick as EventListener)
|
||||||
|
window.addEventListener('preview-open', onPreviewOpen as EventListener)
|
||||||
window.addEventListener('preview-close-request', onPreviewCloseExternal as EventListener)
|
window.addEventListener('preview-close-request', onPreviewCloseExternal as EventListener)
|
||||||
})
|
})
|
||||||
onUnmounted(() => {
|
onUnmounted(() => {
|
||||||
window.removeEventListener('journal-item-click', onJournalItemClick as EventListener)
|
window.removeEventListener('journal-item-click', onJournalItemClick as EventListener)
|
||||||
|
window.removeEventListener('preview-open', onPreviewOpen as EventListener)
|
||||||
window.removeEventListener('preview-close-request', onPreviewCloseExternal as EventListener)
|
window.removeEventListener('preview-close-request', onPreviewCloseExternal as EventListener)
|
||||||
})
|
})
|
||||||
|
|
||||||
const close = () => {
|
const close = () => {
|
||||||
selectedItem.value = null
|
selectedItem.value = null
|
||||||
|
mode.value = null
|
||||||
window.dispatchEvent(new CustomEvent('preview-close'))
|
window.dispatchEvent(new CustomEvent('preview-close'))
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -81,9 +112,9 @@ const formatDate = (iso: string) => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div v-if="selectedItem" class="preview-article border border-neutral-200 rounded overflow-hidden bg-white flex flex-col">
|
<div v-if="mode" class="preview-article border border-neutral-200 rounded overflow-hidden bg-white flex flex-col">
|
||||||
|
|
||||||
<!-- Header : reset + hashtag -->
|
<!-- Header : reset + label (hashtag article OU "Manifeste") -->
|
||||||
<div class="flex items-center justify-between px-4 py-2 border-b border-neutral-200 bg-white">
|
<div class="flex items-center justify-between px-4 py-2 border-b border-neutral-200 bg-white">
|
||||||
<button
|
<button
|
||||||
class="text-xs text-neutral-500 hover:text-neutral-900 flex items-center gap-1"
|
class="text-xs text-neutral-500 hover:text-neutral-900 flex items-center gap-1"
|
||||||
@@ -92,11 +123,29 @@ const formatDate = (iso: string) => {
|
|||||||
>
|
>
|
||||||
- Retour a la carte
|
- Retour a la carte
|
||||||
</button>
|
</button>
|
||||||
<span class="text-xs text-neutral-400" style="font-family: 'Courier New', Courier, monospace;">
|
<span
|
||||||
|
v-if="mode === 'article' && selectedItem"
|
||||||
|
class="text-xs text-neutral-400"
|
||||||
|
style="font-family: 'Courier New', Courier, monospace;"
|
||||||
|
>
|
||||||
{{ selectedItem.hashtag }}
|
{{ selectedItem.hashtag }}
|
||||||
</span>
|
</span>
|
||||||
|
<span
|
||||||
|
v-else-if="mode === 'manifeste'"
|
||||||
|
class="text-xs text-neutral-400"
|
||||||
|
style="font-family: 'Courier New', Courier, monospace;"
|
||||||
|
>
|
||||||
|
#manifeste
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Mode 'manifeste' : contenu manifeste -->
|
||||||
|
<div v-if="mode === 'manifeste'" class="bg-white">
|
||||||
|
<ManifesteContent />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Mode 'article' : V1.2-P legacy -->
|
||||||
|
<template v-else-if="mode === 'article' && selectedItem">
|
||||||
<!-- Teaser -->
|
<!-- Teaser -->
|
||||||
<div class="px-4 py-3 border-b border-neutral-100 bg-neutral-50">
|
<div class="px-4 py-3 border-b border-neutral-100 bg-neutral-50">
|
||||||
<p class="text-[11px] text-neutral-500 mb-1">{{ formatDate(selectedItem.date) }} - {{ selectedItem.platform }}</p>
|
<p class="text-[11px] text-neutral-500 mb-1">{{ formatDate(selectedItem.date) }} - {{ selectedItem.platform }}</p>
|
||||||
@@ -148,5 +197,6 @@ const formatDate = (iso: string) => {
|
|||||||
Continuer sur {{ platformLabel(selectedItem.platform) }} - commenter, partager
|
Continuer sur {{ platformLabel(selectedItem.platform) }} - commenter, partager
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ const {
|
|||||||
} = Astro.props;
|
} = Astro.props;
|
||||||
---
|
---
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="fr">
|
<html lang="fr" class="h-screen">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||||
@@ -29,11 +29,15 @@ const {
|
|||||||
<meta name="twitter:title" content={title} />
|
<meta name="twitter:title" content={title} />
|
||||||
<meta name="twitter:description" content={description} />
|
<meta name="twitter:description" content={description} />
|
||||||
</head>
|
</head>
|
||||||
<body class="m-0 bg-white text-neutral-900 antialiased min-h-screen flex flex-col">
|
<body class="m-0 bg-white text-neutral-900 antialiased h-screen flex flex-col overflow-hidden">
|
||||||
|
<div class="flex-shrink-0">
|
||||||
<SiteHeader />
|
<SiteHeader />
|
||||||
<div class="flex-1 flex flex-col min-h-0">
|
</div>
|
||||||
|
<div class="flex-1 flex flex-col min-h-0 overflow-hidden">
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
|
<div class="flex-shrink-0">
|
||||||
<Footer />
|
<Footer />
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import HamburgerMenu from '../components/astro/HamburgerMenu.astro';
|
|||||||
>
|
>
|
||||||
<HamburgerMenu />
|
<HamburgerMenu />
|
||||||
|
|
||||||
<main class="min-h-screen bg-white">
|
<main class="h-full overflow-y-auto bg-white">
|
||||||
<article class="max-w-2xl mx-auto px-6 py-16 md:py-24">
|
<article class="max-w-2xl mx-auto px-6 py-16 md:py-24">
|
||||||
|
|
||||||
<header class="mb-10">
|
<header class="mb-10">
|
||||||
|
|||||||
@@ -15,22 +15,95 @@ import PopupOnboarding from '../components/astro/PopupOnboarding.astro';
|
|||||||
<MobileTabBar />
|
<MobileTabBar />
|
||||||
<PopupOnboarding />
|
<PopupOnboarding />
|
||||||
|
|
||||||
<!-- Desktop : grid 3 colonnes (header 64px deja consommes par SiteHeader, on prend le reste) -->
|
<!-- Desktop : grid 3 colonnes V1.3-F avec toggle replier latéraux.
|
||||||
|
Layout dynamique pilote par CSS vars --col-left / --col-right (320px par defaut, 0 quand replie).
|
||||||
|
Header et footer fixes (flex-shrink-0), pas de calc(100vh - X). -->
|
||||||
<div
|
<div
|
||||||
class="hidden md:grid md:grid-cols-[320px_1fr_320px] overflow-hidden"
|
id="desktop-grid"
|
||||||
style="height: calc(100vh - 64px);"
|
class="hidden md:grid h-full overflow-hidden relative"
|
||||||
|
style="grid-template-columns: var(--col-left, 320px) 1fr var(--col-right, 320px);"
|
||||||
>
|
>
|
||||||
<aside class="border-r border-neutral-200 overflow-y-auto"><ColJournal /></aside>
|
<aside id="col-left-aside" class="border-r border-neutral-200 overflow-y-auto h-full"><ColJournal /></aside>
|
||||||
<main class="overflow-hidden"><ColCentre /></main>
|
<main class="overflow-hidden h-full relative">
|
||||||
<aside class="border-l border-neutral-200 overflow-y-auto"><ColInsta /></aside>
|
<ColCentre />
|
||||||
|
<!-- Toggle gauche : pose sur le bord gauche de la colonne centrale -->
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
id="toggle-col-left"
|
||||||
|
aria-label="Replier/deplier colonne gauche"
|
||||||
|
class="hidden md:flex absolute left-0 top-1/2 -translate-y-1/2 z-20 w-5 h-12 items-center justify-center bg-white border border-neutral-200 border-l-0 rounded-r text-neutral-500 hover:bg-neutral-50 hover:text-neutral-900 transition-colors cursor-pointer"
|
||||||
|
style="font-family:'Courier New',Courier,monospace;font-size:14px;line-height:1;"
|
||||||
|
>
|
||||||
|
<span id="toggle-col-left-icon">‹</span>
|
||||||
|
</button>
|
||||||
|
<!-- Toggle droite : pose sur le bord droit de la colonne centrale -->
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
id="toggle-col-right"
|
||||||
|
aria-label="Replier/deplier colonne droite"
|
||||||
|
class="hidden md:flex absolute right-0 top-1/2 -translate-y-1/2 z-20 w-5 h-12 items-center justify-center bg-white border border-neutral-200 border-r-0 rounded-l text-neutral-500 hover:bg-neutral-50 hover:text-neutral-900 transition-colors cursor-pointer"
|
||||||
|
style="font-family:'Courier New',Courier,monospace;font-size:14px;line-height:1;"
|
||||||
|
>
|
||||||
|
<span id="toggle-col-right-icon">›</span>
|
||||||
|
</button>
|
||||||
|
</main>
|
||||||
|
<aside id="col-right-aside" class="border-l border-neutral-200 overflow-y-auto h-full"><ColInsta /></aside>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Mobile : SwipeContainer Vue island - header 48px + tabbar 44px = 92px reserves -->
|
<!-- Mobile : SwipeContainer Vue island - tabbar 44px reserve dans la zone flex-1 -->
|
||||||
<div class="md:hidden overflow-hidden" style="height: calc(100dvh - 48px - 44px); margin-top: 44px;">
|
<div class="md:hidden h-full overflow-hidden" style="padding-top: 44px;">
|
||||||
<SwipeContainer client:load>
|
<SwipeContainer client:load>
|
||||||
<ColJournal slot="left" />
|
<ColJournal slot="left" />
|
||||||
<ColCentre slot="center" />
|
<ColCentre slot="center" />
|
||||||
<ColInsta slot="right" />
|
<ColInsta slot="right" />
|
||||||
</SwipeContainer>
|
</SwipeContainer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
// V1.3-F : toggle replier/deplier colonnes laterales desktop.
|
||||||
|
// Etat persiste en sessionStorage. Quand replie : col = 0px, aside cache, ColCentre s'etend.
|
||||||
|
const KEY_LEFT = 'tf-col-left-collapsed';
|
||||||
|
const KEY_RIGHT = 'tf-col-right-collapsed';
|
||||||
|
|
||||||
|
const grid = document.getElementById('desktop-grid') as HTMLElement | null;
|
||||||
|
const asideLeft = document.getElementById('col-left-aside') as HTMLElement | null;
|
||||||
|
const asideRight = document.getElementById('col-right-aside') as HTMLElement | null;
|
||||||
|
const btnLeft = document.getElementById('toggle-col-left') as HTMLButtonElement | null;
|
||||||
|
const btnRight = document.getElementById('toggle-col-right') as HTMLButtonElement | null;
|
||||||
|
const iconLeft = document.getElementById('toggle-col-left-icon');
|
||||||
|
const iconRight = document.getElementById('toggle-col-right-icon');
|
||||||
|
|
||||||
|
let collapsedLeft = false;
|
||||||
|
let collapsedRight = false;
|
||||||
|
|
||||||
|
try {
|
||||||
|
collapsedLeft = sessionStorage.getItem(KEY_LEFT) === '1';
|
||||||
|
collapsedRight = sessionStorage.getItem(KEY_RIGHT) === '1';
|
||||||
|
} catch { /* mode prive */ }
|
||||||
|
|
||||||
|
const apply = () => {
|
||||||
|
if (!grid) return;
|
||||||
|
grid.style.setProperty('--col-left', collapsedLeft ? '0px' : '320px');
|
||||||
|
grid.style.setProperty('--col-right', collapsedRight ? '0px' : '320px');
|
||||||
|
if (asideLeft) asideLeft.style.display = collapsedLeft ? 'none' : '';
|
||||||
|
if (asideRight) asideRight.style.display = collapsedRight ? 'none' : '';
|
||||||
|
// Icones : pointe vers la direction d'ouverture (sens depliage).
|
||||||
|
if (iconLeft) iconLeft.innerHTML = collapsedLeft ? '›' : '‹';
|
||||||
|
if (iconRight) iconRight.innerHTML = collapsedRight ? '‹' : '›';
|
||||||
|
};
|
||||||
|
|
||||||
|
apply();
|
||||||
|
|
||||||
|
btnLeft?.addEventListener('click', () => {
|
||||||
|
collapsedLeft = !collapsedLeft;
|
||||||
|
try { sessionStorage.setItem(KEY_LEFT, collapsedLeft ? '1' : '0'); } catch { /* mode prive */ }
|
||||||
|
apply();
|
||||||
|
});
|
||||||
|
|
||||||
|
btnRight?.addEventListener('click', () => {
|
||||||
|
collapsedRight = !collapsedRight;
|
||||||
|
try { sessionStorage.setItem(KEY_RIGHT, collapsedRight ? '1' : '0'); } catch { /* mode prive */ }
|
||||||
|
apply();
|
||||||
|
});
|
||||||
|
</script>
|
||||||
</BaseLayout>
|
</BaseLayout>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import HamburgerMenu from '../components/astro/HamburgerMenu.astro';
|
|||||||
>
|
>
|
||||||
<HamburgerMenu />
|
<HamburgerMenu />
|
||||||
|
|
||||||
<main class="min-h-screen bg-white">
|
<main class="h-full overflow-y-auto bg-white">
|
||||||
<article class="max-w-2xl mx-auto px-6 py-16 md:py-24">
|
<article class="max-w-2xl mx-auto px-6 py-16 md:py-24">
|
||||||
|
|
||||||
<!-- En-tete -->
|
<!-- En-tete -->
|
||||||
@@ -24,14 +24,7 @@ import HamburgerMenu from '../components/astro/HamburgerMenu.astro';
|
|||||||
<p class="mt-4 text-neutral-600 text-base md:text-lg leading-relaxed">
|
<p class="mt-4 text-neutral-600 text-base md:text-lg leading-relaxed">
|
||||||
Un commun vivant pour bifurquer ; ensemble, lentement, par accumulation de petits gestes situes.
|
Un commun vivant pour bifurquer ; ensemble, lentement, par accumulation de petits gestes situes.
|
||||||
</p>
|
</p>
|
||||||
<div class="mt-8">
|
<!-- V1.3-F : CTA "commander" deplace tout en bas de page (apres avoir lu). -->
|
||||||
<a
|
|
||||||
href="/manifeste/commander"
|
|
||||||
class="inline-block px-5 py-2.5 border border-neutral-900 text-neutral-900 rounded-lg font-medium hover:bg-neutral-900 hover:text-white transition-colors"
|
|
||||||
>
|
|
||||||
Commander la version imprimee
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<!-- Corps du manifeste -->
|
<!-- Corps du manifeste -->
|
||||||
@@ -203,6 +196,20 @@ import HamburgerMenu from '../components/astro/HamburgerMenu.astro';
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<!-- V1.3-F : CTA commander version papier — bord rouge brique #B5443A, signal politique fort.
|
||||||
|
Place en bas : le lecteur a lu, il sait ce qu'il achete. Tranquille. -->
|
||||||
|
<section class="mt-16 pt-10 border-t border-neutral-200 text-center">
|
||||||
|
<p class="text-sm italic text-neutral-500 mb-4">
|
||||||
|
Manifeste lu. J'achete la version papier, tranquille.
|
||||||
|
</p>
|
||||||
|
<a
|
||||||
|
href="/manifeste/commander"
|
||||||
|
class="inline-block px-6 py-3 border-2 border-[#B5443A] text-[#0F172A] bg-[#FAFAF7] font-medium text-base hover:bg-[#E5C3BE] transition-colors"
|
||||||
|
>
|
||||||
|
Commander la version papier
|
||||||
|
</a>
|
||||||
|
</section>
|
||||||
|
|
||||||
<!-- En lire plus -->
|
<!-- En lire plus -->
|
||||||
<footer class="mt-16 pt-10 border-t border-neutral-200 text-center">
|
<footer class="mt-16 pt-10 border-t border-neutral-200 text-center">
|
||||||
<p class="text-neutral-600 mb-4">En lire plus</p>
|
<p class="text-neutral-600 mb-4">En lire plus</p>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import HamburgerMenu from '../../components/astro/HamburgerMenu.astro';
|
|||||||
>
|
>
|
||||||
<HamburgerMenu />
|
<HamburgerMenu />
|
||||||
|
|
||||||
<main class="min-h-screen bg-white">
|
<main class="h-full overflow-y-auto bg-white">
|
||||||
<article class="max-w-xl mx-auto px-6 py-16 md:py-24">
|
<article class="max-w-xl mx-auto px-6 py-16 md:py-24">
|
||||||
|
|
||||||
<header class="mb-10">
|
<header class="mb-10">
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import HamburgerMenu from '../components/astro/HamburgerMenu.astro';
|
|||||||
>
|
>
|
||||||
<HamburgerMenu />
|
<HamburgerMenu />
|
||||||
|
|
||||||
<main class="min-h-screen bg-white">
|
<main class="h-full overflow-y-auto bg-white">
|
||||||
<article class="max-w-2xl mx-auto px-6 py-16 md:py-24">
|
<article class="max-w-2xl mx-auto px-6 py-16 md:py-24">
|
||||||
|
|
||||||
<header class="mb-10">
|
<header class="mb-10">
|
||||||
|
|||||||
Reference in New Issue
Block a user