summaryrefslogtreecommitdiff
path: root/workouts/burpees
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/burpees
commit
Diffstat (limited to 'workouts/burpees')
-rwxr-xr-xworkouts/burpees/index.html52
-rwxr-xr-xworkouts/burpees/tim.gifbin0 -> 9757819 bytes
2 files changed, 52 insertions, 0 deletions
diff --git a/workouts/burpees/index.html b/workouts/burpees/index.html
new file mode 100755
index 0000000..be175bc
--- /dev/null
+++ b/workouts/burpees/index.html
@@ -0,0 +1,52 @@
+<!DOCTYPE html>
+<html lang="de">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Burpees</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>Burpees</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>Gesäß</p></li>
+ <li><p>Beine</p></li>
+ <li><p>Schultern</p></li>
+ <li><p>Rücken</p></li>
+ <li><p>Brust</p></li>
+ <li><p>Hüftbeuger</p></li>
+ </ul>
+ <h2>Ausführung:</h2>
+ <ol>
+ <li><p>Grundposition: Hüftbreit stehen, Zehen zeigen gerade nach vorn</p></li>
+ <li><p>Nun in die Hocke und stützt dich mit den Händen am Boden ab, danach springst du in die Liegestützstellung und machst einen Liegestütz</p></li>
+ <li><p>Nun springst du wieder in die Hockposition und springst danach explosionsartig nach oben</p></li>
+ </ol>
+ </div>
+</main>
+</body>
+</html>
diff --git a/workouts/burpees/tim.gif b/workouts/burpees/tim.gif
new file mode 100755
index 0000000..1969a48
--- /dev/null
+++ b/workouts/burpees/tim.gif
Binary files differ