diff --git a/css/madeleinology.css b/css/madeleinology.css index e919cd4..cff2562 100644 --- a/css/madeleinology.css +++ b/css/madeleinology.css @@ -36,6 +36,11 @@ a:hover{ } h1{ margin-bottom: 50px; + font-size: 1.8em; +} +h2{ + font-size: 1.2em; + } .m-sides, @@ -376,8 +381,22 @@ div:hover > .xtra{ background-color: #337ab7; } +#neigepix{ + height: 0; + margin: 5px 0; + background: #ccc; + -webkit-transition: all .3s linear 0s; + transition: all .3s linear 0s; +} +#neigepanel.on { + height: 438px; +} +#neigepix, +#neigepix > img{ + width: 694px; +} .clearer{ height: 1px; diff --git a/index.html b/index.html index f8829f3..32b9e08 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ - + @@ -29,7 +29,7 @@
-

Madeleinology

+

Madeleinology

If "Madeleinology" was a real world, it would mean "the study of Madeleines". It is one of my hobbies. On this site I will share some of my findings about this 250 years old recipe.

diff --git a/ingredients-top4-d3-radar.html b/ingredients-top4-d3-radar.html index f74d59b..0349d50 100644 --- a/ingredients-top4-d3-radar.html +++ b/ingredients-top4-d3-radar.html @@ -32,8 +32,14 @@
-

Another look for patterns in the proportions of flour, sugar, butter, and eggs in Madeleines

+

Madeleine shapes

+

Beside the soft shapes of madeleine cakes, are the hard shapes of ingredient quantities.

+
+ + +

Even though each recipe has a unique shape, there is no isomorphism between the soft shape of the cake and the hard shape of the numbers. Am I over-analysing things again here? Will this help me find the recipe for the perfect madeleine cakes ?

+
-

Hugette's Madeleines Recipe

+

My Grandmother's Madeleines Recipe

-

This is the recipe from my Grandmother Hugette. I've tried several others but of course this one is my favorite.

+

This is the recipe from my Grandmother. I've tried several others but of course this one is my favorite.

Prep Time: 30 minutes
Cook Time: 10-15 minutes

@@ -56,7 +56,7 @@

Ingredients for 18 madeleines

Tools

@@ -64,19 +64,21 @@

Ingredients for 18 madeleines

Instructions

    -
  1. Prepare yeast according to instructions on package
  2. +
  3. Prepare yeast according to instructions on package, or use baking powder
  4. Pre-heat oven at 375°F
  5. Mix soft (but not melted) butter and sugar
  6. -
  7. Add eggs and flour (using the sifter) and a pinch of salt
  8. +
  9. Beat the eggs
  10. +
  11. Slowly add the eggs and the flour (using the sifter) to the mix
  12. +
  13. Add a pinch of salt
  14. Add the yeast or baking powder
  15. (optional) Add the lemon zest or vanilla extract
  16. Mix until the dough is homogeneous
  17. -
  18. Put a little melted butter on the madeleines pan (to prevent sticking)
  19. +
  20. Grease the madeleine pan w/ melted butter
  21. Fill each slot on the madeleines pan w/ dough
  22. (optional) Add sliced almonds and/or pine nuts on top
  23. (optional) Add a raspberry in the center
  24. Put in the oven for 10 to 15 minutes (until golden)
  25. -
  26. Get the madeleines tray out of the oven, and the madelines out of the tray, and let cool down
  27. +
  28. Get the madeleines tray out of the oven, and the madeleines out of the tray, and let them cool down

@@ -110,7 +112,7 @@

Madeleines as ingredients in other recipes

-
© 2019 Olivier Giulieri.
+
© 2019 Olivier Giulieri.
diff --git a/madeleines-salty.html b/madeleines-salty.html index 56bbb66..54f9610 100644 --- a/madeleines-salty.html +++ b/madeleines-salty.html @@ -30,31 +30,31 @@

Salty Madeleines

-

By removing the sugar and adjusting the ingredients quantities, you can also make salty madeleines. It is an opportunity to try baking in ham, cheese, and/or vegetables.

+

Using the same madeleine recipe without sugar, you can make salty madeleines. It is an opportunity to bake in some bacon, ham, cheese, and/or vegetables.

-
Duck Prosciutto
+

Duck Prosciutto



-
Roquefort cheese & bacon
+

Roquefort cheese & bacon



-
Zucchini & goat cheese
+

Zucchini & goat cheese



-
Goat cheese & thyme
+

Goat cheese & thyme



...and many more possibilities can be done.
-

So far, "Duck Prosciutto" is my favorite salty madeleine.

+

  "Duck Prosciutto" is my favorite salty madeleine... so far.

diff --git a/madeleines-sweet.html b/madeleines-sweet.html index ae58b8f..aa83f98 100644 --- a/madeleines-sweet.html +++ b/madeleines-sweet.html @@ -35,43 +35,43 @@

Sweet Madeleines

-

Plain

+

Plain

-

Raspberry Heart

+

Raspberry Heart

-

Sliced Almonds Topping

+

Sliced Almonds Topping

-

Pine Nuts Topping

+

Pine Nuts Topping

-

Cocoa

+

Cocoa

-

1/2 Cocoa

+

1/2 Cocoa

-

Cocoa nibs

+

Cocoa nibs

diff --git a/package.json b/package.json index beac449..84f59b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "madeleinology", - "version": "1.0.0", + "version": "1.0.1", "description": "A study of Madeleines", "repository": { "type": "git", diff --git a/pix/neige-jam.jpg b/pix/neige-jam.jpg new file mode 100644 index 0000000..02c8b40 Binary files /dev/null and b/pix/neige-jam.jpg differ