Skip to content
Snippets Groups Projects
Commit ca575cc4 authored by Gabriel_Tha's avatar Gabriel_Tha
Browse files

Cria a view Sobre

parent baffbf46
No related branches found
No related tags found
No related merge requests found
......@@ -230,3 +230,8 @@ textarea {
box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
}
}
.info{
text-align: center;
margin:0 auto;
}
\ No newline at end of file
......@@ -3,15 +3,24 @@
@section('content')
<!-- Header -->
<div class="div-index-geral">
<img class="bimagem" src="{{ asset('storage/images/background.jpg') }}"/>
<div class="div-index-texto" align="center">
<h2 class="hd2">Remember PET</h2>
<p class="pr1">Lembranças de toda a história do PET Computação recuperadas ao longo do tempo</p>
<a href="galery">
<button class="button-index">GALERIA</button>
</a>
<section class="gallery-block cards-gallery">
<div class="container">
<div class="heading">
<h1>VAI ALGO AQUI?</h1>
</div>
<div class="row">
<div class="info">
<h3>Endereço</h3>
<p>405, R. Evaristo F. Ferreira da Costa, 393 - Jardim das Americas, Curitiba - PR, 80050-540</p>
<h3>E-mail</h3>
<p>pet@inf.ufpr.br</p>
</div>
</div>
</div>
<img class="bimagem" src="{{ asset('storage/images/background.jpg') }}" style="padding-top:50px"/>
</section>
</div>
@endsection
......
......@@ -3,7 +3,6 @@
@section('content')
<!-- Header -->
<div class="div-index-geral">
<img class="bimagem" src="{{ asset('storage/images/background.png') }}"/>
<section class="gallery-block cards-gallery">
<div class="container">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment