Menu

Log in
 

Collective Support

jou_20160831_kt-26_1200x800

Melissa explained that her inspiration behind the story of the collection Fall/Winter 16/17 came from an astrophysicist, Jocelyn Bell Burnell, who discover ‘pulsar’ frequency in 1967.

jou_20160831_kt-121_1200x800

Art movie and art photography were made in the building was built in 1710 as the city hall of Batavia.

jou_20160831_kt-183_1200x800

Melissa collaborates with Davit Fitrik, a choreographer and a professional dancer to brought together ‘Tari Pulsar’ in this collection.

jou_20160831_kt-152_1200x800

Due to the fact that this field was new to Melissa, she started to learning contemporary dance regularly at the beginning of 2016.

jou_20160831_kt-134_1200x800

Once the artist has found inspiration, as a team, we continue to develop the concept to production. How will they look like? What is the story behind their character? How will she interact with other characters? What acts will she perform? We discuss it all during brainstorming sessions.

jou_20160831_kt-17_1200x800

A costume is a crucial part of the character’s visual look and makes a major difference on the impression she will give.

jou_20160831_kt-42_1200x800

Makeup complements one character’s and completes the visual look. Specific character traits can be expressed through makeup too.

jou_20160831_kt-186_1200x800

Our team understands what Melissa needs to make this process easy and runs smoothly. All things are well prepared, it is not from professionals but our team can make the necessary things become possible and be the perfect result.

A gasp from the crowd, energy use, making us not feel tired and proud of the results achieved.


Instagram: @mytulisan
Facebook: Tulisan
Twitter: @mytulisan
Youtube Channel: Tulisan Jakarta

Illustrated by Melissa Sunjaya
Photography by Krishni Swandayani
Text by Zharfani Padmasedhana

Tulisan Chronicles Team

Comments

Create account Please note, comments need to be approved before they are published.

Related articles

Language

Language

Country/region

Country/region

``` ## 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; }