diff options
author | Corwin Brust <corwin@bru.st> | 2020-10-25 21:08:04 -0500 |
---|---|---|
committer | Corwin Brust <corwin@bru.st> | 2020-10-25 21:08:04 -0500 |
commit | 6b13388dab369aab31b816421c78bbe88ab54801 (patch) | |
tree | 8363538a7fc5c9d0ad805b065288a7c20575782f /2020 | |
parent | 8fe70c2600bd5a56101963572912911e3ab1e638 (diff) | |
download | emacsconf-wiki-6b13388dab369aab31b816421c78bbe88ab54801.tar.xz emacsconf-wiki-6b13388dab369aab31b816421c78bbe88ab54801.zip |
attempt to beautify tech test volunteer table by using HTML
Diffstat (limited to '2020')
-rw-r--r-- | 2020/prepare.md | 40 |
1 files changed, 32 insertions, 8 deletions
diff --git a/2020/prepare.md b/2020/prepare.md index 73a840be..be843b3c 100644 --- a/2020/prepare.md +++ b/2020/prepare.md @@ -110,14 +110,38 @@ To schedule a short tech-check, email one of the people listed below or visit with us on [#emacsconf-org on Freenode IRC](irc://chat.freenode.net/#emacsconf-org). - -| Volunteer | Email | IRC Nick | TZ | -|--------------|---------------------|------------|--------------------| -| Corwin Brust | <<corwin@bru.st>> | mplsCorwin | US/Central (UTC-6) | -| Leo Vivier | <<zaeph@zaeph.net>> | zaeph | CEST (UTC+1) | -| *Your Name* | <<your@email>> | | | -| Amin Bandali | <<bandali@gnu.org>> | bandali | US/Eastern (UTC-5) | -| | | | | +<table> +<tbody> +<tr> +<td colspan="2" align="left">Volunteer</td> +<td colspan="2" align="right">Corwin Brust</td> +<td colspan="2" align="right">Leo Vivier</td> +<td colspan="2" align="right">*Your Name*</td> +<td colspan="2" align="right">Amin Bandali</td> +</tr> +<tr> +<td colspan="2" align="left">Email</td> +<td colspan="2" align="right"><<corwin@bru.st>></td> +<td colspan="2" align="right"><<zaeph@zaeph.net>></td> +<td colspan="2" align="right"><<your@email>></td> +<td colspan="2" align="right"><<bandali@gnu.org>></td> +</tr> +<tr> +<td colspan="2" align="left">IRC Nick</td> +<td colspan="2" align="right">mplsCorwin</td> +<td colspan="2" align="right">zaeph</td> +<td colspan="2" align="right"></td> +<td colspan="2" align="right">bandali</td> +</tr> +<tr> +<td colspan="2" align="left">Timezone</td> +<td colspan="2" align="right">US/Central (UTC-6)</td> +<td colspan="2" align="right">CEST (UTC+1)</td> +<td colspan="2" align="right"></td> +<td colspan="2" align="right">US/Eastern (UTC-5)</td> +</tr> +</tbody> +</table> If you'd like to help out with the tech-checks, feel free to add your name and email to the above list and email <bandali@gnu.org> to plan |