From 6c9d14fbf8f344bd6f2baf6ac45062b64423f8fc Mon Sep 17 00:00:00 2001 From: lidia_p Date: Mon, 6 May 2019 23:15:45 +0200 Subject: [PATCH] still missing: about giulia; nadine's work --- alt-reality-lexicon.html | 72 ++++++++++ anomolous-faces.html | 68 ++++++++++ back-it-up.html | 68 ++++++++++ pages.css | 155 ++++++++++++++++++++++ referendum-medialogs.html | 68 ++++++++++ unlearning-the-rules-of-collectivity.html | 69 ++++++++++ unpublishing.html | 69 ++++++++++ 7 files changed, 569 insertions(+) create mode 100644 alt-reality-lexicon.html create mode 100644 anomolous-faces.html create mode 100644 back-it-up.html create mode 100644 pages.css create mode 100644 referendum-medialogs.html create mode 100644 unlearning-the-rules-of-collectivity.html create mode 100644 unpublishing.html diff --git a/alt-reality-lexicon.html b/alt-reality-lexicon.html new file mode 100644 index 0000000..89319aa --- /dev/null +++ b/alt-reality-lexicon.html @@ -0,0 +1,72 @@ + + + + + + + Alt Reality Lexicon + + + + + + +
+
+

Alt Reality Lexicon >>

+ + +
+
+
+
+

Publication

+ + + + + + + +
+
+

Work

+ + + +
+
+

Graduation Show

+ + + + + + +
+
+
+ + + \ No newline at end of file diff --git a/anomolous-faces.html b/anomolous-faces.html new file mode 100644 index 0000000..3d23765 --- /dev/null +++ b/anomolous-faces.html @@ -0,0 +1,68 @@ + + + + + + + Anomolous Faces + + + + + + +
+
+

Anomolous Faces >>

+ + +
+
+
+
+

Publication

+ + + + + +
+
+

Work

+ +
+
+

Graduation Show

+ + + + + +
+
+
+ + + \ No newline at end of file diff --git a/back-it-up.html b/back-it-up.html new file mode 100644 index 0000000..a36e17d --- /dev/null +++ b/back-it-up.html @@ -0,0 +1,68 @@ + + + + + + + Back It Up + + + + + + +
+
+

Back It Up >>

+ + +
+
+
+
+

Publication

+ + + + + + +
+
+

Work

+ +
+
+

Graduation Show

+ + + + + +
+
+
+ + + \ No newline at end of file diff --git a/pages.css b/pages.css new file mode 100644 index 0000000..4ecff19 --- /dev/null +++ b/pages.css @@ -0,0 +1,155 @@ +@import url("main.css"); + +body{ + color:black; +} + +#wrapper { + background-color:white; +} + +/*header*/ + + +#project-title { + font-size:calc(17px + 1.5vw); + line-height:135%; + margin-bottom:1%; +} + +#student-name { + margin-bottom:0; + font-weight:normal; + font-size:calc(10px + 0.6vw); +} + +#hleft-text{ + overflow-y:auto; + overflow-x:hidden; + padding-right:1%; + box-sizing:border-box; + cursor:default; + +} + +#ihtp{ + + margin-top:3%; + width:80%; + color:black; +} + +#about-student{ + width:95%; + color:#2f2f2f; + font-size:calc(8px + 0.5vw); + line-height: 130%; + font-style:italic; +} + +hr{ + width:50%; + color:#0f0; +} + +a#show{ + color:black; +} +/*section*/ + +section#main{ + overflow:auto; + +} + +#galleries{ + padding-top:3%; +} + +.gal-title{ + font-size:calc(12px + 0.7vw); +} + +#publist { + line-height:155%; +} + +#publication a{ + color:black; +} + +#publication a:hover{ + text-decoration-color:#f3ca1b; +} + +.workimg{ + max-width: 47%; + height: auto; + padding: 0.5% 0.5% 0.5% 0; +} + +@media all and (min-width: 600px) and (max-width: 720px){ + + #about-student{ + font-size:calc(8px + 1.7vh); + line-height:130%; +} + +} + +@media all and (min-width: 720px) and (max-width: 992px){ + + +/*header*/ + +#about-student{ + font-size:calc(10px + 1.7vh); + line-height:130%; +} +} + +@media all and (max-width: 600px){ + + +/*header*/ + +#about-student{ + font-size:calc(7px + 1.5vh); + line-height:130%; +} +} + +@media all and (min-width: 922px){ + +section#main{ + width:74%; + left:27%; +} + +#galleries{ + padding-left:1%; +} + +} + +@media all and (max-width: 992px){ + +#links{ + width:30%; + padding-right:5%; + white-space:normal; +} + +#student-name{ + text-align:right; + line-height:125%; +} + +#ihtp, #about-student{ + color:white; +} + +#getback { + padding-bottom:5%; +} +} \ No newline at end of file diff --git a/referendum-medialogs.html b/referendum-medialogs.html new file mode 100644 index 0000000..46129d5 --- /dev/null +++ b/referendum-medialogs.html @@ -0,0 +1,68 @@ + + + + + + + Referendum Medialogs + + + + + + +
+
+

Referendum Medialogs >>

+ + +
+
+
+
+

Publication

+ + + + + +
+
+

Work

+ + + +
+
+

Graduation Show

+ + + + +
+
+
+ + + \ No newline at end of file diff --git a/unlearning-the-rules-of-collectivity.html b/unlearning-the-rules-of-collectivity.html new file mode 100644 index 0000000..1f28b58 --- /dev/null +++ b/unlearning-the-rules-of-collectivity.html @@ -0,0 +1,69 @@ + + + + + + + Unlearning the Rules of Collectivity + + + + + + +
+
+

Unlearning the Rules of Collectivity >>

+ + +
+
+
+
+

Publication

+ + + + + +
+
+

Work

+ + + + + +
+
+

Graduation Show

+ + + +
+
+
+ + + \ No newline at end of file diff --git a/unpublishing.html b/unpublishing.html new file mode 100644 index 0000000..0556480 --- /dev/null +++ b/unpublishing.html @@ -0,0 +1,69 @@ + + + + + + + Unlearning the Rules of Collectivity + + + + + + +
+
+

Unpublishing >>

+ + +
+
+
+
+

Publication

+ + + + + +
+
+

Work

+ + + + + +
+
+

Graduation Show

+ + + +
+
+
+ + + \ No newline at end of file