PH-Image Shadow 1

.ph-image-shadow-1

Parameters

style - string

'style-a' : Sombra Azul

'style-b' : Sombra Naranja

image - string

'http://proyectohombre.test/wp-content/uploads/2019/09/image-2.png'

example

{% include "components/images/ph-image-shadow-1.twig" with { style: 'style-a', image: 'http://proyectohombre.test/wp-content/uploads/2019/09/image-2.png' } %}

PH Button 1

.ph-button-1

Parameters

style - string

'style-a' : Azul

'style-b' : Naranja

text - string

'Contactar'

url - string

'http://'

example

{% include "components/buttons/ph-button-1.twig" with { style: 'style-a', text: 'Contactar', url: '#' } %}

PH-Quote 1

.ph-quote-1

Texto del Quote

Parameters

style - string

'style-a' : Simbolo naranja y texto blanco

'style-b' : Simbolo azul y texto blanco

example

{% include "components/quotes/ph-quote-1.twig" with { style: 'style-a', text: 'Texto del Quote' } %}

PH-Post Teaser 4

.ph-post-teaser-4

Parameters

style - string

'style-a' : Naranja

'style-b' : Azul

example

{% include "components/post-teaser/ph-post-teaser-4.twig" with { title: 'Title', text: 'Texto del Quote', style: 'style-b' } %}