-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
300 lines (288 loc) · 12.6 KB
/
index.html
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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles/style.css" />
<link rel="icon" href="images/logo.jpg" />
<title>Skipero Limited</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&family=Rancho&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="main">
<div class="nav">
<p>SKIPERO LIMITED</p>
<div class="navcontent">
<a href="index.html"><p>Home</p></a>
<a href="services.html"><p>Services</p></a>
<a href="contact.html"><p>Contact</p></a>
</div>
<div class="navimg" onclick="showmenu()">
<svg
xmlns="http://www.w3.org/2000/svg"
height="1em"
viewBox="0 0 448 512"
>
<
<style>
svg {
fill: #ffde5a;
}
</style>
<path
d="M32 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 288zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160z"
/>
</svg>
</div>
</div>
<div class="navmob" id="menu">
<div class="navcontentmob">
<a href="index.html"><p>Home</p></a>
<hr class="linetop" />
<a href="services.html"><p>Services</p></a>
<hr class="linetop" />
<a href="contact.html"><p>Contact</p></a>
</div>
</div>
<div class="mainbody">
<div class="maintop">
<!-- <div class="maintopleft">
<img src="pizza.jpg" alt="pizza" />
</div> -->
<div class="maintopright">
<h1>SKIPERO LIMITED</h1>
<p>"Where Cafe Elegance Meets Catering Excellence"</p>
<p style="margin: 20px 10px 10px 10px">
Established in 2023, SKIPERO LIMITED combines the charm of a café
with the precision of event catering. We're your go-to choice for
unforgettable corporate events, offering culinary excellence,
client-centric service, and a commitment to sustainability. Join
us in crafting memorable moments that elevate your gatherings to
the next level.
</p>
<!-- <div class="time">
<p>Moday - Friday: 7am - 7pm</p>
<p>Saturday - Sunday: 9am - 7pm</p>
</div> -->
</div>
</div>
</div>
<div class="about">
<div class="sectionheader">
<h4>About Us</h4>
<hr class="linetop" style="background-color: #000000; width: 100%" />
</div>
<p>
Founded in 2023, SKIPERO LIMITED was established to fulfill the
increasing demand for premium catering services in corporate settings
and events. Since our inception, we have been driven by an unwavering
passion for culinary excellence and a strong commitment to delivering
exceptional catering experiences.
</p>
<hr class="linediv" />
<div class="sectionheader">
<h4>Our Journey</h4>
<hr class="linetop" style="background-color: #000000; width: 100%" />
</div>
<p>
From the very outset, SKIPERO LIMITED received a warm and enthusiastic
reception from corporate entities across Ireland. Our steadfast
dedication to providing outstanding catering services quickly earned
us a reputation for excellence within the industry. We take immense
pride in being the trusted choice for numerous multinational
corporations, serving them with unwavering dedication and distinction.
</p>
<hr class="linediv" />
<div class="sectionheader">
<h4>Our Expertise</h4>
<hr class="linetop" style="background-color: #000000; width: 100%" />
</div>
<p>
At SKIPERO LIMITED, our primary focus revolves around event management
and catering. We understand that corporate events require not only
exceptional culinary offerings but also seamless planning and
execution. Our team of seasoned professionals specializes in crafting
memorable experiences that consistently surpass our clients'
expectations.
</p>
<hr class="linediv" />
<div class="sectionheader">
<h4>Why Choose Us</h4>
<hr class="linetop" style="background-color: #000000; width: 100%" />
</div>
<ul>
<li>
Culinary Excellence: Our commitment is to consistently deliver
culinary excellence with every dish we prepare. Our chefs curate a
diverse menu that caters to a variety of tastes, using only the
finest ingredients to ensure an exceptional dining experience.
</li>
<li>
Event Management: We possess expertise in event management, ensuring
meticulous planning and flawless execution of corporate gatherings,
ranging from board meetings to large-scale conferences.
</li>
<li>
Client-Centric Approach: We prioritize understanding the unique
needs and preferences of our clients. Our customized catering
solutions are tailor-made for each event, ensuring a personalized
and enjoyable experience.
</li>
<li>
Exceptional Service: Our dedicated team is always ready to provide
exceptional service with a smile. From the initial planning stages
to the conclusion of the event, we stand by your side to ensure
everything runs smoothly.
</li>
<li>
Quality Assurance: We uphold the highest standards of food safety
and hygiene, providing our clients and their guests with complete
confidence in the quality of our offerings.
</li>
<li>
Sustainability: We are conscious of our environmental impact and are
committed to sustainable practices, including sourcing local
ingredients and minimizing waste.
</li>
</ul>
<hr class="linediv" />
<div class="sectionheader">
<h4>Our Vision</h4>
<hr class="linetop" style="background-color: #000000; width: 100%" />
</div>
<p>
At SKIPERO LIMITED, our vision is to become the top choice for
corporate catering and event management services not only in Ireland
but also on a global scale. We aspire to continuously innovate and set
new standards for excellence in the industry.
</p>
<hr class="linediv" />
<div class="sectionheader">
<h4>Join Us in Creating Memorable Events</h4>
<hr class="linetop" style="background-color: #000000; width: 100%" />
</div>
<p>
We cordially invite you to collaborate with us for your corporate
events and experience the transformative difference that SKIPERO
LIMITED can bring. Together, we can craft unforgettable moments,
enhance your corporate gatherings, and elevate your catering
experiences. Thank you for considering us as your catering and event
management partner. We eagerly anticipate the opportunity to serve you
with dedication and passion.
</p>
</div>
<div class="services" id="mission">
<div class="servicesleft"><h1>Goals</h1></div>
<div class="servicesright">
<p>
"At Skipero Limited, our mission is to create memorable culinary
experiences that bring people together through the art of food. We
are dedicated to delighting our customers with exceptional coffee,
delectable dishes, and impeccable catering services, all served with
a side of warmth and hospitality. We aim to be a cherished
destination for coffee lovers, food enthusiasts, and event planners
alike, enriching lives one bite and one cup at a time."
</p>
<!-- <div class="servicesrightcontent">
<h5>Mission</h5>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Odio sed
hic distinctio eos modi laborum sapiente voluptate illum amet
quidem, rerum quo obcaecati expedita, quae et magni eligendi
recusandae pariatur, natus voluptates illo molestias corrupti!
Consectetur deleniti, voluptatibus sed quaerat odit tempore
consequatur consequuntur cupiditate obcaecati, dolorum autem atque
animi.
</p>
</div> -->
<div class="servicesrightcontent">
<h5>Goal</h5>
<ul>
<li>
Exceptional Customer Experience: We aspire to provide an
outstanding experience to every customer who walks through our
doors or engages our catering services. This includes offering
high-quality, freshly brewed coffee and delicious food, served
with a smile in a welcoming atmosphere.
</li>
<li>
Culinary Excellence: We are committed to continuously improving
and expanding our menu to showcase the finest flavors and
ingredients. We aim to become known for our unique and
innovative culinary creations that cater to diverse tastes.
</li>
<li>
Sustainability: We strive to operate our cafe and catering
business in an environmentally responsible manner. This includes
reducing waste, sourcing local and sustainable ingredients, and
minimizing our carbon footprint.
</li>
<li>
Catering Excellence: In the catering segment of our business,
our goal is to become the go-to choice for events of all sizes.
We aim to provide top-notch service, a wide range of menu
options, and the flexibility to tailor our offerings to each
client's unique needs.
</li>
</ul>
</div>
</div>
</div>
<div class="services">
<div class="servicesleft"><h1>Services We Provide</h1></div>
<div class="servicesright">
<div class="servicesrightcontent">
<h5>Grian Cafe</h5>
<p>
At Grian Cafe, we take pride in offering a diverse menu that
caters to various tastes and preferences. Our commitment to
quality, flavor, and customer satisfaction ensures that every
visit to our cafe is a memorable culinary experience. Join us for
a delightful meal, and let your taste buds explore the wonderful
world of flavors we have to offer.
</p>
<div class="time">
<p>Moday - Friday: 7am - 7pm</p>
<p>Saturday - Sunday: 9am - 7pm</p>
</div>
<a href="menu.html"><button class="menubutton">Our Menu</button></a>
</div>
<div class="servicesrightcontent">
<h5>Catering</h5>
<p>
At SKIPERO LIMITED, we bring the flavors of our cafe straight to
your events, turning ordinary gatherings into extraordinary
experiences. Whether you're planning a sizzling Barbeque Party or
a sophisticated Corporate Event, our catering services are
tailored to meet your unique needs and elevate the occasion.
</p>
<a href="events.html"
><button class="menubutton">More About Our Events</button></a
>
</div>
</div>
</div>
<div class="footer">
<h1>© SKIPERO LIMITED</h1>
<p>Ready To Serve</p>
<div class="socials">
<a
href="https://www.instagram.com/griancafe.ballymun/"
target="_blank"
><img src="images/instagram.png" alt="instagram"
/></a>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>