Skip to content

Commit

Permalink
added hero section
Browse files Browse the repository at this point in the history
  • Loading branch information
yashveer29 committed Jan 5, 2024
1 parent 8c44d01 commit 8c710be
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
Binary file added assets/Image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 31 additions & 2 deletions index.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

-- header:

-- hero:

-- end: ds.page



-- component header:

-- ds.section-row:
Expand All @@ -15,7 +18,7 @@
margin: $ds.spaces.vertical-gap.extra-large

-- ftd.image:
src: /Users/yashveer/Documents/fifthtry-website/assets/Logo.png
src: assets/Logo.png

-- ds.row:
width: hug-content
Expand All @@ -33,4 +36,30 @@ link: /

-- end: ds.section-row

-- end: header
-- end: header



-- component hero:

-- ds.section-row:
spacing: $ds.spaces.horizontal-gap.extra-large
inset: $ds.spaces.inset-tall.zero-medium

-- ds.column:
spacing: $ds.spaces.vertical-gap.large

-- ds.heading-small: UI/UX | Product design
-- ds.heading-hero: My awesome portfolio
-- ds.heading-tiny: And I made it myself! Yes. usign fifthtry design system

-- end: ds.column

-- ftd.image:
src: assets/Image.png

-- end: ds.section-row

-- end: hero


0 comments on commit 8c710be

Please sign in to comment.