File tree Expand file tree Collapse file tree 10 files changed +19
-9
lines changed
Expand file tree Collapse file tree 10 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 1818 test-dotnet :
1919 name : .NET Unit Tests
2020 runs-on : ubuntu-latest
21-
21+
2222 steps :
2323 - uses : actions/checkout@v4
2424
8787 test-typescript :
8888 name : TypeScript/Jest Tests
8989 runs-on : ubuntu-latest
90-
90+
9191 steps :
9292 - uses : actions/checkout@v4
9393
@@ -116,7 +116,7 @@ jobs:
116116 runs-on : ubuntu-latest
117117 needs : [test-dotnet, test-typescript]
118118 if : always()
119-
119+
120120 steps :
121121 - uses : actions/checkout@v4
122122
Original file line number Diff line number Diff line change @@ -482,6 +482,7 @@ <h3>Immediate Actions</h3>
482482< ol >
483483< li > < p > < strong > Schedule Demo</ strong > </ p >
484484< ul >
485+ < li > < a href ="https://calendly.com/mark-cloudhealthoffice "> Book 30-minute platform walkthrough</ a > </ li >
485486< li > Review your specific payer requirements</ li >
486487< li > See live deployment demonstration</ li >
487488</ ul >
Original file line number Diff line number Diff line change @@ -307,6 +307,7 @@ nav ul {
307307 align-items : center;
308308 flex-wrap : wrap;
309309 gap : var (--spacing-md );
310+ padding : 0 ;
310311}
311312
312313nav li {
Original file line number Diff line number Diff line change 4343 < button class ="mobile-menu-toggle " aria-label ="Toggle navigation menu " aria-expanded ="false " id ="mobileMenuToggle ">
4444 ☰
4545 </ button >
46- < ul style =" list-style:none; padding:0; display:flex; justify-content:center; gap:30px; flex-wrap:wrap; " id ="mainNav ">
46+ < ul id ="mainNav ">
4747 < li > < a href ="index.html " style ="color:#00ffff; " aria-current ="page "> Home</ a > </ li >
4848 < li > < a href ="solutions-payers.html " style ="color:#888; "> Solutions</ a > </ li >
4949 < li > < a href ="pricing.html " style ="color:#888; "> Pricing</ a > </ li >
Original file line number Diff line number Diff line change 163163 < a href ="#main-content " class ="skip-to-main "> Skip to main content</ a >
164164
165165 < nav style ="margin-bottom:20px; ">
166- < ul style =" list-style:none; padding:0; display:flex; justify-content:center; gap:30px; flex-wrap:wrap; ">
166+ < ul id =" mainNav ">
167167 < li > < a href ="index.html " style ="color:#888; "> Home</ a > </ li >
168168 < li > < a href ="solutions-payers.html " style ="color:#888; "> For Payers</ a > </ li >
169169 < li > < a href ="solutions-providers.html " style ="color:#888; "> For Providers</ a > </ li >
Original file line number Diff line number Diff line change 128128 < button class ="mobile-menu-toggle " aria-label ="Toggle navigation menu " aria-expanded ="false " id ="mobileMenuToggle ">
129129 ☰
130130 </ button >
131- < ul style =" list-style:none; padding:0; display:flex; justify-content:center; gap:30px; flex-wrap:wrap; " id ="platformNav ">
131+ < ul id ="mainNav ">
132132 < li > < a href ="index.html " style ="color:#888; "> Home</ a > </ li >
133133 < li > < a href ="solutions-payers.html " style ="color:#888; "> Solutions</ a > </ li >
134134 < li > < a href ="pricing.html " style ="color:#888; "> Pricing</ a > </ li >
Original file line number Diff line number Diff line change 3333 < button class ="mobile-menu-toggle " aria-label ="Toggle navigation menu " aria-expanded ="false " id ="mobileMenuToggle ">
3434 ☰
3535 </ button >
36- < ul style =" list-style:none; padding:0; display:flex; justify-content:center; gap:30px; flex-wrap:wrap; " id ="mainNav ">
36+ < ul id ="mainNav ">
3737 < li > < a href ="index.html " style ="color:#888; "> Home</ a > </ li >
3838 < li > < a href ="solutions-payers.html " style ="color:#888; "> Solutions</ a > </ li >
3939 < li > < a href ="pricing.html " style ="color:#00ffff; " aria-current ="page "> Pricing</ a > </ li >
Original file line number Diff line number Diff line change 3434 < button class ="mobile-menu-toggle " aria-label ="Toggle navigation menu " aria-expanded ="false " id ="mobileMenuToggle ">
3535 ☰
3636 </ button >
37- < ul style =" list-style:none; padding:0; display:flex; justify-content:center; gap:30px; flex-wrap:wrap; " id ="mainNav ">
37+ < ul id ="mainNav ">
3838 < li > < a href ="index.html " style ="color:#888; "> Home</ a > </ li >
3939 < li > < a href ="solutions-payers.html " style ="color:#00ffff; " aria-current ="page "> Solutions</ a > </ li >
4040 < li > < a href ="pricing.html " style ="color:#888; "> Pricing</ a > </ li >
Original file line number Diff line number Diff line change 1717 < button class ="mobile-menu-toggle " aria-label ="Toggle navigation menu " aria-expanded ="false " id ="mobileMenuToggle ">
1818 ☰
1919 </ button >
20- < ul style =" list-style:none; padding:0; display:flex; justify-content:center; gap:30px; flex-wrap:wrap; " id ="mainNav ">
20+ < ul id ="mainNav ">
2121 < li > < a href ="index.html " style ="color:#888; "> Home</ a > </ li >
2222 < li > < a href ="solutions-payers.html " style ="color:#888; "> Solutions</ a > </ li >
2323 < li > < a href ="pricing.html " style ="color:#888; "> Pricing</ a > </ li >
You can’t perform that action at this time.
0 commit comments