WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 3 files changed +64
-0
lines changed
Expand file tree Collapse file tree 3 files changed +64
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,11 @@ src: ./slides/technical-docs.md
9090transition: slide-left
9191---
9292
93+ ---
94+ src: ./slides/jonas.md
95+ transition: slide-left
96+ ---
97+
9398---
9499src: ./slides/features.md
95100transition: slide-left
@@ -105,6 +110,11 @@ src: ./slides/schema.md
105110transition: slide-left
106111---
107112
113+ ---
114+ src: ./slides/stevan.md
115+ transition: slide-left
116+ ---
117+
108118---
109119src: ./slides/challenges.md
110120transition: slide-up
Original file line number Diff line number Diff line change 1+ ---
2+ layout : center
3+ class : text-center
4+ ---
5+
6+ <style >
7+ .profile-img {
8+ width : 200px ;
9+ height : 200px ;
10+ border-radius : 50% ;
11+ object-fit : cover ;
12+ object-position : center 22% ;
13+ margin : 0 auto 1rem ;
14+ }
15+ </style >
16+
17+ <div class =" grid grid-cols gap-8 mt-8 " >
18+ <div class =" text-center " >
19+ <img src="https://raw.githubusercontent.com/propromo-software/propromo.docs/refs/heads/main/_presentation/public/froeller.png" class="profile-img" />
20+ <h2>Jonas Fröller</h2>
21+ <p>
22+ Web-Interface, Backend, Datenbank,<br>
23+ Web-Scraping- und Tuning für NeptunAI,<br>
24+ REST API Dokumentation
25+ </p>
26+ </div >
27+ </div >
Original file line number Diff line number Diff line change 1+ ---
2+ layout : center
3+ class : text-center
4+ ---
5+
6+ <style >
7+ .profile-img {
8+ width : 200px ;
9+ height : 200px ;
10+ border-radius : 50% ;
11+ object-fit : cover ;
12+ object-position : center 22% ;
13+ margin : 0 auto 1rem ;
14+ }
15+ </style >
16+
17+ <div class =" grid grid-cols gap-8 mt-8 " >
18+ <div class =" text-center " >
19+ <img src="https://raw.githubusercontent.com/propromo-software/propromo.docs/refs/heads/main/_presentation/public/vlajic.jpeg" class="profile-img" />
20+ <h2>Stevan Vlajic</h2>
21+ <p>
22+ CLI-Tool-Entwicklung,<br>
23+ Web-Scraping- und Tuning für NeptunAI,<br>
24+ CLI Dokumentation
25+ </p>
26+ </div >
27+ </div >
You can’t perform that action at this time.
0 commit comments