diff --git a/index.html b/index.html index 97da864..85baf80 100644 --- a/index.html +++ b/index.html @@ -365,7 +365,7 @@ const PROJECTS = [ { label: "", heading: "Seminararbeit", - text: "Das Projekt entstand im Rahmen einer begleitenden Seminararbeit. Sowohl die Ausarbeitung als auch die Präsentation sind im GitHub-Repository enthalten und beschreiben die Architektur und Funktionsweise des Modells im Detail.", + text: "Das Projekt entstand im Rahmen einer begleitenden Seminararbeit mit Vortrag.", image: "images/seminararbeit.png", } ] @@ -426,9 +426,6 @@ class ProjectSection extends HTMLElement { if (!p.id) return; const tags = p.tags.map(t => `${t}`).join(""); - const demo = p.demo - ? `Live-Demo ↗` - : ""; const blocks = (p.blocks || []).map((b, i) => { const flip = i % 2 === 1 ? " flip" : ""; diff --git a/pdf_viewer.html b/pdf_viewer.html new file mode 100644 index 0000000..d80b85c --- /dev/null +++ b/pdf_viewer.html @@ -0,0 +1,315 @@ + + + + + + Marvins Portfolio + + + + + + + +

PDF Viewer

+ + + + + + + \ No newline at end of file diff --git a/pdfs/Seminararbeit.pdf b/pdfs/Seminararbeit.pdf new file mode 100644 index 0000000..e915a23 Binary files /dev/null and b/pdfs/Seminararbeit.pdf differ diff --git a/pdfs/Seminararbeit_Vortrag.pdf b/pdfs/Seminararbeit_Vortrag.pdf new file mode 100644 index 0000000..7abc1d9 Binary files /dev/null and b/pdfs/Seminararbeit_Vortrag.pdf differ