-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
215 lines (206 loc) · 14.1 KB
/
about.html
File metadata and controls
215 lines (206 loc) · 14.1 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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!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>About Us | GoldenSpoonKitchen</title>
<meta name="description" content="Learn about Paul and his passion for creating delicious, accessible recipes for home cooks everywhere." />
<link rel="canonical" href="https://goldenspoonkitchen.com/about" />
<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">
<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">
<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 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="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">ABOUT US</h1>
</section>
<section class="section about-section">
<div class="about-content">
<div class="about-intro-wrapper">
<div class="about-intro">
<p>Hi there! I'm Paul, and welcome to GoldenSpoonKitchen. Food has always been more than just sustenance to me—it's a language of love, a way to bring people together, and a canvas for creativity. Growing up in a family where every Sunday dinner was a celebration and every holiday centered around the kitchen, I learned early on that the best memories are often made while cooking and sharing meals with the people we love.</p>
<p>My journey into the culinary world wasn't planned. It started with simple curiosity: what if I tried adding this? What happens when I combine these flavors? That curiosity led me to explore cuisines from around the world, experiment with techniques, and most importantly, discover that great cooking doesn't require fancy equipment or expensive ingredients—just passion and a willingness to learn.</p>
<p>GoldenSpoonKitchen was born from a simple belief: everyone deserves to experience the joy of creating delicious food at home. Whether you're a complete beginner or a seasoned home cook, I'm here to guide you through every step of your culinary journey.</p>
</div>
<div class="about-intro-image">
<img src="/images/paul.webp" alt="Paul in the kitchen" />
</div>
</div>
<div class="about-section-item">
<h2 class="about-section-title">Who is Paul?</h2>
<p>I'm a home cook, recipe developer, and food enthusiast with over a decade of experience in the kitchen. What started as a hobby quickly became my passion and eventually, my life's work. I've spent years perfecting recipes, learning from my mistakes, and figuring out how to make complex dishes accessible to everyone.</p>
<p>I'm not a professionally trained chef, and that's exactly why I can relate to you. I've made all the beginner mistakes, burned countless dishes, and learned through trial and error. Every recipe you find here has been tested multiple times in my own kitchen, using everyday equipment that you probably already have.</p>
</div>
<div class="about-section-item">
<h2 class="about-section-title">What You'll Find Here</h2>
<p>GoldenSpoonKitchen is your go-to destination for recipes that actually work. No complicated techniques that require culinary school training, no obscure ingredients you'll never use again. Just honest, delicious food that brings joy to your table.</p>
<p>From quick weeknight dinners that save you time after a long day, to impressive dishes that'll wow your guests at dinner parties, you'll find recipes for every occasion and skill level. Each recipe comes with detailed instructions, helpful tips, and sometimes even stories about why these dishes are special to me.</p>
</div>
<div class="about-section-item">
<h2 class="about-section-title">Our Mission & Goals</h2>
<p>My mission is simple: to make home cooking accessible, enjoyable, and stress-free for everyone. I believe that cooking should be a source of joy, not anxiety. That's why every recipe is written with clarity, tested thoroughly, and designed to build your confidence in the kitchen.</p>
<p>I want to help you create those special moments around the dinner table, whether it's a casual Tuesday night meal with your family or a special celebration with friends. Beyond just sharing recipes, I'm here to teach you the skills and techniques that will make you a more confident, creative cook.</p>
</div>
<div class="about-section-item">
<h2 class="about-section-title">How We Work</h2>
<p>Every recipe on GoldenSpoonKitchen goes through a rigorous testing process. I cook each dish multiple times, adjusting and refining until it's absolutely perfect. I consider ingredient availability, cost, and ease of preparation because I want these recipes to work in your real kitchen, with your real budget and schedule.</p>
<p>I also value your feedback. When you try a recipe, your comments and suggestions help me improve and create even better content. This isn't just my website—it's our community of food lovers, learning and growing together.</p>
<p>Thank you for being here and for trusting me with your meals. I can't wait to see what you create!</p>
</div>
<div class="about-social-section">
<p class="about-social-text">Let's stay connected! Follow me on social media for daily inspiration, behind-the-scenes content, and more delicious recipes.</p>
<div class="about-socials">
<a href="https://pin.it/1zmDEFtxJ" class="about-social-link" aria-label="Pinterest">
<i class="fa-brands fa-pinterest-p"></i>
</a>
<a href="mailto:goldenspoonkitchenusa@gmail.com" class="about-social-link" aria-label="Email">
<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">
<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" class="about-social-link" aria-label="Facebook">
<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">
<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" class="about-social-link" aria-label="X (Twitter)">
<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">
<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>
</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>