Company 1 minutes

Smithy Design

The design system of the Smithy website

Smithy Design featured Image
Published on

Heading 1

Test paragraph

Heading 2

Test paragraph

Heading 3

Test paragraph

Heading 4

Test paragraph

Heading 5

Test paragraph

Heading 6

Test paragraph

Paragraphs

Bold text

Italic text

Link

Test paragraph

Test paragraph

Test paragraph

Blockquotes

Test paragraph

Test blockquote

Test paragraph

Ordered List

  1. Longan
  2. Lychee
  3. Excepteur ad cupidatat do elit laborum amet cillum reprehenderit consequat quis. Deserunt officia esse aliquip consectetur duis ut labore laborum commodo aliquip aliquip velit pariatur dolore.
  4. Marionberry
  5. Melon
    • Cantaloupe
    • Honeydew
    • Watermelon
  6. Miracle fruit
  7. Mulberry

Unordered List

  • Olive
  • Orange
    • Blood orange
    • Clementine
  • Papaya
  • Ut aute ipsum occaecat nisi culpa Lorem id occaecat cupidatat id id magna laboris ad duis. Fugiat cillum dolore veniam nostrud proident sint consectetur eiusmod irure adipisicing.
  • Passionfruit

Horizontal rule

Test paragraph


Test paragraph

Table

Test table

Table Heading 1 Table Heading 2 Center align Right align Table Heading 5
Item 1 Item 2 Item 3 Item 4 Item 5
Item 1 Item 2 Item 3 Item 4 Item 5
Item 1 Item 2 Item 3 Item 4 Item 5
Item 1 Item 2 Item 3 Item 4 Item 5
Item 1 Item 2 Item 3 Item 4 Item 5

Inline code

Test code <strong>in culpa qui officia</strong> here.

Highlighted

Blockquote code

package main

import (
    "fmt"
    "net/http"
)

func handler(w http.ResponseWriter, r *http.Request) {
    fmt.Fprintf(w, "Hi there, I love %s!", r.URL.Path[1:])
}

func main() {
    http.HandleFunc("/", handler)
    http.ListenAndServe(":8080", nil)
}

Test paragraph

Image

[Top]