From 1dad6c9bdc156c818688e1f2a1090e1e8484a3ea Mon Sep 17 00:00:00 2001 From: "chia-lin.lin" Date: Wed, 1 Nov 2023 01:19:22 +0100 Subject: [PATCH 1/4] Remove init.txt --- static/img/labimotion/init.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 static/img/labimotion/init.txt diff --git a/static/img/labimotion/init.txt b/static/img/labimotion/init.txt deleted file mode 100644 index 8b137891..00000000 --- a/static/img/labimotion/init.txt +++ /dev/null @@ -1 +0,0 @@ - From 049c18515d358401a5482cbb2a6035174eb1022d Mon Sep 17 00:00:00 2001 From: "chia-lin.lin" Date: Wed, 1 Nov 2023 01:21:05 +0100 Subject: [PATCH 2/4] Add files via upload --- src/css/custom.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/css/custom.css b/src/css/custom.css index 9918c50e..a12b6ad1 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -151,3 +151,26 @@ main{ /*.footer__col:nth-of-type(1) a.footer__link-item:nth-of-type(1){*/ /* color: lightgrey;*/ /*}*/ + +.subTitle { + color: rgba(136,153,168,1.00); + font-weight: normal; + margin-bottom: 10px; +} + +.figCaption { + color: rgba(136,153,168,1.00); + font-weight: normal; + font-size: small; + text-align: center; + margin-top: unset !important; +} + +iframe.fit-container { + width: 100%; + height: 600px; +} + +.reader-badge { + margin-bottom: 10px; +} From 891bf9a98d401c4f7fe2555b59f49a6e702393d5 Mon Sep 17 00:00:00 2001 From: "chia-lin.lin" Date: Wed, 1 Nov 2023 01:24:49 +0100 Subject: [PATCH 3/4] Add files via upload --- docs/labimotion/_contact-us.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/labimotion/_contact-us.mdx diff --git a/docs/labimotion/_contact-us.mdx b/docs/labimotion/_contact-us.mdx new file mode 100644 index 00000000..c0cb6361 --- /dev/null +++ b/docs/labimotion/_contact-us.mdx @@ -0,0 +1,13 @@ + +:::info Contact Us + +**Get Assistance and Share Feature Requests** + +Should you encounter any challenges on your website, please do not hesitate to [get in touch with us](mailto:chemotion-labimotion@lists.kit.edu). We stand ready to assist you in resolving these issues effectively. + +**Feature Requests** + +For innovative feature requests, we encourage you to create a post on our [Discussion](https://github.com/LabIMotion/labimotion/discussions) board. This method provides our core team with a more accurate gauge of the features in high demand, which is superior to GitHub issues, as the latter can be more challenging to prioritize. + +We kindly request that you refrain from submitting Pull Requests for new features, especially substantial ones, as there may already be ongoing work or such features may be part of our future plans. Your first step should be to initiate a conversation with us! +::: From 0ba9dc4a3e83711c05a8c0604cc40a1dbc8268cc Mon Sep 17 00:00:00 2001 From: "chia-lin.lin" Date: Wed, 1 Nov 2023 01:25:08 +0100 Subject: [PATCH 4/4] Add files via upload --- docs/labimotion/layout.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/labimotion/layout.js diff --git a/docs/labimotion/layout.js b/docs/labimotion/layout.js new file mode 100644 index 00000000..5f67b6c5 --- /dev/null +++ b/docs/labimotion/layout.js @@ -0,0 +1,6 @@ +import React from 'react'; + +export const SubTitle = ({ text }) => (

{text}

); +export const FigCaption = ({ text }) => (

{text}

); +export const YouTubeFrame = ({ src, title }) => (