fix overflow on tables
This commit is contained in:
parent
9af7597043
commit
964245a7bd
@ -60,30 +60,34 @@ sub rsa4096/0xA61A2F1676E35144 2019-08-11 [] [expires: 2025-08-09]
|
||||
|
||||
<p>The following is my key history:</p>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Fingerprint</th>
|
||||
<th>Sign date</th>
|
||||
<th>Expiration</th>
|
||||
<th>Links</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>3D98479ADE4285A321F66DE4DAB279176352D880</td>
|
||||
<td>2019-08-10</td>
|
||||
<td>When Revoked</td>
|
||||
<td><a href="http://pgp.mit.edu/pks/lookup?search=0xDAB279176352D880&op=index">MIT</a> | <a href="http://keyserver.ubuntu.com/pks/lookup?search=0xDAB279176352D880&fingerprint=on&op=index">Ubuntu Keyserver</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>DD15BE72F652984AED9EC03356F5A6FB5A8EEF90</td>
|
||||
<td>2017-12-08</td>
|
||||
<td>Revoked</td>
|
||||
<td><a href="https://keys.openpgp.org/search?q=0x56F5A6FB5A8EEF90">OpenPGP.org</a> | <a href="http://keyserver.ubuntu.com/pks/lookup?search=0x56F5A6FB5A8EEF90&fingerprint=on&op=index">Ubuntu Keyserver</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="table-fix">
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Fingerprint</th>
|
||||
<th>Sign date</th>
|
||||
<th>Expiration</th>
|
||||
<th>Links</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>3D98 479A DE42 85A3 21F6 6DE4 DAB2 7917 6352 D880</td>
|
||||
<td>2019-08-10</td>
|
||||
<td>When Revoked</td>
|
||||
<td><a href="http://pgp.mit.edu/pks/lookup?search=0xDAB279176352D880&op=index">MIT</a> <br /> <a href="http://keyserver.ubuntu.com/pks/lookup?search=0xDAB279176352D880&fingerprint=on&op=index">Ubuntu Keyserver</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>DD15 BE72 F652 984A ED9E C033 56F5 A6FB 5A8E EF90</td>
|
||||
<td>2017-12-08</td>
|
||||
<td>Revoked</td>
|
||||
<td><a href="https://keys.openpgp.org/search?q=0x56F5A6FB5A8EEF90">OpenPGP.org</a> <br /> <a href="http://keyserver.ubuntu.com/pks/lookup?search=0x56F5A6FB5A8EEF90&fingerprint=on&op=index">Ubuntu Keyserver</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
<h2 id="my-social">My social</h2>
|
||||
<p>I exist in various places around the internet. Mainly:</p>
|
||||
@ -156,7 +160,7 @@ sub rsa4096/0xA61A2F1676E35144 2019-08-11 [] [expires: 2025-08-09]
|
||||
<span class="navbar-text">
|
||||
Site design by: <a href="https://retrylife.ca">Evan Pratten</a> |
|
||||
|
||||
This site was last updated at: 2019-08-13 14:48:12 -0400
|
||||
This site was last updated at: 2019-08-13 15:02:17 -0400
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -26,11 +26,16 @@ body{
|
||||
|
||||
}
|
||||
|
||||
.table-fix {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
margin-bottom: 1rem;
|
||||
color: #212529;
|
||||
vertical-align: top;
|
||||
|
||||
}
|
||||
|
||||
table th,
|
||||
|
@ -119,7 +119,7 @@ pip3 install tensorflow-gpu #for gpu processing
|
||||
<span class="navbar-text">
|
||||
Site design by: <a href="https://retrylife.ca">Evan Pratten</a> |
|
||||
|
||||
This site was last updated at: 2019-08-13 14:48:12 -0400
|
||||
This site was last updated at: 2019-08-13 15:02:17 -0400
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -83,7 +83,7 @@
|
||||
<span class="navbar-text">
|
||||
Site design by: <a href="https://retrylife.ca">Evan Pratten</a> |
|
||||
|
||||
This site was last updated at: 2019-08-13 14:48:12 -0400
|
||||
This site was last updated at: 2019-08-13 15:02:17 -0400
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -96,7 +96,7 @@
|
||||
<span class="navbar-text">
|
||||
Site design by: <a href="https://retrylife.ca">Evan Pratten</a> |
|
||||
|
||||
This site was last updated at: 2019-08-13 14:48:12 -0400
|
||||
This site was last updated at: 2019-08-13 15:02:17 -0400
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -107,7 +107,7 @@
|
||||
<span class="navbar-text">
|
||||
Site design by: <a href="https://retrylife.ca">Evan Pratten</a> |
|
||||
|
||||
This site was last updated at: 2019-08-13 14:48:12 -0400
|
||||
This site was last updated at: 2019-08-13 15:02:17 -0400
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<span class="navbar-text">
|
||||
Site design by: <a href="https://retrylife.ca">Evan Pratten</a> |
|
||||
|
||||
This site was last updated at: 2019-08-13 14:48:12 -0400
|
||||
This site was last updated at: 2019-08-13 15:02:17 -0400
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -80,7 +80,7 @@ Your browser does not support audio players
|
||||
<span class="navbar-text">
|
||||
Site design by: <a href="https://retrylife.ca">Evan Pratten</a> |
|
||||
|
||||
This site was last updated at: 2019-08-13 14:48:12 -0400
|
||||
This site was last updated at: 2019-08-13 15:02:17 -0400
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -120,7 +120,7 @@
|
||||
<span class="navbar-text">
|
||||
Site design by: <a href="https://retrylife.ca">Evan Pratten</a> |
|
||||
|
||||
This site was last updated at: 2019-08-13 14:48:12 -0400
|
||||
This site was last updated at: 2019-08-13 15:02:17 -0400
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -78,7 +78,7 @@
|
||||
<span class="navbar-text">
|
||||
Site design by: <a href="https://retrylife.ca">Evan Pratten</a> |
|
||||
|
||||
This site was last updated at: 2019-08-13 14:48:12 -0400
|
||||
This site was last updated at: 2019-08-13 15:02:17 -0400
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -78,7 +78,7 @@
|
||||
<span class="navbar-text">
|
||||
Site design by: <a href="https://retrylife.ca">Evan Pratten</a> |
|
||||
|
||||
This site was last updated at: 2019-08-13 14:48:12 -0400
|
||||
This site was last updated at: 2019-08-13 15:02:17 -0400
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -187,7 +187,7 @@ __<span class="o">()</span> <span class="o">{</span>/???/???/???n?f <span class=
|
||||
<span class="navbar-text">
|
||||
Site design by: <a href="https://retrylife.ca">Evan Pratten</a> |
|
||||
|
||||
This site was last updated at: 2019-08-13 14:48:12 -0400
|
||||
This site was last updated at: 2019-08-13 15:02:17 -0400
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -108,7 +108,7 @@
|
||||
<span class="navbar-text">
|
||||
Site design by: <a href="https://retrylife.ca">Evan Pratten</a> |
|
||||
|
||||
This site was last updated at: 2019-08-13 14:48:12 -0400
|
||||
This site was last updated at: 2019-08-13 15:02:17 -0400
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -173,7 +173,7 @@
|
||||
<span class="navbar-text">
|
||||
Site design by: <a href="https://retrylife.ca">Evan Pratten</a> |
|
||||
|
||||
This site was last updated at: 2019-08-13 14:48:12 -0400
|
||||
This site was last updated at: 2019-08-13 15:02:17 -0400
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -97,7 +97,7 @@
|
||||
<span class="navbar-text">
|
||||
Site design by: <a href="https://retrylife.ca">Evan Pratten</a> |
|
||||
|
||||
This site was last updated at: 2019-08-13 14:48:12 -0400
|
||||
This site was last updated at: 2019-08-13 15:02:17 -0400
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -170,7 +170,7 @@
|
||||
<span class="navbar-text">
|
||||
Site design by: <a href="https://retrylife.ca">Evan Pratten</a> |
|
||||
|
||||
This site was last updated at: 2019-08-13 14:48:12 -0400
|
||||
This site was last updated at: 2019-08-13 15:02:17 -0400
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -91,7 +91,7 @@
|
||||
<span class="navbar-text">
|
||||
Site design by: <a href="https://retrylife.ca">Evan Pratten</a> |
|
||||
|
||||
This site was last updated at: 2019-08-13 14:48:12 -0400
|
||||
This site was last updated at: 2019-08-13 15:02:17 -0400
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -183,7 +183,7 @@
|
||||
<span class="navbar-text">
|
||||
Site design by: <a href="https://retrylife.ca">Evan Pratten</a> |
|
||||
|
||||
This site was last updated at: 2019-08-13 14:48:12 -0400
|
||||
This site was last updated at: 2019-08-13 15:02:17 -0400
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -103,7 +103,7 @@
|
||||
<span class="navbar-text">
|
||||
Site design by: <a href="https://retrylife.ca">Evan Pratten</a> |
|
||||
|
||||
This site was last updated at: 2019-08-13 14:48:12 -0400
|
||||
This site was last updated at: 2019-08-13 15:02:17 -0400
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -146,7 +146,7 @@ ibus-daemon <span class="nt">-drx</span>
|
||||
<span class="navbar-text">
|
||||
Site design by: <a href="https://retrylife.ca">Evan Pratten</a> |
|
||||
|
||||
This site was last updated at: 2019-08-13 14:48:12 -0400
|
||||
This site was last updated at: 2019-08-13 15:02:17 -0400
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -340,7 +340,7 @@
|
||||
<span class="navbar-text">
|
||||
Site design by: <a href="https://retrylife.ca">Evan Pratten</a> |
|
||||
|
||||
This site was last updated at: 2019-08-13 14:48:12 -0400
|
||||
This site was last updated at: 2019-08-13 15:02:17 -0400
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.6">Jekyll</generator><link href="http://0.0.0.0:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://0.0.0.0:4000/" rel="alternate" type="text/html" /><updated>2019-08-13T14:48:12-04:00</updated><id>http://0.0.0.0:4000/feed.xml</id><title type="html">Evan Pratten</title><subtitle>Computer wizard, student, <a href="https://frc5024.github.io">@frc5024</a> programming team lead, and radio enthusiast.</subtitle><entry><title type="html">How I set up ひらがな input on my laptop</title><link href="http://0.0.0.0:4000/blog/2019/08/12/setting-up-ja" rel="alternate" type="text/html" title="How I set up ひらがな input on my laptop" /><published>2019-08-12T15:40:00-04:00</published><updated>2019-08-12T15:40:00-04:00</updated><id>http://0.0.0.0:4000/blog/2019/08/12/Setting-up-JA</id><content type="html" xml:base="http://0.0.0.0:4000/blog/2019/08/12/setting-up-ja"><p>I am currently working with <a href="https://en.wikipedia.org/wiki/Hiragana">ひらがな</a>, <a href="https://en.wikipedia.org/wiki/Katakana">かたかな</a>, and, <a href="https://en.wikipedia.org/wiki/Kanji">かんじ</a> in some projects, and needed a more reliable way to write than running some <a href="https://en.wikipedia.org/wiki/Romanization_of_Japanese">romaji</a> through an online translator. So, this post will detail what I did to enable native inputs on my laptop. This guide is specifically for <a href="https://i3wm.org/">i3wm</a>, because it does not obey system settings for languages and inputs.</p>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.6">Jekyll</generator><link href="http://0.0.0.0:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://0.0.0.0:4000/" rel="alternate" type="text/html" /><updated>2019-08-13T15:02:17-04:00</updated><id>http://0.0.0.0:4000/feed.xml</id><title type="html">Evan Pratten</title><subtitle>Computer wizard, student, <a href="https://frc5024.github.io">@frc5024</a> programming team lead, and radio enthusiast.</subtitle><entry><title type="html">How I set up ひらがな input on my laptop</title><link href="http://0.0.0.0:4000/blog/2019/08/12/setting-up-ja" rel="alternate" type="text/html" title="How I set up ひらがな input on my laptop" /><published>2019-08-12T15:40:00-04:00</published><updated>2019-08-12T15:40:00-04:00</updated><id>http://0.0.0.0:4000/blog/2019/08/12/Setting-up-JA</id><content type="html" xml:base="http://0.0.0.0:4000/blog/2019/08/12/setting-up-ja"><p>I am currently working with <a href="https://en.wikipedia.org/wiki/Hiragana">ひらがな</a>, <a href="https://en.wikipedia.org/wiki/Katakana">かたかな</a>, and, <a href="https://en.wikipedia.org/wiki/Kanji">かんじ</a> in some projects, and needed a more reliable way to write than running some <a href="https://en.wikipedia.org/wiki/Romanization_of_Japanese">romaji</a> through an online translator. So, this post will detail what I did to enable native inputs on my laptop. This guide is specifically for <a href="https://i3wm.org/">i3wm</a>, because it does not obey system settings for languages and inputs.</p>
|
||||
|
||||
<h2 id="adding-font-support-to-linux">Adding font support to Linux</h2>
|
||||
<p>Firstly, we need fonts. Depending on your system, these may already be installed. For Japanese, I only used <code class="highlighter-rouge">vlgothic</code>, so here in the package for it:</p>
|
||||
|
@ -102,7 +102,7 @@
|
||||
<span class="navbar-text">
|
||||
Site design by: <a href="https://retrylife.ca">Evan Pratten</a> |
|
||||
|
||||
This site was last updated at: 2019-08-13 14:48:12 -0400
|
||||
This site was last updated at: 2019-08-13 15:02:17 -0400
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -112,7 +112,7 @@
|
||||
<span class="navbar-text">
|
||||
Site design by: <a href="https://retrylife.ca">Evan Pratten</a> |
|
||||
|
||||
This site was last updated at: 2019-08-13 14:48:12 -0400
|
||||
This site was last updated at: 2019-08-13 15:02:17 -0400
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
7
about.md
7
about.md
@ -25,11 +25,14 @@ sub rsa4096/0xA61A2F1676E35144 2019-08-11 [] [expires: 2025-08-09]
|
||||
|
||||
The following is my key history:
|
||||
|
||||
<div class="table-fix" markdown="1">
|
||||
|
||||
| Fingerprint | Sign date | Expiration | Links |
|
||||
|--|--|--|--|
|
||||
| 3D98479ADE4285A321F66DE4DAB279176352D880 | 2019-08-10 | When Revoked | [MIT](http://pgp.mit.edu/pks/lookup?search=0xDAB279176352D880&op=index) \| [Ubuntu Keyserver](http://keyserver.ubuntu.com/pks/lookup?search=0xDAB279176352D880&fingerprint=on&op=index) |
|
||||
| DD15BE72F652984AED9EC03356F5A6FB5A8EEF90 | 2017-12-08 | Revoked | [OpenPGP.org](https://keys.openpgp.org/search?q=0x56F5A6FB5A8EEF90) \| [Ubuntu Keyserver](http://keyserver.ubuntu.com/pks/lookup?search=0x56F5A6FB5A8EEF90&fingerprint=on&op=index) |
|
||||
| 3D98 479A DE42 85A3 21F6 6DE4 DAB2 7917 6352 D880 | 2019-08-10 | When Revoked | [MIT](http://pgp.mit.edu/pks/lookup?search=0xDAB279176352D880&op=index) <br> [Ubuntu Keyserver](http://keyserver.ubuntu.com/pks/lookup?search=0xDAB279176352D880&fingerprint=on&op=index) |
|
||||
| DD15 BE72 F652 984A ED9E C033 56F5 A6FB 5A8E EF90 | 2017-12-08 | Revoked | [OpenPGP.org](https://keys.openpgp.org/search?q=0x56F5A6FB5A8EEF90) <br> [Ubuntu Keyserver](http://keyserver.ubuntu.com/pks/lookup?search=0x56F5A6FB5A8EEF90&fingerprint=on&op=index) |
|
||||
|
||||
</div>
|
||||
|
||||
## My social
|
||||
I exist in various places around the internet. Mainly:
|
||||
|
@ -26,11 +26,16 @@ body{
|
||||
|
||||
}
|
||||
|
||||
.table-fix {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
margin-bottom: 1rem;
|
||||
color: #212529;
|
||||
vertical-align: top;
|
||||
|
||||
}
|
||||
|
||||
table th,
|
||||
|
Loading…
x
Reference in New Issue
Block a user