Language icons: add to SDK page

This commit is contained in:
Klaas van Schelven
2024-12-03 09:14:29 +01:00
parent 7849cf27b5
commit 28314a2683
5 changed files with 12 additions and 6 deletions
@@ -22,12 +22,18 @@
<h2 class="mt-8 text-2xl font-bold">Language-specific instructions</h2>
<div class="mt-4">
Pick your language to get specific instructions on how to set up the SDK.
Pick your language to get specific instructions on how to set up the SDK:
<ul class="list-disc list-inside mt-4">
<li><a class="text-cyan-500 font-bold" href="python/">Python</a></li>
<li><a class="text-cyan-500 font-bold" href="javascript/">JavaScript</a></li>
<li><a class="text-cyan-500 font-bold" href="php/">PHP</a></li>
<ul class="flex mt-8">
<li>
<a class="text-cyan-500 font-bold text-center" href="python/"><img src="{% static 'images/lang-python.png' %}" class="w-24 mx-4" alt="Python"><div class="mt-2">Python</div></a>
</li>
<li>
<a class="text-cyan-500 font-bold text-center" href="javascript/"><img src="{% static 'images/lang-javascript.png' %}" class="w-24 mx-4" alt="JavaScript"><div class="mt-2">JavaScript</div></a>
</li>
<li>
<a class="text-cyan-500 font-bold text-center" href="php/"><img src="{% static 'images/lang-php.png' %}" class="w-24 mx-4" alt="PHP"><div class="mt-2">PHP</div></a>
</li>
</ul>
</div>
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

+1 -1
View File
File diff suppressed because one or more lines are too long