mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-03 23:36:21 +02:00
7 lines
334 B
Plaintext
7 lines
334 B
Plaintext
<li>
|
|
<a href="{{ href }}" target="_blank">
|
|
<div class="flex text-left items-center py-5 pl-5 my-3 w-full bg-gray-300 text-gray-600 rounded-lg font-bold hover:bg-gray-700 hover:text-gray-400 transition duration-300 ease-in-out">
|
|
<img src="{{ img }}" alt="Logo" class="w-16 pr-4">{{ title }}
|
|
</div>
|
|
</a>
|
|
</li> |