Remove dead navbar code.

Commit
6d22ffec76b5fef772173690874bfb1d22ef2a81
Author
Marius Peter <dev@marius-peter.com>
Author date
Committer
Marius Peter <dev@marius-peter.com>
Committer date
views.rkt
index 7cd7b6f8..9323896d 100644..100644
@@ -50,18 +50,6 @@
50 50 (span ((class "navbar-toggler-icon"))))
51 51 (div ((class "collapse navbar-collapse") [id "navbarSupportedContent"])
52 52 (ul ((class "navbar-nav me-auto mb-2 mb-lg-0"))
53 Removed: #;(li ((class "nav-item dropdown"))
54 Removed: (a ((class "nav-link dropdown-toggle") [href "#"]
55 Removed: [id "navbarDropdown"]
56 Removed: [role "button"]
57 Removed: [data-bs-toggle "dropdown"]
58 Removed: [aria-expanded "false"])
59 Removed: "Dropdown")
60 Removed: (ul ((class "dropdown-menu") [aria-labelledby "navbarDropdown"])
61 Removed: (li (a ((class "dropdown-item") [href "#"]) "Action"))
62 Removed: (li (a ((class "dropdown-item") [href "#"]) "Another action"))
63 Removed: (li (hr ((class "dropdown-divider"))))
64 Removed: (li (a ((class "dropdown-item") [href "#"]) "Something else here"))))
65 53 (li ((class "nav-item"))
66 54 (a ((class "nav-link disabled") [href "#"] [tabindex "-1"] [aria-disabled "true"])
67 55 "Clients"))
@@ -70,12 +58,7 @@
70 58 (li ((class "nav-item"))
71 59 (a ((class "nav-link disabled") [href "#"] [tabindex "-1"] [aria-disabled "true"])
72 60 "Cultures"))
73 Removed: (li ((class "nav-item")) (a ((class "nav-link") [href "/contact"]) "Contact")))
74 Removed: #;(form ((class "d-flex"))
75 Removed: (input ((class "form-control me-2") [type "search"]
76 Removed: [placeholder "Search"]
77 Removed: [aria-label "Search"]))
78 Removed: (button ((class "btn btn-outline-success") [type "submit"]) "Search"))))))
61 Added: (li ((class "nav-item")) (a ((class "nav-link") [href "/contact"]) "Contact")))))))
79 62
80 63 ;; Page helpers
81 64