diff --git a/README.md b/README.md index 66875a7..4879204 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ The documentation is based on the Docusaurus classic theme with a number of cust All contributors are welcome to help on the Orchestrator documentation. -To get started, read the [Contributing section](https://docs.vahera.com/orchestrator/contributing/ways-to-contribute) of the online documentation. +To get started, read the [Contributing section](https://docs.cratercrash.com/orchestrator/contributing/ways-to-contribute) of the online documentation. There you will find all the information needed to add, improve, and update this documentation. ## 📝 License -All the contents of this repository is licensed under the Creative Commons Attribution 3.0 Unported license ([CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)) and is to be attributed to "Vahera Studios, LLC, and its contributors". +All the contents of this repository is licensed under the Creative Commons Attribution 3.0 Unported license ([CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)) and is to be attributed to "Crater Crash Studios, LLC, and its contributors". See the [LICENSE](/LICENSE) for more details. ## 👏 Contributors diff --git a/docs/about/complying-with-licenses.md b/docs/about/complying-with-licenses.md index 4a86ef5..a8edc3a 100644 --- a/docs/about/complying-with-licenses.md +++ b/docs/about/complying-with-licenses.md @@ -26,7 +26,7 @@ For derived works that include Orchestrator, but do not modify or change its sou ```text This game uses Orchestrator, which is available under the following license: - Copyright (c) 2023-present Vahera Studios, LLC and it's contributors. + Copyright (c) 2023-present Crater Crash Studios, LLC and it's contributors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/docs/about/faq.md b/docs/about/faq.md index c25d1a0..6ee753d 100644 --- a/docs/about/faq.md +++ b/docs/about/faq.md @@ -10,7 +10,7 @@ sidebar_position: 4 Orchestrator is licensed under the Apache License, Version 2.0. * **What license is Orchestrator logo and marketing images under?**
-The Orchestrator logo and marketing images, including this website, are Copyright © 2023 Vahera Studios. All Rights Reserved. +The Orchestrator logo and marketing images, including this website, are Copyright © 2023 Crater Crash Studios. All Rights Reserved. * **Do you offer support for this plugin?**
Yes, we are committed to providing support for our plugin, simply leave your questions on our discord. @@ -22,7 +22,7 @@ You can find the source code on our GitHub repository. * **Are you affiliated with Godot or the Godot Engine?**
- No, Vahera Studios is not affiliated with Godot or the Godot Engine. + No, Crater Crash Studios is not affiliated with Godot or the Godot Engine. * **Does Orchestrator support Godot 4.2 and above?**
Yes, Orchestrator supports Godot 4.2 and above. It does not work with any version of Godot prior to 4.2. diff --git a/docs/about/index.md b/docs/about/index.md index 97f279e..f37ebcc 100644 --- a/docs/about/index.md +++ b/docs/about/index.md @@ -11,14 +11,14 @@ Orchestrator's documentation is available in various languages and versions. Expand the language or version selector in the top navigation panel to see the possible values. ::: -Welcome to the official documentation of Orchestrator, the ultimate Visual Scripting solution specific designed for Godot platform. +Welcome to the official documentation of Orchestrator, the ultimate Visual Scripting solution specific designed for Godot platform. If you are new to this documentation, we recommend that you read the [introduction page](./introduction.md) to get an overview of what this documentation has to offer. The table of contents in the sidebar should let you easily access the documentation for your topic of interest. ## Get involved -Orchestrator is an open source project developed by Vahera Studios, LLC in collaboration with a community of volunteers. +Orchestrator is an open source project developed by Crater Crash Studios, LLC in collaboration with a community of volunteers. The documentation team can always use feedback and help to improve tutorials, class reference guides, and more. If you don't understand something, or cannot find what you are looking for in the docs, help us make the documentation better by letting us know! diff --git a/docs/about/introduction.md b/docs/about/introduction.md index 930226b..7d24c67 100644 --- a/docs/about/introduction.md +++ b/docs/about/introduction.md @@ -15,7 +15,7 @@ The [Tutorials and resources](../community/tutorials-and-resources) page has a l If you prefer video to text, consider checking them out. Otherwise, [Getting Started](../getting-started/introduction) is a great starting point. -In case you have trouble with one of the tutorials or your project, you can always find help through the Vahera Studios Discord community, our Forums, or the Godot Discord. +In case you have trouble with one of the tutorials or your project, you can always find help through the Crater Crash Studios Discord community, our Forums, or the Godot Discord. ## About Orchestrator @@ -59,7 +59,7 @@ We are always looking for more help. You can also contribute by opening GitHub issues or translating the documentation into your own language. If you are interested in helping, see [Ways to contribute](../contributing/ways-to-contribute) and [Writing documentation](../contributing/writing-documentation), or get in touch with the team on Discord. -All documentation content is licensed under the permissive Creative Commons Attribution 3.0 (CC BY 3.0) license, with attribution to *"Vahera Studios, LLC and the community"* unless otherwise noted. +All documentation content is licensed under the permissive Creative Commons Attribution 3.0 (CC BY 3.0) license, with attribution to *"Crater Crash Studios, LLC and the community"* unless otherwise noted. ***Have fun reading and making games with Orchestrator!*** diff --git a/docs/community/tutorials-and-resources.md b/docs/community/tutorials-and-resources.md index e2ce61d..3548440 100644 --- a/docs/community/tutorials-and-resources.md +++ b/docs/community/tutorials-and-resources.md @@ -1,7 +1,7 @@ # Tutorials and resources -This page maintains a list of various tutorials and resources created by Vahera Studios and community contributors. +This page maintains a list of various tutorials and resources created by Crater Crash Studios and community contributors. If you believe something is missing here, submit a Pull Request. diff --git a/docs/contributing/contribution-workflow.md b/docs/contributing/contribution-workflow.md index 1da97f4..02230ba 100644 --- a/docs/contributing/contribution-workflow.md +++ b/docs/contributing/contribution-workflow.md @@ -57,7 +57,7 @@ git remote add upstream https://github.com/Vahera/godot-orchestrator.git git fetch upstream ``` -The above creates a reference named `upstream` to the original `godot-orchestrator` repository maintained by Vahera. +The above creates a reference named `upstream` to the original `godot-orchestrator` repository maintained by Crater Crash Studios. This reference will be helpful because you want to keep your local repository up-to-date with new commits added to the original repository. You will also have another reference to `origin`, which points to your _fork_ repository on GitHub. diff --git a/docs/contributing/development/code-style-guidelines.md b/docs/contributing/development/code-style-guidelines.md index 2c4b3ad..8a55ba0 100644 --- a/docs/contributing/development/code-style-guidelines.md +++ b/docs/contributing/development/code-style-guidelines.md @@ -44,7 +44,7 @@ The block of Orchestrator includes should then be followed by an empty line for ```text title="Example Header" // This file is part of the Godot Orchestrator project. // -// Copyright (c) 2023-present Vahera Studios LLC and its contributors. +// Copyright (c) 2023-present Crater Crash Studios LLC and its contributors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -66,7 +66,7 @@ The block of Orchestrator includes should then be followed by an empty line for ```text title="Example Implementation (cpp)" // This file is part of the Godot Orchestrator project. // -// Copyright (c) 2023-present Vahera Studios LLC and its contributors. +// Copyright (c) 2023-present Crater Crash Studios LLC and its contributors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/docs/contributing/ways-to-contribute.md b/docs/contributing/ways-to-contribute.md index 414cecc..fd2f924 100644 --- a/docs/contributing/ways-to-contribute.md +++ b/docs/contributing/ways-to-contribute.md @@ -27,7 +27,7 @@ The following sections will cover some of these direct ways to contribute. - **Donate**.
Orchestrator is a plug-in that is defined completely free of charge, and in the spare time of willing contributors. Donations help cover certain operating costs for hosting our websites, content, and more. -If you want to donate to the project, check our website for details. +If you want to donate to the project, check our website for details. ## Contributing code diff --git a/docs/getting-started/introduction/introduction-to-orchestrator.md b/docs/getting-started/introduction/introduction-to-orchestrator.md index f5b0a2c..66deb43 100644 --- a/docs/getting-started/introduction/introduction-to-orchestrator.md +++ b/docs/getting-started/introduction/introduction-to-orchestrator.md @@ -25,7 +25,7 @@ You can read more in the a { + font-family: 'Poppins'; + color: #e6c643; + text-decoration: none; +} + +.footer .copyright { + font-family: 'Space Mono'; + color: #e6c643; + font-size: 13px; + align-self: center; + padding-top: 5px; + padding-bottom: 5px; + background-color: rgba(0, 0, 0, 0.65); + font-weight: 700; +} + +.footer .copyright .symbol { + font-family: 'Poppins'; +} + +.footer .trademark { + font-family: 'Poppins'; + color: #cccccc; + font-size: 12px; + align-self: center; + background-color: rgba(0, 0, 0, .65); + font-weight: 400; + margin-top: 3px; + margin-bottom: 5px; +} + +.footer .affiliation { + font-family: 'Poppins'; + color: #cccccc; + font-size: 12px; + align-self: center; + background-color: rgba(0, 0, 0, .65); + font-weight: 400; + margin-top: 3px; + margin-bottom: 5px; +} + +.footer .socials { + display: flex; + column-gap: 25px; + padding-bottom: 25px; + align-content: flex-end; + align-items: flex-start; + flex-wrap: nowrap; + align-self: center; + flex-direction: row; + text-align: left; + margin-top: 10px; + margin-bottom: 20px; +} + +.footer .socials > a { + display: flex; + flex-wrap: wrap; + text-align: center; + text-decoration: none; + flex-direction: column; + align-items: center; + justify-content: center; +} + +.footer .socials > a > img { + width: 25px; + border-style: none; + max-width: 100%; +} + +/** END CCS FOOTER **/ + .vs-footer { font-family: "Figtree", sans-serif; padding-top: 3em; diff --git a/src/theme/Footer/Layout/index.js b/src/theme/Footer/Layout/index.js index 22b1317..f3ad12f 100644 --- a/src/theme/Footer/Layout/index.js +++ b/src/theme/Footer/Layout/index.js @@ -6,27 +6,22 @@ export default function FooterLayout({style, links, logo, copyright}) { className={clsx('footer', { 'footer--dark': style === 'dark', })}> -
-
- -
+
+
- About - Support - Legal -
-
© 2022-2024 Vahera Studios, LLC. All Rights Reserved. -
-
All trademarks referenced herein are the properties of - their respective owners. -
-
Vahera Studios is not affiliated with Godot Engine. + Terms| + Privacy| + Cookie| + Legal
-
- Terms - Privacy - Cookie Policy +
Copyright © 2024 Crater Crash Studios, LLC. All Rights Reserved.
+
All trademarks referenced herein are the properties of their respective owners.
+
Crater Crash Studios, LLC is not affiliated with Godot Engine.
+
+ + + +
diff --git a/static/img/favicon.png b/static/img/favicon.png index 94d4ebe..e169711 100644 Binary files a/static/img/favicon.png and b/static/img/favicon.png differ