Logo Quote Block
“Title copy goes here”
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
your full name
your full title
;; In FASTN.ftd
-- fastn.dependency:fastn-community.github.io/logo-doc

;; In the file where you want to add the header (e.g., `index.ftd`)

;; Add this at the top of the file
-- import: fastn-community.github.io/logo-doc as hero

;; Add this where you want to show the component
-- hero.quote-block: Title copy goes here
logo-list: list-logo
full-name: Your name
company-name: Your company name
company-logo: $assets.files.image.svg
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tincidunt sagittis eros. Quisque quis euismod lorem. Etiam sodales ac felis id interdum. Proin viverra nulla sem, vel molestie lacus volutpat nec. Integer ut bibendum erat.
Lang:
ftd
Logo Quote Divider
Title copy goes here
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
your full name
your full title
;; In FASTN.ftd
-- fastn.dependency:fastn-community.github.io/logo-doc

;; In the file where you want to add the header (e.g., `index.ftd`)

;; Add this at the top of the file
-- import: fastn-community.github.io/logo-doc as hero

;; Add this where you want to show the component
-- hero.quote-divider: Title copy goes here
logo-list: list-logo
full-name: Your name
company-name: Your company name
company-logo: $assets.files.image.svg
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tincidunt sagittis eros. Quisque quis euismod lorem. Etiam sodales ac felis id interdum. Proin viverra nulla sem, vel molestie lacus volutpat nec. Integer ut bibendum erat.
Lang:
ftd
Logo Large Title
Title copy goes here
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
;; In FASTN.ftd
-- fastn.dependency:fastn-community.github.io/logo-doc

;; In the file where you want to add the header (e.g., `index.ftd`)

;; Add this at the top of the file
-- import: fastn-community.github.io/logo-doc as hero

;; Add this where you want to show the component
-- hero.large-title: Title copy goes here
logo-list: list-logo
full-name: Your name
company-name: Your company name
company-logo: $assets.files.image.svg
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tincidunt sagittis eros. Quisque quis euismod lorem. Etiam sodales ac felis id interdum. Proin viverra nulla sem, vel molestie lacus volutpat nec. Integer ut bibendum erat.
Lang:
ftd
Logo Small Title
Title copy goes here
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
;; In FASTN.ftd
-- fastn.dependency:fastn-community.github.io/logo-doc

;; In the file where you want to add the header (e.g., `index.ftd`)

;; Add this at the top of the file
-- import: fastn-community.github.io/logo-doc as hero

;; Add this where you want to show the component
-- hero.small-title: Title copy goes here
logo-list: list-logo
full-name: Your name
company-name: Your company name
company-logo: $assets.files.image.svg
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tincidunt sagittis eros. Quisque quis euismod lorem. Etiam sodales ac felis id interdum. Proin viverra nulla sem, vel molestie lacus volutpat nec. Integer ut bibendum erat.
Lang:
ftd
Logo Without Title
;; In FASTN.ftd
-- fastn.dependency:fastn-community.github.io/logo-doc

;; In the file where you want to add the header (e.g., `index.ftd`)

;; Add this at the top of the file
-- import: fastn-community.github.io/logo-doc as hero

;; Add this where you want to show the component
-- hero.without-title: Title copy goes here
logo-list: list-logo
full-name: Your name
company-name: Your company name
company-logo: $assets.files.image.svg
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tincidunt sagittis eros. Quisque quis euismod lorem. Etiam sodales ac felis id interdum. Proin viverra nulla sem, vel molestie lacus volutpat nec. Integer ut bibendum erat.
Lang:
ftd
Properties
`title`
:
caption (`required`)
It's used to define the title for your logo component.
`subtitle`
:
body (`optional`)
It's used to define the subtitle for your logo component.
`logo-list`
:
list (`required`)
It's used to define the logo list for your logo component.
`full-name`
:
string (`optional`)
It's used to define the full name for your logo component.
`company-name`
:
string (`optional`)
It's used to define the company name for your logo component.
`company-logo`
:
ftd.image-src (`optional`)
It's used to define the company logo for your logo component.