diff --git a/src/assets/images/Nuestros aliados.png b/src/assets/images/Nuestros aliados.png new file mode 100644 index 0000000..18367d6 Binary files /dev/null and b/src/assets/images/Nuestros aliados.png differ diff --git a/src/assets/images/flag-de.png b/src/assets/images/flag-de.png new file mode 100644 index 0000000..5ab8b1b Binary files /dev/null and b/src/assets/images/flag-de.png differ diff --git a/src/assets/images/flag-en.png b/src/assets/images/flag-en.png new file mode 100644 index 0000000..ef80dd7 Binary files /dev/null and b/src/assets/images/flag-en.png differ diff --git a/src/assets/images/flag-es.png b/src/assets/images/flag-es.png new file mode 100644 index 0000000..8b0b5c2 Binary files /dev/null and b/src/assets/images/flag-es.png differ diff --git a/src/assets/images/image membresías.png b/src/assets/images/image membresías.png new file mode 100644 index 0000000..94de130 Binary files /dev/null and b/src/assets/images/image membresías.png differ diff --git a/src/assets/images/proysoc.01.png b/src/assets/images/proysoc.01.png new file mode 100644 index 0000000..1ffc69f Binary files /dev/null and b/src/assets/images/proysoc.01.png differ diff --git a/src/components/Certifications.vue b/src/components/Certifications.vue index 4e1ea3f..f440676 100644 --- a/src/components/Certifications.vue +++ b/src/components/Certifications.vue @@ -1,16 +1,19 @@ @@ -19,19 +22,19 @@ export default { .header { background-color: #000; color: #fff; - text-align: center; - padding: 72px 0 76px; -} -h2.title { - font-size: 54px; - font-weight: 400; - line-height: 63.28px; + text-align: center; + } -.content { +.certifications { height: 600px; - background-image: url('@images/bg_1.png'); - background-repeat: no-repeat; + background-color: #000; + background-position: top left; background-size: contain; + height: 600px; + display: grid; + grid-template-columns: 1fr 1fr; + align-items:center; } + \ No newline at end of file diff --git a/src/components/Different.vue b/src/components/Different.vue index d99cedf..3043829 100644 --- a/src/components/Different.vue +++ b/src/components/Different.vue @@ -19,7 +19,7 @@ import DifferentBox from './DifferentBox.vue'; .different { color: #fff; background-color: #000; - padding: 72px 64px; + padding: 72px 0; } h2 { diff --git a/src/components/DifferentBox.vue b/src/components/DifferentBox.vue index 0624b83..238c2ab 100644 --- a/src/components/DifferentBox.vue +++ b/src/components/DifferentBox.vue @@ -41,5 +41,6 @@ export default { font-size: 20px; line-height: 24px; color: #1E1E1E; + text-align: center; } \ No newline at end of file diff --git a/src/components/LocaleSelector.vue b/src/components/LocaleSelector.vue index 71b3b70..18fe357 100644 --- a/src/components/LocaleSelector.vue +++ b/src/components/LocaleSelector.vue @@ -1,19 +1,22 @@