This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. | |
首先,非常誠摯的感謝大家對「嶼民在地」設計的支持和愛護。只是很遺憾,也對抱所期望的支持者感到抱歉,「嶼民在地」沒有拿到設計獎。 | |
但無論如何對我來說,「嶼民在地」就是設計獎啦(工沙毀我自己生出來的阿)!不論是厚度、深度或是遠觀性。因為「嶼民在地」的設計手法和內容背後,有足夠的前置研究、使用者/執法人員習慣參考和不可或缺的紮實故事性。而在更深處,是對歷史脈絡的認識與了解,以及對於是非對錯和公平正義的省思。部分文案甚至留有伏筆跟彩蛋。綜合這些必要條件才得以創作出「嶼民在地」。她能夠傳達很多內涵、理念和識別。她是一個被賦予強大靈魂的作品,而不單純只是討論表象視覺跟排版的個人身分確認工具。 | |
2. | |
恭喜設計獎—魯少綸和創意獎—蘇意茹兩位得獎者。 | |
其實我自己很喜歡「形 | SHAPE」的文字排版,很成熟俐落。一開始我在瀏覽所有作品時,我是被他使用的人物大頭照跟內政部黑色暗標吸引到,所以點進去看。但官網已經將他換成政府範本照,有些部分的設計也有微調過,所以跟大家現在看到的作品有些不同。這部分用意我就不清楚了。不過老實說以傳達設計師的角度來看,他的文字排版確實是個人最喜歡的作品之一。沒有該領域經驗跟專業是排不出來的。當然如果可讀性之後有調整,再加上晶片放置,那可能就另當別論。另外他是極簡留白路線的設計,而「嶼民在地」有自己的溫度、熱情和靈魂的成分。視覺上就很明顯兩者之間的風格差別。所以風格這部分就真的是評審的主觀去評斷了。像我個人就比較喜歡 #201 Cowei Liu 的「海洋・島嶼・家」的底線紋,她比較符合我視覺中的前衛。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Your init script | |
# | |
# Atom will evaluate this file each time a new window is opened. It is run | |
# after packages are loaded/activated and after the previous editor state | |
# has been restored. | |
# | |
# An example hack to log to the console when each text editor is saved. | |
# | |
# atom.workspace.observeTextEditors (editor) -> | |
# editor.onDidSave -> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.3.12) | |
// Compass (v1.0.0.alpha.21) | |
// ---- | |
@font-face { | |
font-family: 'Chinese'; | |
unicode-range: U+4E00-9FFF; | |
src: local(Noto Sans T Chinese), local(Lantinghei TC), local('微軟正黑體'); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.btn { | |
} | |
.btn--large { | |
} | |
<a class="btn btn--large"> // for ie6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.3.10) | |
// Compass (v1.0.0.alpha.20) | |
// ---- | |
.test { | |
color: invert(#13ba8f); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="💩">Shit</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="#">Text</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="#"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.page | |
%header | |
%h1 Site Title | |
%ul.nav | |
%li | |
%a(href="#") link | |
%li link | |
%li link | |
.content | |
%h2 Sub Title |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.page | |
- 8.times do | |
.column column |
NewerOlder