From f810eb44840921a02c7c21db59e72608ff37d277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20MARY?= <35305155+aurelienmary@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:03:12 +0200 Subject: [PATCH 1/4] Create my-awesome-space.ts --- .../space-config/main/my-awesome-space.ts | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 space-configs/main/space-config/main/my-awesome-space.ts diff --git a/space-configs/main/space-config/main/my-awesome-space.ts b/space-configs/main/space-config/main/my-awesome-space.ts new file mode 100644 index 00000000..ac16932a --- /dev/null +++ b/space-configs/main/space-config/main/my-awesome-space.ts @@ -0,0 +1,31 @@ +import { SpaceConfig } from "../types"; + +// UPDATE HERE ↓↓↓ +export default { + metadata: { + name: "My Awesome Space", // UPDATE HERE + description: + "This Space is dedicated to my new project. It's a great project, you should check it out!", // UPDATE HERE + image: "my_awesome_space_picture_400x400.png", // UPDATE HERE + socialLinks: [ + { + type: "link", + link: "https://www.my-awesome-website.io/", // UPDATE HERE + }, + // OTHER TYPE OF LINK YOU CAN USE + // { + // type: "twitter", + // link: "https://twitter.com/Sismo_eth", + // }, + // { + // type: "discord", + // link: "https://discord.com/invite/sismo", + // }, + // { + // type: "github", + // link: "https://github.com/sismo-core", + // }, + ], + }, + apps: [], +} as SpaceConfig; From 7cb6125055a2f52d9ea3bdbd3f8419143950124f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20MARY?= <35305155+aurelienmary@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:08:40 +0200 Subject: [PATCH 2/4] Add files via upload --- space-configs/images/Fichier 4.png | Bin 0 -> 1139 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 space-configs/images/Fichier 4.png diff --git a/space-configs/images/Fichier 4.png b/space-configs/images/Fichier 4.png new file mode 100644 index 0000000000000000000000000000000000000000..87ff5714740bc99f948ef88447a3b596054af627 GIT binary patch literal 1139 zcmV-(1dRKMP)N6M!G*xFc`hC(9Sz=K z7lLzvC#;l$(jo94_xRvU;0dd1RYK`#@H+)e@Q~oR{JKa&=@9t$TN^^c1A^n$-WW+J z9SweSeL(mSaNPP)h0@XBH-^Fqcw#|)G(qVQ_(1JC0!MN7dMjR$q7X`_cHsJ2JDONn z-wOco(Payoj4=>{{ueAx`WO_0qQJqP7(mbr*c|<@KY+l6-(g$_YXG1iir?5iTwD9k zukQ8F!;`k&HR0(a%HSAU*?)GG%lN{ul`g&{D&Pd#=llmX60}RiZ@V`da1DBTljDb6HcRenH$T{s4dnU*PMp<-M!}nai32 zRn({YILy#N;|%t6>f>~wgt8{Q%54ww`?cf;kLEDLMPuIU4%f*s+=|TQZkBrj!(Bax zZAwpZa1!@rpfQ|m5fhbN!$ z(vQ77-Njj5JkaDbUb}v~(VkP?#aX2&`K&kGVIYCO-Lg2M6*J{rYcS~GWT52pUe=pf zgKt&~Pr1MZHR3=i7h8Ehbp-xq(;{Jb>ZLY%SHT(wO1<2QKMZpPu1nyrH?qTLTxpXn zLJ27KDj5W?+t~sGfFE9z85BO_TDywIR{FXq)8n7kX1dy~`hcRV7=gdC|AWtTDS_fK zgC7Q3>)K_P-&guHY1B($XxD~J_QODH{i9Jk4D4FBQ2a1()~ykN6X?tQ;7}vXU1Ij_ z$B}>&=!-QA!a|L3m!H{pmB2OVDt4$5;kGuXp+f{tpwIK>b3=_t9|op1GQkP-S*|$L zh_ZiDN^?I61jkcc&9j_&(olaeSoJH-(_xClxIUi`{sJ9Cc7u1{y4e5#002ovPDHLk FV1l1hAZP#p literal 0 HcmV?d00001 From 65cc5d1719a78bc2f0a5f025b7622853f193199d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20MARY?= <35305155+aurelienmary@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:10:29 +0200 Subject: [PATCH 3/4] Delete space-configs/main/space-config/main directory --- .../space-config/main/my-awesome-space.ts | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 space-configs/main/space-config/main/my-awesome-space.ts diff --git a/space-configs/main/space-config/main/my-awesome-space.ts b/space-configs/main/space-config/main/my-awesome-space.ts deleted file mode 100644 index ac16932a..00000000 --- a/space-configs/main/space-config/main/my-awesome-space.ts +++ /dev/null @@ -1,31 +0,0 @@ -import { SpaceConfig } from "../types"; - -// UPDATE HERE ↓↓↓ -export default { - metadata: { - name: "My Awesome Space", // UPDATE HERE - description: - "This Space is dedicated to my new project. It's a great project, you should check it out!", // UPDATE HERE - image: "my_awesome_space_picture_400x400.png", // UPDATE HERE - socialLinks: [ - { - type: "link", - link: "https://www.my-awesome-website.io/", // UPDATE HERE - }, - // OTHER TYPE OF LINK YOU CAN USE - // { - // type: "twitter", - // link: "https://twitter.com/Sismo_eth", - // }, - // { - // type: "discord", - // link: "https://discord.com/invite/sismo", - // }, - // { - // type: "github", - // link: "https://github.com/sismo-core", - // }, - ], - }, - apps: [], -} as SpaceConfig; From 639263e05f9d0e625037d5a6474d1ee5738c706a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20MARY?= <35305155+aurelienmary@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:12:21 +0200 Subject: [PATCH 4/4] Create my-awesome-space.ts --- space-configs/main/my-awesome-space.ts | 31 ++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 space-configs/main/my-awesome-space.ts diff --git a/space-configs/main/my-awesome-space.ts b/space-configs/main/my-awesome-space.ts new file mode 100644 index 00000000..be3b2346 --- /dev/null +++ b/space-configs/main/my-awesome-space.ts @@ -0,0 +1,31 @@ +import { SpaceConfig } from "../types"; + +// UPDATE HERE ↓↓↓ +export default { + metadata: { + name: "My Awesome Space", // UPDATE HERE + description: + "This Space is dedicated to my new project. It's a great project, you should check it out!", // UPDATE HERE + image: "Fichier 4.png", // UPDATE HERE + socialLinks: [ + { + type: "link", + link: "https://www.my-awesome-website.io/", // UPDATE HERE + }, + // OTHER TYPE OF LINK YOU CAN USE + // { + // type: "twitter", + // link: "https://twitter.com/Sismo_eth", + // }, + // { + // type: "discord", + // link: "https://discord.com/invite/sismo", + // }, + // { + // type: "github", + // link: "https://github.com/sismo-core", + // }, + ], + }, + apps: [], +} as SpaceConfig;