diff --git a/mrmcd2018/(Footage)/Hanoded - Food Truck Signage Regular.otf b/mrmcd2018/(Footage)/Hanoded - Food Truck Signage Regular.otf
new file mode 100644
index 0000000..b3e8dd9
Binary files /dev/null and b/mrmcd2018/(Footage)/Hanoded - Food Truck Signage Regular.otf differ
diff --git a/mrmcd2018/(Footage)/MRMCD18_Kamera_pattern.svg b/mrmcd2018/(Footage)/MRMCD18_Kamera_pattern.svg
new file mode 100644
index 0000000..95de773
--- /dev/null
+++ b/mrmcd2018/(Footage)/MRMCD18_Kamera_pattern.svg
@@ -0,0 +1,359 @@
+
+
+
+
diff --git a/mrmcd2018/(Footage)/MRMCD18_Logo.svg b/mrmcd2018/(Footage)/MRMCD18_Logo.svg
new file mode 100644
index 0000000..bb0ff2f
--- /dev/null
+++ b/mrmcd2018/(Footage)/MRMCD18_Logo.svg
@@ -0,0 +1,158 @@
+
+
+
+
diff --git a/mrmcd2018/(Footage)/MRMCD18_Logo_Kamera.svg b/mrmcd2018/(Footage)/MRMCD18_Logo_Kamera.svg
new file mode 100644
index 0000000..9475211
--- /dev/null
+++ b/mrmcd2018/(Footage)/MRMCD18_Logo_Kamera.svg
@@ -0,0 +1,27 @@
+
+
+
+
diff --git a/mrmcd2018/(Footage)/MRMCD18_Logo_Kamera_links.svg b/mrmcd2018/(Footage)/MRMCD18_Logo_Kamera_links.svg
new file mode 100644
index 0000000..84d8050
--- /dev/null
+++ b/mrmcd2018/(Footage)/MRMCD18_Logo_Kamera_links.svg
@@ -0,0 +1,28 @@
+
+
+
+
diff --git a/mrmcd2018/(Footage)/MRMCD18_Logo_Kamera_unten.svg b/mrmcd2018/(Footage)/MRMCD18_Logo_Kamera_unten.svg
new file mode 100644
index 0000000..58aa694
--- /dev/null
+++ b/mrmcd2018/(Footage)/MRMCD18_Logo_Kamera_unten.svg
@@ -0,0 +1,27 @@
+
+
+
+
diff --git a/mrmcd2018/(Footage)/MRMCD18_Logo_lang.psd b/mrmcd2018/(Footage)/MRMCD18_Logo_lang.psd
new file mode 100644
index 0000000..12fb7cc
Binary files /dev/null and b/mrmcd2018/(Footage)/MRMCD18_Logo_lang.psd differ
diff --git a/mrmcd2018/(Footage)/MRMCD18_Logo_lang.svg b/mrmcd2018/(Footage)/MRMCD18_Logo_lang.svg
new file mode 100644
index 0000000..a85090e
--- /dev/null
+++ b/mrmcd2018/(Footage)/MRMCD18_Logo_lang.svg
@@ -0,0 +1,149 @@
+
+
+
+
diff --git a/mrmcd2018/intro.aep b/mrmcd2018/intro.aep
new file mode 100644
index 0000000..6cfe340
Binary files /dev/null and b/mrmcd2018/intro.aep differ
diff --git a/mrmcd2018/intro.jsx b/mrmcd2018/intro.jsx
new file mode 100644
index 0000000..a47b61e
--- /dev/null
+++ b/mrmcd2018/intro.jsx
@@ -0,0 +1,18 @@
+var comp = app.project.item(2);
+
+var layer_title = comp.layer('intro_title');
+var textProp_title = layer_title.property("Source Text");
+var textDocument_title = textProp_title.value;
+
+var layer_persons = comp.layer('intro_personnames');
+var textProp_persons = layer_persons.property("Source Text");
+var textDocument_persons = textProp_persons.value;
+
+textDocument_title.text = "$title";
+textProp_title.setValue(textDocument_title);
+
+textDocument_persons.text = "$personnames";
+textProp_persons.setValue(textDocument_persons);
+
+app.project.save();
+app.quit();
diff --git a/mrmcd2018/intro.scpt b/mrmcd2018/intro.scpt
new file mode 100644
index 0000000..edfa435
Binary files /dev/null and b/mrmcd2018/intro.scpt differ