Commit 04fee69e69a6fb16b0f2c283b75fd06843a4f9fe
1 parent
91924feac0
Exists in
master
cambiar el color de la direccion y eslogan ubv a blanco
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
app/Resources/views/portal/index.html.twig
| ... | ... | @@ -281,11 +281,11 @@ |
| 281 | 281 | <a class="social" href="#" target="_blank"><i class="fa fa-linkedin fa-2x"></i></a> |
| 282 | 282 | </div> |
| 283 | 283 | <div class="contact-info"> |
| 284 | - <p><i class="fa fa-map-marker"></i> Av. Leonardo Da Vinci, Los Chaguaramos, UBV</p> | |
| 285 | - <p><i class="fa fa-envelope"></i> ubv@ubv.edu.ve</p> | |
| 284 | + <p style="color: white;"><i class="fa fa-map-marker"></i> Av. Leonardo Da Vinci, Los Chaguaramos, UBV</p> | |
| 285 | + <p style="color: white;"><i class="fa fa-envelope"></i> ubv@ubv.edu.ve</p> | |
| 286 | 286 | </div> |
| 287 | 287 | |
| 288 | - <p> | |
| 288 | + <p style="color: white;"> | |
| 289 | 289 | Universidad Bolivariana de Venezuela | la casa del diálogo de los saberes.<br> |
| 290 | 290 | </p> |
| 291 | 291 | ... | ... |