|
2 | 2 | <div grid grid-cols-2 p-2 gap-2> |
3 | 3 | <div> |
4 | 4 | <div class="flex flex-col" rounded-md> |
5 | | - <img src="/vlajic.jpeg" style="height: 250px; width: 250px; object-fit: cover;" alt="Stevan Vlajic" /> |
6 | | - <div py-1 px-2 style="background-color: #0D3269;"> |
7 | | - <h2> |
| 5 | + <img src="/vlajic.jpeg" rounded-t-md style="height: 250px; width: 250px; object-fit: cover;" alt="Stevan Vlajic" /> |
| 6 | + <div py-2 px-3 style="background-color: #0D3269;" rounded-b-md rounded-tr-md> |
| 7 | + <h2 mb-1> |
8 | 8 | <strong><b>Stevan Vlajic</b></strong> |
9 | 9 | </h2> |
10 | | - <div text-sm> |
11 | | - <strong>Aufgaben: </strong>Frontend, Backend, Datenbank, Mobile App<br> |
12 | | - <strong>Technologien: </strong>TS, HTML, CSS, Node, PHP, Blade, Laravel, Livewire, AlpineJS, PostgreSQL, Redis, Swift<br> |
| 10 | + <div text-sm flex flex-col gap-1> |
| 11 | + <span><strong>Aufgaben: </strong>Frontend, Backend, Datenbank, Mobile App</span> |
| 12 | + <span><strong>Technologien: </strong>TS, HTML, CSS, Node, PHP, Blade, Laravel, Livewire, AlpineJS, PostgreSQL, Redis, Swift</span> |
13 | 13 | </div> |
14 | 14 | </div> |
15 | 15 | </div> |
16 | 16 | </div> |
17 | 17 | <div> |
18 | | - <div class="flex flex-col" rounded-md> |
19 | | - <img src="/froeller.png" style="height: 250px; width: 250px; object-fit: cover;" alt="Jonas Fröller" /> |
20 | | - <div py-1 px-2 style="background-color: #0D3269;"> |
| 18 | + <div class="flex flex-col"> |
| 19 | + <img src="/froeller.png" rounded-t-md style="height: 250px; width: 250px; object-fit: cover; object-position: 50% 25%;" alt="Jonas Fröller" /> |
| 20 | + <div py-2 px-3 style="background-color: #0D3269;" rounded-b-md rounded-tr-md> |
21 | 21 | <h2> |
22 | 22 | <strong><b>Jonas Fröller</b></strong> |
23 | 23 | </h2> |
24 | | - <div text-sm> |
25 | | - <strong>Aufgaben: </strong>REST Microservice, Documentation, Corporate Identity, DevOps, Frontend, Backend, Datenbank, Mobile App (Chat Server)<br> |
26 | | - <strong>Technologien: </strong>TS, HTML, CSS, Node, Bun, Deno, Elysia, Hono, MDX, Astro, Starlight, PHP, Blade, Laravel, Livewire, AlpineJS, PostgreSQL, Redis, Swift<br> |
| 24 | + <div text-sm flex flex-col gap-1> |
| 25 | + <span><strong>Aufgaben: </strong>REST Microservice, Documentation, Corporate Identity, DevOps, Frontend, Backend, Datenbank, Mobile App (Chat Server)</span> |
| 26 | + <span><strong>Technologien: </strong>TS, HTML, CSS, Node, Bun, Deno, Elysia, Hono, MDX, Astro, Starlight, PHP, Blade, Laravel, Livewire, AlpineJS, PostgreSQL, Redis, Swift</span> |
27 | 27 | </div> |
28 | 28 | </div> |
29 | 29 | </div> |
|
0 commit comments