Skip to content

Commit cb3f145

Browse files
committed
Improve workshop page UX with dedicated layout and toggle functionality
- Show current status prominently: no workshops currently scheduled - Hide historical workshop information (2018-2020) in collapsible section - Maintain all existing #taproot-workshop anchor links functionality - Use dedicated layout following Publications pattern for consistency - Remove separate workshop-history.md file (integrated into main page) - Improve user perception that site is actively maintained
1 parent 9931f84 commit cb3f145

File tree

2 files changed

+1
-84
lines changed

2 files changed

+1
-84
lines changed

_layouts/workshops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ organization.</p>
118118
function toggleWorkshopHistory() {
119119
const historyDiv = document.getElementById('workshopHistory');
120120
const button = document.getElementById('historyToggle');
121-
121+
122122
if (historyDiv.style.display === 'none') {
123123
historyDiv.style.display = 'block';
124124
button.innerHTML = '📚 Hide Workshop History';

en/workshop-history.md

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)