diff --git a/assets/css/style.css b/assets/css/style.css index 7dca8eb..9db2060 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1149,3 +1149,15 @@ ol.custom-ordered-list li::before { grid-template-columns: 1fr; } } + +/* Training Materials pages */ +a.next-page-btn { + background-color: white; + border: 2px solid #114b7c; + transition: all 0.3s ease; +} +a.next-page-btn:hover { + background-color: #e6f0f9; + border: 2px solid #114b7c; + text-decoration: none !important; +} \ No newline at end of file diff --git a/layouts/training-and-event-resources/single.html b/layouts/training-and-event-resources/single.html index 7ae41b3..7a986f7 100644 --- a/layouts/training-and-event-resources/single.html +++ b/layouts/training-and-event-resources/single.html @@ -10,42 +10,66 @@

{{ .Title | markdownify {{/* Main Section with Side Navigation */}}
- +
- +
-
+
{{ .Content | markdownify }} + + + {{ $currentPage := .RelPermalink }} + {{ if eq $currentPage "/training-materials/" }} + + {{ else if eq $currentPage "/organizing-nwb-events/" }} + + {{ else if eq $currentPage "/agenda-templates/" }} + + {{ else if eq $currentPage "/email-templates/" }} + + {{ else if eq $currentPage "/create-event-website/" }} + + {{ end }}