diff options
| author | stefan_gey <stfngy@proton.me> | 2025-03-25 22:51:39 +0100 |
|---|---|---|
| committer | stefan_gey <stfngy@proton.me> | 2025-03-25 22:51:39 +0100 |
| commit | f99b7701847efec51466d6a54f5f057cc6234d88 (patch) | |
| tree | 0fe595f297aa9d83a74f124b2c7a0cbd1e7ae6ab /rezepte/snacks | |
commit
Diffstat (limited to 'rezepte/snacks')
| -rwxr-xr-x | rezepte/snacks/avocado_dip_mit_tortilla_chips/index.html | 52 | ||||
| -rwxr-xr-x | rezepte/snacks/avocado_dip_mit_tortilla_chips/rezept.png | bin | 0 -> 110817 bytes | |||
| -rwxr-xr-x | rezepte/snacks/jogurt_mit_beeren_und_granola/index.html | 48 | ||||
| -rwxr-xr-x | rezepte/snacks/jogurt_mit_beeren_und_granola/rezept.png | bin | 0 -> 112717 bytes | |||
| -rwxr-xr-x | rezepte/snacks/nuesse_und_samen/index.html | 43 | ||||
| -rwxr-xr-x | rezepte/snacks/nuesse_und_samen/rezept.png | bin | 0 -> 158843 bytes | |||
| -rwxr-xr-x | rezepte/snacks/obst_und_gemuese_sticks_mit_hummus/index.html | 45 | ||||
| -rwxr-xr-x | rezepte/snacks/obst_und_gemuese_sticks_mit_hummus/rezept.png | bin | 0 -> 125644 bytes |
8 files changed, 188 insertions, 0 deletions
diff --git a/rezepte/snacks/avocado_dip_mit_tortilla_chips/index.html b/rezepte/snacks/avocado_dip_mit_tortilla_chips/index.html new file mode 100755 index 0000000..96d91c6 --- /dev/null +++ b/rezepte/snacks/avocado_dip_mit_tortilla_chips/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>Avocado-Dip mit Tortilla-Chips</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 tertiary_color_style" href="/rezepte">Rezepte</a> + </li> + <li class="hor_spacing_item"> + <a class="small_box color_inverse_on_hover" href="/workouts">Workouts</a> + </li> + </ul> +</nav> +<main class="big_box"> + <h1>Avocado-Dip mit Tortilla-Chips</h1> + <img class="medium_box" style="width: 300px; padding: 0; float: left" src="./rezept.png"> + <div class="medium_box" style="float: right; text-align: left; width: calc(100% - 310px)"> + <h2>Zutaten:</h2> + <ul> + <li><p>2 reife Avocados</p></li> + <li><p>1/2 Zitrone (Saft)</p></li> + <li><p>1/4 Zwiebel (gehackt)</p></li> + <li><p>1 Knoblauchzehe (gehackt)</p></li> + <li><p>1/2 TL Chilipulver (optional)</p></li> + <li><p>Salz und Pfeffer</p></li> + <li><p>Tortilla-Chips</p></li> + </ul> + <h2>Zubereitung:</h2> + <ol> + <li><p>Avocados entkernen und das Fruchtfleisch mit einer Gabel zerdrücken.</p></li> + <li><p>Zitronensaft, Zwiebel, Knoblauch und Chilipulver hinzufügen und gut vermischen.</p></li> + <li><p>Mit Salz und Pfeffer abschmecken.</p></li> + <li><p>Mit Tortilla-Chips servieren.</p></li> + </ol> + </div> +</main>
\ No newline at end of file diff --git a/rezepte/snacks/avocado_dip_mit_tortilla_chips/rezept.png b/rezepte/snacks/avocado_dip_mit_tortilla_chips/rezept.png Binary files differnew file mode 100755 index 0000000..6b5bc33 --- /dev/null +++ b/rezepte/snacks/avocado_dip_mit_tortilla_chips/rezept.png diff --git a/rezepte/snacks/jogurt_mit_beeren_und_granola/index.html b/rezepte/snacks/jogurt_mit_beeren_und_granola/index.html new file mode 100755 index 0000000..54ab2a5 --- /dev/null +++ b/rezepte/snacks/jogurt_mit_beeren_und_granola/index.html @@ -0,0 +1,48 @@ +<!DOCTYPE html> +<html lang="de"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Joghurt mit Beeren und Granola</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 tertiary_color_style" href="/rezepte">Rezepte</a> + </li> + <li class="hor_spacing_item"> + <a class="small_box color_inverse_on_hover" href="/workouts">Workouts</a> + </li> + </ul> +</nav> +<main class="big_box"> + <h1>Joghurt mit Beeren und Granola</h1> + <img class="medium_box" style="width: 300px; padding: 0; float: left" src="./rezept.png"> + <div class="medium_box" style="float: right; text-align: left; width: calc(100% - 310px)"> + <h2>Zutaten:</h2> + <ul> + <li><p>1 Becher Joghurt (Natur oder griechisch)</p></li> + <li><p>1/2 Tasse Beeren (frisch oder gefroren)</p></li> + <li><p>1/4 Tasse Granola</p></li> + <li><p>Optional: Honig oder Ahornsirup</p></li> + </ul> + <h2>Zubereitung:</h2> + <ol> + <li><p>Joghurt in ein Glas füllen.</p></li> + <li><p>Beeren und Granola darüber geben.</p></li> + <li><p>Optional mit Honig oder Ahornsirup beträufeln.</p></li> + </ol> + </div> +</main>
\ No newline at end of file diff --git a/rezepte/snacks/jogurt_mit_beeren_und_granola/rezept.png b/rezepte/snacks/jogurt_mit_beeren_und_granola/rezept.png Binary files differnew file mode 100755 index 0000000..85e5a8c --- /dev/null +++ b/rezepte/snacks/jogurt_mit_beeren_und_granola/rezept.png diff --git a/rezepte/snacks/nuesse_und_samen/index.html b/rezepte/snacks/nuesse_und_samen/index.html new file mode 100755 index 0000000..3707381 --- /dev/null +++ b/rezepte/snacks/nuesse_und_samen/index.html @@ -0,0 +1,43 @@ +<!DOCTYPE html> +<html lang="de"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Nüsse und Samen</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 tertiary_color_style" href="/rezepte">Rezepte</a> + </li> + <li class="hor_spacing_item"> + <a class="small_box color_inverse_on_hover" href="/workouts">Workouts</a> + </li> + </ul> +</nav> +<main class="big_box"> + <h1>Nüsse und Samen</h1> + <img class="medium_box" style="width: 300px; padding: 0; float: left" src="./rezept.png"> + <div class="medium_box" style="float: right; text-align: left; width: calc(100% - 310px)"> + <h2>Zutaten:</h2> + <ul> + <li><p>Eine Handvoll Nüsse und Samen nach Wahl (z.B. Mandeln, Walnüsse, Sonnenblumenkerne, Kürbiskerne)</p></li> + </ul> + <h2>Zubereitung:</h2> + <ol> + <li><p>Nüsse und Samen mischen und genießen.</p></li> + </ol> + </div> +</main>
\ No newline at end of file diff --git a/rezepte/snacks/nuesse_und_samen/rezept.png b/rezepte/snacks/nuesse_und_samen/rezept.png Binary files differnew file mode 100755 index 0000000..0ef2647 --- /dev/null +++ b/rezepte/snacks/nuesse_und_samen/rezept.png diff --git a/rezepte/snacks/obst_und_gemuese_sticks_mit_hummus/index.html b/rezepte/snacks/obst_und_gemuese_sticks_mit_hummus/index.html new file mode 100755 index 0000000..91d341d --- /dev/null +++ b/rezepte/snacks/obst_und_gemuese_sticks_mit_hummus/index.html @@ -0,0 +1,45 @@ +<!DOCTYPE html> +<html lang="de"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Obst und Gemüse-Sticks mit Hummus</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 tertiary_color_style" href="/rezepte">Rezepte</a> + </li> + <li class="hor_spacing_item"> + <a class="small_box color_inverse_on_hover" href="/workouts">Workouts</a> + </li> + </ul> +</nav> +<main class="big_box"> + <h1>Obst und Gemüse-Sticks mit Hummus</h1> + <img class="medium_box" style="width: 300px; padding: 0; float: left" src="./rezept.png"> + <div class="medium_box" style="float: right; text-align: left; width: calc(100% - 310px)"> + <h2>Zutaten:</h2> + <ul> + <li><p>Verschiedene Obst- und Gemüsesorten (z.B. Karotten, Gurken, Paprika, Äpfel, Birnen)</p></li> + <li><p>1/4 Tasse Hummus</p></li> + </ul> + <h2>Zubereitung:</h2> + <ol> + <li><p>Obst und Gemüse in mundgerechte Stücke schneiden.</p></li> + <li><p>Mit Hummus servieren.</p></li> + </ol> + </div> +</main>
\ No newline at end of file diff --git a/rezepte/snacks/obst_und_gemuese_sticks_mit_hummus/rezept.png b/rezepte/snacks/obst_und_gemuese_sticks_mit_hummus/rezept.png Binary files differnew file mode 100755 index 0000000..87f526c --- /dev/null +++ b/rezepte/snacks/obst_und_gemuese_sticks_mit_hummus/rezept.png |
