Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Alba María Álvarez
/
front_recipes
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fc29c795
authored
Aug 24, 2025
by
Alba María Álvarez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
perf(Footer.vue): añadido al componente un apartado de Contacto
parent
2df170a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
src/components/Footer.vue
src/components/Footer.vue
View file @
fc29c795
<
template
>
<
template
>
<footer
class=
"py-
4
bg-footer mt-auto"
>
<footer
class=
"py-
3
bg-footer mt-auto"
>
<div
class=
"container-fluid px-4"
>
<div
class=
"container-fluid px-4"
>
<div
class=
"d-flex align-items-center justify-content-between small"
>
<div
class=
"d-flex align-items-center justify-content-between small"
>
<div
class=
"text-muted"
>
Copyright
©
Mi Cocina Digital 2025
</div>
<div
class=
"text-muted"
>
Copyright
©
Mi Cocina Digital
{{
currentYear
}}
</div>
<div
class=
"col-md-4 text-center"
>
<div
class=
"text-muted fw-bold"
>
Contacto
</div>
<div
class=
"text-muted"
>
<i
class=
"bi bi-envelope-fill me-1"
></i>
amaf0001@red.ujaen.es
</div>
</div>
<div>
<div>
<a
href=
"#"
>
Privacy Policy
</a>
<a
href=
"#"
>
Privacy Policy
</a>
·
·
...
@@ -13,9 +19,14 @@
...
@@ -13,9 +19,14 @@
</footer>
</footer>
</
template
>
</
template
>
<
script
setup
>
import
{
ref
}
from
'vue'
;
const
currentYear
=
ref
(
new
Date
().
getFullYear
());
</
script
>
<
style
scoped
>
<
style
scoped
>
.bg-footer
{
.bg-footer
{
background-color
:
#f4f6f5
;
background-color
:
#f4f6f5
;
height
:
6
0px
;
height
:
7
0px
;
}
}
</
style
>
</
style
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment