|
2 | 2 | layout: layouts/base.njk |
3 | 3 | --- |
4 | 4 |
|
5 | | -<div class="flex flex-col"> |
6 | | - <div class="text-center bg-[url(/img/dark-grey-tile.png)] p-8 lg:py-12"> |
7 | | - <h1 class="text-white">The jQuery Plugin Registry</h1> |
8 | | - </div> |
| 5 | +<div class="text-center bg-[url(/img/dark-grey-tile.png)] p-8 lg:py-12"> |
| 6 | + <h1 class="text-white">The jQuery Plugin Registry</h1> |
| 7 | +</div> |
9 | 8 |
|
10 | | - <div class="py-5 px-6 text-center flex flex-col gap-2"> |
| 9 | +<div class="flex flex-col lg:flex-row-reverse"> |
| 10 | + <div class="py-5 px-6 flex flex-col grow gap-2"> |
11 | 11 | <h2>This site is a static archive of the old jQuery Plugin Registry.</h2> |
12 | | - <h3>New plugin releases will not be processed.</h3> |
| 12 | + <p>New plugin releases will not be processed.</p> |
13 | 13 | <hr/> |
14 | | - <p>The jQuery Plugin Registry is preserved for historical purposes, and search is still supported.</p> |
15 | | - <p>However, we do not recommend using any plugins from this registry. Please find jQuery plugins on <a href="https://www.npmjs.com/search?q=keywords:jquery-plugin">npm.</a> |
16 | | - </p> |
| 14 | + <p>The jQuery Plugin Registry is preserved for historical purposes. Search is still supported.</p> |
| 15 | + <p class="italic">We do not recommend using any plugins from this registry. Please find jQuery plugins on <a href="https://www.npmjs.com/search?q=keywords:jquery-plugin">npm</a>.</p> |
| 16 | + </div> |
| 17 | + |
| 18 | + <div class="flex flex-col px-6 py-5 lg:w-[300px]"> |
| 19 | + <h3 class="text-gray-light flex flex-row items-center gap-2 mb-3"> |
| 20 | + {% include "icons/tag.svg" %} |
| 21 | + Tags |
| 22 | + </h3> |
| 23 | + <ul class="flex flex-col gap-1 mb-5 ml-5 list-disc pl-5"> |
| 24 | + <li> |
| 25 | + <a href="/tag/ui">ui</a> |
| 26 | + <span class="count">(542)</span> |
| 27 | + </li> |
| 28 | + <li> |
| 29 | + <a href="/tag/jquery">jquery</a> |
| 30 | + <span class="count">(482)</span> |
| 31 | + </li> |
| 32 | + <li> |
| 33 | + <a href="/tag/form">form</a> |
| 34 | + <span class="count">(285)</span> |
| 35 | + </li> |
| 36 | + <li> |
| 37 | + <a href="/tag/animation">animation</a> |
| 38 | + <span class="count">(273)</span> |
| 39 | + </li> |
| 40 | + <li> |
| 41 | + <a href="/tag/input">input</a> |
| 42 | + <span class="count">(252)</span> |
| 43 | + </li> |
| 44 | + <li> |
| 45 | + <a href="/tag/image">image</a> |
| 46 | + <span class="count">(210)</span> |
| 47 | + </li> |
| 48 | + <li> |
| 49 | + <a href="/tag/responsive">responsive</a> |
| 50 | + <span class="count">(184)</span> |
| 51 | + </li> |
| 52 | + <li> |
| 53 | + <a href="/tag/slider">slider</a> |
| 54 | + <span class="count">(172)</span> |
| 55 | + </li> |
| 56 | + <li> |
| 57 | + <a href="/tag/ajax">ajax</a> |
| 58 | + <span class="count">(154)</span> |
| 59 | + </li> |
| 60 | + <li> |
| 61 | + <a href="/tag/scroll">scroll</a> |
| 62 | + <span class="count">(140)</span> |
| 63 | + </li> |
| 64 | + </ul> |
17 | 65 | </div> |
18 | 66 | </div> |
0 commit comments