Update martial-arts-cheatsheet.html
· 1 year ago
55e0b98262a3389ec8d6394fe8583aed873e1dc1
Parent:
d3245b902
1 file changed +74 −67
- martial-arts-cheatsheet.html +74 −67
Diff
--- a/martial-arts-cheatsheet.html +++ b/martial-arts-cheatsheet.html @@ -7,8 +7,8 @@ <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>武</text></svg>"> - <meta name="description" content="Explore a diverse range of martial arts with this comprehensive cheatsheet. Discover origins, philosophies, key techniques, training methods, and resources for Karate, Muay Thai, BJJ, Aikido, Kung Fu, and Boxing."> - <meta name="keywords" content="Martial Arts, Karate, Muay Thai, BJJ, Brazilian Jiu-Jitsu, Aikido, Kung Fu, Boxing, Self Defense, Combat Sports, Martial Arts Guide, Martial Arts Techniques"> + <meta name="description" content="Explore a comprehensive cheatsheet of popular martial arts like Karate, Muay Thai, BJJ, Aikido, Kung Fu, and Boxing. Discover origins, philosophies, key techniques, training, and resources for your martial arts journey."> + <meta name="keywords" content="Martial Arts, Karate, Muay Thai, BJJ, Brazilian Jiu-Jitsu, Aikido, Kung Fu, Wushu, Boxing, Self Defense, Combat Sports, Martial Arts Guide, Martial Arts Techniques, Martial Arts Styles, Learning Martial Arts, Martial Arts Training"> <meta name="author" content="AI Assistant"> <link rel="preconnect" href="https://fonts.googleapis.com"> @@ -30,8 +30,10 @@ --color-card-border: #ddd; --color-link: #0056b3; --color-link-hover: #003d80; - --shadow-soft: 0 3px 8px rgba(0, 0, 0, 0.08); - --shadow-hover: 0 6px 15px rgba(0, 0, 0, 0.12); + --color-primary: #0056b3; /* Added for consistency, matches link color */ + --color-primary-dark: #003d80; /* Added for consistency, matches link hover color */ + --shadow-soft: 0 4px 10px rgba(0, 0, 0, 0.1); /* Enhanced shadow */ + --shadow-hover: 0 8px 18px rgba(0, 0, 0, 0.15); /* Enhanced shadow */ } body { @@ -40,8 +42,8 @@ color: var(--color-text); padding-top: 0; padding-bottom: 3rem; - font-size: 16px; - line-height: 1.7; + font-size: 17px; /* Increased base font size */ + line-height: 1.8; /* Adjusted line height */ } h1, h2, h3, h4, h5, h6 { @@ -51,9 +53,11 @@ letter-spacing: 0.5px; margin-top: 0; } - h2 { font-size: 2.5rem; margin-bottom: 1.5rem;} - h3 { font-size: 1.8rem; margin-bottom: 1rem;} - h5 { font-size: 1.3rem; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.6rem; } + h1 { font-size: 3.5rem; font-weight: 600; } /* Global hero h1 specific styling */ + h2 { font-size: 2.6rem; margin-bottom: 1.75rem;} /* Adjusted */ + h3 { font-size: 1.9rem; margin-bottom: 1.2rem;} /* Adjusted */ + h5 { font-size: 1.35rem; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.6rem; } /* Adjusted */ + a { color: var(--color-link); text-decoration: none; transition: color 0.2s ease-in-out; } a:hover { color: var(--color-link-hover); text-decoration: underline; } @@ -66,10 +70,8 @@ margin-bottom: 3rem; border-bottom: 8px solid #FFC107; /* Global accent */ } - .global-hero h1 { + .global-hero h1 { /* Already specific, keeping for clarity */ color: #fff; - font-size: 3.5rem; - font-weight: 600; } .global-hero .lead { font-size: 1.25rem; @@ -141,7 +143,7 @@ /* --- Karate Specific Styles --- */ - .karate-hero { background: linear-gradient(135deg, #B71C1C, #7f0000); border-bottom: 6px solid #FFD700; } /* Deep Red to Darker Red, Gold Accent */ + .karate-hero { background: linear-gradient(135deg, #B71C1C, #7f0000); border-bottom: 6px solid #FFD700; } .karate-hero h2 .symbol { color: #FFF; } .info-card.karate-theme h5 { color: #B71C1C; } .info-card.karate-theme h5 .bi { color: #7f0000; } @@ -149,32 +151,33 @@ .info-card.karate-theme a:hover { color: #7f0000; } /* --- Muay Thai Specific Styles --- */ - .muay-thai-hero { background: linear-gradient(135deg, #D4AF37, #B8860B); border-bottom: 6px solid #c00000; } /* Gold to Dark Gold, Red Accent */ - .muay-thai-hero h2 .symbol { font-family: var(--font-primary); font-weight: bold; font-size:2.5rem; color: #fff; } /* Using text for "มวยไทย" */ - .muay-thai-hero .tagline { color: rgba(0,0,0,0.7); font-weight:500; } + .muay-thai-hero { background: linear-gradient(135deg, #D4AF37, #B8860B); border-bottom: 6px solid #c00000; } + .muay-thai-hero h2 .symbol { font-family: var(--font-primary); font-weight: bold; font-size:2.5rem; color: #fff; } + .muay-thai-hero .tagline { color: rgba(255,255,255,0.9); font-weight:500; } /* Ensured tagline is light for contrast */ .info-card.muay-thai-theme h5 { color: #B8860B; } .info-card.muay-thai-theme h5 .bi { color: #c00000; } .info-card.muay-thai-theme a { color: #B8860B; } .info-card.muay-thai-theme a:hover { color: #805C0B; } /* --- BJJ Specific Styles --- */ - .bjj-hero { background: linear-gradient(135deg, #003366, #002244); border-bottom: 6px solid #FFFFFF; } /* Judo Blue to Darker Blue, White Accent */ + .bjj-hero { background: linear-gradient(135deg, #003366, #002244); border-bottom: 6px solid #FFFFFF; } .bjj-hero h2 .symbol { font-size: 2.8rem; color: #FFFFFF; font-family: var(--font-primary); font-weight: bold; } .info-card.bjj-theme h5 { color: #003366; } .info-card.bjj-theme h5 .bi { color: #002244; } .info-card.bjj-theme a { color: #003366; } .info-card.bjj-theme a:hover { color: #002244; } - /* --- Aikido Specific Styles --- */ - .aikido-hero { background: linear-gradient(135deg, #4A708B, #2E4A62); border-bottom: 6px solid #E0E0E0; } /* Slate Blue to Darker Slate, Light Grey Accent */ + /* --- Aikido Specific Styles (Updated) --- */ + .aikido-hero { background: linear-gradient(135deg, #483D8B, #30285D); border-bottom: 6px solid #D8BFD8; } /* Dark Slate Blue to deeper, Thistle accent */ .aikido-hero h2 .symbol { color: #FFF; } - .info-card.aikido-theme h5 { color: #4A708B; } - .info-card.aikido-theme h5 .bi { color: #2E4A62; } - .info-card.aikido-theme a { color: #4A708B; } - .info-card.aikido-theme a:hover { color: #2E4A62; } + .info-card.aikido-theme h5 { color: #483D8B; } + .info-card.aikido-theme h5 .bi { color: #30285D; } + .info-card.aikido-theme a { color: #483D8B; } + .info-card.aikido-theme a:hover { color: #30285D; } + /* --- Kung Fu Specific Styles --- */ - .kung-fu-hero { background: linear-gradient(135deg, #8B0000, #5E0000); border-bottom: 6px solid #FFC107; } /* Dark Red, Gold Accent */ + .kung-fu-hero { background: linear-gradient(135deg, #8B0000, #5E0000); border-bottom: 6px solid #FFC107; } .kung-fu-hero h2 .symbol { color: #FFC107; font-family: var(--font-cinzel); font-weight:bold;} .info-card.kung-fu-theme h5 { color: #8B0000; font-family: var(--font-cinzel); } .info-card.kung-fu-theme h5 .bi { color: #5E0000; } @@ -182,7 +185,7 @@ .info-card.kung-fu-theme a:hover { color: #5E0000; } /* --- Boxing Specific Styles --- */ - .boxing-hero { background: linear-gradient(135deg, #333333, #1A1A1A); border-bottom: 6px solid #D4AF37; } /* Dark Grey/Black, Gold Accent */ + .boxing-hero { background: linear-gradient(135deg, #333333, #1A1A1A); border-bottom: 6px solid #D4AF37; } .boxing-hero h2 .symbol { font-size: 3rem; color: #D4AF37; font-family: var(--font-headings); } .info-card.boxing-theme h5 { color: #333333; } .info-card.boxing-theme h5 .bi { color: #D4AF37; } @@ -201,9 +204,12 @@ .expandable-trigger .bi-chevron-down { font-size: 0.8em; margin-left: 0.2em; transition: transform 0.3s ease-in-out; display: inline-block; } .expandable-trigger[aria-expanded="true"] .bi-chevron-down { transform: rotate(180deg); } .expandable-content { - background-color: #f9f9f9; border: 1px solid #eee; border-radius: 0.3rem; + background-color: #f8f9fa; /* Slightly refined background */ + border: 1px solid #e9ecef; /* Slightly refined border */ + border-radius: 0.3rem; padding: 1rem 1.2rem; margin-top: 0.5rem; margin-bottom: 0.8rem; - font-size: 0.95em; line-height: 1.6; box-shadow: inset 0 1px 4px rgba(0,0,0,0.04); + font-size: 0.95em; line-height: 1.6; + box-shadow: inset 0 2px 4px rgba(0,0,0,0.05); /* Refined inset shadow */ } footer { @@ -281,14 +287,14 @@ <div class="info-card karate-theme"> <div class="card-body"> <h5><i class="bi bi-flag-fill"></i> Origin & Philosophy</h5> - <p>Developed in Okinawa, Japan, from indigenous fighting methods and Chinese martial arts (Kenpō). Formalized in the early 20th century.</p> + <p>Developed in Okinawa, Japan, from indigenous fighting methods and Chinese martial arts (Kenpō). Formalized in the early 20th century. Often associated with Okinawan Kobudō (weapon arts).</p> <ul> <li><strong>Founder (Modern):</strong> Gichin Funakoshi (Shotokan), Chojun Miyagi (Goju-ryu), Kenwa Mabuni (Shito-ryu), Mas Oyama (Kyokushin) are key figures for major styles.</li> <li><strong>Core Principles:</strong> Character development (Dojo Kun), discipline, respect, self-control, pursuit of perfection. "Karate ni sente nashi" (There is no first attack in karate).</li> <li> - <a class="expandable-trigger" data-bs-toggle="collapse" href="#karate-dojokun" role="button" aria-expanded="false" aria-controls="karate-dojokun"><strong>Dojo Kun (道場訓)</strong> <i class="bi bi-chevron-down"></i></a> + <a class="expandable-trigger" data-bs-toggle="collapse" href="#karate-dojokun" role="button" aria-expanded="false" aria-controls="karate-dojokun" title="Expand to learn about Dojo Kun"><strong>Dojo Kun (道場訓)</strong> <i class="bi bi-chevron-down"></i></a> <div class="collapse expandable-content" id="karate-dojokun"> - <p>A set of five guiding principles recited in many dojos, emphasizing seeking perfection of character, faithfulness, endeavor, respect for others, and refraining from violent behavior.</p> + <p>A set of guiding principles recited in many dojos, typically emphasizing: seek perfection of character, be faithful, endeavor, respect others, and refrain from violent behavior. The exact wording can vary by style and dojo.</p> </div> </li> </ul> @@ -322,9 +328,9 @@ <li><strong>Strengths:</strong> Develops strong linear power, focus, discipline, excellent conditioning.</li> <li><strong>Considerations:</strong> Some styles may over-focus on point sparring or kata, potentially limiting a well-rounded self-defense skillset if not supplemented.</li> <li><strong>Resources:</strong> - <a href="https://www.wkf.net/" target="_blank" rel="noopener" class="resource-link"><i class="bi bi-globe2"></i> World Karate Federation</a> - <a href="https://www.youtube.com/results?search_query=karate+basics+tutorial" target="_blank" rel="noopener" class="resource-link"><i class="bi bi-youtube"></i> Karate Basics Tutorials</a> - <a href="https://www.youtube.com/@KARATEbyJesseEnkamp" target="_blank" rel="noopener" class="resource-link"><i class="bi bi-youtube"></i> Jesse Enkamp (The Karate Nerd)</a> + <a href="https://www.wkf.net/" target="_blank" rel="noopener" class="resource-link" title="Visit World Karate Federation website"><i class="bi bi-globe2"></i> World Karate Federation</a> + <a href="https://www.youtube.com/results?search_query=karate+basics+tutorial" target="_blank" rel="noopener" class="resource-link" title="Search for Karate basics tutorials on YouTube"><i class="bi bi-youtube"></i> Karate Basics Tutorials</a> + <a href="https://www.youtube.com/@KARATEbyJesseEnkamp" target="_blank" rel="noopener" class="resource-link" title="Visit Jesse Enkamp's (The Karate Nerd) YouTube channel"><i class="bi bi-youtube"></i> Jesse Enkamp (The Karate Nerd)</a> </li> </ul> </div> @@ -347,11 +353,11 @@ <p>Thailand's national sport and martial art, with roots in ancient Siamese warfare (Muay Boran).</p> <ul> <li><strong>History:</strong> Evolved over centuries, codified for sport in the early 20th century.</li> - <li><strong>Core Principles:</strong> Respect for teachers (Kru), tradition, courage, discipline, sportsmanship. The Wai Kru Ram Muay pre-fight ritual is significant.</li> + <li><strong>Core Principles:</strong> Respect for teachers (Kru), tradition, courage, discipline, sportsmanship. The Wai Kru Ram Muay pre-fight ritual is significant. Fighters traditionally wear a Mongkol (headband) before the fight and Pra Jiad (armbands).</li> <li> - <a class="expandable-trigger" data-bs-toggle="collapse" href="#muaythai-rammuay" role="button" aria-expanded="false" aria-controls="muaythai-rammuay"><strong>Wai Kru Ram Muay (ไหว้ครูรำมวย)</strong> <i class="bi bi-chevron-down"></i></a> + <a class="expandable-trigger" data-bs-toggle="collapse" href="#muaythai-rammuay" role="button" aria-expanded="false" aria-controls="muaythai-rammuay" title="Expand to learn about Wai Kru Ram Muay"><strong>Wai Kru Ram Muay (ไหว้ครูรำมวย)</strong> <i class="bi bi-chevron-down"></i></a> <div class="collapse expandable-content" id="muaythai-rammuay"> - <p>A ritual dance performed before fights, paying respect to teachers, parents, and the spirits of Muay Thai. It also serves as a warm-up and display of style.</p> + <p>A ritual dance performed before fights, paying respect to teachers, parents, and the spirits of Muay Thai. It also serves as a warm-up, a display of style, and can have psychological effects on the opponent.</p> </div> </li> </ul> @@ -384,9 +390,9 @@ <li><strong>Strengths:</strong> Extremely powerful striking, dominant clinch work, incredible physical conditioning, battle-tested.</li> <li><strong>Considerations:</strong> Less emphasis on ground fighting (though some sweeps exist). Training intensity can be very high.</li> <li><strong>Resources:</strong> - <a href="https://www.ifmamuaythai.org/" target="_blank" rel="noopener" class="resource-link"><i class="bi bi-globe2"></i> IFMA Muaythai</a> - <a href="https://www.youtube.com/results?search_query=muay+thai+basics" target="_blank" rel="noopener" class="resource-link"><i class="bi bi-youtube"></i> Muay Thai Basics</a> - <a href="https://www.youtube.com/@LawrenceKenshin" target="_blank" rel="noopener" class="resource-link"><i class="bi bi-youtube"></i> Lawrence Kenshin (Breakdowns)</a> + <a href="https://www.ifmamuaythai.org/" target="_blank" rel="noopener" class="resource-link" title="Visit IFMA Muaythai website"><i class="bi bi-globe2"></i> IFMA Muaythai</a> + <a href="https://www.youtube.com/results?search_query=muay+thai+basics" target="_blank" rel="noopener" class="resource-link" title="Search for Muay Thai basics on YouTube"><i class="bi bi-youtube"></i> Muay Thai Basics</a> + <a href="https://www.youtube.com/@LawrenceKenshin" target="_blank" rel="noopener" class="resource-link" title="Visit Lawrence Kenshin's YouTube channel for breakdowns"><i class="bi bi-youtube"></i> Lawrence Kenshin (Breakdowns)</a> </li> </ul> </div> @@ -411,7 +417,7 @@ <li><strong>Key Figures:</strong> Carlos Gracie, Hélio Gracie, Rolls Gracie, Carlson Gracie.</li> <li><strong>Core Principles:</strong> Technique and leverage over strength. Enabling a smaller, weaker person to defend against a larger assailant, especially on the ground. Continuous problem-solving.</li> <li> - <a class="expandable-trigger" data-bs-toggle="collapse" href="#bjj-effectiveness" role="button" aria-expanded="false" aria-controls="bjj-effectiveness"><strong>Proven Effectiveness</strong> <i class="bi bi-chevron-down"></i></a> + <a class="expandable-trigger" data-bs-toggle="collapse" href="#bjj-effectiveness" role="button" aria-expanded="false" aria-controls="bjj-effectiveness" title="Expand for info on BJJ's effectiveness"><strong>Proven Effectiveness</strong> <i class="bi bi-chevron-down"></i></a> <div class="collapse expandable-content" id="bjj-effectiveness"> <p>BJJ gained worldwide fame in the early UFC events, where Royce Gracie showcased its effectiveness against practitioners of other martial arts, highlighting the importance of ground fighting.</p> </div> @@ -424,7 +430,7 @@ <div class="info-card bjj-theme"> <div class="card-body"> <h5><i class="bi bi-diagram-3-fill"></i> Key Techniques</h5> - <p>Focuses on ground fighting (Ne-waza), positional control, and submissions (joint locks and chokes).</p> + <p>Focuses on ground fighting (Ne-waza), positional control, and submissions (joint locks and chokes). Often practiced with a traditional uniform (Gi) or without (No-Gi), each influencing technique variations.</p> <ul> <li><strong>Positions:</strong> Guard (Closed, Open, Half), Mount, Back Control, Side Control.</li> <li><strong>Transitions:</strong> Sweeps (reversing position), Guard Passes.</li> @@ -445,13 +451,13 @@ <ul> <li><strong>Drilling:</strong> Repetitive practice of specific techniques and sequences.</li> <li><strong>Rolling (Sparring):</strong> Live application of techniques against a resisting partner. Essential for development.</li> - <li><strong>Belt System:</strong> White, Blue, Purple, Brown, Black (with degrees).</li> + <li><strong>Belt System:</strong> White, Blue, Purple, Brown, Black (with degrees). Progression is often slow and demanding.</li> <li><strong>Strengths:</strong> Highly effective in one-on-one ground situations, excellent for self-defense, promotes problem-solving and physical fitness.</li> <li><strong>Considerations:</strong> Traditionally less focus on striking defense (though many schools incorporate it now). Can be vulnerable in multiple attacker scenarios if taken to the ground indiscriminately.</li> <li><strong>Resources:</strong> - <a href="https://ibjjf.com/" target="_blank" rel="noopener" class="resource-link"><i class="bi bi-globe2"></i> IBJJF</a> - <a href="https://www.youtube.com/results?search_query=bjj+basics" target="_blank" rel="noopener" class="resource-link"><i class="bi bi-youtube"></i> BJJ Basics</a> - <a href="https://www.youtube.com/@BJJFanatics" target="_blank" rel="noopener" class="resource-link"><i class="bi bi-youtube"></i> BJJ Fanatics</a> + <a href="https://ibjjf.com/" target="_blank" rel="noopener" class="resource-link" title="Visit IBJJF website"><i class="bi bi-globe2"></i> IBJJF</a> + <a href="https://www.youtube.com/results?search_query=bjj+basics" target="_blank" rel="noopener" class="resource-link" title="Search for BJJ basics on YouTube"><i class="bi bi-youtube"></i> BJJ Basics</a> + <a href="https://www.youtube.com/@BJJFanatics" target="_blank" rel="noopener" class="resource-link" title="Visit BJJ Fanatics YouTube channel"><i class="bi bi-youtube"></i> BJJ Fanatics</a> </li> </ul> </div> @@ -476,9 +482,9 @@ <li><strong>Founder:</strong> Morihei Ueshiba (植芝 盛平).</li> <li><strong>Core Principles:</strong> Non-aggression, blending with an attacker's energy (Aiki), redirecting force, control rather than destruction. Emphasis on spiritual and ethical development. "Masakatsu Agatsu" (True victory is self-victory).</li> <li> - <a class="expandable-trigger" data-bs-toggle="collapse" href="#aikido-ki" role="button" aria-expanded="false" aria-controls="aikido-ki"><strong>Concept of Ki (気)</strong> <i class="bi bi-chevron-down"></i></a> + <a class="expandable-trigger" data-bs-toggle="collapse" href="#aikido-ki" role="button" aria-expanded="false" aria-controls="aikido-ki" title="Expand to learn about the concept of Ki"><strong>Concept of Ki (気)</strong> <i class="bi bi-chevron-down"></i></a> <div class="collapse expandable-content" id="aikido-ki"> - <p>Ki translates to life energy, spirit, or vital force. Aikido emphasizes cultivating and extending Ki to harmonize with an opponent and the universe.</p> + <p>Ki translates to life energy, spirit, or vital force. Aikido emphasizes cultivating and extending Ki to harmonize with an opponent, leading movements rather than clashing with force.</p> </div> </li> </ul> @@ -489,7 +495,7 @@ <div class="info-card aikido-theme"> <div class="card-body"> <h5><i class="bi bi-arrow-repeat"></i> Key Techniques</h5> - <p>Focuses on throws, joint locks, and pins, often utilizing circular movements to blend with and redirect an attacker's momentum.</p> + <p>Focuses on throws, joint locks, and pins, often utilizing circular movements to blend with and redirect an attacker's momentum. Senior practitioners often wear a Hakama (traditional pleated trousers).</p> <ul> <li><strong>Throws (Nage Waza):</strong> Kokyunage (Breath throw), Shihonage (Four-direction throw), Iriminage (Entering throw), Kaitennage (Rotary throw).</li> <li><strong>Joint Locks/Pins (Katame Waza):</strong> Ikkyo (First principle), Nikyo (Second principle), Sankyo (Third principle), Yonkyo (Fourth principle), Kotegaeshi (Wrist out-turn).</li> @@ -508,11 +514,11 @@ <li><strong>Kata-like Practice:</strong> Techniques are typically practiced in pre-arranged forms.</li> <li><strong>Randori:</strong> In some styles, a form of free-style practice against multiple attackers or with more spontaneity.</li> <li><strong>Strengths:</strong> Promotes harmony, body coordination, awareness, and a non-violent approach to conflict. Can be practiced by people of all ages.</li> - <li><strong>Considerations:</strong> Effectiveness in "real-world" self-defense is often debated, partly due to a lack of resistant sparring in many schools. Focus is more on ideal scenarios.</li> + <li><strong>Considerations:</strong> Effectiveness in "real-world" self-defense is often debated, partly due to a common lack of resistant sparring in many schools. Focus is more on ideal scenarios and personal development.</li> <li><strong>Resources:</strong> - <a href="http://www.aikikai.or.jp/eng/" target="_blank" rel="noopener" class="resource-link"><i class="bi bi-globe2"></i> Aikikai Foundation</a> - <a href="https://www.youtube.com/results?search_query=aikido+techniques" target="_blank" rel="noopener" class="resource-link"><i class="bi bi-youtube"></i> Aikido Techniques</a> - <a href="https://www.youtube.com/@AikidoJournal" target="_blank" rel="noopener" class="resource-link"><i class="bi bi-youtube"></i> Aikido Journal</a> + <a href="http://www.aikikai.or.jp/eng/" target="_blank" rel="noopener" class="resource-link" title="Visit Aikikai Foundation website"><i class="bi bi-globe2"></i> Aikikai Foundation</a> + <a href="https://www.youtube.com/results?search_query=aikido+techniques" target="_blank" rel="noopener" class="resource-link" title="Search for Aikido techniques on YouTube"><i class="bi bi-youtube"></i> Aikido Techniques</a> + <a href="https://www.youtube.com/@AikidoJournal" target="_blank" rel="noopener" class="resource-link" title="Visit Aikido Journal's YouTube channel"><i class="bi bi-youtube"></i> Aikido Journal</a> </li> </ul> </div> @@ -532,14 +538,14 @@ <div class="info-card kung-fu-theme"> <div class="card-body"> <h5><i class="bi bi-bank"></i> Origin & Philosophy</h5> - <p>A collective term for hundreds of Chinese martial arts, with diverse origins dating back thousands of years. Shaolin Temple is a legendary focal point.</p> + <p>A collective term for hundreds of Chinese martial arts (Wushu), with diverse origins dating back thousands of years. Shaolin Temple is a legendary focal point.</p> <ul> - <li><strong>Scope:</strong> Encompasses "internal" (e.g., Tai Chi, Baguazhang) and "external" (e.g., Shaolin, Wing Chun) styles.</li> + <li><strong>Scope:</strong> Encompasses 'internal' styles (Neijia - focused on internal energy, e.g., Tai Chi, Baguazhang) and 'external' styles (Waijia - focused on physical power and agility, e.g., Shaolin, Wing Chun).</li> <li><strong>Philosophy:</strong> Varies widely. Often incorporates Taoist, Buddhist, and Confucian principles. Emphasizes discipline, respect, health, self-cultivation, and martial application.</li> <li> - <a class="expandable-trigger" data-bs-toggle="collapse" href="#kungfu-shaolin" role="button" aria-expanded="false" aria-controls="kungfu-shaolin"><strong>Shaolin Kung Fu (少林功夫)</strong> <i class="bi bi-chevron-down"></i></a> + <a class="expandable-trigger" data-bs-toggle="collapse" href="#kungfu-shaolin" role="button" aria-expanded="false" aria-controls="kungfu-shaolin" title="Expand to learn about Shaolin Kung Fu"><strong>Shaolin Kung Fu (少林功夫)</strong> <i class="bi bi-chevron-down"></i></a> <div class="collapse expandable-content" id="kungfu-shaolin"> - <p>Legendarily founded at the Shaolin Monastery, known for its dynamic movements, acrobatic feats, animal mimicry, and integration with Chan (Zen) Buddhism.</p> + <p>Legendarily founded at the Shaolin Monastery, known for its dynamic movements, acrobatic feats, animal mimicry (e.g., tiger, crane, snake), and integration with Chan (Zen) Buddhism.</p> </div> </li> </ul> @@ -573,9 +579,9 @@ <li><strong>Strengths:</strong> Incredible diversity, rich history and culture, can develop profound body control, flexibility, and specialized skills.</li> <li><strong>Considerations:</strong> The vastness makes generalization difficult. Quality of instruction varies. Some traditional forms may lack direct combat applicability if not trained with that intent.</li> <li><strong>Resources:</strong> - <a href="http://www.iwuf.org/" target="_blank" rel="noopener" class="resource-link"><i class="bi bi-globe2"></i> Intl. Wushu Federation</a> - <a href="https://www.youtube.com/results?search_query=kung+fu+training" target="_blank" rel="noopener" class="resource-link"><i class="bi bi-youtube"></i> Kung Fu Training</a> - <a href="https://www.youtube.com/@shifuyanlei" target="_blank" rel="noopener" class="resource-link"><i class="bi bi-youtube"></i> ShiFu Yan Lei (Shaolin)</a> + <a href="http://www.iwuf.org/" target="_blank" rel="noopener" class="resource-link" title="Visit International Wushu Federation website"><i class="bi bi-globe2"></i> Intl. Wushu Federation</a> + <a href="https://www.youtube.com/results?search_query=kung+fu+training" target="_blank" rel="noopener" class="resource-link" title="Search for Kung Fu training on YouTube"><i class="bi bi-youtube"></i> Kung Fu Training</a> + <a href="https://www.youtube.com/@shifuyanlei" target="_blank" rel="noopener" class="resource-link" title="Visit ShiFu Yan Lei's (Shaolin) YouTube channel"><i class="bi bi-youtube"></i> ShiFu Yan Lei (Shaolin)</a> </li> </ul> </div> @@ -587,7 +593,7 @@ <!-- Boxing Section --> <section class="martial-art-section" id="boxing"> <div class="martial-art-hero boxing-hero" data-aos="zoom-in"> - <h2><span class="symbol"><i class="bi bi-hand-thumbs-up-fill"></i></span><span class="title-text">Boxing</span></h2> <!-- Using an icon for boxing --> + <h2><span class="symbol"><i class="bi bi-hand-thumbs-up-fill"></i></span><span class="title-text">Boxing</span></h2> <p class="tagline">"The Sweet Science" – Precision Punching, Footwork, Strategy.</p> </div> <div class="row"> @@ -599,10 +605,11 @@ <ul> <li><strong>History:</strong> Prizefighting existed for centuries; rules evolved for safety and sport.</li> <li><strong>Objective:</strong> To score points by landing clean punches on an opponent or to win by knockout/technical knockout.</li> + <li><strong>Weight Classes:</strong> Competitions are divided by weight classes (e.g., Flyweight, Welterweight, Heavyweight) to ensure fair matchups.</li> <li> - <a class="expandable-trigger" data-bs-toggle="collapse" href="#boxing-sweetscience" role="button" aria-expanded="false" aria-controls="boxing-sweetscience"><strong>"The Sweet Science"</strong> <i class="bi bi-chevron-down"></i></a> + <a class="expandable-trigger" data-bs-toggle="collapse" href="#boxing-sweetscience" role="button" aria-expanded="false" aria-controls="boxing-sweetscience" title="Expand to learn about 'The Sweet Science'"><strong>"The Sweet Science"</strong> <i class="bi bi-chevron-down"></i></a> <div class="collapse expandable-content" id="boxing-sweetscience"> - <p>A term coined by writer Pierce Egan in the 19th century, highlighting the skill, strategy, and finesse involved beyond brute force.</p> + <p>A term coined by writer Pierce Egan in the 19th century, highlighting the skill, strategy, timing, and finesse involved in boxing beyond just brute force.</p> </div> </li> </ul> @@ -632,11 +639,11 @@ <li><strong>Training Drills:</strong> Mitt work with a coach, heavy bag, speed bag, double-end bag.</li> <li><strong>Sparring:</strong> Crucial for developing skills under pressure.</li> <li><strong>Strengths:</strong> Develops exceptional hand speed, power, accuracy, footwork, head movement, and cardiovascular fitness. Highly effective striking with hands.</li> - <li><strong>Considerations:</strong> No defense against kicks or grappling. Strictly a sport with rules that limit its direct translation to all self-defense scenarios.</li> + <li><strong>Considerations:</strong> No defense against kicks or grappling. Strictly a sport with rules that limit its direct translation to all self-defense scenarios without cross-training.</li> <li><strong>Resources:</strong> - <a href="https://www.wbaboxing.com/" target="_blank" rel="noopener" class="resource-link"><i class="bi bi-globe2"></i> WBA Boxing</a> - <a href="https://www.youtube.com/results?search_query=boxing+fundamentals" target="_blank" rel="noopener" class="resource-link"><i class="bi bi-youtube"></i> Boxing Fundamentals</a> - <a href="https://www.youtube.com/@JTVanV" target="_blank" rel="noopener" class="resource-link"><i class="bi bi-youtube"></i> Coach Anthony (YouTube)</a> + <a href="https://www.wbaboxing.com/" target="_blank" rel="noopener" class="resource-link" title="Visit WBA Boxing website"><i class="bi bi-globe2"></i> WBA Boxing</a> + <a href="https://www.youtube.com/results?search_query=boxing+fundamentals" target="_blank" rel="noopener" class="resource-link" title="Search for Boxing fundamentals on YouTube"><i class="bi bi-youtube"></i> Boxing Fundamentals</a> + <a href="https://www.youtube.com/@JTVanV" target="_blank" rel="noopener" class="resource-link" title="Visit Coach Anthony's YouTube channel"><i class="bi bi-youtube"></i> Coach Anthony (YouTube)</a> </li> </ul> </div> @@ -651,7 +658,7 @@ <footer class="container text-center pb-3"> <p>This cheatsheet offers a glimpse into the vast world of martial arts. Each discipline has a rich history and requires years of dedicated practice to truly understand. Always train safely under qualified instruction.</p> <p>Content is for informational purposes. Styles and techniques can vary between schools and instructors.</p> - <p>© 2024 Martial Arts Cheatsheet by AI. Inspired by user input.</p> + <p>© 2025 Martial Arts Cheatsheet by AI. Inspired by user input.</p> </footer> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>