Color Schema updates
This commit is contained in:
+6
-26
@@ -30,17 +30,7 @@
|
||||
<header class="nav" role="banner">
|
||||
<div class="nav-inner">
|
||||
<a class="nav-logo" href="index.html" aria-label="PorfolioJournal home">
|
||||
<svg viewBox="0 0 64 64" aria-hidden="true">
|
||||
<defs>
|
||||
<linearGradient id="nav-gradient" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0%" stop-color="#667eea"></stop>
|
||||
<stop offset="100%" stop-color="#764ba2"></stop>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="6" y="6" width="52" height="52" rx="14" fill="url(#nav-gradient)"></rect>
|
||||
<path d="M20 44c0-10 8-18 16-18s16 8 16 18" fill="none" stroke="white" stroke-width="4" stroke-linecap="round"></path>
|
||||
<path d="M24 26h24" fill="none" stroke="white" stroke-width="4" stroke-linecap="round"></path>
|
||||
</svg>
|
||||
<img src="assets/images/app-icon.svg" alt="" aria-hidden="true">
|
||||
<span>PorfolioJournal</span>
|
||||
</a>
|
||||
<nav aria-label="Primary">
|
||||
@@ -129,10 +119,10 @@
|
||||
<p>Use clean typography, generous spacing, and calm gradients. Avoid clutter. The product should feel deliberate and trustworthy.</p>
|
||||
|
||||
<div class="brand-colors">
|
||||
<div class="color-swatch" style="background:#667eea">#667EEA</div>
|
||||
<div class="color-swatch" style="background:#764ba2">#764BA2</div>
|
||||
<div class="color-swatch" style="background:#0071e3">#0071E3</div>
|
||||
<div class="color-swatch" style="background:#34c759">#34C759</div>
|
||||
<div class="color-swatch" style="background:#1f2b3a">#1F2B3A</div>
|
||||
<div class="color-swatch" style="background:#4b7bf2">#4B7BF2</div>
|
||||
<div class="color-swatch" style="background:#58b77a">#58B77A</div>
|
||||
<div class="color-swatch" style="background:#e9a23b">#E9A23B</div>
|
||||
</div>
|
||||
|
||||
<h2>Press contact</h2>
|
||||
@@ -147,17 +137,7 @@
|
||||
<div class="footer-grid">
|
||||
<div class="footer-brand">
|
||||
<div class="footer-logo">
|
||||
<svg viewBox="0 0 64 64" aria-hidden="true">
|
||||
<defs>
|
||||
<linearGradient id="footer-gradient" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0%" stop-color="#667eea"></stop>
|
||||
<stop offset="100%" stop-color="#764ba2"></stop>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="6" y="6" width="52" height="52" rx="14" fill="url(#footer-gradient)"></rect>
|
||||
<path d="M20 44c0-10 8-18 16-18s16 8 16 18" fill="none" stroke="white" stroke-width="4" stroke-linecap="round"></path>
|
||||
<path d="M24 26h24" fill="none" stroke="white" stroke-width="4" stroke-linecap="round"></path>
|
||||
</svg>
|
||||
<img src="assets/images/app-icon.svg" alt="" aria-hidden="true">
|
||||
<span>PorfolioJournal</span>
|
||||
</div>
|
||||
<p>Calm, offline-first portfolio journaling for iOS.</p>
|
||||
|
||||
Reference in New Issue
Block a user