-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheverydaygrace.html
More file actions
42 lines (40 loc) · 1.84 KB
/
everydaygrace.html
File metadata and controls
42 lines (40 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Everyday Grace | Colson's App Portfolio</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>SquatchCraft Apps</h1>
<p>Explore a suite of thoughtfully crafted applications that inspire creativity, productivity, and spiritual growth.</p>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="everydaygrace.html">Everyday Grace</a></li>
<li><a href="ldsjournal.html">LDS Journal</a></li>
<li><a href="powerplayai.html">Power Play AI</a></li>
<li><a href="syncboy.html">SyncBoy</a></li>
<li><a href="tanklab.html">TankLab</a></li>
</ul>
<button id="theme-toggle" class="theme-toggle" aria-label="Toggle theme"></button>
</nav>
</header>
<main class="container">
<section>
<h2>Everyday Grace</h2>
<p><strong>Everyday Grace</strong> is a daily reflection and gratitude journaling app that provides inspirational or spiritual prompts. Users can input text (such as responses or journal entries) which is processed by a third-party AI service to generate helpful insights or suggestions. Rest assured, we do not store or link your text inputs to any personally identifiable information.</p>
<p>If you have any questions or concerns, or need help with this app, please contact us at <a href="mailto:hello@squatchcraft.com">hello@squatchcraft.com</a>.</p>
<p><a href="everydaygrace-privacy.html" class="btn">View Privacy Policy</a></p>
<p><a href="index.html">← Back to All Apps</a></p>
</section>
</main>
<footer>
<p>© 2025 Colson - All Rights Reserved</p>
<p>Crafted with passion and purpose.</p>
</footer>
<script src="script.js"></script>
</body>
</html>