diff --git a/_layouts/pr.html b/_layouts/pr.html
new file mode 100644
index 0000000000000000000000000000000000000000..85b04f53791de019b3dc577c72e6042484d5607d
--- /dev/null
+++ b/_layouts/pr.html
@@ -0,0 +1,41 @@
+{%- include top.html -%}
+
+<body>
+
+    {%- include header.html -%}
+
+    <main>
+
+        {%- include title_image.html -%}
+
+        <div class="frontpage-jumbotron">
+            <section>
+                <h1>HIFIS Materials</h1>
+                <div class="flex-content-wrapper">
+
+                    <a href="https://hifis.net/" class="btn btn-light btn-lg btn-logo">
+                        <img src="{% link assets/img/third-party-logos/2017_Helmholtz_Logo_RGB_untereinander_EN.svg %}"
+                            alt="HIFIS Poster">
+                    </a>
+
+                    <a href="https://hifis.net/" class="btn btn-light btn-lg btn-logo">
+                        <img src="{% link assets/img/third-party-logos/2017_Helmholtz_Logo_RGB_untereinander_EN.svg %}"
+                            alt="HIFIS Video">
+                    </a>
+
+                    <a href="https://resonator-podcast.de/2021/res172-hifis/" class="btn btn-light btn-lg btn-logo">
+                        <img src="{% link assets/img/third-party-logos/2017_Helmholtz_Logo_RGB_untereinander_EN.svg %}"
+                            alt="HIFIS in Resonator Podcast">
+                    </a>
+                </div>
+
+
+            </section>
+        </div>
+    </main>
+
+    {%- include footer.html -%}
+
+</body>
+
+</html>
diff --git a/pr.md b/pr.md
new file mode 100644
index 0000000000000000000000000000000000000000..bcc0726feb2ebc6397842a416397404d7c55c299
--- /dev/null
+++ b/pr.md
@@ -0,0 +1,12 @@
+---
+title: HIFIS PR
+title_image: default
+layout: pr
+additional_css:
+    - frontpage.css
+    - title/service-title-buttons.css
+additional_js: frontpage.js
+excerpt:
+    HIFIS PR Materials.
+---
+