summaryrefslogtreecommitdiff
path: root/workouts/mountain_climbers/index.html
diff options
context:
space:
mode:
authorstefan_gey <stfngy@proton.me>2025-03-25 22:51:39 +0100
committerstefan_gey <stfngy@proton.me>2025-03-25 22:51:39 +0100
commitf99b7701847efec51466d6a54f5f057cc6234d88 (patch)
tree0fe595f297aa9d83a74f124b2c7a0cbd1e7ae6ab /workouts/mountain_climbers/index.html
commit
Diffstat (limited to 'workouts/mountain_climbers/index.html')
-rwxr-xr-xworkouts/mountain_climbers/index.html49
1 files changed, 49 insertions, 0 deletions
diff --git a/workouts/mountain_climbers/index.html b/workouts/mountain_climbers/index.html
new file mode 100755
index 0000000..00fac19
--- /dev/null
+++ b/workouts/mountain_climbers/index.html
@@ -0,0 +1,49 @@
+<!DOCTYPE html>
+<html lang="de">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Mountain Climbers</title>
+ <link rel="icon" type="image/x-icon" href="/style/avocado.png">
+ <link rel="stylesheet" type="text/css" href="/style/style.css">
+</head>
+<body>
+<nav class="medium_box">
+ <ul class="hor_spacing">
+ <li class="hor_spacing_item">
+ <a class="small_box color_inverse_on_hover" href="/login">Login</a>
+ </li>
+ <li class="hor_spacing_item">
+ <a class="small_box color_inverse_on_hover" href="/kalorien_rechner">Kalorien-rechner</a>
+ </li>
+ <li class="hor_spacing_item">
+ <a class="small_box color_inverse_on_hover" href="/kalorien_zaehler">Kalorien-zähler</a>
+ </li>
+ <li class="hor_spacing_item">
+ <a class="small_box color_inverse_on_hover" href="/rezepte">Rezepte</a>
+ </li>
+ <li class="hor_spacing_item">
+ <a class="small_box tertiary_color_style" href="/workouts">Workouts</a>
+ </li>
+ </ul>
+</nav>
+<main class="big_box">
+ <h1>Mountain Climbers</h1>
+ <img class="medium_box" style="width: 300px; padding: 0; float: left" src="./tim.gif" placeholder="tim.gif">
+ <div class="medium_box" style="float: right; text-align: left; width: calc(100% - 310px)">
+ <h2>Beanspruchte Muskelgruppen:</h2>
+ <ul>
+ <li><p>Gerader Bauchmuskel</p></li>
+ <li><p>Beinbizeps</p></li>
+ <li><p>Quadrizeps</p></li>
+ <li><p>Gesäßmuskulatur</p></li>
+ </ul>
+ <h2>Ausführung:</h2>
+ <ol>
+ <li><p>Grundposition: Liegestützstellung, Hände befinden sich unter der Schulter, Füße hüftbreit</p></li>
+ <li><p>Nun in sprunghaften Bewegung abwechseln die Knie zur Körpermitte in Richtung der Ellenbogen ziehen</p></li>
+ </ol>
+ </div>
+</main>
+</body>
+</html>