File tree Expand file tree Collapse file tree 1 file changed +17
-10
lines changed Expand file tree Collapse file tree 1 file changed +17
-10
lines changed Original file line number Diff line number Diff line change 1
1
<script >
2
2
import feather from ' feather-icons' ;
3
3
import FooterCopyright from ' ./FooterCopyright.vue' ;
4
+
4
5
export default {
5
6
components: { FooterCopyright },
6
7
data () {
7
8
return {
8
9
socials: [
9
10
{
10
11
id: 1 ,
12
+ name: ' Website' ,
13
+ icon: ' globe' ,
14
+ url: ' https://www.stoman.me/' ,
15
+ },
16
+ {
17
+ id: 2 ,
11
18
name: ' GitHub' ,
12
19
icon: ' github' ,
13
20
url: ' https://github.com/realstoman' ,
14
21
},
15
22
{
16
- id: 2 ,
23
+ id: 3 ,
17
24
name: ' Twitter' ,
18
25
icon: ' twitter' ,
19
26
url: ' https://twitter.com/realstoman' ,
20
27
},
21
28
{
22
- id: 3 ,
23
- name: ' Medium ' ,
24
- icon: ' book ' ,
25
- url: ' https://stoman.medium .com' ,
29
+ id: 4 ,
30
+ name: ' LinkedIn ' ,
31
+ icon: ' linkedin ' ,
32
+ url: ' https://www.linkedin .com/in/realstoman ' ,
26
33
},
27
34
{
28
- id: 4 ,
29
- name: ' Instagram ' ,
30
- icon: ' instagram ' ,
31
- url: ' https://instagram. com/realstoman' ,
35
+ id: 5 ,
36
+ name: ' YouTube ' ,
37
+ icon: ' youtube ' ,
38
+ url: ' https://www.youtube. com/c /realstoman' ,
32
39
},
33
40
],
34
41
};
@@ -43,7 +50,7 @@ export default {
43
50
</script >
44
51
45
52
<template >
46
- <div class =" container mx-auto " >
53
+ <div class =" container mx-auto" >
47
54
<div
48
55
class =" pt-20 sm:pt-30 pb-8 mt-20 border-t-2 border-primary-light dark:border-secondary-dark"
49
56
>
You can’t perform that action at this time.
0 commit comments