forked from cardosofelipe/fast-next-template
Add logo icon to components and update branding assets
- Integrated `logo-icon.svg` into headers, footer, and development layout for consistent branding. - Updated `logo.svg` and `logo-icon.svg` with improved gradient and filter naming for clarity. - Enhanced `README.md` and branding documentation with logo visuals and descriptions. - Refined visual identity details in docs to emphasize the branding hierarchy and usage.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<linearGradient id="pragma-stack-icon-grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#0EA5E9;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#2563EB;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<path d="M16 26L4 20L16 14L28 20L16 26Z" fill="url(#grad1)" opacity="0.6" />
|
||||
<path d="M16 21L4 15L16 9L28 15L16 21Z" fill="url(#grad1)" opacity="0.8" />
|
||||
<path d="M16 16L4 10L16 4L28 10L16 16Z" fill="url(#grad1)" />
|
||||
<path d="M16 26L4 20L16 14L28 20L16 26Z" fill="url(#pragma-stack-icon-grad)" opacity="0.6" />
|
||||
<path d="M16 21L4 15L16 9L28 15L16 21Z" fill="url(#pragma-stack-icon-grad)" opacity="0.8" />
|
||||
<path d="M16 16L4 10L16 4L28 10L16 16Z" fill="url(#pragma-stack-icon-grad)" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 573 B After Width: | Height: | Size: 641 B |
@@ -1,10 +1,10 @@
|
||||
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<linearGradient id="pragma-stack-grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#0EA5E9;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#2563EB;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<filter id="dropShadow" x="-20%" y="-20%" width="140%" height="140%">
|
||||
<filter id="pragma-stack-shadow" x="-20%" y="-20%" width="140%" height="140%">
|
||||
<feGaussianBlur in="SourceAlpha" stdDeviation="10"/>
|
||||
<feOffset dx="0" dy="10" result="offsetblur"/>
|
||||
<feComponentTransfer>
|
||||
@@ -18,11 +18,11 @@
|
||||
</defs>
|
||||
|
||||
<!-- Bottom Layer -->
|
||||
<path d="M256 420L60 320L256 220L452 320L256 420Z" fill="url(#grad1)" opacity="0.6" />
|
||||
<path d="M256 420L60 320L256 220L452 320L256 420Z" fill="url(#pragma-stack-grad)" opacity="0.6" />
|
||||
|
||||
<!-- Middle Layer -->
|
||||
<path d="M256 340L60 240L256 140L452 240L256 340Z" fill="url(#grad1)" opacity="0.8" />
|
||||
<path d="M256 340L60 240L256 140L452 240L256 340Z" fill="url(#pragma-stack-grad)" opacity="0.8" />
|
||||
|
||||
<!-- Top Layer -->
|
||||
<path d="M256 260L60 160L256 60L452 160L256 260Z" fill="url(#grad1)" filter="url(#dropShadow)" />
|
||||
<path d="M256 260L60 160L256 60L452 160L256 260Z" fill="url(#pragma-stack-grad)" filter="url(#pragma-stack-shadow)" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user