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
"app/vscode:/vscode.git/clone" did not exist on "c19542e3b4fcaa6f51768fbe85157832fb50ddc8"
Commit
8a3746fe
authored
Aug 20, 2024
by
Gabriel Alves
Browse files
adicionado logo upe footer
parent
229a7237
Changes
2
Show 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
...
@@ -298,26 +298,47 @@
...
@@ -298,26 +298,47 @@
</div>
</div>
<div
class=
"col-sm-4 form-group"
style=
"margin-top: 0.5rem; color:#909090"
>
<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
style=
"margin-top: 5px; margin-bottom:5px"
>
Desenvolvido por:
</div>
<div
class=
"row justify-content-center"
>
<div
class=
"d-flex justify-content-between"
style=
"gap: 20px"
>
<div
class=
"col-sm-5"
style=
"margin-right: 0.8rem;"
>
<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>
<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-5"
style=
"margin-top: 10px;"
>
<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>
<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>
</div>
</div>
<div
class=
"col-sm-4 form-group"
style=
"margin-top: 0.5rem; color:#909090"
>
<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
style=
"margin-top: 5px; margin-bottom:5px"
>
Redes sociais:
</div>
<div
class=
"btn-group"
>
<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>
<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>
<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>
<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>
</div>
{{--
<script
src=
"https://code.jquery.com/jquery-3.6.0.min.js"
></script>
--}}
{{--
<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://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>
<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