Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-teufel authored Apr 25, 2024
1 parent e487701 commit 7a8600e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -213,33 +213,33 @@ const metadata = {
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
</Fragment>
</Content>

<!--
<Content
isAfterContent
items={[
{
title: 'Seperate Environmental Conditions',
description:
'Weather conditions are given seperately to allow for an independent evaluation',
icon: 'tabler:camera',
icon: 'tabler:file-stack',
},
{
title: 'Data Hierarchy',
description:
'SCOPE is hierarchically structured with sensor data per vehicle per scenario',
icon: 'tabler:moon',
icon: 'tabler:hierarchy-3',
},
{
title: 'Coordinate Transforms',
description:
'Easy Coordinate Transformation with already given transformation matrices for each vehicle',
icon: 'tabler:cloud-rain',
icon: 'tabler:gizmo',
},
{
title: 'File Formats',
description:
'Common formats as .bin, .txt, and .png for easy and efficient data loading',
icon: 'tabler:360-view',
icon: 'tabler:file-3d',
},
]}
image={{
Expand All @@ -256,7 +256,7 @@ const metadata = {
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
</Fragment>
</Content>

-->
<Content
isAfterContent
isReversed
Expand Down

0 comments on commit 7a8600e

Please sign in to comment.