diff --git a/app/page.tsx b/app/page.tsx index 48f228d..0e49dc6 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -397,6 +397,95 @@ export default function Home() { ))} + + {/* Learning Resources Section */} +
+

LEARNING_RESOURCES

+ + {/* Video Tutorials */} +
+

VIDEO_TUTORIALS

+
+ +
+ + YouTube +
+

Intro to tmux

+
+ + +
+ + YouTube +
+

Advanced tmux workflows

+
+ + +
+ + YouTube +
+

Deep dive into tmux

+
+
+
+ + {/* Credits and References */} +
+

INSPIRATION_&_CREDITS

+
+

+ Special thanks to{" "} + + Danielle Van Boxel + {" "} + for inspiring much of Shawn Anderson's early tmux.conf configuration. +

+
+ + > + View tmux.conf + + + > + GitHub Profile + +
+
+
+
) }