-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
77 lines (77 loc) · 3.43 KB
/
Copy pathresources.html
File metadata and controls
77 lines (77 loc) · 3.43 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>High Functioning Chaos | Resources</title>
<meta name="description" content="A simple starting point for everyday planning with HFC." />
<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=Bebas+Neue&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="site.css" />
</head>
<body><a class="skip-link" href="#main">Skip to content</a>
<nav class="site-nav" aria-label="Primary navigation"><a class="brand-link" href="index.html" aria-label="High Functioning Chaos home"><img src="brand/logo-icon.svg" alt="" /><span class="brand-name">High Functioning <span>Chaos</span></span></a><button class="nav-toggle" type="button" aria-label="Open navigation" aria-expanded="false" aria-controls="primary-links"><span></span></button>
<ul class="nav-links" id="primary-links">
<li><a href="ecosystem.html">Ramblings</a>
</li>
<li><a href="hfc-os.html">App</a>
</li>
<li><a href="https://highfunctioningchaos.store">Store</a>
</li>
<li><a href="about.html">About</a>
</li>
<li><a href="contact.html">Contact</a>
</li>
</ul>
</nav>
<main id="main">
<header class="page-hero">
<div class="container">
<div class="eyebrow">Resources</div>
<h1>Start with one thing.</h1>
<p class="lead">You don’t need another pile of things to download. Try one small step with what you already have.</p>
<div class="btn-row">
</div>
</div>
</header>
<section class="band-soft">
<div class="container">
<div class="grid-3">
<article class="content-card">
<h3>Empty your head.</h3>
<p>Write down what you’re trying to remember. Tasks, dates, questions—get it somewhere you can come back to.</p>
</article>
<article class="content-card">
<h3>Pick what’s next.</h3>
<p>Choose one thing that needs your attention. Make the first step small enough to actually start.</p>
</article>
<article class="content-card">
<h3>Check back.</h3>
<p>Look at the list again when you have room. Move things, change them, or let go of what no longer matters.</p>
</article>
</div>
<div class="btn-row"><a class="btn btn-primary" href="https://planner.highfunctioningchaos.living">Try it in the app</a>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-grid">
<div>
<div class="footer-logo">High Functioning <span>Chaos</span>
</div>
<div class="copyright">© 2026 High Functioning Chaos</div>
</div>
<div class="footer-links"><a href="ecosystem.html">Ramblings</a><a href="hfc-os.html">App</a><a href="https://highfunctioningchaos.store">Store</a><a href="about.html">About</a><a href="contact.html">Contact</a><a href="resources.html">Resources</a>
</div>
</div>
<div class="site-disclaimer">
<h2>From experience.</h2>
<p>We’re not therapists or mental health professionals. We’re living this too, making mistakes and figuring things out as we go. We share what we’ve learned in the hope that you won’t have to learn every lesson the hard way like we did—and that you’ll have a few tools in your toolbox when you need them. The ones we wish we’d had. This is lived experience, not professional advice or a replacement for qualified support.</p>
</div>
</div>
</footer>
<script src="site.js"></script>
</body></html>