-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathldsjournal.html
More file actions
43 lines (40 loc) · 1.7 KB
/
ldsjournal.html
File metadata and controls
43 lines (40 loc) · 1.7 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
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>LDS Journal | 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>LDS Journal</h2>
<p><strong>LDS Journal</strong> is a private journaling tool designed for members of the LDS community. It offers scripture-based prompts, daily reflection reminders, and a simple way to record spiritual insights and meaningful life moments.</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="ldsjournal-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>