summaryrefslogtreecommitdiff
path: root/views.rkt
diff options
context:
space:
mode:
authorMarius Peter <dev@marius-peter.com>2025-11-22 11:23:24 +0100
committerMarius Peter <dev@marius-peter.com>2025-11-22 11:23:24 +0100
commit6d22ffec76b5fef772173690874bfb1d22ef2a81 (patch)
tree61541d5b8748693529f151569c47abe90999d37d /views.rkt
parent239af6f6f547b495598d94c0951afce4ccaf39e8 (diff)
Remove dead navbar code.
Diffstat (limited to 'views.rkt')
-rw-r--r--views.rkt19
1 files changed, 1 insertions, 18 deletions
diff --git a/views.rkt b/views.rkt
index 7cd7b6f..9323896 100644
--- a/views.rkt
+++ b/views.rkt
@@ -50,18 +50,6 @@
(span ((class "navbar-toggler-icon"))))
(div ((class "collapse navbar-collapse") [id "navbarSupportedContent"])
(ul ((class "navbar-nav me-auto mb-2 mb-lg-0"))
- #;(li ((class "nav-item dropdown"))
- (a ((class "nav-link dropdown-toggle") [href "#"]
- [id "navbarDropdown"]
- [role "button"]
- [data-bs-toggle "dropdown"]
- [aria-expanded "false"])
- "Dropdown")
- (ul ((class "dropdown-menu") [aria-labelledby "navbarDropdown"])
- (li (a ((class "dropdown-item") [href "#"]) "Action"))
- (li (a ((class "dropdown-item") [href "#"]) "Another action"))
- (li (hr ((class "dropdown-divider"))))
- (li (a ((class "dropdown-item") [href "#"]) "Something else here"))))
(li ((class "nav-item"))
(a ((class "nav-link disabled") [href "#"] [tabindex "-1"] [aria-disabled "true"])
"Clients"))
@@ -70,12 +58,7 @@
(li ((class "nav-item"))
(a ((class "nav-link disabled") [href "#"] [tabindex "-1"] [aria-disabled "true"])
"Cultures"))
- (li ((class "nav-item")) (a ((class "nav-link") [href "/contact"]) "Contact")))
- #;(form ((class "d-flex"))
- (input ((class "form-control me-2") [type "search"]
- [placeholder "Search"]
- [aria-label "Search"]))
- (button ((class "btn btn-outline-success") [type "submit"]) "Search"))))))
+ (li ((class "nav-item")) (a ((class "nav-link") [href "/contact"]) "Contact")))))))
;; Page helpers
Copyright 2019--2026 Marius PETER