This commit is contained in:
array-in-a-matrix 2022-04-26 21:13:00 -04:00
commit 297a8b9e28
5 changed files with 20 additions and 8 deletions

View file

@ -83,16 +83,25 @@
<br>
<a href="https://arrayinamatrix.xyz"><img src="../../res/site/banners/custom/white_88x31.png"></a>
<a href="https://arrayinamatrix.xyz"><img src="../../res/site/banners/custom/white_176x62.png"></a>
<a href="https://arrayinamatrix.xyz"><img src="../../res/site/banners/custom/white_264x93.png"></a>
<br>
<pre
class="highlight"><code>&lt;a href=&quot;https://arrayinamatrix.xyz&quot;&gt;&lt;img src=&quot;https://arrayinamatrix.xyz/res/site/banners/custom/white_88x31.png&quot;&gt;&lt;/a&gt;
<div class="center">
<a href="https://arrayinamatrix.xyz"><img src="../../res/site/banners/custom/white_88x31.png"></a>
<a href="https://arrayinamatrix.xyz"><img src="../../res/site/banners/custom/white_176x62.png"></a>
<a href="https://arrayinamatrix.xyz"><img src="../../res/site/banners/custom/white_264x93.png"></a>
</div>
<pre
class="highlight"><code>&lt;a href=&quot;https://arrayinamatrix.xyz&quot;&gt;&lt;img src=&quot;https://arrayinamatrix.xyz/res/site/banners/custom/white_88x31.png&quot;&gt;&lt;/a&gt;
&lt;a href=&quot;https://arrayinamatrix.xyz&quot;&gt;&lt;img src=&quot;https://arrayinamatrix.xyz/res/site/banners/custom/white_176x62.png&quot;&gt;&lt;/a&gt;
&lt;a href=&quot;https://arrayinamatrix.xyz&quot;&gt;&lt;img src=&quot;https://arrayinamatrix.xyz/res/site/banners/custom/white_264x93.png&quot;&gt;&lt;/a&gt;</code></pre>
<br>
<div class="center">
<a href="https://arrayinamatrix.xyz"><img src="../../res/site/banners/custom/black_88x31.gif"></a>
<a href="https://arrayinamatrix.xyz"><img src="../../res/site/banners/custom/black_176x62.gif"></a>
<a href="https://arrayinamatrix.xyz"><img src="../../res/site/banners/custom/black_264x93.gif"></a>
</div>
<pre
class="highlight"><code>&lt;a href=&quot;https://arrayinamatrix.xyz&quot;&gt;&lt;img src=&quot;https://arrayinamatrix.xyz/res/site/banners/custom/black_88x31.gif&quot;&gt;&lt;/a&gt;
&lt;a href=&quot;https://arrayinamatrix.xyz&quot;&gt;&lt;img src=&quot;https://arrayinamatrix.xyz/res/site/banners/custom/black_176x62.gif&quot;&gt;&lt;/a&gt;
&lt;a href=&quot;https://arrayinamatrix.xyz&quot;&gt;&lt;img src=&quot;https://arrayinamatrix.xyz/res/site/banners/custom/black_264x93.gif&quot;&gt;&lt;/a&gt;</code></pre>
<br>

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -733,4 +733,7 @@ section {
main div {
box-sizing: unset
}
.center {
text-align: center;
}