Update landing page links

This commit is contained in:
Kurt Hutten
2021-06-23 19:37:23 +10:00
parent 69a34301e7
commit 2e6afa86f6
2 changed files with 15 additions and 9 deletions

View File

@@ -89,7 +89,7 @@ const LandingSection = () => {
<li>Build your own helper functions and abstractions</li> <li>Build your own helper functions and abstractions</li>
<li> <li>
Trigger{' '} Trigger{' '}
<QuickLink to="https://en.wikipedia.org/wiki/Finite_element_method"> <QuickLink to="https://learn.cadhub.xyz/blog/testing-code-cad">
FEM FEM
</QuickLink>{' '} </QuickLink>{' '}
or regenerate tool paths with a{' '} or regenerate tool paths with a{' '}
@@ -100,7 +100,7 @@ const LandingSection = () => {
</li> </li>
<li> <li>
Auto-generate a{' '} Auto-generate a{' '}
<QuickLink to="https://en.wikipedia.org/wiki/Bill_of_materials"> <QuickLink to="https://learn.cadhub.xyz/blog/codecad-artifacts">
BOM BOM
</QuickLink> </QuickLink>
</li> </li>
@@ -111,6 +111,11 @@ const LandingSection = () => {
</QuickLink>{' '} </QuickLink>{' '}
tools tools
</li> </li>
<li>
<QuickLink to="https://learn.cadhub.xyz/blog/3d-diffs">
3d-diffs
</QuickLink>
</li>
</ul> </ul>
</div> </div>
</div> </div>

View File

@@ -83,18 +83,14 @@ export default function Home() {
<li>Build your own helper functions and abstractions</li> <li>Build your own helper functions and abstractions</li>
<li> <li>
Trigger{' '} Trigger{' '}
<a href="https://en.wikipedia.org/wiki/Finite_element_method"> <a href="/blog/testing-code-cad">
FEM FEM
</a>{' '} </a>{' '}
or regenerate tool paths with a{' '} or regenerate tool paths with a CI/CD process
<a href="https://www.redhat.com/en/topics/devops/what-is-ci-cd">
CI/CD
</a>{' '}
process
</li> </li>
<li> <li>
Auto-generate a{' '} Auto-generate a{' '}
<a href="https://en.wikipedia.org/wiki/Bill_of_materials"> <a href="/blog/codecad-artifacts">
BOM BOM
</a> </a>
</li> </li>
@@ -103,6 +99,11 @@ export default function Home() {
<a href="https://www.ptc.com/en/technologies/plm">PLM</a>{' '} <a href="https://www.ptc.com/en/technologies/plm">PLM</a>{' '}
tools tools
</li> </li>
<li>
<a href="/blog/3d-diffs">
3d-diffs
</a>
</li>
</ul> </ul>
</div> </div>
</div> </div>