summaryrefslogtreecommitdiff
path: root/rezepte/fruehstueck/smoothie/index.html
blob: 522759aaea6bdc1d419395d03faee0eafe6a8a49 (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
<!DOCTYPE html>
<html lang="de">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Smoothie</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>Smoothie</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 Banane</p></li>
            <li><p>1/2 Tasse gefrorene Beeren (z.B. Erdbeeren, Himbeeren, Blaubeeren)</p></li>
            <li><p>1/2 Tasse Spinat (frisch oder gefroren)</p></li>
            <li><p>1/2 Tasse Joghurt (Natur oder griechisch)</p></li>
            <li><p>1/4 Tasse Milch oder eine pflanzliche Alternative (z.B. Mandelmilch, Sojamilch)</p></li>
            <li><p>1 EL Honig oder Ahornsirup (optional)</p></li>
        </ul>
        <h2>Zubereitung:</h2>
        <ol>
            <li><p>Alle Zutaten in einen Mixer geben.</p></li>
            <li><p>Den Mixer auf höchster Stufe ca. 30-60 Sekunden mixen, bis der Smoothie cremig und glatt ist.</p></li>
            <li><p>Bei Bedarf noch etwas mehr Milch oder Joghurt hinzufügen, um die gewünschte Konsistenz zu erreichen.</p></li>
            <li><p>Den Smoothie in ein Glas füllen und sofort genießen.</p></li>
        </ol>
    </div>
</main>