Skip to content

Commit b07ecf2

Browse files
committed
small fix
1 parent 7d1bc8c commit b07ecf2

File tree

1 file changed

+8
-8
lines changed
  • module/CommonBundle/Resources/views/common/index

1 file changed

+8
-8
lines changed

module/CommonBundle/Resources/views/common/index/index.twig

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141

4242
<div class="vtk-home-header">
4343
<div class="vtk-home-image">
44-
{# <div class="container" style="text-align: center">#}
45-
{# <h1 class="vtk-hometitle">{{ translate('welcome to') }} VTK</h1>#}
46-
{# <div class="vtk-home-titleDecoration"></div>#}
47-
{# <h2 class="vtk-home-subtitle" style="color: white; font-weight: 500">Vlaamse Technische Kring - partner#}
48-
{# in crime since 1920</h2>#}
49-
{# <div style="height: 100px"></div>#}
50-
{# </div>#}
44+
<div class="container" style="text-align: center">
45+
<h1 class="vtk-hometitle">{{ translate('welcome to') }} VTK</h1>
46+
<div class="vtk-home-titleDecoration"></div>
47+
<h2 class="vtk-home-subtitle" style="color: white; font-weight: 500">Vlaamse Technische Kring - partner
48+
in crime since 1920</h2>
49+
<div style="height: 100px"></div>
50+
</div>
5151
</div>
5252
</div>
5353

@@ -214,7 +214,7 @@
214214
<div class="thumbnail" style="height: 200px; text-align: center; border-style: none">
215215
{% if poc.getAcademic().getPhotoPath() %}
216216
<img class="profileImagePreloaded holderjs" data-url="{{ profilePath }}/{{ poc.getAcademic().getPhotoPath() }}"
217-
style="background: url(?holder.js/90x67/auto/text:Image) no-repeat; width: 80px; height: 80px; object-fit: cover; border-radius: 50%" alt="">
217+
style="background: url(?holder.js/90x67/auto/text:Image) no-repeat; width: 100px; height: 100px; object-fit: cover; border-radius: 50%" alt="">
218218
{% else %}
219219
<img data-src="holder.js/144x108/auto/text:Image" alt="">
220220
{% endif %}

0 commit comments

Comments
 (0)