added pdf viewer
This commit is contained in:
+1
-4
@@ -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 <a class=\"text-link\" href=\"pdf_viewer.html#file=Seminararbeit.pdf\">Seminararbeit</a> mit <a class=\"text-link\" href=\"pdf_viewer.html#file=\">Vortrag</a>.",
|
||||
image: "images/seminararbeit.png",
|
||||
}
|
||||
]
|
||||
@@ -426,9 +426,6 @@ class ProjectSection extends HTMLElement {
|
||||
if (!p.id) return;
|
||||
|
||||
const tags = p.tags.map(t => `<span class="tag">${t}</span>`).join("");
|
||||
const demo = p.demo
|
||||
? `<a class="text-link ghost" href="${p.demo}" target="_blank">Live-Demo ↗</a>`
|
||||
: "";
|
||||
|
||||
const blocks = (p.blocks || []).map((b, i) => {
|
||||
const flip = i % 2 === 1 ? " flip" : "";
|
||||
|
||||
Reference in New Issue
Block a user