You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.8 KiB
HTML

2 years ago
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css"/>
<title>Blog of Pesto</title>
</head>
<body>
<header>
<h1>
Blog of Pesto
<span class="thin">reviewing all sorts of pesto</span>
</h1>
</header>
<main>
<h1>About this Blog</h1>
I wanted to save money, so I decided to eat very inexpensive (noodles with pesto mostly). To motivate myself, I decided to try to eat and review every pesto I could buy. This is the result.
<h2>Setup</h2>
The Pasta was Barilla Gemelli or Girandole. The pesto was mixed with the noodles and some starchy pasta-water to try and create a creamy emulsion that would coat the pasta better.
<h3>Rating</h3>
Each pesto is compared in these categories:
<ul>
<li><emph>taste:</emph> how it tasted</li>
<li><emph>consistency:</emph> How was the consistency, did it form a proper emulsion with the pasta water</li>
<li><emph>ingredients:</emph> what's in it, how much of it, and how is it </li>
<li><emph>price:</emph> how expensive is this pesto</li>
<li><emph>size:</emph> how much is in the glass</li>
</ul>
I also list the ingredients and add some notes why I rated the pasta the way I did. I then give a final grade.
<h2>Index</h2>
{INDEX}
<h2>The Pasta</h2>
{PESTO_RATINGS}
</main>
<footer>
<p>&copy; copyright {CURRENT_YEAR} by Anton Lydike</p> <p>Download raw review data: <a href="reviews.json">reviews.json</a></p>
</footer>
</body>
</html>