Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
8a3746fe
Commit
8a3746fe
authored
Aug 20, 2024
by
Gabriel Alves
Browse files
adicionado logo upe footer
parent
229a7237
Changes
2
Hide whitespace changes
Inline
Side-by-side
public/img/icons/logo_upe_footer.png
0 → 100644
View file @
8a3746fe
7.38 KB
resources/views/layouts/app.blade.php
View file @
8a3746fe
...
...
@@ -291,33 +291,54 @@
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity=
"sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin=
"anonymous"
></script>
<div
class=
"styleRodape noPrint"
style=
"background-color:#fff"
>
<div
class=
"container"
>
<div
class=
"form-row justify-content-center"
>
<div
class=
"col-sm-4"
style=
"margin-top: 2.5rem;"
>
<img
src=
"{{ asset('img/icons/logo_submeta_pemenor2.png') }}"
alt=
"Logo"
width=
"200px;"
>
</div>
<div
class=
"col-sm-4 form-group"
style=
"margin-top: 0.5rem; color:#909090"
>
<div
style=
"margin-top: 5px; margin-bottom:5px"
>
Desenvolvido por:
</div>
<div
class=
"row justify-content-center"
>
<div
class=
"col-sm-5"
style=
"margin-right: 0.8rem;"
>
<a
href=
"http://ufape.edu.br/"
target=
"_blank"
><img
src=
"{{ asset('img\icons\Logo_UFAPE_Colorida_com_Lettering.png') }}"
alt=
"Logo"
width=
"160px;"
></a>
</div>
<div
class=
"col-sm-5"
style=
"margin-top: 10px;"
>
<a
href=
"http://lmts.uag.ufrpe.br/"
target=
"_blank"
><img
src=
"{{ asset('img/icons/logo_ufape_color.png') }}"
alt=
"Logo"
width=
"155px;"
></a>
</div>
<div
class=
"container"
>
<div
class=
"form-row justify-content-center"
>
<div
class=
"col-sm-4"
style=
"margin-top: 2.5rem;"
>
<img
src=
"{{ asset('img/icons/logo_submeta_pemenor2.png') }}"
alt=
"Logo"
width=
"200px;"
>
</div>
<div
class=
"col-sm-4 form-group"
style=
"margin-top: 0.5rem; color:#909090"
>
<div
style=
"margin-top: 5px; margin-bottom:5px"
>
Desenvolvido por:
</div>
<div
class=
"d-flex justify-content-between"
style=
"gap: 20px"
>
<div
style=
"flex: 1; text-align: center;"
>
<a
href=
"http://ufape.edu.br/"
target=
"_blank"
>
<img
src=
"{{ asset('img/icons/Logo_UFAPE_Colorida_com_Lettering.png') }}"
alt=
"Logo"
width=
"160px;"
>
</a>
</div>
<div
style=
"flex: 1; text-align: center;"
>
<a
href=
"http://lmts.uag.ufrpe.br/"
target=
"_blank"
>
<img
src=
"{{ asset('img/icons/logo_ufape_color.png') }}"
alt=
"Logo"
width=
"155px;"
>
</a>
</div>
</div>
<div
class=
"col-sm-4 form-group"
style=
"margin-top: 0.5rem; color:#909090"
>
<div
style=
"flex: 1; text-align: center;"
>
<a
href=
"https://www.upe.br/"
target=
"_blank"
>
<img
src=
"{{ asset('img/icons/logo_upe_footer.png') }}"
alt=
"Logo"
width=
"155px;"
>
</a>
</div>
</div>
</div>
<div
class=
"col-sm-4 form-group"
style=
"margin-top: 0.5rem; color:#909090"
>
<div
style=
"margin-top: 5px; margin-bottom:5px"
>
Redes sociais:
</div>
<div
class=
"btn-group"
>
<div><a
href=
"https://www.facebook.com/LMTSUFAPE/"
target=
"_blank"
><img
src=
"{{ asset('img/icons/icon_facebook.svg') }}"
alt=
"Logo"
width=
"40px;"
style=
"margin:5px"
></a></div>
<div><a
href=
"https://www.instagram.com/lmts_ufape/"
target=
"_blank"
><img
src=
"{{ asset('img/icons/icon_instagram.svg') }}"
alt=
"Logo"
width=
"40px;"
style=
"margin:5px"
></a></div>
<div>
<a
href=
"https://www.facebook.com/LMTSUFAPE/"
target=
"_blank"
>
<img
src=
"{{ asset('img/icons/icon_facebook.svg') }}"
alt=
"Logo"
width=
"40px;"
style=
"margin:5px"
>
</a>
</div>
<div>
<a
href=
"https://www.instagram.com/lmts_ufape/"
target=
"_blank"
>
<img
src=
"{{ asset('img/icons/icon_instagram.svg') }}"
alt=
"Logo"
width=
"40px;"
style=
"margin:5px"
>
</a>
</div>
</div>
<div>
<img
src=
"{{ asset('img/icons/icon_email.svg') }}"
alt=
"Logo"
width=
"20px;"
style=
"margin:5px;"
>
<span>
lmts@ufape.edu.br
</span>
</div>
<div><img
src=
"{{ asset('img/icons/icon_email.svg') }}"
alt=
"Logo"
width=
"20px;"
style=
"margin:5px;"
>
<span>
lmts@ufape.edu.br
</span></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{{--
<script
src=
"https://code.jquery.com/jquery-3.6.0.min.js"
></script>
--}}
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.2/jquery.validate.min.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/jquery-mask-plugin@1.14.16/dist/jquery.mask.min.js"
></script>
...
...
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