Skip to content

Commit bf59a24

Browse files
authored
Merge pull request #365 from aurelianware/copilot/fix-mobile-navbar-display
Fix mobile navbar: remove inline styles and fix navigation IDs
2 parents a9ea865 + 902c62d commit bf59a24

File tree

10 files changed

+19
-9
lines changed

10 files changed

+19
-9
lines changed

.github/workflows/test-dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
test-dotnet:
1919
name: .NET Unit Tests
2020
runs-on: ubuntu-latest
21-
21+
2222
steps:
2323
- uses: actions/checkout@v4
2424

@@ -87,7 +87,7 @@ jobs:
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

package-lock.json

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/assessment.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>

site/css/sentinel.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

312313
nav li {

site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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>

site/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
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>

site/platform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
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>

site/pricing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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>

site/solutions-payers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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>

site/solutions-providers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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>

0 commit comments

Comments
 (0)