Slide (slide)

🔗 External documentation.

ID Label Description Schema
quote Quote
logo Logo An image element
content Content
            id: slide
label: Slide
homepage: XXX
slots:
    quote:
        id: quote
        label: Quote
    logo:
        id: logo
        label: Logo
        description: 'An image element'
    content:
        id: content
        label: Content
examples:
    preview:
        id: preview
        label: Preview
        renderable:
            '@component': slide
            quote:
                -
                    '@element': p
                    '@content': 'The School of Informatics at the University of Edinburgh is a world leader in research and teaching in Computer Science, Artificial Intelligence and Cognitive Science.'
                -
                    '@element': p
                    '@content': 'W3C technologies are both used and studied here, and we are proud to contribute to their development."'
            logo:
                -
                    '@element': img
                    src: 'https://design-system.w3.org/dist/assets/images/edinburgh-uni.png'
                    alt: 'The University of Edinburgh'
            content:
                -
                    '@element': p
                    '@content': 'Dierdre De Veloper'
                -
                    '@element': p
                    '@content': 'Lead Dev'

          

The School of Informatics at the University of Edinburgh is a world leader in research and teaching in Computer Science, Artificial Intelligence and Cognitive Science.

W3C technologies are both used and studied here, and we are proud to contribute to their development."

<figure class="slide"> <blockquote class="slide__quote"> <p> <p>The School of Informatics at the University of Edinburgh is a world leader in research and teaching in Computer Science, Artificial Intelligence and Cognitive Science.</p> <p>W3C technologies are both used and studied here, and we are proud to contribute to their development.&quot;</p></p> </blockquote> <figcaption class="slide__cite l-sidebar"> <div> <div class="sidebar"> <div class="slide__logo"> <img alt="The University of Edinburgh" loading="lazy" src="https://design-system.w3.org/dist/assets/images/edinburgh-uni.png" /></div> </div> <div class="not-sidebar"> <p>Dierdre De Veloper</p> <p>Lead Dev</p></div> </div> </figcaption> </figure>