diff --git a/docs/assets/images/guidelines/swag-unisex.png b/docs/assets/images/guidelines/swag-unisex.png new file mode 100644 index 0000000..77c278b Binary files /dev/null and b/docs/assets/images/guidelines/swag-unisex.png differ diff --git a/docs/assets/images/guidelines/swag-women.png b/docs/assets/images/guidelines/swag-women.png new file mode 100644 index 0000000..1580334 Binary files /dev/null and b/docs/assets/images/guidelines/swag-women.png differ diff --git a/docs/guidelines/swag.md b/docs/guidelines/swag.md new file mode 100644 index 0000000..d6747eb --- /dev/null +++ b/docs/guidelines/swag.md @@ -0,0 +1,45 @@ +--- +title: On Site Ops Guidelines +icon: fontawesome/solid/shirt +--- +# Swag + +!!! warning + This document is a work in progress. Please check back later for updates. + +--- + +## Swag Guidelines + +We do not produce any swag except for the pre-order conference t-shirts. + +## Attendee Swag + +T-Shirts are available for pre-order only and included in the ticket price. + +## Volunteer Swag + +Volunteers and Organizers receive a free t-shirt, sweater or hoodie. +For visibility, these items are in a different color than the attendee t-shirts. + +## Size Tables + +### Unisex T-Shirts + +![unisex](../assets/images/guidelines/swag-unisex.png) + +| | Size | XXS | XS | S | M | L | XL | XXL | 3XL | 4XL | 5XL | +|:-:|:--------------|-----:|-----:|-----:|-----:|-----:|-----:|-----:|-----:|-----:|-----:| +| A | Half chest | 46.5 | 47.5 | 49.5 | 53.5 | 56.5 | 59.5 | 63.5 | 67.5 | 71.5 | 77.5 | +| B | Body length | 62 | 65 | 69 | 73 | 75 | 77 | 79 | 81 | 83 | 84 | +| C | Sleeve length | 20 | 21 | 22.5 | 24 | 24.5 | 25 | 25.5 | 26 | 26 | 26 | + +### Women's T-Shirts + +![women](../assets/images/guidelines/swag-women.png) + +| | Size | XS | S | M | L | XL | XXL | +|:-:|:--------------|-----:|-----:|-----:|-----:|-----:|-----:| +| A | Half chest | 45 | 48 | 51 | 54 | 57 | 61 | +| B | Body length | 56.5 | 59.5 | 61.5 | 63.5 | 65.5 | 67.5 | +| C | Sleeve length | 18 | 18.5 | 19 | 19.5 | 20 | 20.5 | \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 9f98fd0..f148ef0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -46,6 +46,8 @@ nav: - Community Voting: guidelines/community-voting.md - Sponsoring: - Sponsoring: guidelines/sponsoring.md + - Swag: + - Swag: guidelines/swag.md - Volunteers: - Volunteers: guidelines/volunteers.md - Call for Volunteers: guidelines/volunteers-call.md