Add real RPA project to portfolio

- Excel Data Merger RPA 프로젝트 추가
- Gitea 저장소 링크 연결
- 클릭 가능한 포트폴리오 카드로 변경
This commit is contained in:
2026-02-10 03:22:29 +09:00
parent 55ff69be6b
commit e6e1c34a59

View File

@@ -180,24 +180,32 @@ export default function Home() {
</div> </div>
<div className="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> <div className="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
{/* Portfolio Item 1 */} {/* Portfolio Item 1 - Excel Merger RPA */}
<div className="bg-white rounded-xl overflow-hidden shadow-lg hover:shadow-2xl transition"> <a
href="https://gitea.gahusb.synology.me/gahusb/excel-merge-rpa"
target="_blank"
rel="noopener noreferrer"
className="bg-white rounded-xl overflow-hidden shadow-lg hover:shadow-2xl transition block"
>
<div className="bg-gradient-to-br from-blue-500 to-blue-700 h-48 flex items-center justify-center"> <div className="bg-gradient-to-br from-blue-500 to-blue-700 h-48 flex items-center justify-center">
<div className="text-white text-6xl">📊</div> <div className="text-white text-6xl">📊</div>
</div> </div>
<div className="p-6"> <div className="p-6">
<div className="text-sm text-blue-700 font-semibold mb-2">RPA </div> <div className="text-sm text-blue-700 font-semibold mb-2">RPA </div>
<h3 className="text-xl font-bold text-gray-900 mb-2"> </h3> <h3 className="text-xl font-bold text-gray-900 mb-2"> </h3>
<p className="text-gray-600 mb-4"> <p className="text-gray-600 mb-4">
5 10 . 5 10
</p> </p>
<div className="flex flex-wrap gap-2"> <div className="flex flex-wrap gap-2 mb-3">
<span className="px-3 py-1 bg-blue-100 text-blue-700 rounded-full text-sm">Python</span> <span className="px-3 py-1 bg-blue-100 text-blue-700 rounded-full text-sm">Python</span>
<span className="px-3 py-1 bg-blue-100 text-blue-700 rounded-full text-sm">Pandas</span> <span className="px-3 py-1 bg-blue-100 text-blue-700 rounded-full text-sm">Pandas</span>
<span className="px-3 py-1 bg-blue-100 text-blue-700 rounded-full text-sm">Openpyxl</span> <span className="px-3 py-1 bg-blue-100 text-blue-700 rounded-full text-sm">Openpyxl</span>
</div> </div>
<div className="text-blue-600 text-sm font-semibold flex items-center">
<span className="mr-1"></span> GitHub에서
</div>
</div> </div>
</div> </a>
{/* Portfolio Item 2 */} {/* Portfolio Item 2 */}
<div className="bg-white rounded-xl overflow-hidden shadow-lg hover:shadow-2xl transition"> <div className="bg-white rounded-xl overflow-hidden shadow-lg hover:shadow-2xl transition">