diff --git a/docs/src/components/HomepageFeatures/index.js b/docs/src/components/HomepageFeatures/index.js index 66eb606..10f65e0 100644 --- a/docs/src/components/HomepageFeatures/index.js +++ b/docs/src/components/HomepageFeatures/index.js @@ -1,43 +1,53 @@ -import clsx from 'clsx'; -import Heading from '@theme/Heading'; -import styles from './styles.module.css'; +import clsx from "clsx"; +import Heading from "@theme/Heading"; +import styles from "./styles.module.css"; const FeatureList = [ { - title: 'Easy to Use', - Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default, + title: "Open Source", + Svg: require("@site/static/img/certificate-svgrepo-com.svg").default, description: ( <> - Docusaurus was designed from the ground up to be easily installed and - used to get your website up and running quickly. + TestPlat is free and open source. The application can be self-hosted. It + can be deployed in environments with strict security requirements. ), }, { - title: 'Focus on What Matters', - Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default, + title: "Organize Test Cases", + Svg: require("@site/static/img/chemical-svgrepo-com.svg").default, description: ( <> - Docusaurus lets you focus on your docs, and we'll do the chores. Go - ahead and move your docs into the docs directory. + Test cases can be organized by projects and folders. Modern UI framework + makes them fast. ), }, { - title: 'Powered by React', - Svg: require('@site/static/img/undraw_docusaurus_react.svg').default, + title: "Usability", + Svg: require("@site/static/img/statistics-svgrepo-com.svg").default, description: ( <> - Extend or customize your website layout by reusing React. Docusaurus can - be extended while reusing the same header and footer. + The defined test cases can be used over and over again in test runs. The + status of test runs and projects can be viewed graphically. + + ), + }, + { + title: "Universal", + Svg: require("@site/static/img/question-and-answer-svgrepo-com.svg").default, + description: ( + <> + Multi language support and dark theme allow anyone to use the system + without any inconvenience. ), }, ]; -function Feature({Svg, title, description}) { +function Feature({ Svg, title, description }) { return ( -
+
diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index 323e43b..2f4e580 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -6,7 +6,7 @@ /* You can override the default Infima variables here. */ :root { - --ifm-color-primary: #2e8555; + --ifm-color-primary: #228e9d; --ifm-color-primary-dark: #29784c; --ifm-color-primary-darker: #277148; --ifm-color-primary-darkest: #205d3b; @@ -19,7 +19,7 @@ /* For readability concerns, you should choose a lighter palette in dark mode. */ [data-theme='dark'] { - --ifm-color-primary: #25c2a0; + --ifm-color-primary: #fce3c3; --ifm-color-primary-dark: #21af90; --ifm-color-primary-darker: #1fa588; --ifm-color-primary-darkest: #1a8870; diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 9657837..e4047a1 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -1,40 +1,29 @@ -import clsx from 'clsx'; -import Link from '@docusaurus/Link'; -import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; -import Layout from '@theme/Layout'; -import HomepageFeatures from '@site/src/components/HomepageFeatures'; +import clsx from "clsx"; +import useDocusaurusContext from "@docusaurus/useDocusaurusContext"; +import Layout from "@theme/Layout"; +import HomepageFeatures from "@site/src/components/HomepageFeatures"; -import Heading from '@theme/Heading'; -import styles from './index.module.css'; - -function HomepageHeader() { - const {siteConfig} = useDocusaurusContext(); - return ( -
-
- - {siteConfig.title} - -

{siteConfig.tagline}

-
- - Get started - -
-
-
- ); -} +import Heading from "@theme/Heading"; +import styles from "./index.module.css"; export default function Home() { - const {siteConfig} = useDocusaurusContext(); + const { siteConfig } = useDocusaurusContext(); return ( - + description="Description will go into a meta tag in " + > +
+
+ + TestPlat + +

+ Open Source Test Case Management Web Application +

+ Integrate and manage all your software testing. +
+
diff --git a/docs/src/pages/index.module.css b/docs/src/pages/index.module.css index 5f423a9..2745085 100644 --- a/docs/src/pages/index.module.css +++ b/docs/src/pages/index.module.css @@ -5,7 +5,6 @@ .heroBanner { padding: 4rem 0; - text-align: center; position: relative; overflow: hidden; } @@ -13,6 +12,7 @@ @media screen and (max-width: 996px) { .heroBanner { padding: 2rem; + text-align: center; } } diff --git a/docs/static/img/certificate-svgrepo-com.svg b/docs/static/img/certificate-svgrepo-com.svg new file mode 100644 index 0000000..0a5f13c --- /dev/null +++ b/docs/static/img/certificate-svgrepo-com.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/docs/static/img/chemical-svgrepo-com.svg b/docs/static/img/chemical-svgrepo-com.svg new file mode 100644 index 0000000..1007305 --- /dev/null +++ b/docs/static/img/chemical-svgrepo-com.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/docs/static/img/docusaurus-social-card.jpg b/docs/static/img/docusaurus-social-card.jpg deleted file mode 100644 index ffcb448..0000000 Binary files a/docs/static/img/docusaurus-social-card.jpg and /dev/null differ diff --git a/docs/static/img/question-and-answer-svgrepo-com.svg b/docs/static/img/question-and-answer-svgrepo-com.svg new file mode 100644 index 0000000..b7156b6 --- /dev/null +++ b/docs/static/img/question-and-answer-svgrepo-com.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/docs/static/img/statistics-svgrepo-com.svg b/docs/static/img/statistics-svgrepo-com.svg new file mode 100644 index 0000000..42fb86d --- /dev/null +++ b/docs/static/img/statistics-svgrepo-com.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/docs/static/img/undraw_docusaurus_mountain.svg b/docs/static/img/undraw_docusaurus_mountain.svg deleted file mode 100644 index f013fac..0000000 --- a/docs/static/img/undraw_docusaurus_mountain.svg +++ /dev/null @@ -1,171 +0,0 @@ - - Easy to Use - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/static/img/undraw_docusaurus_react.svg b/docs/static/img/undraw_docusaurus_react.svg deleted file mode 100644 index f1b0375..0000000 --- a/docs/static/img/undraw_docusaurus_react.svg +++ /dev/null @@ -1,170 +0,0 @@ - - Powered by React - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/static/img/undraw_docusaurus_tree.svg b/docs/static/img/undraw_docusaurus_tree.svg deleted file mode 100644 index 2983475..0000000 --- a/docs/static/img/undraw_docusaurus_tree.svg +++ /dev/null @@ -1,40 +0,0 @@ - - Focus on What Matters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -