-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
152 lines (147 loc) · 5.55 KB
/
contact.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
<!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="stylesheet" href="styles/contact.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"
/>
</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="services.html"><p>Services</p></a>
<hr class="linetop" />
<a href="contact.html"><p>Contact</p></a>
</div>
</div>
<div class="mainbody">
<!-- <div class="contactacting">
<h4>Cafeteria</h4>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Beatae
ipsa a vitae voluptates adipisci quia nulla id, incidunt
necessitatibus aliquid accusantium voluptas laborum aliquam placeat
eligendi voluptatibus, fugiat est dolore.
</p>
<p>Timings : 7 to 10</p>
</div>
<div class="contactcafe">
<h4>Cafe</h4>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Beatae
ipsa a vitae voluptates adipisci quia nulla id, incidunt
necessitatibus aliquid accusantium voluptas laborum aliquam placeat
eligendi voluptatibus, fugiat est dolore.
</p>
<p>Timings : 7 to 10</p>
</div> -->
<div class="contactinfo">
<div class="contactheader">
<h1>Contact Us</h1>
</div>
<p>
Thank you for considering SKIPERO LIMITED for your culinary needs.
We're here to assist you in every way possible. Please feel free to
reach out to us via any of the following methods, and we'll be
delighted to answer your inquiries, assist with bookings, or provide
any additional information you may require.
</p>
<br />
<div class="contactheader" style="font-size: 16px">
<p>
Reach Us At<br />
Apt 41, The Sycamore<br />
Trimbleston <br />Goatstown<br />D14XV82 <br />Dublin<br />Ireland
</p>
</div>
<div class="contactlinks">
<p class="contactlinkhead">
Follow us on social media to stay updated on our latest offerings,
events, and culinary delights
</p>
<ul>
<li>
<a
href="https://www.instagram.com/griancafe.ballymun/"
target="_blank"
><div class="lipart">
<p>Instagram</p>
<img src="images/instablack.png" alt="instagram" /></div
></a>
</li>
<li>
<div class="lipart"><p>[email protected]</p></div>
</li>
<li>
<div class="lipart">
<img src="images/phone.png" alt="phone" />
<p>353831399963</p>
</div>
</li>
</ul>
</div>
<p class="contactlinkhead" style="margin-bottom: 0px">
We look forward to serving you and making your culinary experiences
extraordinary.
</p>
</div>
<div class="map">
<a
href="https://www.google.com/maps/place/Gr%C3%ADan+Cafe+-+Aspen/@53.3970367,-6.2670004,17z/data=!3m1!4b1!4m20!1m13!4m12!1m4!2m2!1d80.0423144!2d12.8117916!4e1!1m6!1m2!1s0x48670fa986877cbb:0x24454fca74b1a88e!2sgrian+cafe+ballymum!2m2!1d-6.2644255!2d53.3970367!3m5!1s0x48670fa986877cbb:0x24454fca74b1a88e!8m2!3d53.3970367!4d-6.2644255!16s%2Fg%2F11t_jsfg1l?entry=ttu"
target="_blank"
><p>Take me There - Google Maps</p>
<img src="images/googlemapswhite.png" alt="google maps"
/></a>
</div>
<div class="footer">
<h1>© SKIPERO LIMITED</h1>
<p>Ready To Serve</p>
<!-- <div class="socials">
<a href="https://www.instagram.com/griancafe.ballymun/"
><img src="instagram.png" alt="instagram"
/></a>
</div> -->
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>