Pentru cabinete și parteneri

Bannere pentru site-ul tău

Patru variante gata de lipit — logo, „Psihologi Creștini” și subtitlul portalului — ca vizitatorii site-ului tău să ajungă direct la noi. Codul e independent, fără fișiere externe de descărcat: se pune direct într-un bloc de tip „Custom HTML” sau „Text” pe orice platformă.

Dreptunghi 300×250 — fundal deschis

Cel mai reutilizat format de banner; potrivit pentru sidebar sau footer pe un site cu fundal alb.

HTML
<a href="https://psihologicrestini.ro/" target="_blank" rel="noopener noreferrer"
  style="display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:300px;height:250px;box-sizing:border-box;padding:28px 24px;background:#FFFFFF;border:1px solid #D9E1E8;border-radius:12px;text-decoration:none;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;">
  <img src="https://psihologicrestini.ro/assets/brand/icon-color.png" alt="" width="52" height="53" style="display:block;margin:0 0 14px;">
  <span style="display:block;font-size:20px;line-height:1.25;font-weight:700;color:#0B2341;">Psihologi Creștini</span>
  <span style="display:block;margin-top:8px;font-size:14px;line-height:1.4;color:#52616F;">Portal al psihologilor creștini din România</span>
</a>

Dreptunghi 300×250 — fundal închis

Aceeași dimensiune, pentru site-uri cu design închis la culoare.

HTML
<a href="https://psihologicrestini.ro/" target="_blank" rel="noopener noreferrer"
  style="display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:300px;height:250px;box-sizing:border-box;padding:28px 24px;background:#0B2341;border:1px solid rgba(255,255,255,.14);border-radius:12px;text-decoration:none;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;">
  <img src="https://psihologicrestini.ro/assets/brand/icon-white.png" alt="" width="52" height="53" style="display:block;margin:0 0 14px;">
  <span style="display:block;font-size:20px;line-height:1.25;font-weight:700;color:#FFFFFF;">Psihologi Creștini</span>
  <span style="display:block;margin-top:8px;font-size:14px;line-height:1.4;color:#A9C2D6;">Portal al psihologilor creștini din România</span>
</a>

Buton compact ~230×60 — fundal deschis

Variantă mică, tip badge, pentru un footer aglomerat sau un sidebar îngust.

HTML
<a href="https://psihologicrestini.ro/" target="_blank" rel="noopener noreferrer"
  style="display:inline-flex;align-items:center;gap:10px;width:230px;height:60px;box-sizing:border-box;padding:0 14px;background:#FFFFFF;border:1px solid #D9E1E8;border-radius:10px;text-decoration:none;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;">
  <img src="https://psihologicrestini.ro/assets/brand/icon-color.png" alt="" width="34" height="35" style="display:block;flex-shrink:0;">
  <span style="display:block;min-width:0;">
    <span style="display:block;font-size:13px;line-height:1.3;font-weight:700;color:#0B2341;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;">Psihologi Creștini</span>
    <span style="display:block;font-size:11px;line-height:1.3;color:#52616F;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;">Portal al psihologilor creștini</span>
  </span>
</a>

Buton compact ~230×60 — fundal închis

Aceeași variantă compactă, pentru site-uri cu fundal închis.

HTML
<a href="https://psihologicrestini.ro/" target="_blank" rel="noopener noreferrer"
  style="display:inline-flex;align-items:center;gap:10px;width:230px;height:60px;box-sizing:border-box;padding:0 14px;background:#0B2341;border:1px solid rgba(255,255,255,.14);border-radius:10px;text-decoration:none;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;">
  <img src="https://psihologicrestini.ro/assets/brand/icon-white.png" alt="" width="34" height="35" style="display:block;flex-shrink:0;">
  <span style="display:block;min-width:0;">
    <span style="display:block;font-size:13px;line-height:1.3;font-weight:700;color:#FFFFFF;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;">Psihologi Creștini</span>
    <span style="display:block;font-size:11px;line-height:1.3;color:#A9C2D6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;">Portal al psihologilor creștini</span>
  </span>
</a>

Ai deja un profil pe platformă și vrei ca linkul să ducă direct la el, nu la pagina principală? Schimbă în cod href="https://psihologicrestini.ro/" cu adresa profilului tău.