Skip to content

Commit d0c6b71

Browse files
committed
Footer icons and projects page description
1 parent c488b67 commit d0c6b71

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

src/components/AppFooter.vue

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
>
2323
<i
2424
: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"
2626
></i>
2727
</a>
2828
</ul>
@@ -74,13 +74,19 @@ export default {
7474
url: 'https://twitter.com/NangialaiStoman',
7575
},
7676
{
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',
8181
},
8282
{
8383
id: 4,
84+
name: 'Medium',
85+
icon: 'book',
86+
url: 'https://stoman.medium.com',
87+
},
88+
{
89+
id: 5,
8490
name: 'Behance',
8591
icon: 'feather',
8692
url: 'https://behance.net/NangialaiStoman',

src/components/ProjectSingle.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<img
99
:src="project.img"
1010
:alt="project.title"
11-
class="rounded-t-3xl border-none"
11+
class="rounded-t-xl border-none"
1212
/>
1313
</div>
1414
<div class="text-center px-4 py-6">

src/components/ProjectsGrid.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
>
99
{{ projectsHeading }}
1010
</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">
1213
{{ projectsDescription }}
13-
</p>
14+
</p> -->
1415
</div>
1516
<!-- Projects grid title end -->
1617

0 commit comments

Comments
 (0)