Skip to content

Commit 2905ee6

Browse files
committed
Single project social icons design
1 parent 757b097 commit 2905ee6

File tree

1 file changed

+40
-5
lines changed

1 file changed

+40
-5
lines changed

src/components/SingleProject.vue

+40-5
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,46 @@
9494
Share This
9595
</p>
9696
<div class="flex items-center gap-3 mt-5">
97-
<a href="#"><i data-feather="twitter"></i></a>
98-
<a href="#"><i data-feather="facebook"></i></a>
99-
<a href="#"><i data-feather="instagram"></i></a>
100-
<a href="#"><i data-feather="linkedin"></i></a>
101-
<a href="#"><i data-feather="youtube"></i></a>
97+
<a
98+
href="#"
99+
class="bg-gray-100 hover:bg-blue-400 hover:text-white p-2 rounded-lg shadow-sm"
100+
><i
101+
data-feather="twitter"
102+
class="w-5 h-5 text-gray-500 hover:text-white"
103+
></i
104+
></a>
105+
<a
106+
href="#"
107+
class="bg-gray-100 hover:bg-blue-700 hover:text-white p-2 rounded-lg shadow-sm"
108+
><i
109+
data-feather="facebook"
110+
class="w-5 h-5 text-gray-500 hover:text-white"
111+
></i
112+
></a>
113+
<a
114+
href="#"
115+
class="bg-gray-100 hover:bg-red-400 hover:text-white p-2 rounded-lg shadow-sm"
116+
><i
117+
data-feather="instagram"
118+
class="w-5 h-5 text-gray-500 hover:text-white"
119+
></i
120+
></a>
121+
<a
122+
href="#"
123+
class="bg-gray-100 hover:bg-blue-500 hover:text-white p-2 rounded-lg shadow-sm"
124+
><i
125+
data-feather="linkedin"
126+
class="w-5 h-5 text-gray-500 hover:text-white"
127+
></i
128+
></a>
129+
<a
130+
href="#"
131+
class="bg-gray-100 hover:bg-red-700 hover:text-white p-2 rounded-lg shadow-sm"
132+
><i
133+
data-feather="youtube"
134+
class="w-5 h-5 text-gray-500 hover:text-white"
135+
></i
136+
></a>
102137
</div>
103138
</div>
104139
</div>

0 commit comments

Comments
 (0)