Skip to content

Commit bca0023

Browse files
committed
slides: initial who-are-we.md
1 parent 6fa0bea commit bca0023

File tree

4 files changed

+37
-0
lines changed

4 files changed

+37
-0
lines changed

_presentation/pages/who-are-we.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<div flex items-center>
2+
<div grid grid-cols-2 p-2 gap-2>
3+
<div>
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>
8+
<strong><b>Stevan Vlajic</b></strong>
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>
13+
</div>
14+
</div>
15+
</div>
16+
</div>
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;">
21+
<h2>
22+
<strong><b>Jonas Fröller</b></strong>
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>
27+
</div>
28+
</div>
29+
</div>
30+
</div>
31+
</div>
32+
</div>

_presentation/public/froeller.png

19.3 KB
Loading

_presentation/public/vlajic.jpeg

14.4 KB
Loading

_presentation/slides.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ themeConfig:
100100
<span class="text-3xl">Project Progress Monitoring</span>
101101
</blockquote>
102102

103+
---
104+
src: ./pages/who-are-we.md
105+
hide: false
106+
---
107+
103108
---
104109
src: ./pages/intro.md
105110
hide: false

0 commit comments

Comments
 (0)