Skip to content

Commit 2b45f64

Browse files
committed
10.295 Reorganize Practice Intuition homepage section
1 parent b587719 commit 2b45f64

1 file changed

Lines changed: 113 additions & 64 deletions

File tree

index.html

Lines changed: 113 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -727,8 +727,12 @@
727727
background: linear-gradient(180deg, rgba(25, 31, 39, 0.94), rgba(108, 59, 209, 0.15));
728728
}
729729

730+
.split-bar.practice-hub {
731+
grid-template-columns: 1fr;
732+
text-align: center;
733+
}
734+
730735
.band-heading {
731-
grid-column: 1 / -1;
732736
margin: 0 0 2px;
733737
font-family: 'IBM Plex Mono', monospace;
734738
font-size: clamp(1.05rem, 1.45vw, 1.35rem);
@@ -738,6 +742,38 @@
738742
color: var(--purple);
739743
}
740744

745+
.band-subcopy {
746+
max-width: 740px;
747+
margin: 2px auto 8px;
748+
color: var(--muted);
749+
font-size: 0.9rem;
750+
line-height: 1.55;
751+
}
752+
753+
.practice-main-grid,
754+
.practice-clinical-grid {
755+
display: grid;
756+
gap: 14px;
757+
}
758+
759+
.practice-main-grid {
760+
grid-template-columns: repeat(2, minmax(0, 1fr));
761+
}
762+
763+
.practice-clinical-grid {
764+
grid-template-columns: repeat(3, minmax(0, 1fr));
765+
padding-top: 14px;
766+
border-top: 1px solid rgba(108, 59, 209, 0.3);
767+
}
768+
769+
.clinical-panel h3 {
770+
font-size: 1.32rem;
771+
}
772+
773+
.clinical-panel p {
774+
font-size: 0.86rem;
775+
}
776+
741777
.split-panel {
742778
display: block;
743779
min-height: 100%;
@@ -883,6 +919,8 @@
883919
.foundation-grid.two,
884920
.card-split,
885921
.split-bar,
922+
.practice-main-grid,
923+
.practice-clinical-grid,
886924
.loops-track,
887925
.focus-grid {
888926
grid-template-columns: 1fr;
@@ -1096,39 +1134,6 @@ <h3>Glenoid Implant Patent Inventor</h3>
10961134
</div>
10971135
</div>
10981136

1099-
<div class="split-bar purple" aria-label="Healthcare AI and clinical application">
1100-
<a class="split-panel" href="/experiences/">
1101-
<div class="product-top">
1102-
<span class="product-tag">Healthcare AI Product Incubation</span>
1103-
<span class="experience-year">2024</span>
1104-
<i class="product-arrow" data-lucide="arrow-up-right" size="18"></i>
1105-
</div>
1106-
<h3>Chat EMT Product Incubation + EMT</h3>
1107-
<p>EMT field experience translated into healthcare product incubation, clinical decision-support concepts, patient workflows, and AI prototyping.</p>
1108-
<div class="chips">
1109-
<span class="chip">Healthcare AI</span>
1110-
<span class="chip">EMT-B</span>
1111-
<span class="chip">Product Architecture</span>
1112-
<span class="chip">Cloud Infrastructure</span>
1113-
</div>
1114-
</a>
1115-
<a class="split-panel" href="/experiences/">
1116-
<div class="product-top">
1117-
<span class="product-tag">Clinical Communication</span>
1118-
<span class="experience-year">2021-2022</span>
1119-
<i class="product-arrow" data-lucide="arrow-up-right" size="18"></i>
1120-
</div>
1121-
<h3>Physical Therapy Clinics Experience</h3>
1122-
<p>Patient communication and advocacy experience grounding healthcare AI design, people-development thinking, and movement insight translation for diverse populations.</p>
1123-
<div class="chips">
1124-
<span class="chip">Physical Therapy Clinic</span>
1125-
<span class="chip">Patient Communication</span>
1126-
<span class="chip">Patient Advocacy</span>
1127-
<span class="chip">Movement Education</span>
1128-
</div>
1129-
</a>
1130-
</div>
1131-
11321137
<div class="foundation-grid two">
11331138
<div class="foundation-column">
11341139
<p class="section-label">Research</p>
@@ -1165,37 +1170,81 @@ <h3>Full Stack Cloud Developer</h3>
11651170
</div>
11661171
</div>
11671172

1168-
<div class="split-bar purple" aria-label="Practice Intuition digital and coaching systems">
1173+
<div id="practice-intuition" class="split-bar purple practice-hub" aria-label="Practice Intuition product, coaching, and clinical systems">
11691174
<h2 class="band-heading">Founder: Practice Intuition</h2>
1170-
<a class="split-panel" href="/expression/">
1171-
<div class="product-top">
1172-
<span class="product-tag">Founder: Practice Intuition</span>
1173-
<span class="experience-year">2026</span>
1174-
<i class="product-arrow" data-lucide="arrow-up-right" size="18"></i>
1175-
</div>
1176-
<h3>Bonita Intelligence System</h3>
1177-
<p>AI wellness intelligence MVP for TIME, SPACE, and SELF triage, structured protocols, safety boundaries, and a full-stack product direction.</p>
1178-
<div class="chips">
1179-
<span class="chip">Gemini</span>
1180-
<span class="chip">React</span>
1181-
<span class="chip">Wellness AI</span>
1182-
</div>
1183-
</a>
1184-
<a id="biomechanics" class="split-panel" href="/expression/">
1185-
<div class="product-top">
1186-
<span class="product-tag">Biomechanics Coaching</span>
1187-
<span class="experience-year">2025</span>
1188-
<i class="product-arrow" data-lucide="arrow-up-right" size="18"></i>
1189-
</div>
1190-
<h3>Applied Biomechanics Coaching</h3>
1191-
<p>Biomechanics assessment and movement coaching to assist with pain-free movement, strength training, and human performance.</p>
1192-
<div class="chips">
1193-
<span class="chip">Assessment</span>
1194-
<span class="chip">Physical Therapy Clinic</span>
1195-
<span class="chip">Movement Coaching</span>
1196-
<span class="chip">Motor Learning</span>
1197-
</div>
1198-
</a>
1175+
<p class="band-subcopy">A founder-led umbrella for self-developed product incubation, clinical exposure, and embodied coaching systems.</p>
1176+
<div class="practice-main-grid">
1177+
<a class="split-panel" href="/expression/">
1178+
<div class="product-top">
1179+
<span class="product-tag">Founder: Practice Intuition</span>
1180+
<span class="experience-year">2026</span>
1181+
<i class="product-arrow" data-lucide="arrow-up-right" size="18"></i>
1182+
</div>
1183+
<h3>Bonita Intelligence System</h3>
1184+
<p>AI wellness intelligence MVP for TIME, SPACE, and SELF triage, structured protocols, safety boundaries, and a full-stack product direction.</p>
1185+
<div class="chips">
1186+
<span class="chip">Gemini</span>
1187+
<span class="chip">React</span>
1188+
<span class="chip">Wellness AI</span>
1189+
</div>
1190+
</a>
1191+
<a id="biomechanics" class="split-panel" href="/expression/">
1192+
<div class="product-top">
1193+
<span class="product-tag">Biomechanics Coaching</span>
1194+
<span class="experience-year">2025</span>
1195+
<i class="product-arrow" data-lucide="arrow-up-right" size="18"></i>
1196+
</div>
1197+
<h3>Applied Biomechanics Coaching</h3>
1198+
<p>Biomechanics assessment and movement coaching to assist with pain-free movement, strength training, and human performance.</p>
1199+
<div class="chips">
1200+
<span class="chip">Assessment</span>
1201+
<span class="chip">Physical Therapy Clinic</span>
1202+
<span class="chip">Movement Coaching</span>
1203+
<span class="chip">Motor Learning</span>
1204+
</div>
1205+
</a>
1206+
</div>
1207+
<div class="practice-clinical-grid">
1208+
<a class="split-panel clinical-panel" href="/experiences/">
1209+
<div class="product-top">
1210+
<span class="product-tag">Product Incubation</span>
1211+
<span class="experience-year">2024</span>
1212+
<i class="product-arrow" data-lucide="arrow-up-right" size="18"></i>
1213+
</div>
1214+
<h3>ChatEMT</h3>
1215+
<p>Healthcare AI product exploration shaped by EMT workflows, triage logic, and clinical decision-support concepts.</p>
1216+
<div class="chips">
1217+
<span class="chip">Healthcare AI</span>
1218+
<span class="chip">Product Architecture</span>
1219+
</div>
1220+
</a>
1221+
<a class="split-panel clinical-panel" href="/experiences/">
1222+
<div class="product-top">
1223+
<span class="product-tag">Clinical Fieldwork</span>
1224+
<span class="experience-year">2021-2022</span>
1225+
<i class="product-arrow" data-lucide="arrow-up-right" size="18"></i>
1226+
</div>
1227+
<h3>EMT</h3>
1228+
<p>Patient care, emergency response, transport workflows, and real-time communication under uncertainty.</p>
1229+
<div class="chips">
1230+
<span class="chip">EMT-B</span>
1231+
<span class="chip">Patient Care</span>
1232+
</div>
1233+
</a>
1234+
<a class="split-panel clinical-panel" href="/experiences/">
1235+
<div class="product-top">
1236+
<span class="product-tag">Clinical Communication</span>
1237+
<span class="experience-year">2021-2022</span>
1238+
<i class="product-arrow" data-lucide="arrow-up-right" size="18"></i>
1239+
</div>
1240+
<h3>Physical Therapy</h3>
1241+
<p>Movement education, patient advocacy, and communication insights across pain-free performance goals.</p>
1242+
<div class="chips">
1243+
<span class="chip">PT Clinic</span>
1244+
<span class="chip">Movement Education</span>
1245+
</div>
1246+
</a>
1247+
</div>
11991248
</div>
12001249

12011250
<a id="systems" class="loops-panel green" href="/about/">

0 commit comments

Comments
 (0)