From eb0ae4045c21434f5d2edcc7c693170fc4978c3e Mon Sep 17 00:00:00 2001 From: John Doe Date: Tue, 4 Aug 2020 17:05:05 +0300 Subject: [PATCH 1/2] Add Global CTO Forum logo --- .idea/.gitignore | 8 +++ .idea/misc.xml | 6 ++ .idea/modules.xml | 8 +++ .idea/reasonml.github.io.iml | 8 +++ .idea/vcs.xml | 6 ++ website/siteConfig.js | 5 ++ website/static/img/logos/global-cto-forum.svg | 56 +++++++++++++++++++ 7 files changed, 97 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/reasonml.github.io.iml create mode 100644 .idea/vcs.xml create mode 100644 website/static/img/logos/global-cto-forum.svg diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000000..73f69e0958 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000000..28a804d893 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000000..5fe788a8d4 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/reasonml.github.io.iml b/.idea/reasonml.github.io.iml new file mode 100644 index 0000000000..c956989b29 --- /dev/null +++ b/.idea/reasonml.github.io.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000000..94a25f7f4c --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/website/siteConfig.js b/website/siteConfig.js index 5c7751fbc9..8bca763bc5 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -249,6 +249,11 @@ const users = [ image: "img/logos/radity-logo-ds.svg", infoLink: "https://radity.com/" }, + { + caption: "Global CTO Forum", + image: "img/logos/global-cto-forum.svg", + infoLink: "https://global-cto-forum.org/" + }, { caption: "codecentric", image: "img/logos/codecentric.svg", diff --git a/website/static/img/logos/global-cto-forum.svg b/website/static/img/logos/global-cto-forum.svg new file mode 100644 index 0000000000..da9f2e20e7 --- /dev/null +++ b/website/static/img/logos/global-cto-forum.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + From f4548edefbdd2060f56eee96741ef0a32a14a228 Mon Sep 17 00:00:00 2001 From: tolunay akbulut Date: Tue, 18 Aug 2020 14:30:46 +0300 Subject: [PATCH 2/2] removed .idea folder --- .idea/.gitignore | 8 -------- .idea/misc.xml | 6 ------ .idea/modules.xml | 8 -------- .idea/reasonml.github.io.iml | 8 -------- .idea/vcs.xml | 6 ------ 5 files changed, 36 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/reasonml.github.io.iml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 73f69e0958..0000000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 28a804d893..0000000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 5fe788a8d4..0000000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/reasonml.github.io.iml b/.idea/reasonml.github.io.iml deleted file mode 100644 index c956989b29..0000000000 --- a/.idea/reasonml.github.io.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7f4c..0000000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file