-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
208 lines (175 loc) · 5.03 KB
/
Copy pathtest.html
File metadata and controls
208 lines (175 loc) · 5.03 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Heard TOC - Webflow Structure Test</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
color: #333;
}
/* Sticky nav to test auto-detection */
.sticky-nav {
position: sticky;
top: 0;
background: #2d4a2d;
color: white;
padding: 1rem 2rem;
z-index: 100;
display: flex;
align-items: center;
gap: 2rem;
height: 72px;
}
.sticky-nav a { color: white; text-decoration: none; }
.page-layout {
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
display: grid;
grid-template-columns: 1fr 300px;
gap: 3rem;
}
/* Mimic Webflow's TOC styles */
.fs-toc_sidebar {
position: sticky;
top: 100px;
align-self: start;
}
.fs-toc_sidebar h3 {
margin-bottom: 1rem;
font-size: 1.1rem;
font-weight: 600;
}
.fs-toc_link-content {
display: flex;
flex-direction: column;
}
.fs-toc_link-wrapper {
border-bottom: 1px solid #e5e5e5;
}
.fs-toc_link-wrapper.is-h3 {
padding-left: 1rem;
border-bottom: none;
}
.fs-toc_link-wrapper.is-h4 {
padding-left: 2rem;
border-bottom: none;
}
.fs-toc_link {
display: block;
padding: 0.75rem 0;
color: #333;
text-decoration: none;
font-size: 0.9rem;
transition: color 0.2s;
}
.fs-toc_link:hover {
color: #2d4a2d;
}
.fs-toc_link.w--current,
.fs-toc_link.w--current .fs-toc_link-h2,
.fs-toc_link.w--current .fs-toc_link-h3 {
color: #2d4a2d;
font-weight: 600;
}
.fs-toc_link-h2,
.fs-toc_link-h3 {
color: inherit;
}
.fs-toc_h-trigger {
display: none;
}
.w-inline-block {
display: inline-block;
max-width: 100%;
}
/* Content styles */
.content {
max-width: 800px;
}
.article-main {
margin-bottom: 3rem;
}
.article-main h2 {
font-size: 2rem;
margin: 2rem 0 1rem;
padding-bottom: 0.5rem;
border-bottom: 2px solid #e0e0e0;
}
.article-main h3 {
font-size: 1.5rem;
margin-top: 2rem;
margin-bottom: 1rem;
}
.article-main h4 {
font-size: 1.25rem;
margin-top: 1.5rem;
margin-bottom: 0.75rem;
}
.article-main p {
margin-bottom: 1rem;
color: #555;
}
.spacer {
height: 50vh;
}
</style>
</head>
<body>
<!-- Sticky nav to test auto-detection of scroll offset -->
<nav class="sticky-nav">
<strong>Heard</strong>
<a href="#">How It Works</a>
<a href="#">Pricing</a>
<a href="#">Resources</a>
</nav>
<div class="page-layout">
<!-- Content Area -->
<div class="content">
<h1 style="margin: 2rem 0;">The Therapist Tax Center</h1>
<!-- Content block with heard-toc-element="contents" -->
<div class="article-main no-padding" heard-toc-element="contents">
<h2>Key Takeaways</h2>
<p>1-2 sentences of takeaways from this hub.</p>
<h2>How Therapists are Taxed (The "Pass-Through" Layer)</h2>
<p>Most self-employed therapists are taxed as pass-through entities. Business profits are reported on your personal return.</p>
<h3>What are the 2026 quarterly tax deadlines for Therapists?</h3>
<p>Q1: April 15, Q2: June 15, Q3: September 15, Q4: January 15, 2027.</p>
<h2>Tax Deductions for Therapists</h2>
<p>Common deductions include home office, professional development, and insurance.</p>
<h3>Home Office Deduction</h3>
<p>Details about the home office deduction for therapists.</p>
<h3>Professional Development</h3>
<p>Details about deducting professional development expenses.</p>
<h2>S Corp vs Sole Proprietor</h2>
<p>Understanding the differences between entity types.</p>
</div>
<div class="spacer"></div>
</div>
<!-- Table of Contents (Webflow structure) -->
<div heard-toc-element="table" class="fs-toc_sidebar">
<h3>Table of Contents</h3>
<div class="fs-toc_link-content">
<div class="fs-toc_link-wrapper is-h2">
<a href="#" class="fs-toc_link w-inline-block">
<div heard-toc-element="link" class="fs-toc_link-h2">Example H2</div>
</a>
<div class="fs-toc_link-wrapper is-h3">
<a href="#" class="fs-toc_link is-h3 w-inline-block">Example H3</a>
</div>
<div fs-toc-element="ix-trigger" class="fs-toc_h-trigger"></div>
</div>
</div>
</div>
</div>
<script src="dist/heard-toc.js"></script>
</body>
</html>