|
70 | 70 | <div class="mb-12"> |
71 | 71 | <h3 class="text-xs font-bold text-slate-400 uppercase tracking-widest mb-6">Folders</h3> |
72 | 72 | <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6"> |
73 | | - <%- include('../components/folder-card', { title: '01. Assets', count: '128 files', icon: '<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z"></path></svg>', iconBg: 'bg-primary/5', iconColor: 'primary' }) %> |
74 | | - <%- include('../components/folder-card', { title: '02. Components', count: '45 files', icon: '<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z"></path></svg>', iconBg: 'bg-primary/5', iconColor: 'primary' }) %> |
75 | | - <%- include('../components/folder-card', { title: '03. Templates', count: '12 files', icon: '<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z"></path></svg>', iconBg: 'bg-primary/5', iconColor: 'primary' }) %> |
76 | | - <%- include('../components/folder-card', { title: 'Documentation', count: '8 files', icon: '<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z"></path></svg>', iconBg: 'bg-primary/5', iconColor: 'primary' }) %> |
| 73 | + <%- include('../components/folder-card', { title: '01. Assets', count: '128 files', icon: '<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z"></path></svg>', className: 'bg-primary/5' }) %> |
| 74 | + <%- include('../components/folder-card', { title: '02. Components', count: '45 files', icon: '<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z"></path></svg>', className: 'bg-primary/5' }) %> |
| 75 | + <%- include('../components/folder-card', { title: '03. Templates', count: '12 files', icon: '<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z"></path></svg>', className: 'bg-primary/5' }) %> |
| 76 | + <%- include('../components/folder-card', { title: 'Documentation', count: '8 files', icon: '<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z"></path></svg>', className: 'bg-primary/5' }) %> |
77 | 77 | </div> |
78 | 78 | </div> |
79 | 79 |
|
|
0 commit comments