Skip to content

Commit

Permalink
Fix Table in WCA Payment Authorization Policy (#427)
Browse files Browse the repository at this point in the history
* Make the table render

* Scaled table

* Remove comment in style.css
  • Loading branch information
Nanush7 authored Sep 30, 2024
1 parent db39f7c commit 1e0207e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
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 |

:::

0 comments on commit 1e0207e

Please sign in to comment.