mirror of
https://github.com/bugsink/bugsink.git
synced 2026-05-03 13:30:05 -05:00
Language icons: add to SDK page
This commit is contained in:
@@ -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 |
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user