1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 04:39:34 +05:30

(feat): added hoverable project info tooltip card

This commit is contained in:
2024-08-01 22:23:14 +05:30
parent 646438383a
commit a6fa2a96e7
10 changed files with 209 additions and 11 deletions

View File

@@ -13,4 +13,5 @@ SMTP_USER = "Your SMTP Sender Username Here"
SMTP_PASS = "Your SMTP Sender Password Here"
SMTP_SENDTO = "Your Email Inbox Address to Receive Emails"
SMTP_PORT = 465
ANALYTICS_ID = "Your Google Analytics Tracking ID Here"
ANALYTICS_ID = "Your Google Analytics Tracking ID Here"
GITHUB_ACCESS_TOKEN = "Your GitHub Access Token Here"