Menu

Login
 

Dimensional Morphology Exhibition: Empati Etika Aset Abad 21

PBO18164_DMEXHB_ROOM-1_1200x797

PBO18164_DMEXHB_ROOM-3_1200x797

An exhibition about organizational concepts and community movements that work on the values of humanity, dignity and wealth in the 21st century.

PBO18159_OPDMEX-10_1200x800

PBO18159_OPDMEX-21_1200x800

PBO18164_DMEXHB_ROOM-8

PBO18164_DMEXHB_DETAILS-4_1200x797

The articles presented are syllabus, research, mindset, and the work of practitioners from {Dimensional Morphology} – a visual laboratory arranged in a modular and systematic manner for the generation of the digital age in welcoming the swift currents of cultural transitions that occur in our daily lives.

PBO18164_DMEXHB_ROOM-14_1200x800

PBO18164_DMEXHB_VISITORS-4_1200x800

PBO18159_OPDMEX-35_1200x800

PBO18159_OPDMEX-29_1200x800

The aim is to give a public discourse about the mindset that uses heuristic methods in decision making, problem-solving, and visual communication.

PBO18164_DMEXHB_ROOM-11_1200x797

PBO18164_DMEXHB_VISITORS-20_1200x800

Curator: Asikin Hasan and Melissa Sunjaya
Date: 20 October to 3 November 2018
Tuesday to Sunday, 11.00 am to 8.00 pm
Location: Gallery, Komunitas Salihara

PBO18164_DMEXHB_ROOM-47_1200x800

PBO18164_DMEXHB_ROOM-30_1200x800

PBO18164_DMEXHB_ROOM-46_1200x800

PBO18164_DMEXHB_VISITORS-18_1200x797


Twitter: @mytulisan
Instagram: @dimensionalmorphology
Facebook Fan Page: Tulisan
Youtube Channel: Tulisan Jakarta


Photography by Bima Chris

 

Tulisan Chronicles Team

Komentar

Buat Akun Ingat, komentar perlu disetujui sebelum dipublikasikan.

Artikel Terkait

Bahasa

Bahasa

Negara/Wilayah

Negara/Wilayah

``` ## 2. The Final Alignment Fix (The Absolute Last Resort) The fact that the $15px$ padding is ignored means your theme is likely using a zero-out style on the input's universal selector. Please insert this single, highly aggressive line of CSS into your **Global Custom CSS Area** (Theme Settings $\rightarrow$ Custom CSS) **after** restoring `theme.liquid`. This targets the input's visual start point directly, ignoring all padding rules: ```css /* FINAL ATTEMPT: Fix horizontal text alignment by overriding the left visual placement */ #comments input, #comments textarea, #comments label { text-indent: 15px !important; }