Skip to content

Commit 9383f20

Browse files
committed
fix: added nuxtjs and tailwind logo
1 parent 5bce081 commit 9383f20

File tree

1 file changed

+49
-2
lines changed

1 file changed

+49
-2
lines changed

components/footer.vue

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,54 @@
22
<footer
33
class="py-4 mt-4 text-center text-gray-800 bg-inherit dark:text-gray-50 min-h-max"
44
>
5-
Made with &hearts; by &copy;
6-
<a href="https://technikhil314.netlify.app">Nikhil Mehta</a>
5+
Made with &hearts; using
6+
<a href="https://nuxtjs.org">
7+
<svg
8+
class="inline w-4 h-4"
9+
viewBox="0 0 124 124"
10+
fill="none"
11+
xmlns="http://www.w3.org/2000/svg"
12+
>
13+
<path
14+
fill-rule="evenodd"
15+
clip-rule="evenodd"
16+
d="M55.7498 27.1551C52.5277 21.615 44.4723 21.6149 41.2502 27.1551L6.13404 87.5346C2.91191 93.0748 6.93956 100 13.3838 100H40.7975C38.0438 97.5934 37.0241 93.4303 39.1079 89.8584L65.7033 44.2694L55.7498 27.1551Z"
17+
fill="#80EEC0"
18+
/>
19+
<path
20+
d="M78.0002 40.3997C80.6668 35.8668 87.3332 35.8668 89.9998 40.3997L119.061 89.801C121.728 94.3339 118.395 100 113.062 100H54.9383C49.6052 100 46.2719 94.3339 48.9385 89.801L78.0002 40.3997Z"
21+
fill="#00DC82"
22+
/>
23+
</svg>
24+
</a>
25+
<span>&</span>
26+
<a href="https://tailwindcss.com/">
27+
<svg
28+
xmlns="http://www.w3.org/2000/svg"
29+
fill="none"
30+
viewBox="0 0 54 33"
31+
class="inline w-4 h-4"
32+
>
33+
<g clip-path="url(#prefix__clip0)">
34+
<path
35+
fill="#38bdf8"
36+
fill-rule="evenodd"
37+
d="M27 0c-7.2 0-11.7 3.6-13.5 10.8 2.7-3.6 5.85-4.95 9.45-4.05 2.054.513 3.522 2.004 5.147 3.653C30.744 13.09 33.808 16.2 40.5 16.2c7.2 0 11.7-3.6 13.5-10.8-2.7 3.6-5.85 4.95-9.45 4.05-2.054-.513-3.522-2.004-5.147-3.653C36.756 3.11 33.692 0 27 0zM13.5 16.2C6.3 16.2 1.8 19.8 0 27c2.7-3.6 5.85-4.95 9.45-4.05 2.054.514 3.522 2.004 5.147 3.653C17.244 29.29 20.308 32.4 27 32.4c7.2 0 11.7-3.6 13.5-10.8-2.7 3.6-5.85 4.95-9.45 4.05-2.054-.513-3.522-2.004-5.147-3.653C23.256 19.31 20.192 16.2 13.5 16.2z"
38+
clip-rule="evenodd"
39+
/>
40+
</g>
41+
<defs>
42+
<clipPath id="prefix__clip0">
43+
<path fill="#fff" d="M0 0h54v32.4H0z" />
44+
</clipPath>
45+
</defs>
46+
</svg>
47+
</a>
48+
by &copy;
49+
<a
50+
href="https://technikhil314.netlify.app"
51+
class="hover:underline underline-offset-2"
52+
>Nikhil Mehta</a
53+
>
754
</footer>
855
</template>

0 commit comments

Comments
 (0)