File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 22
22
>
23
23
<i
24
24
:data-feather =" social.icon"
25
- class =" w-6 sm:w-8 h-6 sm:h-8"
25
+ class =" w-5 sm:w-8 h-5 sm:h-8"
26
26
></i >
27
27
</a >
28
28
</ul >
@@ -74,13 +74,19 @@ export default {
74
74
url: ' https://twitter.com/NangialaiStoman' ,
75
75
},
76
76
{
77
- id: 3 ,
78
- name: ' Instagram ' ,
79
- icon: ' instagram ' ,
80
- url: ' https://instagram .com/NangialaiStoman' ,
77
+ id: 2 ,
78
+ name: ' Twitter ' ,
79
+ icon: ' twitter ' ,
80
+ url: ' https://twitter .com/NangialaiStoman' ,
81
81
},
82
82
{
83
83
id: 4 ,
84
+ name: ' Medium' ,
85
+ icon: ' book' ,
86
+ url: ' https://stoman.medium.com' ,
87
+ },
88
+ {
89
+ id: 5 ,
84
90
name: ' Behance' ,
85
91
icon: ' feather' ,
86
92
url: ' https://behance.net/NangialaiStoman' ,
Original file line number Diff line number Diff line change 8
8
<img
9
9
:src =" project.img"
10
10
:alt =" project.title"
11
- class =" rounded-t-3xl border-none"
11
+ class =" rounded-t-xl border-none"
12
12
/>
13
13
</div >
14
14
<div class =" text-center px-4 py-6" >
Original file line number Diff line number Diff line change 8
8
>
9
9
{{ projectsHeading }}
10
10
</p >
11
- <p class =" text-md sm:text-xl text-gray-500 dark:text-ternary-light" >
11
+ <!-- Note: This description is commented, if you want to, you can uncomment this -->
12
+ <!-- <p class="text-md sm:text-xl text-gray-500 dark:text-ternary-light">
12
13
{{ projectsDescription }}
13
- </p >
14
+ </p> -->
14
15
</div >
15
16
<!-- Projects grid title end -->
16
17
You can’t perform that action at this time.
0 commit comments