-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (46 loc) · 1.85 KB
/
Copy pathindex.html
File metadata and controls
52 lines (46 loc) · 1.85 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
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>CompassOS — by Shrishty</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<header>
<h1>🧭 CompassOS</h1>
<p class="mantra">“I will show up with kindness, walk with courage, live with purpose, and stay loyal to what matters.”</p>
</header>
<main>
<section class="about">
<p>
CompassOS is my personal operating system for living with purpose. It's not just a website—it's a daily check-in with my values:
<strong>Kindness</strong>, <strong>Courage</strong>, <strong>Purpose</strong>, and <strong>Loyalty</strong>.
</p>
<p>
Like a compass, it helps me stay oriented—especially when life gets foggy. Each week, I log how I’ve shown up in alignment with what matters most.
This is part journal, part dashboard, and part promise to myself: to live intentionally, not accidentally.
</p>
<p>
I'm not just building a site. I'm building a mindset—and letting it evolve in public.
</p>
</section>
<section class="dashboard">
<h2>🌼 Core Values</h2>
<div class="tiles">
<a href="values/kindness.html" class="tile pink">🌸 Kindness</a>
<a href="values/courage.html" class="tile gold">🦁 Courage</a>
<a href="values/purpose.html" class="tile purple">✨ Purpose</a>
<a href="values/loyalty.html" class="tile teal">🛡️ Loyalty</a>
</div>
</section>
<section class="journal-link">
<h2>📆 Weekly Reflections</h2>
<p><a href="journal/journal.html" class="button">View My Compass Log</a></p>
</section>
</main>
<footer>
<p>Created with love and introspection by <strong>Shrishty</strong> ✨</p>
</footer>
</body>
</html>