diff options
Diffstat (limited to 'rezepte/index.html')
| -rwxr-xr-x | rezepte/index.html | 123 |
1 files changed, 123 insertions, 0 deletions
diff --git a/rezepte/index.html b/rezepte/index.html new file mode 100755 index 0000000..e966478 --- /dev/null +++ b/rezepte/index.html @@ -0,0 +1,123 @@ +<!DOCTYPE html> +<html lang="de"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Rezepte</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>Frühstück</h1> + <div class="flexbox"> + <a class="medium_box color_inverse_on_hover" style="flex: 1; height: 100%" href="./fruehstueck/haferflocken_mit_frischen_fruechten_und_nuessen/"> + <h2>Haferflocken mit frischen Früchten und Nüssen</h2> + <img class="small_box" style="padding: 0; width: 100%" src="./fruehstueck/haferflocken_mit_frischen_fruechten_und_nuessen/rezept.png"> + </a> + <a class="medium_box color_inverse_on_hover" style="flex: 1; height: 100%" href="./fruehstueck/ruehrei_mit_lachs_und_dill/"> + <h2>Rührei mit Lachs und Dill</h2> + <img class="small_box" style="padding: 0; width: 100%" src="./fruehstueck/ruehrei_mit_lachs_und_dill/rezept.png"> + </a> + <a class="medium_box color_inverse_on_hover" style="flex: 1; height: 100%" href="./fruehstueck/smoothie/"> + <h2>Smoothie</h2> + <img class="small_box" style="padding: 0; width: 100%" src="./fruehstueck/smoothie/rezept.png"> + </a> + <a class="medium_box color_inverse_on_hover" style="flex: 1; height: 100%" href="./fruehstueck/vollkornbrot_mit_avocado_und_ei/"> + <h2>Vollkornbrot mit Avocado und Ei</h2> + <img class="small_box" style="padding: 0; width: 100%" src="./fruehstueck/vollkornbrot_mit_avocado_und_ei/rezept.png"> + </a> + </div> +</main> + +<main class="big_box"> + <h1>Mittagessen</h1> + <div class="flexbox"> + <a class="medium_box color_inverse_on_hover" style="flex: 1; height: 100%" href="./mittagessen/kartoffel_und_suesskartoffel_frittata/"> + <h2>Kartoffel und Süßkartoffel Frittata</h2> + <img class="small_box" style="padding: 0; width: 100%" src="./mittagessen/kartoffel_und_suesskartoffel_frittata/rezept.png"> + </a> + <div class="hor_spacing" style="flex: 1"> + <a class="medium_box color_inverse_on_hover hor_spacing_item" style="display: block" href="./mittagessen/lasagne/"> + <h2>Lasagne</h2> + <img class="small_box" style="padding: 0; width: 100%" src="./mittagessen/lasagne/rezept.png"> + </a> + <a class="medium_box color_inverse_on_hover hor_spacing_item" style="display: block" href="./mittagessen/vollkorn_wraps_mit_hummus_und_gemuese/"> + <h2>Vollkorn Wraps mit Hummus und Gemüse</h2> + <img class="small_box" style="padding: 0; width: 100%" src="./mittagessen/vollkorn_wraps_mit_hummus_und_gemuese/rezept.png"> + </a> + </div> + <a class="medium_box color_inverse_on_hover" style="flex: 1; height: 100%" href="./mittagessen/penne_all_arrabbiata/"> + <h2>Penne All'Arrabbiata</h2> + <img class="small_box" style="padding: 0; width: 100%" src="./mittagessen/penne_all_arrabbiata/rezept.png"> + </a> + <a class="medium_box color_inverse_on_hover" style="flex: 1; height: 100%" href="./mittagessen/salat_mit_gegrilltem_haehnchen_oder_tofu/"> + <h2>Salat mit gegrilltem Hähnchen oder Tofu</h2> + <img class="small_box" style="padding: 0; width: 100%" src="./mittagessen/salat_mit_gegrilltem_haehnchen_oder_tofu/rezept.png"> + </a> + </div> +</main> +<main class="big_box"> + <h1>Abendessen</h1> + <div class="flexbox"> + <a class="medium_box color_inverse_on_hover" style="flex: 1; height: 100%" href="./abendessen/gegrillter_fisch_mit_kartoffeln_und_spargel/"> + <h2>Gegrillter Fisch mit Kartoffeln und Spargel</h2> + <img class="small_box" style="padding: 0; width: 100%" src="./abendessen/gegrillter_fisch_mit_kartoffeln_und_spargel/rezept.png"> + </a> + <a class="medium_box color_inverse_on_hover" style="flex: 1; height: 100%" href="./abendessen/gemuese_curry_mit_kokosmilch_und_reis/"> + <h2>Gemüse-Curry mit Kokosmilch und Reis</h2> + <img class="small_box" style="padding: 0; width: 100%" src="./abendessen/gemuese_curry_mit_kokosmilch_und_reis/rezept.png"> + </a> + <a class="medium_box color_inverse_on_hover" style="flex: 1; height: 100%" href="./abendessen/haenchenbrust_mit_suesskartoffel_und_brokkoli/"> + <h2>Hähnchenbrust mit Süßkartoffel und Brokkoli</h2> + <img class="small_box" style="padding: 0; width: 100%" src="./abendessen/haenchenbrust_mit_suesskartoffel_und_brokkoli/rezept.png"> + </a> + <a class="medium_box color_inverse_on_hover" style="flex: 1; height: 100%" href="./abendessen/quinoa_bowl_mit_gemuese_und_ei/"> + <h2>Quinoa-Bowl mit Gemüse und Ei</h2> + <img class="small_box" style="padding: 0; width: 100%" src="./abendessen/quinoa_bowl_mit_gemuese_und_ei/rezept.png"> + </a> + </div> +</main> +<main class="big_box"> + <h1>Snacks</h1> + <div class="flexbox"> + <a class="medium_box color_inverse_on_hover" style="flex: 1; height: 100%" href="./snacks/avocado_dip_mit_tortilla_chips/"> + <h2>Avocado-Dip mit Tortilla-Chips</h2> + <img class="small_box" style="padding: 0; width: 100%" src="./snacks/avocado_dip_mit_tortilla_chips/rezept.png"> + </a> + <a class="medium_box color_inverse_on_hover" style="flex: 1; height: 100%" href="./snacks/jogurt_mit_beeren_und_granola/"> + <h2>Jogurt mit Beeren und Granola</h2> + <img class="small_box" style="padding: 0; width: 100%" src="./snacks/jogurt_mit_beeren_und_granola/rezept.png"> + </a> + <a class="medium_box color_inverse_on_hover" style="flex: 1; height: 100%" href="./snacks/nuesse_und_samen/"> + <h2>Nüsse und Samen</h2> + <img class="small_box" style="padding: 0; width: 100%" src="./snacks/nuesse_und_samen/rezept.png"> + </a> + <a class="medium_box color_inverse_on_hover" style="flex: 1; height: 100%" href="./snacks/obst_und_gemuese_sticks_mit_hummus/"> + <h2>Obst und Gemüse-Sticks mit Hummus</h2> + <img class="small_box" style="padding: 0; width: 100%" src="./snacks/obst_und_gemuese_sticks_mit_hummus/rezept.png"> + </a> + </div> +</main> +</body> +</html>
\ No newline at end of file |
