Skip to content

Commit dd3bb27

Browse files
committed
slides: improves who-are-we section
1 parent 156ee48 commit dd3bb27

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

_presentation/package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_presentation/pages/who-are-we.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
<div grid grid-cols-2 p-2 gap-2>
33
<div>
44
<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>
88
<strong><b>Stevan Vlajic</b></strong>
99
</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>
1313
</div>
1414
</div>
1515
</div>
1616
</div>
1717
<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>
2121
<h2>
2222
<strong><b>Jonas Fröller</b></strong>
2323
</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>
2727
</div>
2828
</div>
2929
</div>

_presentation/public/froeller.png

334 KB
Loading

0 commit comments

Comments
 (0)