|
| 1 | +<template> |
| 2 | + <TooltipApp interactive :tooltipAttr="{ class: 'w-[calc(100%-2rem)]! max-w-sm!' }"> |
| 3 | + <template #content> |
| 4 | + <p class="text-sm font-medium text-fg mb-1"> |
| 5 | + <span class="text-fg-subtle"> |
| 6 | + // 27 May 2009 - nodejs Initial release |
| 7 | + <br /> |
| 8 | + // <a |
| 9 | + href="https://github.com/nodejs/node-v0.x-archive/releases/tag/v0.0.1" |
| 10 | + target="_blank" |
| 11 | + rel="noopener noreferrer" |
| 12 | + class="underline" |
| 13 | + >github.com/nodejs/node-v0.x-archive/releases/tag/v0.0.1</a |
| 14 | + > |
| 15 | + </span> |
| 16 | + <br /> |
| 17 | + <span class="text-badge-yellow">console</span>.<span class="text-badge-blue">log(</span |
| 18 | + ><span class="text-badge-green">"Happy birthday, nodejs"</span |
| 19 | + ><span class="text-badge-blue">)</span> |
| 20 | + </p> |
| 21 | + </template> |
| 22 | + <svg |
| 23 | + width="962" |
| 24 | + height="292" |
| 25 | + viewBox="0 0 962 292" |
| 26 | + fill="none" |
| 27 | + xmlns="http://www.w3.org/2000/svg" |
| 28 | + :alt="$t('alt_logo')" |
| 29 | + class="mb-8 mx-auto w-72 h-auto sm:w-92 max-w-full" |
| 30 | + > |
| 31 | + <path |
| 32 | + d="M269 198.684V86.2912L329 46.1509L389 86.2912V198.684L353 174.6V106.361L329 90.3053L305 106.361V174.6L269 198.684Z" |
| 33 | + fill="currentColor" |
| 34 | + stroke="currentColor" |
| 35 | + stroke-width="5" |
| 36 | + stroke-linejoin="round" |
| 37 | + /> |
| 38 | + <path |
| 39 | + d="M833 194.67V154.53L958 46.1509V86.2912L833 194.67Z" |
| 40 | + fill="currentColor" |
| 41 | + stroke="currentColor" |
| 42 | + stroke-width="5" |
| 43 | + stroke-linejoin="round" |
| 44 | + /> |
| 45 | + <path |
| 46 | + d="M958 194.67V154.53L833 46.1509V86.2912L958 194.67Z" |
| 47 | + fill="currentColor" |
| 48 | + stroke="currentColor" |
| 49 | + stroke-width="5" |
| 50 | + stroke-linejoin="round" |
| 51 | + /> |
| 52 | + <path |
| 53 | + d="M589 198.684V86.2912L649 46.1509L691 74.2491L733 46.1509L793 86.2912V174.6L757 198.684V106.361L733 90.3053L709 106.361V174.6L673 198.684V174.6V106.361L649 90.3053L625 106.361V174.6L589 198.684Z" |
| 54 | + fill="currentColor" |
| 55 | + /> |
| 56 | + <path |
| 57 | + d="M709 174.6H673V106.361L649 90.3053L625 106.361V174.6L589 198.684V86.2912L649 46.1509L709 86.2912V174.6ZM709 174.6L673 198.684V86.2912L733 46.1509L793 86.2912V174.6L757 198.684V106.361L733 90.3053L709 106.361V174.6Z" |
| 58 | + stroke="currentColor" |
| 59 | + stroke-width="5" |
| 60 | + stroke-linejoin="round" |
| 61 | + /> |
| 62 | + <path |
| 63 | + fill-rule="evenodd" |
| 64 | + clip-rule="evenodd" |
| 65 | + d="M429 86.2912V150.516V289L465 264.916L465 174.6L489 190.656L513 174.6L549 150.516V86.2912L489 46.1509L429 86.2912ZM513 130.446V106.361L489 90.3053L465 106.361L465 130.446L489 146.502L513 130.446Z" |
| 66 | + fill="currentColor" |
| 67 | + stroke="currentColor" |
| 68 | + stroke-width="5" |
| 69 | + stroke-linejoin="round" |
| 70 | + /> |
| 71 | + <path |
| 72 | + fill-rule="evenodd" |
| 73 | + clip-rule="evenodd" |
| 74 | + d="M52 158.544V182.628L28 198.684L4 182.628L4 158.544L28 142.488L52 158.544Z" |
| 75 | + fill="#689F63" |
| 76 | + stroke="#689F63" |
| 77 | + stroke-width="5" |
| 78 | + stroke-linejoin="round" |
| 79 | + /> |
| 80 | + <path |
| 81 | + d="M187 3H228L113 223.772H72L187 3Z" |
| 82 | + fill="#689F63" |
| 83 | + stroke="#689F63" |
| 84 | + stroke-width="5" |
| 85 | + stroke-linejoin="round" |
| 86 | + /> |
| 87 | + </svg> |
| 88 | + </TooltipApp> |
| 89 | +</template> |
0 commit comments