explore visual tweaks

This commit is contained in:
kaipher7
2026-04-19 17:08:25 -06:00
4 changed files with 165 additions and 224 deletions
+15 -11
View File
@@ -2,11 +2,14 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="_csrf_header" th:content="${_csrf.headerName}"/>
<meta name="_csrf" th:content="${_csrf.token}"/>
<title>Thyme Crunch Home</title>
<link rel="stylesheet" th:href="@{css/explore.css}">
<link href="https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&family=Mali:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
</head>
<body>
<header class="top-header">
@@ -75,18 +78,18 @@
<label>
<input type="checkbox" name="prepTime" value="15"><15 min
</label><br>
</label>
<label>
<input type="checkbox" name="prepTime" value="30">15~30 min
</label><br>
</label>
<label>
<input type="checkbox" name="prepTime" value="60">30~60 min
</label><br>
</label>
<label>
<input type="checkbox" name="prepTime" value="240">1~4 hours
</label><br>
</label>
<label>
<input type="checkbox" name="prepTime" value="241">4+ hours
@@ -95,18 +98,18 @@
<label>
<input type="checkbox" name="cookTime" value="15"><15 min
</label><br>
</label>
<label>
<input type="checkbox" name="cookTime" value="30">15~30 min
</label><br>
</label>
<label>
<input type="checkbox" name="cookTime" value="60">30~60 min
</label><br>
</label>
<label>
<input type="checkbox" name="cookTime" value="120">1~2 hours
</label><br>
</label>
<label>
<input type="checkbox" name="cookTime" value="121">2+ hours
@@ -115,15 +118,15 @@
<label>
<input type="checkbox" name="price" value="1"> $
</label><br>
</label>
<label>
<input type="checkbox" name="price" value="2"> $$
</label><br>
</label>
<label>
<input type="checkbox" name="price" value="3"> $$$
</label><br>
</label>
<label>
<input type="checkbox" name="price" value="4"> $$$$
@@ -230,5 +233,6 @@
}
})();
</script>
</body>
</html>