Logo
  • Home
  • About
  • Blog
Logo

© Studio Apothicaire 2022

FacebookInstagramTiktok
Blog

Blog

‣

SA Blog

Post Series

No access

Visual storytelling 1: ‘Evening breeze,’ photo-shoot with our mother Chung-Ying Chou 周瓊瑩Visual storytelling 1: ‘Evening breeze
Visual storytelling 1: ‘Evening breeze,’ photo-shoot with our mother Chung-Ying Chou 周瓊瑩
Field recording: Punta Cometa, MazunteField recording: Punta Cometa, Mazunte
Field recording: Punta Cometa, Mazunte
‣
CSS
‣
Pages
EssaysEssaysCategoriesCategoriesCategory IndexCategory IndexPosts indexPosts
‣
Sync Blocks - originals
‣
Post Series

Footer:

← Back to SA Blog

‣
Posts

Footer:

← Back to SA Blog

About the Author:

image

Fili 周 Gibbons (we/them/us) are a musician, multimedia creator, and recording engineer working across a range of community and professional contexts to support plural voices, expressions, and sonic experiences. As well as leading community workshops they frequently work with other artists and creators, drawing on listening, memory and intuition as guiding forces in collaborative making practices. Their work interfaces with plural cultural histories and experiences, intangible arts traditions, and community-centred sound practice.

‣
Leave us a blog post suggestion!

If there is a topic of interest that you would like us to write about on our blog, we’d love to hear your suggestions. We’ll write about sound practices, audio production, and creative work with technology, but we’re open to other ideas as well.

You’re welcome to send us suggestions by email: studio.apothicaire@gmail.com

Or with the form below:

Ask an engineer:

✏️
Leave a blog post request →

Sign-up for our newsletter:

...for studio resources, news, articles and creative inspiration. We'll send it very infrequently (no more than once a month).

:root {
    --color-bg-default: #F3F4F4 !important;
    --color-text-default: black !important;
		--color-bg-gray: #edf0f2 !important;
		--color-bg-yellow: #FFF9A6 !important;
		--color-text-red: #e64e43 !important;
  }

/* Tweet Embeds */
  
.static-tweet-body-blockquote {
  background: #FFF9 !important;
	border: solid 2px #edf3ff !important;
}

/* Callouts */

.notion-callout__content {
  margin-inline: -20px !important;
}

/* Linked Page */

.notion-page.notion-link {
  padding-right: 25px !important;
}

/* Font size: you can also use body {  ... */
  
html {
  font-size: 16px;
}

/* Date property */

.date {
  padding: 8px !important;
}

/* Headers */

h1.notion-heading {
  font-size: 30px;
}

h2.notion-heading {
  font-size: 28px;
}

h3.notion-heading {
  font-size: 24px;
}

/* Quote Block */

.notion-quote {
  text-align: center;
  border-left: none;
  font-size: 28px;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Gallery */

.notion-collection__header {
display: none !important;
}

.notion-collection-gallery {
  border-top: none !important;
}

.notion-collection-card {
  background-color: #FFF9 !important;
	border: solid 2px #edf3ff !important;
}

.notion-collection-board {
  column-gap: inherit !important;
}

/* Tags */

.notion-pill {
	background-color: #dfe3fa !important;
}

/* Plain Links */

.notion-semantic-string .link{
	color: dark-gray !important;
	border-bottom: none !important;
}

/* Hide Toggle: find block ID after # in block url */

#block-insert block ID here .notion-toggle__summary {
  display: none !important;
}