Add Gmail Automation RPA to portfolio

- Gmail API 이메일 자동화 프로젝트 추가
- 자동 분류 및 답장 기능
- Gitea 저장소 링크 연결
- 이모지 변경 (🤖📧)
This commit is contained in:
2026-02-10 03:54:07 +09:00
parent e6e1c34a59
commit 6bf2b95631

View File

@@ -226,24 +226,32 @@ export default function Home() {
</div>
</div>
{/* Portfolio Item 3 */}
<div className="bg-white rounded-xl overflow-hidden shadow-lg hover:shadow-2xl transition">
{/* Portfolio Item 3 - Gmail Automation */}
<a
href="https://gitea.gahusb.synology.me/gahusb/gmail-automation-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-purple-500 to-purple-700 h-48 flex items-center justify-center">
<div className="text-white text-6xl">🤖</div>
<div className="text-white text-6xl">📧</div>
</div>
<div className="p-6">
<div className="text-sm text-purple-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">Gmail </h3>
<p className="text-gray-600 mb-4">
Gmail API로 /. 150%
</p>
<div className="flex flex-wrap gap-2">
<div className="flex flex-wrap gap-2 mb-3">
<span className="px-3 py-1 bg-purple-100 text-purple-700 rounded-full text-sm">Python</span>
<span className="px-3 py-1 bg-purple-100 text-purple-700 rounded-full text-sm">Selenium</span>
<span className="px-3 py-1 bg-purple-100 text-purple-700 rounded-full text-sm">BeautifulSoup</span>
<span className="px-3 py-1 bg-purple-100 text-purple-700 rounded-full text-sm">Gmail API</span>
<span className="px-3 py-1 bg-purple-100 text-purple-700 rounded-full text-sm">OAuth</span>
</div>
<div className="text-purple-600 text-sm font-semibold flex items-center">
<span className="mr-1"></span> GitHub에서
</div>
</div>
</div>
</a>
</div>
<div className="text-center mt-12">