File tree Expand file tree Collapse file tree 1 file changed +17
-11
lines changed
Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -96,17 +96,23 @@ import Image from 'next/image'
9696
9797 { /* Tugmalar */ }
9898 <div className = " flex justify-center space-x-3 mt-4" >
99- <button
100- className = " bg-green-500 text-white px-4 py-2 rounded-md text-sm font-semibold
101- hover:bg-green-600 hover:scale-105 transform transition"
102- >
103- LinkedIn
104- </button >
105- <button
106- className = " bg-green-500 text-white px-4 py-2 rounded-md text-sm font-semibold hover:bg-green-600 hover:scale-105 transform transition"
107- >
108- Yozilish
109- </button >
99+ <a
100+ href = " https://www.linkedin.com/in/shkuvandikov/"
101+ target = " _blank"
102+ rel = " noopener noreferrer" >
103+ <button className = " bg-green-500 text-white px-4 py-2 rounded-md text-sm font-semibold hover:bg-green-600 hover:scale-105 transform transition" >
104+ LinkedIn
105+ </button >
106+ </a >
107+
108+ <
a href = " mailto:[email protected] ?subject=Consultatsiya so'rovi&body=Salom, men consultatsiyaga yozilmoqchiman..." >
109+ <button
110+ className = " bg-green-500 text-white px-4 py-2 rounded-md text-sm font-semibold hover:bg-green-600 hover:scale-105 transform transition"
111+ >
112+ Yozilish
113+ </button >
114+ </a >
115+
110116 </div >
111117 </div >
112118 ))}
You can’t perform that action at this time.
0 commit comments