diff --git a/wp-content/themes/cosmopet/modules/static-pages/policy/template_wtb.php b/wp-content/themes/cosmopet/modules/static-pages/policy/template_wtb.php new file mode 100644 index 0000000..f62d037 --- /dev/null +++ b/wp-content/themes/cosmopet/modules/static-pages/policy/template_wtb.php @@ -0,0 +1,18 @@ + \ No newline at end of file diff --git a/wp-content/themes/cosmopet/static/css/policy-page.css b/wp-content/themes/cosmopet/static/css/policy-page.css new file mode 100644 index 0000000..89fd811 --- /dev/null +++ b/wp-content/themes/cosmopet/static/css/policy-page.css @@ -0,0 +1,38 @@ +.policy-home { + margin-top: 5%; + margin-bottom: 5%; +} + +h1 { + font-family: "Craftwork Grotesk"; + font-size: 48px; + font-weight: 700; + line-height: 56px; + text-transform: uppercase; + margin-bottom: 60px; +} + +h3 { + font-size: 24px; + font-family: "Craftwork Grotesk"; + margin-top: 20px; + margin-bottom: 20px; +} + +p { + font-size: 18px; + font-family: "Craftwork Grotesk"; + margin-bottom: 10px; +} + +ul { + margin-bottom: 10px; +} + +li { + font-size: 18px; + font-family: "Craftwork Grotesk"; + margin-bottom: 10px; + list-style-type: disc; + margin-left: 25px; +} \ No newline at end of file diff --git a/wp-content/themes/cosmopet/templates/_pages/policy.twig b/wp-content/themes/cosmopet/templates/_pages/policy.twig new file mode 100644 index 0000000..55cc95a --- /dev/null +++ b/wp-content/themes/cosmopet/templates/_pages/policy.twig @@ -0,0 +1,15 @@ +{% set bodyClass = 'main-np' %} + +{% extends 'layout.twig' %} + +{% block content %} +