diff --git a/2019/Alexander_Roidl/index.html b/2019/Alexander_Roidl/index.html new file mode 100644 index 0000000..ebe7130 --- /dev/null +++ b/2019/Alexander_Roidl/index.html @@ -0,0 +1,5 @@ + +Alexander Roidl + + + diff --git a/2019/Angeliki_Diakrousi/empty.html b/2019/Angeliki_Diakrousi/index.html similarity index 64% rename from 2019/Angeliki_Diakrousi/empty.html rename to 2019/Angeliki_Diakrousi/index.html index 9678dfc..de6e68d 100644 --- a/2019/Angeliki_Diakrousi/empty.html +++ b/2019/Angeliki_Diakrousi/index.html @@ -11,6 +11,7 @@ - + + \ No newline at end of file diff --git a/2019/Zalan_Szakacs/index.html b/2019/Zalan_Szakacs/index.html new file mode 100644 index 0000000..fc69b1a --- /dev/null +++ b/2019/Zalan_Szakacs/index.html @@ -0,0 +1,2 @@ + +test tesT diff --git a/fonts/tenor.ttf b/fonts/tenor.ttf new file mode 100644 index 0000000..5b63bb9 Binary files /dev/null and b/fonts/tenor.ttf differ diff --git a/img/2018_grad_logo_inverted.png b/img/2018_grad_logo_inverted.png new file mode 100644 index 0000000..9173bd3 Binary files /dev/null and b/img/2018_grad_logo_inverted.png differ diff --git a/img/xpub-logo-2019.png b/img/xpub-logo-2019.png new file mode 100644 index 0000000..1381128 Binary files /dev/null and b/img/xpub-logo-2019.png differ diff --git a/index.html b/index.html index 8572335..06a4e57 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ XPUB Grad - + @@ -43,17 +43,17 @@

trailer.mp4X

- +
- +
- +
@@ -62,7 +62,7 @@
- +
@@ -142,15 +142,15 @@
- +
- +
- +
@@ -160,13 +160,13 @@
- +
- +
- +
@@ -258,11 +258,11 @@
- + - + @@ -326,7 +326,7 @@

Project Name

PDF // IMG

- +

Grad Show Title

2019

@@ -343,7 +343,7 @@

Angeliki Diakrousi

-

Project Name

+

Podcast Utterances

@@ -353,7 +353,7 @@

Alexander Roidl

-

Project Name

+

Poetic Software

@@ -363,14 +363,14 @@

Zalán Szakács

-

Project Name

+

Project Name

- +
-

Ex, XPUB

2018

+

Ex, XPUB

2018

Video trailer

@@ -412,4 +412,4 @@ - \ No newline at end of file + diff --git a/main.css b/main.css index faca849..9557a35 100644 --- a/main.css +++ b/main.css @@ -13,6 +13,11 @@ src: url(fonts/courierprime.ttf); } +@font-face { + font-family: tenor; + src: url(fonts/tenor.ttf); +} + * { box-sizing: border-box; } @@ -30,7 +35,7 @@ body{ bottom: 0; right: 0; z-index: -1; - background-color: #1a1a1a; + background-color: #2f2f2f; } /*header*/ @@ -46,7 +51,7 @@ header{ } header h1{ - font-family:courierprime; + font-family:tenor; font-size:9vw; float:left; width:60%; @@ -130,13 +135,13 @@ header h1{ #getback{ text-decoration:underline; - text-decoration-color:#99ff99; + text-decoration-color:#0f0; + z-index:100; } #getback:hover{ text-decoration: overline; - font-family:inconsolatabold; text-decoration-color:magenta; } @@ -181,7 +186,7 @@ header h1{ .upbar { height:5%; width:100%; - background-color:#99ff99; + background-color:#0f0; position:relative; } @@ -370,25 +375,19 @@ p.subcl3{ a{ color:white; - text-decoration-color:#99ff99; + text-decoration-color:#0f0; } .ext:hover { text-decoration: overline; - font-family:inconsolatabold; text-decoration-color:yellow; } .int:hover { text-decoration: overline; - font-family:inconsolatabold; text-decoration-color:magenta; } -#show:hover{ - font-family:courierprime; -} - .gradShow { font-weight:bold; @@ -733,7 +732,7 @@ header{ } header h1{ - font-size:7vw; + font-size:6vw; margin-bottom:13%; width:77%; float:none; @@ -785,14 +784,14 @@ header h1{ } #ihtp{ - width:80%; + width:70%; position:relative; top:0; left:0; -webkit-transform:none; -ms-transform:none; transform:none; - font-size:calc(9px + 0.6vw); + font-size:calc(9px + 0.5vw); line-height:125%; } @@ -877,7 +876,7 @@ p.subcl3{ } .row{ - border-bottom-width:7px; + border-bottom-width:5px; }