-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtopics.html
More file actions
197 lines (193 loc) · 10.2 KB
/
topics.html
File metadata and controls
197 lines (193 loc) · 10.2 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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!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>Recipe Topics & Categories | GoldenSpoonKitchen</title>
<meta name="description" content="Explore all our recipe categories including breakfast, lunch, dinner, desserts, and more. Find the perfect recipe for any occasion." />
<meta name="keywords" content="recipe categories, food topics, meal types, recipe collection, cooking categories" />
<meta property="og:title" content="Recipe Topics & Categories | GoldenSpoonKitchen" />
<meta property="og:description" content="Explore all our recipe categories and find your next favorite dish" />
<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/topics" />
<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="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">
<div class="mobile-nav-content">
<li>
<a href="/topics.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">
<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">
<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 ALL OF OUR CATEGORIES</h1>
</section>
<section class="section categories-section">
<div class="categories-grid">
<a href="/topics/breakfast.html" class="category-card">
<img src="/images/breakfast-thumb.png" alt="Breakfast" />
<span class="category-title">Breakfast</span>
</a>
<a href="/topics/lunch.html" class="category-card">
<img src="/images/lunch-thumb.png" alt="Lunch" />
<span class="category-title">Lunch</span>
</a>
<a href="/topics/dinner.html" class="category-card">
<img src="/images/dinner-thumb.png" alt="Dinner" />
<span class="category-title">Dinner</span>
</a>
<a href="/topics/desserts.html" class="category-card">
<img src="/images/desserts-thumb.png" alt="Desserts" />
<span class="category-title">Desserts</span>
</a>
<a href="/topics/vegetarian.html" class="category-card">
<img src="/images/veg-thumb.png" alt="Vegetarian" />
<span class="category-title">Vegetarian</span>
</a>
<a href="/topics/quick-meals.html" class="category-card">
<img src="/images/quick-thumb.png" alt="Quick Meals" />
<span class="category-title">Quick Meals</span>
</a>
<a href="/topics/appetizers.html" class="category-card">
<img src="/images/appetizers-thumb.png" alt="Appetizers" />
<span class="category-title">Appetizers</span>
</a>
<a href="/topics/soups-salads.html" class="category-card">
<img src="/images/snacks-thumb.png" alt="Snacks" />
<span class="category-title">Snacks</span>
</a>
<a href="/topics/baking.html" class="category-card">
<img src="/images/baking-thumb.png" alt="Baking" />
<span class="category-title">Baking</span>
</a>
</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 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>