-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiscover.html
More file actions
169 lines (165 loc) · 9.05 KB
/
discover.html
File metadata and controls
169 lines (165 loc) · 9.05 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/images/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
<link rel="shortcut icon" href="/images/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="GoldenSpoonKitchen" />
<link rel="manifest" href="/images/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Discover Recipes | GoldenSpoonKitchen</title>
<meta name="description" content="Browse through our collection of delicious recipes. Find your next favorite dish!" />
<meta name="keywords" content="recipe discovery, browse recipes, cooking inspiration, meal ideas" />
<meta property="og:title" content="Discover Recipes | GoldenSpoonKitchen" />
<meta property="og:description" content="Browse through our collection of delicious recipes" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/images/thumb.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="/images/thumb.png" />
<link rel="canonical" href="https://goldenspoonkitchen.com/discover" />
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="stylesheet" href="/style.css" />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2572135815183857" crossorigin="anonymous"></script>
</head>
<body>
<header class="header">
<nav class="nav-container">
<a href="/index.html" class="logo">
<img src="/images/logo.png" alt="GoldenSpoonKitchen Logo" class="logo-image" />
</a>
<button class="mobile-menu-toggle" aria-label="Toggle menu">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6"></line>
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
</button>
<ul class="nav-links">
<button class="mobile-close-btn" aria-label="Close menu">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
<div class="mobile-nav-content">
<li>
<a href="/topics.html" class="nav-link">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="3" width="7" height="7"></rect>
<rect x="14" y="3" width="7" height="7"></rect>
<rect x="14" y="14" width="7" height="7"></rect>
<rect x="3" y="14" width="7" height="7"></rect>
</svg>
Topics
</a>
</li>
<li>
<a href="/discover.html" class="nav-link active">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
Discover
</a>
</li>
<li>
<a href="/about.html" class="nav-link">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="10"></circle>
<line x1="12" y1="16" x2="12" y2="12"></line>
<line x1="12" y1="8" x2="12.01" y2="8"></line>
</svg>
About Us
</a>
</li>
<li>
<a href="/contact.html" class="nav-link">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="2" y="4" width="20" height="16" rx="2"></rect>
<path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"></path>
</svg>
Contact Us
</a>
</li>
</div>
<div class="mobile-nav-footer">
<p>Follow us on social media</p>
<div class="mobile-nav-socials">
<a href="https://pin.it/1zmDEFtxJ" aria-label="Pinterest">
<i class="fa-brands fa-pinterest-p"></i>
</a>
<a href="https://www.facebook.com/profile.php?id=61584148233648" aria-label="Facebook">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>
</svg>
</a>
<a href="https://x.com/goldenspoonk" aria-label="X">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 4l11.733 16h4.267l-11.733 -16z"></path>
<path d="M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772"></path>
</svg>
</a>
</div>
</div>
</ul>
</nav>
</header>
<main>
<section class="page-header">
<h1 class="page-title">DISCOVER RECIPES</h1>
<p class="page-subtitle">Browse through our complete collection of delicious recipes. From quick weeknight dinners to impressive desserts, find inspiration for every meal and occasion.</p>
</section>
<section class="section">
<div id="recipes-container" class="recipes-grid"></div>
<div id="pagination-container" class="pagination"></div>
</section>
</main>
<footer class="footer">
<div class="footer-content">
<div class="footer-links">
<a href="/cookie-policy.html">Cookie Policy</a>
<a href="/privacy.html">Privacy</a>
<a href="/contact.html">Contact</a>
<a href="/faq.html">FAQ</a>
<a href="/terms.html">Terms</a>
</div>
<div class="footer-socials">
<a href="https://pin.it/1zmDEFtxJ" aria-label="Pinterest">
<i class="fa-brands fa-pinterest-p"></i>
</a>
<a href="mailto:goldenspoonkitchenusa@gmail.com" aria-label="Email">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="2" y="4" width="20" height="16" rx="2"></rect>
<path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"></path>
</svg>
</a>
<a href="https://www.facebook.com/profile.php?id=61584148233648" aria-label="Facebook">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>
</svg>
</a>
<a href="https://x.com/goldenspoonk" aria-label="X (Twitter)">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 4l11.733 16h4.267l-11.733 -16z"></path>
<path d="M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772"></path>
</svg>
</a>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 GoldenSpoonKitchen. All rights reserved.</p>
</div>
</footer>
<script type="module" src="/main.js"></script>
<script type="module" src="/discover.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7TWS8WHMK6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7TWS8WHMK6');
</script>
</body>
</html>