/rePanier_int

intégration relance panier

Primary LanguagePostScript

README

Temps L

Accessoires de cuisine et astuces pour la maison : TEMPS L

Alias service internet archive

rm -rf remote_alias && ln -s '/Volumes/service internetArchives$/NEWSLETTERS/TRIGGER/RELANCE_PANIER/TEMPSL' remote_alias

Persona

Intégration

  • type responsive

  • Dimensions

    • desktop
      • > 480w = direction display row on 636w && < 480w = display column on 320w
    • mobile
      • @media only screen and (max-width: 480px),(max-device-width: 1024px) and (orientation : portrait)

Color

Primary Secondary Tertiary
     

main nav item

<style> .markdown-body table.nav tr {background-color: transparent !important; } .markdown-body table.nav tr td {text-align: center; padding: 0; } .markdown-body table.nav tr td > table tr td:last-child { font-weight: bold; background-color: #FFFF00; } </style>
CUISINE ENTRETIEN &
RANGEMENT
SANTE &
BEAUTE
MAISON &
DECO
LOISIRS VETEMENTS &
ACCESSOIRES
BONNES
AFFAIRES
.nav {
font-family: Georgia, 'Times New Roman', Times, serif;
}

Quick get nav item text

const txtAry = Array.from(document.querySelectorAll('.nav a'))
txtAry.map( (i) => console.log( i.innerHTML.replace(/&amp;/g,'&') ) )

Surcharge markdown style

<style> .markdown-body { max-width: 100%; min-width: 300px; } </style>