SOCIAL NEXUS · IDENTITÉ DE MARQUE
Identité visuelle, logo, couleurs, typographie et règles d'usage.
01 — LE LOGO
Version principale · fond clair
Version dark · fond sombre
CONCEPT
Trois fragments verticaux décalés en escalier. Chaque barre est un membre de la communauté : même logique, même forme, décalage assumé. Ensemble, ils forment un tout plus grand. Le mouvement vers le haut est intégré dans la structure — pas besoin de l'illustrer.
02 — VARIATIONS
COULEUR · FOND CLAIR
COULEUR · FOND SOMBRE
MONOCHROME NOIR
ICÔNE APP · CARRÉ BLEU
ICÔNE APP · FOND NUIT
MONOCHROME BLANC
TAILLES
03 — COULEURS
COULEURS PRIMAIRES
Blue 800
#1d4ed8
RGB 29 78 216
Blue 700
PRINCIPAL#2563eb
RGB 37 99 235
Blue 600
#3b82f6
RGB 59 130 246
Blue 400
#60a5fa
RGB 96 165 250
NEUTRES
Ink
#0f172a
Ink 60
#475569
Ink 30
#94a3b8
Ink 10
#e2e8f0
Page
#f8fafc
COULEURS DU SIGNE
04 — TYPOGRAPHIE
POLICE PRINCIPALE
DM Sans
Le réseau social où les prompts deviennent légendaires.
POLICE SECONDAIRE
#prompt-engineering
#2563eb · rgb(37, 99, 235) · Blue 700
HIÉRARCHIE
nexus
Wordmark · 800 · −0.05em
L'Art de Converser avec les Machines
H1 · 700 · 32px
Bibliothèque de prompts validés
H2 · 600 · 20px
Découvrez, collectionnez et perfectionnez vos prompts.
Body · 400 · 15px
#Révision #Cours #MémorisationVisuelle
Tags · Mono 400 · 13px
05 — RÈGLES D'USAGE
À FAIRE
À ÉVITER
ZONE DE PROTECTION
SIMULATION — NAVIGATION PRINCIPALE
Rechercher un prompt, un tag ou @utilisateur…
+ Nouveau Prompt
SV
06 — CODE SOURCE
Copie-colle ces blocs SVG directement dans ton code. Aucune dépendance externe requise — les logos fonctionnent partout (React, HTML, Vue, Figma via import SVG).
ICÔNE APPLICATION (48×48)
<svg width="48" height="48" viewBox="0 0 48 48"
fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="48" height="48" rx="12" fill="#2563eb"/>
<rect x="8" y="8" width="9" height="32" rx="2" fill="white"/>
<rect x="20" y="14" width="9" height="32" rx="2" fill="white" opacity="0.7"/>
<rect x="32" y="20" width="9" height="32" rx="2" fill="white" opacity="0.4"/>
</svg>
SIGNE SEUL — COULEUR
<svg width="82" height="78" viewBox="0 0 82 78"
fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="0" width="18" height="72" rx="4" fill="#1d4ed8"/>
<rect x="24" y="13" width="18" height="72" rx="4" fill="#2563eb"/>
<rect x="48" y="26" width="18" height="72" rx="4" fill="#3b82f6"/>
</svg>
SIGNE SEUL — VERSION DARK (sur fond sombre)
<svg width="82" height="78" viewBox="0 0 82 78"
fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="0" width="18" height="72" rx="4" fill="#3b82f6"/>
<rect x="24" y="13" width="18" height="72" rx="4" fill="#3b82f6" opacity="0.65"/>
<rect x="48" y="26" width="18" height="72" rx="4" fill="#3b82f6" opacity="0.35"/>
</svg>
SIGNE SEUL — MONOCHROME
<svg width="82" height="78" viewBox="0 0 82 78"
fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="0" width="18" height="72" rx="4" fill="#0f172a"/>
<rect x="24" y="13" width="18" height="72" rx="4" fill="#0f172a" opacity="0.5"/>
<rect x="48" y="26" width="18" height="72" rx="4" fill="#0f172a" opacity="0.22"/>
</svg>