Finished ross content, added skill matrix, li, and ul, and improved many existing components, created and refactored to unified layouts and grid, visual improvements with proper column to row collapsing #13

Merged
caperren merged 2 commits from website-content-updates into main 2025-12-06 18:07:53 +00:00
3 changed files with 3 additions and 7 deletions
Showing only changes of commit 37e7b3617a - Show all commits

View File

@@ -30,9 +30,7 @@ const { class: className, lineItems, depth = 0 } = Astro.props;
</Li> </Li>
)) ))
) : ( ) : (
<Li> <slot />
<slot />
</Li>
) )
} }
</ol> </ol>

View File

@@ -30,9 +30,7 @@ const { class: className, lineItems, depth = 0 } = Astro.props;
</Li> </Li>
)) ))
) : ( ) : (
<Li> <slot />
<slot />
</Li>
) )
} }
</ul> </ul>

View File

@@ -162,7 +162,7 @@ const categorizedSkills: categorySkills[] = [
> >
<Li <Li
>Accompanied the team on two deployments to the LeConte glacier in >Accompanied the team on two deployments to the LeConte glacier in
Alaska to gather melt and mixing data</Li Alaska to gather ice-water melt and mixing data</Li
> >
</Ul> </Ul>
</PageGroup> </PageGroup>