-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
140 lines (134 loc) · 5.24 KB
/
services.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
<!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="stylesheet" href="styles/events.css" />
<link rel="stylesheet" href="styles/services.css" />
<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"
/>
</head>
<body>
<div class="main">
<div class="nav">
<a href="index.html">
<p>SKIPERO LIMITED</p>
</a>
<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="events.html"><p>Services</p></a>
<hr class="linetop" />
<a href="contact.html"><p>Contact</p></a>
</div>
</div>
<div class="mainbody">
<div class="eventsleft" id="servicesleft">
<div class="eventslefttop">
<h1>Grian Cafe</h1>
<p>
Step into the culinary world of Grian Cafe, where a diverse and
delightful menu awaits. Our cafe is a haven for food enthusiasts,
offering a range of mouthwatering options to satisfy every
craving, whether you're joining us for breakfast, lunch, or
dinner.
</p>
<hr class="linetop" />
<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>
<hr class="linetop" />
<div class="buttonlink">
<a href="menu.html">
<div class="menubutton"><p>Our Menu</p></div></a
>
</div>
</div>
</div>
<div class="eventsleft" id="bottomevents">
<div class="eventslefttop">
<h1>Catering</h1>
<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>
<hr class="linetop" />
<p>
Imagine a sizzling summer evening with the irresistible aroma of
barbeque wafting through the air. Our Barbeque Party catering
service is designed to turn your outdoor gatherings into memorable
feasts. From succulent grilled meats to flavorful marinades and an
array of sides, we create a smoky and mouthwatering experience
that your guests won't forget.
</p>
<hr class="linetop" />
<p>
Elevate your corporate events with our impeccable catering
services. We understand the importance of creating a lasting
impression on clients, partners, and employees. Our Corporate
Event catering is designed to meet the demands of business
gatherings, conferences, seminars, and more.
</p>
<hr class="linetop" />
<div class="buttonlink">
<a href="events.html">
<div class="menubutton"><p>More about our Events</p></div></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>
</div>
<script src="script.js"></script>
</body>
</html>