Zespół: Difference between revisions
From LHDB
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<skin>tweeki</skin> | <skin>tweeki</skin> | ||
[[en:Team]] | [[en:Team]] | ||
< | |||
<html> | |||
<style> | |||
.tile-grid-two { | |||
display: grid; | |||
</ | grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Dwa kafelki w wierszu (minimum 300px szerokości) */ | ||
gap: 2em; | |||
max-width: 1200px; /* Trochę większa max-width */ | |||
margin: 2em auto; | |||
padding: 0 1em; | |||
} | |||
.tile { | |||
background-color: #f8f9fa; | |||
border-radius: 18px; | |||
padding: 1.5em; | |||
text-align: center; | |||
text-decoration: none; | |||
color: #000; | |||
box-shadow: 0 3px 8px rgba(0,0,0,0.1); | |||
transition: transform 0.25s, box-shadow 0.25s; | |||
display: block; | |||
font-size: 1.1em; | |||
} | |||
.tile:hover { | |||
transform: translateY(-4px); | |||
box-shadow: 0 6px 12px rgba(0,0,0,0.2); | |||
} | |||
.tile img { | |||
max-width: 100px; /* Ograniczenie wielkości obrazków */ | |||
border-radius: 8px; /* Zaokrąglone rogi zamiast okrągłych */ | |||
margin-bottom: 0.5em; | |||
} | |||
.tile strong { | |||
display: block; /* Każde imię w nowej linii */ | |||
font-size: 1.2em; | |||
margin-bottom: 0.2em; | |||
} | |||
.tile p { | |||
font-size: 0.9em; | |||
color: #555; | |||
margin-top: 0.2em; | |||
} | |||
</style> | |||
<div class="tile-grid-two"> | |||
<a class="tile" href="/lhdb/Bogumił_Szady"> | |||
<img src="https://wiki.kul.pl/wl/images/5/58/BS_lhdb.jpg" alt="Bogumił Szady"> | |||
<strong>dr hab. Bogumił Szady, prof. KUL</strong> | |||
<p>kierownik Laboratorium Humanistycznych Danych Badawczych KUL</p> | |||
</a> | |||
<a class="tile" href="/lhdb/Przemysław_Grądzki"> | |||
<img src="https://wiki.kul.pl/wl/images/d/d3/PG_lhdb.jpg" alt="Przemysław Grądzki"> | |||
<strong>mgr Przemysław Grądzki</strong> | |||
<p>opracowanie informatyczne</p> | |||
</a> | |||
<a class="tile" href="https://wiki.kul.pl/wl/index.php/Andrzej_Wołoszkiewicz"> | |||
<img src="https://wiki.kul.pl/wl/images/0/08/AW_lhdb.jpg" alt="Andrzej Wołoszkiewicz"> | |||
<strong>mgr Andrzej Wołoszkiewicz</strong> | |||
<p>analityk danych</p> | |||
</a> | |||
<a class="tile" href="https://wiki.kul.pl/wl/index.php/Łukasz_Poznański"> | |||
<img src="https://wiki.kul.pl/wl/images/8/87/LP_lhdb.jpg" alt="Łukasz Poznański"> | |||
<strong>mgr Łukasz Poznański</strong> | |||
<p>analityk danych</p> | |||
</a> | |||
</div> | |||
</html> | |||
[[Category:Laboratorium Humanistycznych Danych Badawczych]] | [[Category:Laboratorium Humanistycznych Danych Badawczych]] |