Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
leenagupte committed Oct 14, 2024
1 parent fd3f129 commit a8bb626
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions lib/data/landing_page_content_items/task.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
blocks:
- type: main_navigation
links:
- label: Ipsums for Lorem
link: /ipsum
active: true
- label: Our Lorem
link: /our-lorem
active: false
children:
- label: Child 1
link: /a
active: false
- label: Child 2
link: /b
active: false
title: Orienting Title
- type: hero
image:
alt: "Placeholder alt text"
sources:
desktop: "landing_page/placeholder/desktop.png"
desktop_2x: "landing_page/placeholder/desktop_2x.png"
mobile: "landing_page/placeholder/mobile.png"
mobile_2x: "landing_page/placeholder/mobile_2x.png"
tablet: "landing_page/placeholder/tablet.png"
tablet_2x: "landing_page/placeholder/tablet_2x.png"
hero_content:
blocks:
- type: govspeak
content: |
<h2>Rorem ipsum dolor sit</h2>
<p>Yorem ipsum dolor sit amet, consectetur
adipiscing elit. Nunc vulputate libero et velit
interdum, ac aliquet odio mattis class.</p>
- type: action_link
text: "Learn more about our goals"
href: "todo"
# - type: two_column_layout
# theme: one_third_two_thirds
# blocks:
# - type: side_navigation
# - type: govspeak
# content: |
# <p>Korem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eu turpis
# molestie, dictum esta, mattis tellus. Sed dignissim, metus nec fringilla
# accumsan, risus sem sollicitudin lacus, ut interdum tellus elit sed risus.
# Maecenas eget.</p>

0 comments on commit a8bb626

Please sign in to comment.