diff --git a/app/static/css/partials/_about.scss b/app/static/css/partials/_about.scss index b962ce5..6ecf7a4 100755 --- a/app/static/css/partials/_about.scss +++ b/app/static/css/partials/_about.scss @@ -31,7 +31,7 @@ } } -.col--about { +.col--about, .col--bios { @media screen and (min-width: 800px) { width: 50%; @@ -39,6 +39,13 @@ } } +.col--bios { + .about-phantasma-block { + width: 100%; + margin-top: var(--spacing); + } +} + .about-phantasma-block { @media screen and (min-width: 800px) { @@ -53,12 +60,12 @@ } .about-bios { - max-width: 670px; + //max-width: 670px; padding: var(--spacing-2) 0; } .accordion-title { - border-bottom: 2px solid rgba(255, 255, 255, 0.2); + //border-bottom: 2px solid rgba(255, 255, 255, 0.2); margin: var(--spacing-2) 0; padding: 0 0 calc(var(--spacing) / 2) 0; display: flex; diff --git a/app/templates/about.html b/app/templates/about.html index 1d8a745..b64cb23 100755 --- a/app/templates/about.html +++ b/app/templates/about.html @@ -78,58 +78,121 @@ 呈現此計畫的網路平台之發想與概念來自 pad.ma,該平台提倡以另類的方式,讓數位介面的藝術體驗更具有連結性也更民主。

--> -
- +
+
-

Annotation Collaborators

-

影片評論共筆: - - Yang Yu-Chiao is a researcher on oral literature, narratology and folktale poetics, and is also a narrator of Taiwanese folktales in the oral tradition. Yu-Chiao also created several performances drawing from storytelling, poetry, writing actions, and experimental sounds with artists working with different media including digital, film, and classical music since 2017. Yu-Chiao has published several works including a series of tales that demonstrate characters in oracle bone script.

-

楊雨樵,喜歡散步,喜歡樹的屍骨。專職為口頭傳統民間譚的言說藝術表演者與獨立撰稿人,並從事口傳文學、戲劇與電影的敘事學、故事詩學與比較故事學研究。除開設「世界民間譚」展演式講座外,2017 年開始以言說藝術表演者身份,和聲音、影像領域的藝術家合作,發展如《聲熔質變——Anamorphosis & Anatexis》的實驗性系列演出至今。出版過數本以甲骨文為對象的文學創作,其他文章散見於紙本刊物與網路平台。

-

Chen Wan-Yin is an art critic and a writer. She is currently a Ph.D. researcher on media aesthetics and East Asian contemporary art at Vrije Universiteit Amsterdam. She previously worked as an editor of Artist Magazine (Taipei) from 2014 to 2017 and since 2015, she has also been working as a scriptwriter with video artist Hsu Che-Yu.

-

陳琬尹,現為阿姆斯特丹自由大學藝術史與文化學系博士生,研究關注東亞現當代藝術史與媒介美學,曾任多年藝術雜誌編輯。

-
-

Acknowledgements:

-

Nobuo Takamori, Zinnia Ambapardiwala, Karen Menezes, Sanjay Bhangar, Ho Yu-Kuan, Ye Renyu and Liao Chia-Cheng.

-

致謝:高森信男、Zinnia Ambapardiwala、Karen Menezes、Sanjay Bhangar、侯昱寬、葉人瑜與廖嘉誠

-

Project "Phantas.ma/polis" is organized by National Taiwan Museum of Fine Arts, supervised by the Ministry of Culture, and is co-organized by the Cultural Taiwan Foundation and in partnership with SEA Plateau.

-

本計畫由國立臺灣美術館策劃,文化部指導、財團法人文化臺灣基金會支持、SEA plateaus協力。

+
+

Project "Phantas.ma/polis" is organized by National Taiwan Museum of Fine Arts, supervised by the Ministry of Culture, and is co-organized by the Cultural Taiwan Foundation and in partnership with SEA Plateau.

+ +

本計畫由國立臺灣美術館策劃,文化部指導、財團法人文化臺灣基金會支持、SEA plateaus協力。

+ {% endblock %} \ No newline at end of file