Skip to content

Latest commit

 

History

History
215 lines (151 loc) · 3.61 KB

styleguide.md

File metadata and controls

215 lines (151 loc) · 3.61 KB

Slide Main Header


## Name Surname __*Occupation, COMPANY*__

Slide Sub Header


Header 3 (list, content etc...)

Header 4 (code sample header)

Header 5
Header 6

List Header

  • List Item
  • List Item
  • List Item
  • List Item

Quote

Paragraph Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum pharetra iaculis condimentum. Praesent arcu felis, mattis ut ornare sit amet, porttitor sit amet quam. Sed ut velit iaculis, feugiat felis eu, dignissim mauris. Nam sodales non metus vitae sodales.

Wikipedia


Background Image


Image (default)

Random Image


Image (small)

Random Image

Random Image

Random Image


Image (medium)

Random Image


Image (large)

Random Image


Image (x-large)

Random Image


Random Image

Use this template for screenshots


code sample (x-large)

// proposal async functions
async function run() {
  try {
    const response =
      await fetch('/api/products')
    const data = await response.json()
    updateView(data)
  } catch(err) {
    console.log('Update failed', err)
  }
}

code sample (large)

// proposal async functions
async function run() {
  try {
    const response =
      await fetch('/api/products')
    const data = await response.json()
    updateView(data)
  } catch(err) {
    console.log('Update failed', err)
  }
}

code sample (medium)

// proposal async functions
async function run() {
  try {
    const response =
      await fetch('/api/products')
    const data = await response.json()
    updateView(data)
  } catch(err) {
    console.log('Update failed', err)
  }
}

code sample (small)

// proposal async functions
async function run() {
  try {
    const response =
      await fetch('/api/products')
    const data = await response.json()
    updateView(data)
  } catch(err) {
    console.log('Update failed', err)
  }
}

triangle bg


fancy bg


light bg


white bg


texture bg


custom bg (#fb4934)


Effects

  • List Item
  • List Item
  • List Item

Floating

  • List Item
  • List Item
  • List Item
  • List Item
  • List Item
  • List Item