Skip to content

Commit cf07606

Browse files
faet: add more social links for vue-id (#63)
1 parent da41111 commit cf07606

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
> Sebuah blog dari VuejsID yang membahas berbagai hal mengenai Vue.js dan ekosistemnya
66
7+
## Komunitas
8+
9+
[![Youtube](https://img.shields.io/badge/YouTube-Vuejs%20Indonesia-red)](https://www.youtube.com/channel/UCJsej0PNwDydEUKXGi2cUEg/featured) [![Telegram](https://img.shields.io/badge/Telegram-vuejsindonesia-blue)](https://t.me/vuejsindonesia) [![Twitter](https://img.shields.io/badge/Twitter-vuejs_id-blue)](https://twitter.com/vuejs_id) [![Facebook](https://img.shields.io/badge/Facebook-Vue.js%20Indonesia-blue)](https://www.facebook.com/groups/1675298779418239/)
10+
711
## Live
812

913
- [https://blog.vuejs.id/](https://blog.vuejs.id/)

src/components/SocialLinks.vue

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
<template>
22
<div class="social__links">
3+
<a href="https://www.youtube.com/channel/UCJsej0PNwDydEUKXGi2cUEg/featured" title="YouTube">
4+
<svg
5+
xmlns="http://www.w3.org/2000/svg"
6+
width="24"
7+
height="24"
8+
viewBox="0 0 24 24"
9+
fill="none"
10+
stroke="currentColor"
11+
stroke-width="2"
12+
stroke-linecap="round"
13+
stroke-linejoin="round"
14+
class="feather feather-youtube"
15+
>
16+
<path
17+
d="M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"
18+
/>
19+
<polygon points="9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" />
20+
</svg>
21+
</a>
22+
<a href="https://twitter.com/vuejs_id" title="Twitter">
23+
<svg
24+
xmlns="http://www.w3.org/2000/svg"
25+
width="24"
26+
height="24"
27+
viewBox="0 0 24 24"
28+
fill="none"
29+
stroke="currentColor"
30+
stroke-width="2"
31+
stroke-linecap="round"
32+
stroke-linejoin="round"
33+
class="feather feather-twitter"
34+
>
35+
<path
36+
d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"
37+
/>
38+
</svg>
39+
</a>
340
<a href="https://www.facebook.com/groups/1675298779418239/" title="Facebook">
441
<svg
542
xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)