|
11 | 11 | body { font-family: 'Plus Jakarta Sans', sans-serif; } |
12 | 12 | .doc-card { transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); height: 100%; } |
13 | 13 | .doc-card:hover { transform: translateY(-8px); } |
| 14 | + .deprecated-card { border-color: #fee2e2 ! from; background-color: #fffafa; } |
14 | 15 | </style> |
15 | 16 | </head> |
16 | 17 | <body class="bg-slate-50 text-slate-900 antialiased min-h-screen"> |
@@ -45,20 +46,21 @@ <h2 class="text-2xl font-black tracking-tighter mb-4">Verification</h2> |
45 | 46 | <i data-feather="terminal" class="w-7 h-7"></i> |
46 | 47 | </div> |
47 | 48 | <h2 class="text-2xl font-black tracking-tighter mb-4">API Reference</h2> |
48 | | - <p class="text-slate-500 text-sm font-medium leading-relaxed mb-8 flex-grow">Access your profile data programmatically via our REST API and live endpoints.</p> |
| 49 | + <p class="text-slate-500 text-sm font-medium leading-relaxed mb-8 flex-grow">Access your profile data programmatically via our primary REST API and live endpoints.</p> |
49 | 50 | <div class="flex items-center gap-2 text-indigo-600 font-black text-xs uppercase tracking-widest"> |
50 | 51 | Documentation <i data-feather="arrow-right" class="w-4 h-4"></i> |
51 | 52 | </div> |
52 | 53 | </a> |
53 | 54 |
|
54 | | - <a href="../blog/vaultapi.html" class="doc-card group p-8 bg-white rounded-[3rem] border-2 border-slate-100 shadow-xl shadow-slate-200/40 flex flex-col border-blue-100"> |
55 | | - <div class="w-14 h-14 bg-blue-50 text-blue-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition"> |
56 | | - <i data-feather="lock" class="w-7 h-7"></i> |
| 55 | + <a href="../blog/vaultapi.html" class="doc-card group p-8 bg-white rounded-[3rem] border-2 border-red-100 shadow-xl shadow-red-200/10 flex flex-col relative overflow-hidden"> |
| 56 | + <div class="absolute top-4 right-6 px-2 py-0.5 bg-red-100 text-red-600 rounded text-[10px] font-black uppercase tracking-tighter">Deprecated</div> |
| 57 | + <div class="w-14 h-14 bg-red-50 text-red-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition"> |
| 58 | + <i data-feather="slash" class="w-7 h-7"></i> |
57 | 59 | </div> |
58 | 60 | <h2 class="text-2xl font-black tracking-tighter mb-4">Vault API</h2> |
59 | | - <p class="text-slate-500 text-sm font-medium leading-relaxed mb-8 flex-grow">Learn how to grab users links, analytics and more in the form of a backup - Coming Soon.</p> |
60 | | - <div class="flex items-center gap-2 text-blue-600 font-black text-xs uppercase tracking-widest"> |
61 | | - Announcement <i data-feather="arrow-right" class="w-4 h-4"></i> |
| 61 | + <p class="text-slate-400 text-sm font-medium leading-relaxed mb-8 flex-grow italic">Status: Retired. Features consolidated into Public API to remove redundancy.</p> |
| 62 | + <div class="flex items-center gap-2 text-red-600 font-black text-xs uppercase tracking-widest"> |
| 63 | + Post-Mortem <i data-feather="arrow-right" class="w-4 h-4"></i> |
62 | 64 | </div> |
63 | 65 | </a> |
64 | 66 | </div> |
|
0 commit comments