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
4d53ffcd
Commit
4d53ffcd
authored
Jun 24, 2020
by
carlos
Browse files
mudando o rodape
parent
6aa44d51
Changes
2
Show whitespace changes
Inline
Side-by-side
public/img/icons/local_logo.svg
0 → 100644
View file @
4d53ffcd
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"20.594"
height=
"27.459"
viewBox=
"0 0 20.594 27.459"
>
<path
id=
"Icon_awesome-map-marker-alt"
data-name=
"Icon awesome-map-marker-alt"
d=
"M9.239,26.9C1.446,15.608,0,14.449,0,10.3a10.3,10.3,0,0,1,20.594,0c0,4.152-1.446,5.311-9.239,16.608a1.288,1.288,0,0,1-2.116,0ZM10.3,14.587a4.29,4.29,0,1,0-4.29-4.29A4.29,4.29,0,0,0,10.3,14.587Z"
fill=
"#fff"
/>
</svg>
resources/views/layouts/app.blade.php
View file @
4d53ffcd
...
@@ -22,62 +22,66 @@
...
@@ -22,62 +22,66 @@
<link
href=
"{{ asset('css/app.css') }}"
rel=
"stylesheet"
>
<link
href=
"{{ asset('css/app.css') }}"
rel=
"stylesheet"
>
<link
href=
"{{ asset('css/layout.css') }}"
rel=
"stylesheet"
>
<link
href=
"{{ asset('css/layout.css') }}"
rel=
"stylesheet"
>
{{--
<style>
<style>
.rodape
{
.styleRodape
{
background-color
:
rgb
(
0
,
140
,
255
);
;
background-color
:
rgb
(
0
,
140
,
255
);
;
/* height: 90vh; */
text-align
:
center
;
padding
:
100px
;
color
:
white
;
}
}
.rodape
.social
{
width
:
30px
;
.styleRodape_Imagem_ufape
{
margin
:
10px
;
padding-top
:
1.5rem
;
transition
:
0.5s
;
padding-bottom
:
1rem
;
text-align
:
center
;
}
}
.rodape
.social
:hover
{
width
:
35px
;
.styleRodape_Imagem_lmts
{
transition
:
0.5s
;
padding-top
:
3rem
;
padding-bottom
:
2rem
;
text-align
:
center
;
}
}
.rodape
.sobre
a
{
margin-bottom
:
10px
;
.styleRodape_Texto
{
font-size
:
13px
;
color
:
white
;
color
:
white
;
}
text-align
:
center
;
.rodape
a
{
color
:
white
;
}
}
.rodape
.coluna
h3
{
.styleRodape_Texto_Titulo
{
margin-bottom
:
20px
;
padding-top
:
1rem
;
}
padding-bottom
:
1rem
;
.rodape
.social-network
{
color
:
white
;
margin-top
:
20px
;
}
@media
screen
and
(
max-width
:
576px
)
{
.rodape
.coluna
{
margin-bottom
:
30px
;
}
.rodape
.social
{
width
:
20px
;
}
}
.curved
{
height
:
100vh
;
.styleRodape_Texto_Conteudo_MapaDoSite
{
color
:
white
;
font-size
:
13px
;
padding-top
:
0.4rem
;
}
}
.curved
p
{
font-size
:
1rem
;
.styleRodape_container
{
text-align
:
justify
;
padding-bottom
:
0.1rem
;
padding
:
10px
;
text-align
:
left
;
/* margin-bottom: 5%; */
}
}
.modulos
{
margin-top
:
150px
;
.styleRodape_Texto_Contato
{
font-size
:
14px
;
}
}
.info-modulo-body
{
height
:
260px
;
overflow-y
:
auto
;
.styleRodape_linha_left
{
border-left
:
solid
;
color
:
white
;
margin-top
:
0.5rem
;
padding-bottom
:
1rem
;
margin-left
:
0.5rem
;
height
:
100%
;
}
}
.styleRodape_linha_top
{
border-top
:
solid
;
color
:
white
;
margin
:
0.5rem
;
}
}
</style>
--}}
</style>
</head>
</head>
<body>
<body>
...
@@ -229,122 +233,81 @@
...
@@ -229,122 +233,81 @@
<script
src=
"https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity=
"sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin=
"anonymous"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity=
"sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin=
"anonymous"
></script>
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity=
"sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin=
"anonymous"
></script>
<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=
"
r
odape"
>
<div
class=
"
styleR
odape"
>
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"container-fluid"
>
<div
class=
"row justify-content-center"
>
<div
class=
"row"
>
<a
href=
"http://ww3.uag.ufrpe.br/"
target=
"_blank"
style=
"color: white;"
>
<div
class=
"col-sm-2"
>
<img
class=
"logo-ufape"
src=
"{{ asset('img/logoUfape.svg') }}"
/>
</div>
<div
class=
"col-sm-4 format-text"
>
<a
href=
"http://ww3.uag.ufrpe.br/"
target=
"_blank"
style=
"color: white; font-size: 15px; position: relative; top: 30%; left: 0px;"
>
Universidade Federal
<br>
do Agreste de Pernambuco
</a>
</div>
</a>
<a
href=
"http://lmts.uag.ufrpe.br/"
target=
"_blank"
style=
"color: white;"
>
<div
class=
"col-sm-2"
>
<div
class=
"col-sm-2"
>
<img
class=
"logo-lmts"
src=
"{{ asset('img/lmts.png') }}"
/>
<div
class=
"row justify-content-center"
>
</div>
<div
class=
"col-sm-12 styleRodape_Imagem_ufape"
>
<div
class=
"col-sm-4 format-text"
>
<a
href=
"http://ww3.uag.ufrpe.br/"
target=
"_blank"
><img
src=
"{{ asset('img/logoUfape.svg') }}"
alt=
"Logo"
width=
"40px;"
></a>
<a
href=
"http://lmts.uag.ufrpe.br/"
target=
"_blank"
style=
"color: white; font-size: 15px; position: relative; top: 30%; left: 0px;"
>
Laboratório Multidisciplinar
<br>
de Tecnologias Sociais
</a>
</div>
</a>
</div>
</div>
</div>
<div
class=
"col-sm-12 styleRodape_Texto"
>
<a
href=
"http://ww3.uag.ufrpe.br/"
target=
"_blank"
style=
"color: white; font-weight: normal;"
>
Universidade Federal do Agreste de Pernambuco
</a>
</div>
</div>
</div>
</div>
{{--
<div
class=
"rodape"
style=
"color: white;"
>
<div
class=
"row justify-content-center"
>
<div
class=
"col-sm-3 coluna"
>
<div
class=
"row justify-content-center"
>
<small>
Desenvolvidor por:
</small>
</div>
</div>
<div
class=
"col-sm-3"
>
<div
class=
"row justify-content-center"
>
<div
class=
"row justify-content-center"
>
<a
href=
"http://www.lmts.uag.ufrpe.br/br"
name=
"lmts"
>
<div
class=
"col-sm-12 styleRodape_Imagem_lmts"
>
<img
src=
"{{asset('img/lmts.png')}}"
style=
"margin:20px 0 20px 0"
>
<a
target=
"_blank"
href=
"http://lmts.uag.ufrpe.br/"
><img
src=
"{{ asset('img/lmts.png') }}"
alt=
"Logo"
width=
"125px;"
></a>
</a>
</div>
</div>
<div
class=
"row justify-content-center"
style=
"text-align:center"
>
<div
class=
"col-sm-12 styleRodape_Texto"
>
Laboratório Multidisciplinar de
<br>
<a
target=
"_blank"
href=
"http://lmts.uag.ufrpe.br/"
style=
"color: white; font-weight: normal;"
>
Laboratório Multidisciplinar de Tecnologias Sociais
</a>
Tecnologias Sociais
</div>
</div>
<div
class=
"row justify-content-center"
style=
"margin-top:20px; text-align:center"
>
<small>
Avenida Bom Pastor, s/n.º
<br>
Bairro Boa Vista - CEP:
<br>
55292-270 - Garanhuns - PE
</small>
</div>
</div>
</div>
</div>
<div
class=
"col-sm-3 coluna"
>
<!--<div class="col-sm-2" align="center">
<div
class=
"row justify-content-center"
>
<div class="row justify-content-center" >
<h3>
LMTS
</h3>
<div class="styleRodape_linha_left">
<div class="col-sm-12 styleRodape_Texto_Titulo">Mapa do site</div>
<div class="col-sm-12 styleRodape_Texto_Conteudo_MapaDoSite">Quem Somos</div>
<div class="col-sm-12 styleRodape_Texto_Conteudo_MapaDoSite">Equipe</div>
<div class="col-sm-12 styleRodape_Texto_Conteudo_MapaDoSite">Notícia</div>
<div class="col-sm-12 styleRodape_Texto_Conteudo_MapaDoSite">Projetos</div>
</div>
</div>
<div
class=
"row sobre justify-content-center"
>
<a
href=
"http://www.lmts.uag.ufrpe.br/br/content/apresenta%C3%A7%C3%A3o"
>
Quem Somos
</a>
</div>
</div>
<div
class=
"row sobre justify-content-center"
>
</div>-->
<a
href=
"http://www.lmts.uag.ufrpe.br/br/content/equipe"
>
Equipe
</a>
<div
class=
"col-sm-2"
>
<div
class=
"row justify-content-center"
style=
"height: 170px;"
>
<div
class=
"styleRodape_linha_left"
>
<div
class=
"col-sm-12 styleRodape_Texto_Titulo"
>
Contato
</div>
</div>
<div
class=
"row sobre justify-content-center"
>
<div
class=
"col-sm-12 styleRodape_container"
>
<a
href=
"http://www.lmts.uag.ufrpe.br/br/noticias"
>
Notícias
</a>
<div
class=
"row"
>
<div
class=
"col"
>
<img
src=
"{{ asset('img/icons/instagram-brands.svg') }}"
alt=
"Logo"
width=
"20px;"
>
<a
href=
"https://www.instagram.com/lmts_ufape/"
target=
"_blank"
class=
"styleRodape_Texto_Contato"
style=
"color: white; font-weight: normal;"
>
@lmts_ufape
</a>
</div>
</div>
<div
class=
"row sobre justify-content-center"
>
<a
href=
"http://www.lmts.uag.ufrpe.br/br/content/projetos"
>
Projetos
</a>
</div>
</div>
<div
class=
"row social-network justify-content-center"
>
<h6>
Siga-nos nas Redes Sociais
</h6>
</div>
</div>
<div
class=
"col-sm-12 styleRodape_container"
>
<div
class=
"row justify-content-center"
>
<div
class=
"row justify-content-center"
>
<div
class=
"social"
>
<a
href=
"https://www.facebook.com/LMTSUFAPE/
"
>
<div
class=
"col
"
>
<img
src=
"{{asset('img/icons/facebook-square-brands.svg')}}"
alt=
""
>
<img
src=
"{{
asset('img/icons/facebook-square-brands.svg')
}}"
alt=
"
Logo"
width=
"20px;
"
>
</a>
<a
href=
"https://www.facebook.com/LMTSUFAPE/"
target=
"_blank"
class=
"styleRodape_Texto_Contato"
style=
"color: white; font-weight: normal;"
>
@LMTSUFAPE
</a>
</div>
</div>
<div
class=
"social"
>
<a
href=
"https://www.instagram.com/lmts_ufape/"
>
<img
src=
"{{asset('img/icons/instagram-brands.svg')}}"
alt=
""
>
</a>
</div>
</div>
<div
class=
"social"
>
<a
href=
"https://twitter.com/lmtsufape"
>
<img
src=
"{{asset('img/icons/twitter-brands.svg')}}"
alt=
""
>
</a>
</div>
</div>
<div
class=
"social
"
>
<div
class=
"col-sm-12 styleRodape_container
"
>
<a
href=
"https://br.linkedin.com/in/lmts-ufrpe-0b25b9196?trk=people-guest_people_search-card
"
>
<div
class=
"row
"
>
<img
src=
"{{asset('img/icons/linkedin-brands.svg')}}"
alt=
"
"
>
<div
class=
"col
"
>
</a
>
<span>
lmts@ufrpe.br
</span
>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"col-sm-3 coluna"
>
<div
class=
"row justify-content-center"
>
<h3>
CONTATO
</h3>
</div>
</div>
<div
class=
"row justify-content-center"
>
<a
href=
"mailto:lmts@ufrpe.br"
>
lmts@ufrpe.br
</a>
</div>
</div>
</div>
</div>
<div
class=
"col-sm-3 coluna "
>
<div
class=
"row justify-content-center"
>
<h3>
APOIO
</h3>
</div>
</div>
<div
class=
"row justify-content-center"
>
<div
class=
"row justify-content-center styleRodape_container styleRodape_linha_top"
>
<div
class=
"btg-group"
>
<a
href=
"http://ww3.uag.ufrpe.br/"
>
<img
src=
"{{ asset('img/icons/local_logo.svg') }}"
alt=
"Logo"
width=
"10px;"
>
<img
style=
"width:77px"
src=
"{{asset('img/logoUfape.svg')}}"
alt=
""
>
<a
class=
"styleRodape_Texto"
style=
"padding: 0.5rem; color: white; font-weight: normal;"
>
Avenida Bom Pastor. s/nº Bairro Boa Vista - CEP 55292-270 - Garanhuns - PE
</a>
</a>
</div>
</div>
<div
class=
"row justify-content-center"
>
Universidade Federal Rural
<br>
do Agreste de Pernambuco
</div>
</div>
</div>
</div>
</div>
</div>
</div>
--}}
</body>
</body>
</html>
</html>
\ 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