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.

41 lines
2.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>cheesecake intimacy</title>
<link rel="stylesheet" href="cheesecake.css">
<script src="jquery.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="letterBox" class="letterBox" style="display:none">
<div id="closeButton" onClick='closeLetter()'></div>
<p id = "letterContents">
</p>
</div>
<div id="info">
<div onclick="openLetter()">✶ about</div>
<div onclick="window.location.href = &quot;ingredients.html&quot;">✶ ingredients</div>
</div>
<a href="recipes/boxed.html" id="boxed" class="recipeName" style="left: 200px; top: 160px;">boxed quark cheesecake</a>
<a href="recipes/aglaia.html" id="aglaia" class="recipeName" style="left: 1090px; top: 590px;">aglaia's birthday cheesecake</a>
<div class="bottom-left">
<p class="bigger-text"> the cheesecake intimacy spectrum</p>
</div>
<div class="line">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 715.4 506.78">
<path class="cls-1" d="m149.24,111.22c22.99-1.33,43.65,10.83,60.18,25.75s30.08,34.05,45.87,50.39c7.66,7.92,15.96,15.29,25.26,21.23,10.24,6.54,21.63,10.87,33.03,14.92,11.59,4.13,23.19,8.16,33.99,14.15,9.92,5.5,19.12,12.2,27.78,19.5,17.63,14.86,33.15,31.99,49.89,47.8s36.19,31.33,55.88,44.9c39.59,27.28,82.69,49.07,126.76,68.09,10.97,4.73,22.1,9.08,33.05,13.85s20.72,9.94,28.49,18.44c13.01,14.23,18.39,33.75,31.71,47.76,3.11,3.27,6.65,6.11,10.53,8.42,2.77,1.65,5.29-2.67,2.52-4.32-17-10.1-23.46-30.35-33.96-46-5.84-8.71-13.09-15.84-22.11-21.26-9.93-5.96-20.92-9.97-31.58-14.39-44.92-18.62-89.03-39.77-129.91-66.24-20.28-13.13-39.71-27.58-57.8-43.6-17.41-15.42-33.08-32.64-50.19-48.38s-35.5-29.05-57.16-37.51c-11.66-4.56-23.74-8.1-35.15-13.3s-20.54-11.6-29.32-19.61c-16.83-15.35-29.96-34.13-45.81-50.41-15.28-15.69-34.21-30.21-56.26-34.21-5.19-.94-10.45-1.28-15.72-.98-3.2.19-3.22,5.19,0,5h0Z"/>
</svg>
</div>
</body>
</html>