diff --git a/assets/icons/fb-icon.svg b/assets/icons/fb-icon.svg new file mode 100644 index 0000000..bea27c1 --- /dev/null +++ b/assets/icons/fb-icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/icons/insta-icon.svg b/assets/icons/insta-icon.svg new file mode 100644 index 0000000..e849273 --- /dev/null +++ b/assets/icons/insta-icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/icons/tw-icon.svg b/assets/icons/tw-icon.svg new file mode 100644 index 0000000..3ee03e1 --- /dev/null +++ b/assets/icons/tw-icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/styles/components/footer/footer.css b/assets/styles/components/footer/footer.css new file mode 100644 index 0000000..29cbf84 --- /dev/null +++ b/assets/styles/components/footer/footer.css @@ -0,0 +1,41 @@ +/* Orden de los estilos +1. Posicionamineto +2. Modelo de caja +3. Tipografia +4. Visuales +5. Otros +Metodologia => BEM +*/ + +.footer { + min-width: 320px; + padding: 13.5px 29px; + display: flex; + align-items: center; + justify-content: space-between; + background-color: var(--color-background); +} + +.rights { + width: 100%; + color: var(--color-black); +} + +.rights__info { + font-size: 0.9rem; + font-weight: 400; + line-height: 1.3rem; +} + +.media { + display: flex; + align-items: center; + gap: 0 12px; +} + +.media__icon { + display: flex; + align-items: center; + text-decoration: none; + cursor: pointer; +} \ No newline at end of file diff --git a/views/pages/home.php b/views/pages/home.php index ce5aea3..d34af6e 100644 --- a/views/pages/home.php +++ b/views/pages/home.php @@ -4,7 +4,7 @@ NABU_DIRECTORY['styles'] . '/pages/home/home.css', NABU_DIRECTORY['styles'] . '/pages/home/home-desktop.css', NABU_DIRECTORY['styles'] . '/components/articles/articles.css', - NABU_DIRECTORY['styles'] . '/components/footer/footer.css' + NABU_DIRECTORY['styles'] . '/components/footer/footer.css', ) ?> diff --git a/views/pages/sent-articles.php b/views/pages/sent-articles.php index b8b3ecb..6fe4ea6 100644 --- a/views/pages/sent-articles.php +++ b/views/pages/sent-articles.php @@ -17,7 +17,7 @@ Título -1 +