Skip to content

Commit

Permalink
Better styling, remove checkboxes (#1913)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturi authored Oct 29, 2019
1 parent d4097f0 commit b51c321
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 12 deletions.
25 changes: 13 additions & 12 deletions website/src/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,28 @@ title: "Uppy Support Options"
type: page
layout: page
permalink: /support/
body_class: "page-support"
---

<!-- md integration_help.md -->

This approach is new, we may make changes as we learn. Here are the current options in detail:

| <br>Support | 🦄<br>Community | 🥉<br>Bronze | 🥈<br>Silver and up |
| | 🦄<br>Community | 🥉<br>Bronze | 🥈<br>Silver and up |
|----------------------------------------------:|:--------------------:|:--------------------------------------------------------------:|:--------------------------------------------------------------------------------:|
| Price | anyone,<br/>$0 | included with all Transloadit Plans,<br/>which start at $49/mo | Enterprise addons,<br/>starting at $1499/mo |
| Bug Reports | [GitHub][bugs] | [GitHub][bugs] | [GitHub][bugs] |
| Feature Requests | [GitHub][features] | [GitHub][features] | [GitHub][features] & [Transloadit][support] |
| Integration Help | [Community][forum] | [Community][forum] & [Transloadit][support] | [Community][forum] & [Transloadit][support] |
| Support on Uppy client | best effort | General Guidance | Guidance based on your use case and circumstances, code & operational reviews |
| Support on Transloadit-hosted Companion & Tus | best effort | General Guidance | Guidance based on your use case and circumstances, code & operational reviews |
| Support on self-hosted Companion & Tus | best effort | - | |
| Access to Transloadit-hosted Companion & Tus | - | | |
| Access to Transloadit's encoding features | - | 10GB included | 0GB - unlimited |
| | anyone,<br/>$0 | included with all Transloadit Plans,<br/>which start at $49/mo | Enterprise addons,<br/>starting at $1499/mo |
| Bug Reports | [GitHub][bugs] | [GitHub][bugs] | [GitHub][bugs] |
| Feature Requests | [GitHub][features] | [GitHub][features] | [GitHub][features] & [Transloadit][support] |
| Integration Help | [Community][forum] | [Community][forum] & [Transloadit][support] | [Community][forum] & [Transloadit][support] |
| Support on Uppy client | best effort | General Guidance | Guidance based on your use case and circumstances, code & operational reviews |
| Support on Transloadit-hosted Companion & Tus | best effort | General Guidance | Guidance based on your use case and circumstances, code & operational reviews |
| Support on self-hosted Companion & Tus | best effort | - | yes |
| Access to Transloadit-hosted Companion & Tus | - | yes | yes |
| Access to Transloadit's encoding features | - | 10GB included | 0GB - unlimited |
| Guaranteed response times within office hours | - | <= 3 days | <= 8h - 32h |
| 1-on-1 access to core developers | - | 1h | 1h - 20h |
| Health & Status | - | Access to Personal Transloadit Dashboard | Access to Personal Transloadit Dashboard. Proactive monitoring & notifications |
| Support for non-current releases | - | - | 0 - 10 releases back |
| Health & Status | - | Access to Personal Transloadit Dashboard | Access to Personal Transloadit Dashboard. Proactive monitoring & notifications |
| Support for non-current releases | - | - | 0 - 10 releases back |


If you want to apply for:
Expand Down
15 changes: 15 additions & 0 deletions website/themes/uppy/source/css/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@
}
}

// Locale page table overrides

.page-docs-locales table {
overflow: visible;
}
Expand All @@ -368,6 +370,19 @@
font-size: 90%;
}

// Support page table overrides

.page-support table {
overflow: visible;
}
.page-support .highlight table {
overflow: scroll;
}
.page-support table tr:first-child td {
white-space: nowrap;
font-size: 90%;
}

// Plugin list

body.page-plugin-list .Content ul {
Expand Down

0 comments on commit b51c321

Please sign in to comment.