Add privacy policy and EULA pages, update settings URLs
- Create landing_page/privacy.html and landing_page/eula.html matching site design - Add app icon to nav/footer/favicon across all landing pages - Update settings EULA and privacy links to feels.88oakapps.com Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Feels — Track Your Emotional Journey</title>
|
||||
<link rel="icon" type="image/png" href="app-icon.png">
|
||||
<link rel="apple-touch-icon" href="app-icon.png">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap" rel="stylesheet">
|
||||
@@ -84,6 +86,15 @@
|
||||
font-size: 1.5rem;
|
||||
font-weight: 400;
|
||||
letter-spacing: -0.02em;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.logo-icon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.nav-links {
|
||||
@@ -786,6 +797,9 @@
|
||||
.footer-logo {
|
||||
font-family: 'Instrument Serif', serif;
|
||||
font-size: 1.25rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.footer-links {
|
||||
@@ -872,7 +886,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<div class="logo">Feels</div>
|
||||
<div class="logo"><img src="app-icon.png" alt="Feels" class="logo-icon">Feels</div>
|
||||
<ul class="nav-links">
|
||||
<li><a href="#features">Features</a></li>
|
||||
<li><a href="#devices">Devices</a></li>
|
||||
@@ -1071,11 +1085,11 @@
|
||||
|
||||
<footer>
|
||||
<div class="footer-content">
|
||||
<div class="footer-logo">Feels</div>
|
||||
<div class="footer-logo"><img src="app-icon.png" alt="Feels" class="logo-icon">Feels</div>
|
||||
<ul class="footer-links">
|
||||
<li><a href="#">Privacy Policy</a></li>
|
||||
<li><a href="#">Terms of Service</a></li>
|
||||
<li><a href="#">Support</a></li>
|
||||
<li><a href="privacy.html">Privacy Policy</a></li>
|
||||
<li><a href="eula.html">Terms of Service</a></li>
|
||||
<li><a href="mailto:support@88oakapps.com">Support</a></li>
|
||||
<li><a href="#">Press Kit</a></li>
|
||||
</ul>
|
||||
<p class="footer-copy">© 2026 Feels. Made with 💚 for your wellbeing.</p>
|
||||
|
||||
Reference in New Issue
Block a user