Skip to content

Commit

Permalink
fix colors for dark mode, fix some broken links, small changes text h…
Browse files Browse the repository at this point in the history
…omepage
  • Loading branch information
maximvochten committed Mar 3, 2024
1 parent 92b7cb8 commit 58c4e76
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 80 deletions.
26 changes: 11 additions & 15 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ layout: hextra-home

<div class="mb-12">
{{< hextra/hero-subtitle >}}
Software to support the use of invariant representations &nbsp;<br class="sm:block hidden" /> for trajectory analysis, recognition, generation, and prediction.
Python and Matlab packages to support the use of invariant trajectory representations &nbsp;<br class="sm:block hidden" /> for trajectory analysis, recognition, generation, and prediction.
{{< /hextra/hero-subtitle >}}
</div>

Expand All @@ -24,28 +24,24 @@ This software is offered with an [<u>MIT License</u>](license_on_homepage).
<div class="mt-6">
</div>


{{< hextra/feature-grid >}}
{{< hextra/feature-card
image="/images/traj-analysis.webp"
title="Trajectory analysis"
subtitle="Analyze the geometry of trajectories."
link="/docs"
class="md:aspect-[1.1/1]"
class="md:aspect-[1.1/1] max-lg:min-h-[340px]"
>}}
{{< hextra/feature-card
image="/images/traj-generation.webp"
title="Trajectory generation"
subtitle="Generate new trajectories in a shape-preserving way."
link="/docs"
class="md:aspect-[1.1/1]"
class="md:aspect-[1.1/1] max-lg:min-h-[340px]"
>}}
{{< hextra/feature-card
image="/images/traj-prediction.webp"
title="Trajectory prediction"
subtitle="Predict the remainder of a trajectory."
link="/docs"
class="md:aspect-[1.1/1]"
class="md:aspect-[1.1/1] max-lg:min-h-[340px]"
>}}
{{< hextra/feature-card
title="Python software"
Expand All @@ -60,23 +56,23 @@ This software is offered with an [<u>MIT License</u>](license_on_homepage).
style="background: radial-gradient(ellipse at 50% 80%,rgba(142,53,74,0.15),hsla(0,0%,100%,0));"
>}}
{{< hextra/feature-card
title="Vector Trajectory Invariants"
subtitle="Define Trajectory Invariants based on the Frenet-Serret formulas using curvature and torsion."
title="Vector trajectory invariants"
subtitle="Trajectory Invariants based on the Frenet-Serret formulas using curvature and torsion."
style="background: radial-gradient(ellipse at 50% 80%,rgba(42,183,74,0.15),hsla(0,0%,100%,0));"
>}}
{{< hextra/feature-card
title="Screw Trajectory Invariants"
subtitle="Define Trajectory Invariants based on the Instantaneous Screw Axis from screw theory."
title="Screw trajectory invariants"
subtitle="Trajectory Invariants based on the Instantaneous Screw Axis using screw theory."
style="background: radial-gradient(ellipse at 50% 80%,rgba(42,183,74,0.15),hsla(0,0%,100%,0));"
>}}
{{< hextra/feature-card
title="Many trajectory types"
title="Motion and force trajectories"
subtitle="Support for motion trajectories (translation, rotation, pose, twist) and for force trajectories (force, moment, wrench)."
style="background: radial-gradient(ellipse at 50% 80%,rgba(42,50,154,0.15),hsla(0,0%,100%,0));"
>}}
{{< hextra/feature-card
title="Numerical optimization"
subtitle="Achieve trajectory estimation and generation with Trajectory Invariants using Optimal Control."
title="Geometric optimal control"
subtitle="Trajectory estimation and generation problems are implemented using Geometric Optimal Control."
style="background: radial-gradient(ellipse at 50% 80%,rgba(42,50,154,0.15),hsla(0,0%,100%,0));"
>}}
{{< /hextra/feature-grid >}}
4 changes: 2 additions & 2 deletions content/docs/python/installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ import invariants_py
After installation, you can proceed with the Quickstart guide or you can choose to first install the optional Fatrop solver (only in Linux).

{{< cards >}}
{{< card link="../python/quickstart" title="Quickstart guide" icon="document-duplicate" >}}
{{< card link="../python/installation/installation-fatrop" title="(Optional) Fatrop installation" icon="plus" >}}
{{< card link="../quickstart" title="Quickstart guide" icon="document-duplicate" >}}
{{< card link="../installation/installation-fatrop" title="(Optional) Fatrop installation" icon="plus" >}}
{{< /cards >}}
26 changes: 11 additions & 15 deletions static/images/traj-analysis.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/traj-analysis.webp
Binary file not shown.
66 changes: 29 additions & 37 deletions static/images/traj-generation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/traj-generation.webp
Binary file not shown.
22 changes: 11 additions & 11 deletions static/images/traj-prediction.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/traj-prediction.webp
Binary file not shown.

0 comments on commit 58c4e76

Please sign in to comment.