From d03c1d5f1275e62eb5de48bc881c1f63d9cc45d1 Mon Sep 17 00:00:00 2001 From: Castro0o Date: Tue, 26 Mar 2019 15:21:01 +0100 Subject: [PATCH] 2018 grad project links+names; 2019 names(place holders); directories for 2019 projects --- 2019/Alexander_Roidl/empty.html | 16 +++ 2019/Alice_Strete/empty.html | 16 +++ 2019/Angeliki_Diakrousi/empty.html | 16 +++ 2019/Joca_van_der_Horst/empty.html | 16 +++ 2019/Natasha_Berting/empty.html | 16 +++ 2019/Zalan_Szakacs/empty.html | 16 +++ index.html | 153 ++++++++++++----------------- main.css | 12 ++- 8 files changed, 171 insertions(+), 90 deletions(-) create mode 100644 2019/Alexander_Roidl/empty.html create mode 100644 2019/Alice_Strete/empty.html create mode 100644 2019/Angeliki_Diakrousi/empty.html create mode 100644 2019/Joca_van_der_Horst/empty.html create mode 100644 2019/Natasha_Berting/empty.html create mode 100644 2019/Zalan_Szakacs/empty.html diff --git a/2019/Alexander_Roidl/empty.html b/2019/Alexander_Roidl/empty.html new file mode 100644 index 0000000..9678dfc --- /dev/null +++ b/2019/Alexander_Roidl/empty.html @@ -0,0 +1,16 @@ + + + + + + + XPUB + + + + + + + + + \ No newline at end of file diff --git a/2019/Alice_Strete/empty.html b/2019/Alice_Strete/empty.html new file mode 100644 index 0000000..9678dfc --- /dev/null +++ b/2019/Alice_Strete/empty.html @@ -0,0 +1,16 @@ + + + + + + + XPUB + + + + + + + + + \ No newline at end of file diff --git a/2019/Angeliki_Diakrousi/empty.html b/2019/Angeliki_Diakrousi/empty.html new file mode 100644 index 0000000..9678dfc --- /dev/null +++ b/2019/Angeliki_Diakrousi/empty.html @@ -0,0 +1,16 @@ + + + + + + + XPUB + + + + + + + + + \ No newline at end of file diff --git a/2019/Joca_van_der_Horst/empty.html b/2019/Joca_van_der_Horst/empty.html new file mode 100644 index 0000000..9678dfc --- /dev/null +++ b/2019/Joca_van_der_Horst/empty.html @@ -0,0 +1,16 @@ + + + + + + + XPUB + + + + + + + + + \ No newline at end of file diff --git a/2019/Natasha_Berting/empty.html b/2019/Natasha_Berting/empty.html new file mode 100644 index 0000000..9678dfc --- /dev/null +++ b/2019/Natasha_Berting/empty.html @@ -0,0 +1,16 @@ + + + + + + + XPUB + + + + + + + + + \ No newline at end of file diff --git a/2019/Zalan_Szakacs/empty.html b/2019/Zalan_Szakacs/empty.html new file mode 100644 index 0000000..9678dfc --- /dev/null +++ b/2019/Zalan_Szakacs/empty.html @@ -0,0 +1,16 @@ + + + + + + + XPUB + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 2c5f341..8572335 100644 --- a/index.html +++ b/index.html @@ -164,11 +164,15 @@
- +
-
- +
+
@@ -327,108 +331,79 @@

Grad Show Title

2019

-
-
-

Student Name

-

Project Name

-

See attachments

-
- -
-

Student Name

-

Project Name

-

See attachments

-
-
-

Student Name

-

Project Name

-

See attachments

-
-
-

Student Name

-

Project Name

-

See attachments

-
-
-

Student Name

-

Project Name

-

See attachments

-
-
-

Student Name

-

Project Name

-

See attachments

-
-
-

Student Name

-

Project Name

-

See attachments

-
-
-

Student Name

-

Project Name

-

See attachments

-
+

+

+

+
+
+
+

Natasha Berting

+

Project Name

+

+
+
+

Angeliki Diakrousi

+

Project Name

+

+
+ +
+

Alexander Roidl

+

Project Name

+

+
+
+

Alice Strete

+

Project Name

+

+
+
+

Zalán Szakács

+

Project Name

+

+
+
-

Grad Show Title

2018

+

Ex, XPUB

2018

-
-

Student Name

-

Project Name

-

PDF // IMG

-
-
-

Student Name

-

Project Name

-

PDF // IMG

-
-
-

Student Name

-

Project Name

-

PDF // IMG

-
-
-

Student Name

-

Project Name

-

PDF // IMG

+
+

Karina Dukalska

+

Back It Up

+

PDF

-

Student Name

-

Project Name

-

PDF // IMG

+

Franc González

+

Referendum Medialogs

+

PDF

-

Student Name

-

Project Name

-

PDF // IMG

+

Max Franklin

+

Anomolous faces

+

PDF

-

Student Name

-

Project Name

-

PDF // IMG

+

Nadine Rotem Stibbe

+

Unpublishing

+

PDF

-

Student Name

-

Project Name

-

PDF // IMG

+

Pleun Gremmen

+

Alt Reality Lexicon

+

PDF

-

Student Name

-

Project Name

-

PDF // IMG

+

Giulia de Giovanelli

+

Unlearning the Rules of Collectivity

+

PDF

diff --git a/main.css b/main.css index 2456969..faca849 100644 --- a/main.css +++ b/main.css @@ -262,6 +262,13 @@ header h1{ width: 100%; } +.video-container{ + overflow:hidden; + padding-top: 0%; + position: relative; +} + + [id*="att-video"] > .wrap{ background:rgba(0,0,0,0); @@ -897,4 +904,7 @@ p.subcl3{ height:7%; } -} \ No newline at end of file +} + +/* hiding years */ +div#year2020 { display:none; } \ No newline at end of file