Cambios al look sacando placeholders

This commit is contained in:
2020-04-28 11:32:36 -04:00
parent dad50537b2
commit a878d6bc77
32 changed files with 72 additions and 29 deletions

View File

@ -23,6 +23,11 @@ return [
'assets',
'styles'
])),
'images' => DI\string(implode('/', [
'{urls.base}',
'assets',
'images'
])),
'servicios' => DI\string(implode('/', [
'{urls.base}',
'servicios'

View File

@ -20,7 +20,7 @@ class Home {
];
$clientes = [];
for ($i = 0; $i < 20; $i ++) {
$clientes[$i] = '<div class="ui fluid placeholder"><div class="circular image"></div>' . $i . '</div>';
$clientes[$i] = '<div class="ui image"><img src="' . $container->get('urls')['images'] . '/clientes/logo_' . str_pad($i + 1, 2, '0', \STR_PAD_LEFT) . '.jpg" /></div>';
}
$testimonios = $this->loadData($container, 'testimonios');

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 603 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 MiB

View File

@ -1,9 +1,13 @@
#banner {
background-color: grey;
background-blend-mode: multiply;
background-position: center;
background-repeat: no-repeat;
background-size: 1920px auto;
color: white;
font-family: Roboto, sans-serif !important;
padding-top: 10rem;
padding-bottom: 10rem;
padding-top: 15rem;
padding-bottom: 15rem;
}
#banner .header {
font-family: inherit;
@ -13,14 +17,23 @@
padding-top: 2rem;
padding-bottom: 3rem;
}
#servicios .basic.card {
border: none !important;
box-shadow: none !important;
}
#frase {
padding-top: 4rem;
padding-bottom: 4rem;
}
#frase .header {
color: inherit;
}
#nosotros {
background-color: #f0f0f0;
padding-top: 3rem;
padding-bottom: 3rem;
}
#nosotros .column {
padding-top: 0;
@ -45,16 +58,24 @@
padding-top: 0;
padding-bottom: 0;
}
#clientes #img_clientes .image {
margin-top: 1rem;
margin-bottom: 1rem;
}
#testimonios {
background-color: grey;
color: #404040;
background-position: center;
background-repeat: no-repeat;
background-size: 1920px auto;
background-blend-mode: multiply;
color: white;
min-height: 30rem;
display: flex;
align-items: center
}
#testimonios .segment, #testimonios .header {
color: #404040 !important;
color: white !important;
}
#eventos {

View File

@ -8,8 +8,16 @@ body, .ui {
font-size: 2.2rem;
color: #404041;
}
#page_logo .orange {
color: #F26721;
.brand {
color: #f26721 !important;
}
.inverted.brand {
background-color: #f26721 !important;
color: #ffffff !important;
}
button.inverted {
border: none !important;
box-shadow: none !important;
}
footer {

View File

@ -1,6 +1,9 @@
- titulo: Eventos Calidad de Vida
imagen: eventos_calidad_de_vida.jpg
contenido: "elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut"
- titulo: Eventos Deportivos
imagen: eventos_deportivos.jpg
contenido: "elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut"
- titulo: Eventos Recreativos
imagen: eventos_recreativos.jpg
contenido: "elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut"

View File

@ -1,4 +1,4 @@
<div id="banner">
<div id="banner" style="background-image: url('{{$urls->images}}/banner.jpg');">
<div class="ui container">
<div class="ui center aligned stackable grid">
<div class="row">
@ -15,7 +15,7 @@
</div>
<div class="row">
<div class="three wide column">
<button class="ui fluid huge inverted basic button" style="font-weight: 900;">
<button class="ui fluid huge inverted brand basic button" style="font-weight: 900;">
DESCARGA
</button>
</div>

View File

@ -1,12 +1,14 @@
<div class="ui container" id="frase">
<div class="ui center aligned grid">
<div class="twelve wide column">
<div class="ui header">
{{$frase->titulo}}
<div class="inverted brand" id="frase">
<div class="ui container">
<div class="ui center aligned grid">
<div class="twelve wide column">
<div class="ui header">
{{$frase->titulo}}
</div>
<p>
{{$frase->contenido}}
</p>
</div>
<p>
{{$frase->contenido}}
</p>
</div>
</div>
</div>

View File

@ -2,8 +2,8 @@
<div class="ui container">
<div class="ui stackable two columns grid">
<div class="column">
<div class="ui fluid placeholder">
<div class="image"></div>
<div class="ui image">
<img src="{{$urls->images}}/equipo.jpg" />
</div>
</div>
<div class="column contenido">

View File

@ -13,14 +13,18 @@ aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
<div class="three columns row">
@foreach ($servicios as $servicio)
<div class="column">
<div class="ui placeholder">
<div class="square image"></div>
</div>
<div class="ui header">
{{$servicio->titulo}}
</div>
<div class="ui content">
{{$servicio->contenido}}
<div class="ui basic card">
<div class="image">
<img src="{{$urls->images}}/{{$servicio->imagen}}" alt="{{$servicio->titulo}}" title="{{$servicio->titulo}}" />
</div>
<div class="content">
<div class="header">
{{$servicio->titulo}}
</div>
<div class="description">
{{$servicio->contenido}}
</div>
</div>
</div>
</div>
@endforeach

View File

@ -1,4 +1,4 @@
<div id="testimonios">
<div id="testimonios" style="background-image: url('{{$urls->images}}/testimonios.jpg');">
<div class="ui container">
<div class="ui center aligned grid">
<div class="fourteen wide column" id='testimonio'>

View File

@ -6,7 +6,7 @@
</div>
<a class="item" href="{{$urls->base}}">
<div class="ui header" id="page_logo">
Total<span class="orange">Sport</span>
Total<span class="brand">Sport</span>
</div>
</a>
<div class="right two item menu">