Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Table in WCA Payment Authorization Policy #427

Merged
merged 3 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ td {
vertical-align: top;
}

.scaled-table {
transform: scale(0.9);
transform-origin: top left;
}

.bordered-image {
display: block;
box-sizing: border-box;
Expand Down
12 changes: 9 additions & 3 deletions documents/policies/internal/Payment Authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,15 @@ The purpose of this policy is to outline the procedures for individual WCA Staff

### Authorized Individuals
All figures are in US Dollars. Transactions in foreign currencies should be converted to the US Dollar equivalent amount. Reminder, all payments above these figures or not in these categories must be explicitly authorized via a vote of the WCA Board.
| Staff Member Name | Individual Role | Gear Team Orders | Championship Support | Travel Funding | Equipment Funding | RO Support | Other Contracts | Other Budget Items |
| -------------------- | ------------------- |----------------- | -------------------- | -------------- | ----------------- | ---------- | --------------- | ------------------ |

::: {.scaled-table}

| Staff Member Name | Individual Role | Gear Team Orders | Championship Support | Travel Funding | Equipment Funding | RO Support | Other Contracts | Other Budget Items |
| -------------------- | ------------------- | ---------------- | -------------------- | -------------- | ----------------- | ---------- | --------------- | ------------------------------ |
| Blake Thompson | WCA Board Member | $10,000 | $50,000 | $5,000 | $10,000 | $5,000 | $10,000 | $5,000. $10,000 for legal fees |
| Raymond Goslow | WCA Treasurer | $10,000 | $50,000 | $5,000 | $10,000 | $5,000 | $10,000 | $5,000. $10,000 for legal fees |
| Edward Hollingdale | WFC Leader | $10,000 | $50,000 | $5,000 | $10,000 | $5,000 | $10,000 | $5,000. $10,000 for legal fees |
| Daniel M. James | WFC Member | $3,000 | $0 | $0 | $3,000 | $0 | $0 | $0 |
| Daniel M. James | WFC Member | $3,000 | $0 | $0 | $3,000 | $0 | $0 | $0 |

:::

Loading