-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmadeleines-salty.html
71 lines (59 loc) · 2.94 KB
/
madeleines-salty.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-063933E3C2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-063933E3C2');
</script>
<title>Madeleinology: Salty Madeleines</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" type="image/png" href="favicon.png" />
<link href="css/madeleinology.css" rel="stylesheet" />
<meta name="description" content="Salty version of the traditionally sweet French madeleine cakes" />
<meta name="keywords" content="salty, madeleine, recipe, variation, adaptation" />
</head>
<body>
<ul class="pnav">
<li class="idx"><a href="index.html"><img class="logo" src="m-icon.png"><span class="mq-no-sl">Madeleinology</span></a></li>
<li><a href="madeleines-data-science.html">Data</a></li>
<li class="num"><a href="ingredients-long-tail.html">1</a></li>
<li class="num"><a href="ingredients-top4.html ">2</a></li>
<li class="num"><a href="ingredients-top4-d3-radar.html">3</a></li>
<li class="num"><a href="madeleine-cupcake-muffin-popularity.html">4</a></li>
<li class="num"><a href="madeleine-correlation.html">5</a></li>
<li><a href="madeleines-recipe.html">Recipe</a></li>
<li class="rnd-top"><a href="madeleines-sweet.html">Sweet</a></li>
<li class="sel rnd-top"><a href="madeleines-salty.html">Salty</a></li>
</ul>
<section>
<h1>Salty Madeleines</h1>
<p>Using the same <a href="madeleines-recipe.html">madeleine recipe</a> without sugar, you can make salty madeleines. It is an opportunity to bake in some bacon, ham, cheese, and/or vegetables.</p>
<div class="m-salty">
<div>
<h2>Duck Prosciutto</h2>
<img class="pixShadow" src="pix/salty/duck-salty-madeleines.jpg"><br><br>
</div>
<div>
<h2>Roquefort cheese & bacon</h2>
<img class="pixShadow" src="pix/salty/roquefort-salty-madeleines.jpg"><br><br>
</div>
<div>
<h2>Zucchini & goat cheese</h2>
<img class="pixShadow" src="pix/salty/goatcheese-zucchini-madeleines.jpg"><br><br>
</div>
<div>
<h2>Goat cheese & thyme</h2>
<img class="pixShadow" src="pix/salty/goat-cheese-thyme-madeleines.jpg"><br><br>
</div>
</div>
<div>...and many more possibilities can be done.</div>
<p><div class="heart">♥</div> "Duck Prosciutto" is my favorite salty madeleine... so far.</p>
</section>
<div class="copy">© 2024 <a href="https://evoluteur.github.io/">Olivier Giulieri</a>.</div>
</body>
</html>