diff options
Diffstat (limited to '')
-rw-r--r-- | docusaurus/docs/index.mdx | 95 |
1 files changed, 43 insertions, 52 deletions
diff --git a/docusaurus/docs/index.mdx b/docusaurus/docs/index.mdx index 487c0b8..c6c6673 100644 --- a/docusaurus/docs/index.mdx +++ b/docusaurus/docs/index.mdx @@ -1,97 +1,90 @@ --- -slug: / title: Home page +hide_title: true +slug: / --- -# <br /> Free Wolfram Alpha Step-by-Step Solutions - -Get free access to **step-by-step** solutions. Unlock the power of **Wolfram|Alpha Pro** for free. Wolfree is **free** and **open-source** software. Thousands of learners use Wolfree to bypass paywalls. +<!-- SPDX-License-Identifier: AGPL-3.0-or-later --> import FormCTA from "../src/components/FormCTA.tsx"; -import FormQuickStart from "../src/components/FormQuickStart.tsx"; +import submitMathInputForm from "../src/functions/submitMathInputForm.ts"; +import InputMathProblems from "../src/components/InputMathProblems.tsx"; +import SubmitButton from "../src/components/SubmitButton.tsx"; import ButtonLink from "../src/components/ButtonLink.tsx"; -<FormCTA autoFocus={true} /> +# Free Wolfram Alpha step-by-step solutions + +Get free access to **step-by-step** solutions. Unlock the power of **Wolfram|Alpha Pro** for free. Wolfree is **free** and **open-source** software. Thousands of learners use Wolfree to bypass paywalls. + +<FormCTA autoFocus={true} submitText="Show Steps" /> + +## How to get Wolfram Alpha step-by-step solutions for free + +<form onSubmit={submitMathInputForm}> -<br /> -<br /> +1. Type your math problem in the text box. -## How To Use Wolfree + <InputMathProblems autoFocus={false} defaultValue="y'=y" /> -<FormQuickStart /> +2. Click the "Show Steps" button. -<br /> -<br /> + <SubmitButton text="Show Steps" /> -## Mirror Sites +3. Explore the step-by-step solution provided. 🎉 -Wolfree operates through a network of mirror sites to ensure uninterrupted access to step-by-step solutions. If you can't access this web page, visit one of our [mirror sites](/mirror) to continue your learning journey. +</form> -<p> - <ButtonLink to="./mirror" text="Access Mirror Sites" /> -</p> +## Mirror sites -<br /> -<br /> +If you can't access this web page, visit one of the [mirror sites](/mirror) to continue your learning journey. Wolfree operates through a network of mirror sites to ensure uninterrupted access to step-by-step solutions. -## Source Code +<ButtonLink to="./mirror" text="Access mirror sites" /> -Wolfree is **free** and **open-source** software. Our inclusive community welcomes individuals from diverse backgrounds to collaborate on our [source code](/source). Let's foster diversity, equity, and inclusion on the Internet. ❤️ +## Source code -<p> - <ButtonLink to="./source" text="Explore Source Code" /> -</p> +Wolfree is **free** and **open-source** software built on transparency and openness, welcoming individuals from diverse backgrounds to collaborate on [source code](/source). Let's foster diversity, equity, and inclusion on the Internet. ❤️ -<br /> -<br /> +<ButtonLink to="./source" text="Explore source code" /> -## How Wolfree Works +## How Wolfree works Here's a simplified breakdown of how Wolfree works: 1. Programmers distribute the Dockerfile on Fediverse, including platforms compatible with ForgeFed, like Forgejo and Gitea. -2. Website operators install and run Docker. -3. Docker automatically downloads the Dockerfile from Fediverse and builds a Docker image. +2. Website operators install and run Docker Engine. +3. Docker Engine automatically downloads the Dockerfile from Fediverse and builds a Docker image. 4. Web hosting service providers deploy Wolfree mirror sites. 5. Internet service providers allow your web browser to connect to Wolfree mirror sites. -6. You gain **free** access to the computational capabilities of **Wolfram|Alpha Pro**. 🎉 +6. You gain access to the computational capabilities of **Wolfram|Alpha Pro**. 🎉 Wolfree leverages a [shadow library](https://en.wikipedia.org/wiki/Shadow_library) that shares **step-by-step** solutions, ensuring you have free access to the learning resources you need. -<br /> -<br /> - -## Testimonials - -Here's what our community has to say about Wolfree: +## Trusted by thousands of learners > "Wolfree has been a transformative addition to my academic journey. The **step-by-step** solutions powered by **Wolfram|Alpha Pro** have profoundly enriched my understanding of complex math concepts. Thanks to Wolfree, my grades have seen remarkable improvement. I now approach math confidently." - Olivia (they/them), Student. -> "As a math teacher, I wholeheartedly endorse Wolfree for my students. The **step-by-step** solutions promote genuine comprehension of math concepts. By incorporating the computational capabilities of **Wolfram|Alpha Pro** into my classroom, Wolfree has significantly elevated my students' learning experiences." - Mx. Smith (they/them), Educator. - -<br /> -<br /> +> "As a math teacher, I wholeheartedly endorse Wolfree for my students. The **step-by-step** solutions promote genuine comprehension of math concepts. By incorporating the computational capabilities of **Wolfram|Alpha Pro** into my classroom, Wolfree has measurably enhanced my students' learning outcomes." - Mx. Smith, Educator. -## What You'll Get with Wolfree +## What you'll get with Wolfree -By using Wolfree, you'll get **free** access to the full potential of **Wolfram|Alpha Pro**, including: +By using Wolfree, you'll get **free** access to the full power of **Wolfram|Alpha Pro**, including: -- Get answers and hints for your math homework problems. -- Use **step-by-step** calculators for chemistry, calculus, algebra, trigonometry, and equation solving. -- Develop a deeper understanding of your homework with detailed steps and hints guiding you from problems to answers. +- **Step-by-step** calculators for calculus, differential equations, and linear algebra. +- Immediate feedback and guidance hints for your math homework problems. +- Detailed, comprehensible steps guiding you from problems to answers. Unleash the full potential of your learning with Wolfree and elevate your studies to a whole new level. 🚀 -It's **free**! Type your math problem and click "**Show Steps**" now! +It's **free**. Type your math problem and click "**Show Steps**" now. -<FormCTA /> - -<br /> -<br /> +<FormCTA autoFocus={false} submitText="Show Steps" /> <!-- What Is a Landing Page? Landing Pages Explained | Unbounce https://unbounce.com/landing-page-articles/what-is-a-landing-page/ +--> + +<!-- Is Your Landing Page Good Enough to get into Y Combinator? https://yourlandingpagesucks.com/startup-landing-page-teardown-yc/ --> @@ -105,5 +98,3 @@ It's **free**! Type your math problem and click "**Show Steps**" now! My pronouns are: they/them • Pronouns.page https://en.pronouns.page/they --> - -<!-- SPDX-License-Identifier: AGPL-3.0-or-later --> |