Skip to content

Commit

Permalink
contact
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Mar 12, 2023
1 parent 8c5a214 commit 2a06506
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/academy/collab/art/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ cover: suzdal/suzdal.jpg

The idea of direct link between notes and colors open a whole universe of interdisciplinary research and art projects. Visualizing music and making pictures sound with Chromatone is a straightforward thing and adds value to the whole art experience.

We are open to any forms of art and science collaborations with individual artists, groups, businesses and institutions. Here are some examples. [Contact us](/contacts/) if you're interested.
We are open to any forms of art and science collaborations with individual artists, groups, businesses and institutions. Here are some examples. [Contact us](/contact/) if you're interested.
File renamed without changes.
File renamed without changes
2 changes: 1 addition & 1 deletion content/contacts/index.md → content/contact/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Contacts
title: Contact
description: The project and it's author
date: 2021-01-01
---
Expand Down
File renamed without changes.
File renamed without changes
2 changes: 1 addition & 1 deletion content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Chromatone is an ongoing research and experiment to induce a synchronised artifi

We're building a visual [music theory study](./theory/index.md), that may help beginners learn complex music concepts in color. [Interactive web-apps](./practice/index.md) expand the knowledge and grow deeper music awareness.

For those, who want to touch and feel the colorful notes we have a [Sticker shop](./shop/index.md). While those who are interested in further project development may consider [supporting](./support/index.md) [us](contacts/author/index.md) today.
For those, who want to touch and feel the colorful notes we have a [Sticker shop](./shop/index.md). While those who are interested in further project development may consider [supporting](./support/index.md) [us](contact/author/index.md) today.

2 changes: 1 addition & 1 deletion content/practice/experiments/amy/amy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
} from '@vueuse/core';
import { useClamp } from '@vueuse/math';
import { context } from 'tone';
import { onMounted, reactive, computed, ref, shallowReactive, watch, toRef } from 'vue';
import { onMounted, reactive, computed, watch } from 'vue';
//@ts-expect-error
import AMYCodes from '#/db/amy-codes.yaml'
import { midi } from '#/use/midi'
Expand Down
2 changes: 1 addition & 1 deletion content/shop/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Shop
description: Printed posters, memos and stickers for musical instruments and more
date: 2021-06-02
date: 2021-06-20
---

<script setup>
Expand Down
2 changes: 1 addition & 1 deletion content/support/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Support
description: Share links, contribute code or donate money to the open source development
date: 2021-05-30
date: 2021-05-10
---

<script setup>
Expand Down

0 comments on commit 2a06506

Please sign in to comment.