Commit 8a3746fe authored by Gabriel Alves's avatar Gabriel Alves
Browse files

adicionado logo upe footer

parent 229a7237
......@@ -298,26 +298,47 @@
</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 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 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 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><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>
{{-- <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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment