Skip to content

Commit 03622a5

Browse files
authored
Add Node.js to about strip (#1678)
* Scale them down a little Ref: * https://nodejs.org/en/about/resources/ Auto-merge
1 parent 65511e5 commit 03622a5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

views/pages/documentPage.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,14 @@ <h3><a id="getting-started" rel="bookmark"></a>Getting Started<a class="anchor"
3636
<div class="panel-footer">
3737
<table>
3838
<tr>
39-
<td class="text-center">
40-
<a href="https://www.gnu.org/licenses/gpl-3.0.html"><img src="https://raw.githubusercontent.com/wiki/OpenUserJS/OpenUserJS.org/images/gpl-v3-logo.min.svg?sanitize=true" alt="GPLv3" width="128" height="64"></a>
39+
<td class="text-center td-fit">
40+
<a href="https://www.gnu.org/licenses/gpl-3.0.html"><img src="https://raw.githubusercontent.com/wiki/OpenUserJS/OpenUserJS.org/images/gpl-v3-logo.min.svg?sanitize=true" alt="GPLv3" width="86" height="43"></a>
4141
</td>
42-
<td class="text-center">
43-
<a href="https://www.gnu.org/licenses/fdl-1.3.html"><img src="https://raw.githubusercontent.com/wiki/OpenUserJS/OpenUserJS.org/images/gfdl-logo.min.svg?sanitize=true" alt="GFDL" width="128" height="44"></a>
42+
<td class="text-center td-fit">
43+
<a href="https://www.gnu.org/licenses/fdl-1.3.html"><img src="https://raw.githubusercontent.com/wiki/OpenUserJS/OpenUserJS.org/images/gfdl-logo.min.svg?sanitize=true" alt="GFDL" width="86" height="30"></a>
44+
</td>
45+
<td class="td-fit text-center">
46+
<a href="https://nodejs.org/"><img src="https://raw.githubusercontent.com/wiki/OpenUserJS/OpenUserJS.org/images/Node.js_logo.min.svg?sanitize=true" alt="Node.js" width="86" height="52"></a>
4447
</td>
4548
</tr>
4649
</table>

0 commit comments

Comments
 (0)