blob: e9664787154dedd133c3789613bfa88d15943e08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
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>
|