Skip to content

Commit cc1eaa4

Browse files
committed
Add a header link to IceNet outputs timeline
1 parent 7636dff commit cc1eaa4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/components/widgets/VerticalTimeline.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const {
2020
<script src="https://cdn.jsdelivr.net/npm/usal@latest/usal.min.js"></script>
2121

2222
<section id={id} class={`vertical-timeline max-w-7xl mx-auto px-6 ${classes.container ?? ''}`}>
23-
<div class="max-w-3xl mb-8 md:mb-12 md:mx-auto">
23+
<div class="relative px-4 md:px-6 py-12 md:py-16 lg:py-20 text-default intersect-once intersect-quarter intercept-no-queue max-w-7xl mx-auto">
2424
<Headline title={title} subtitle={subtitle} tagline={tagline} />
2525

2626
<div class="relative">

src/navigation.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ export const headerData = {
2121
text: 'Team',
2222
href: getPermalink('/#team-members'),
2323
},
24+
{
25+
text: 'Outputs',
26+
href: getPermalink('/#output-timeline'),
27+
},
2428
{
2529
text: 'Contact',
2630
href: getPermalink('/#contact-us'),

0 commit comments

Comments
 (0)