summaryrefslogtreecommitdiff
path: root/workouts/schattenboxen_uppercut/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'workouts/schattenboxen_uppercut/index.html')
-rwxr-xr-xworkouts/schattenboxen_uppercut/index.html53
1 files changed, 53 insertions, 0 deletions
diff --git a/workouts/schattenboxen_uppercut/index.html b/workouts/schattenboxen_uppercut/index.html
new file mode 100755
index 0000000..77cda6f
--- /dev/null
+++ b/workouts/schattenboxen_uppercut/index.html
@@ -0,0 +1,53 @@
+<!DOCTYPE html>
+<html lang="de">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Schattenboxen Uppercut</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>Schattenboxen Uppercut</h1>
+ <img class="medium_box" style="width: 300px; padding: 0; float: left" src="./tim.gif">
+ <div class="medium_box" style="float: right; text-align: left; width: calc(100% - 310px)">
+ <h2>Beanspruchte Muskelgruppen:</h2>
+ <ul>
+ <li><p>Oberarme</p></li>
+ <li><p>Unterarme</p></li>
+ <li><p>Schultern</p></li>
+ <li><p>Beine</p></li>
+ <li><p>Brust</p></li>
+ <li><p>Rücken</p></li>
+ <li><p>Bauchmuskulatur</p></li>
+ </ul>
+ <h2>Ausführung:</h2>
+ <ol>
+ <li><p>Grundstellung Boxen</p></li>
+ <li><p>Ständiges Tippeln auf den Zehenspitzen</p></li>
+ <li><p>Abwechselnd Schläge von unten nach oben</p></li>
+ </ol>
+ </div>
+</main>
+</body>
+</html> \ No newline at end of file