Skip to content

Commit

Permalink
added floor plans
Browse files Browse the repository at this point in the history
  • Loading branch information
eden4422 committed Oct 21, 2024
1 parent c15647f commit 9c67526
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 0 deletions.
24 changes: 24 additions & 0 deletions floorplan.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Floorplan</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
img {
max-width: 100%;
height: auto;
}
</style>
</head>
<body>
<img src="images/floorplan.jpg" alt="Floorplan Image">
</body>
</html></html>
Binary file added images/floorplan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,65 @@ <h2>Contact Us</h2>
</script>
<!-- DO NOT REMOVE SCRIPT: End of embed script -->

<!-- Start of LiveChat (www.livechat.com) code -->
<script>
window.__lc = window.__lc || {};
window.__lc.license = 16068492;
window.__lc.integration_name = "manual_channels";
window.__lc.product_name = "livechat";
(function (n, t, c) {
function i(n) {
return e._h ? e._h.apply(null, n) : e._q.push(n);
}
var e = {
_q: [],
_h: null,
_v: "2.0",
on: function () {
i(["on", c.call(arguments)]);
},
once: function () {
i(["once", c.call(arguments)]);
},
off: function () {
i(["off", c.call(arguments)]);
},
get: function () {
if (!e._h)
throw new Error(
"[LiveChatWidget] You can't use getters before load."
);
return i(["get", c.call(arguments)]);
},
call: function () {
i(["call", c.call(arguments)]);
},
init: function () {
var n = t.createElement("script");
(n.async = !0),
(n.type = "text/javascript"),
(n.src = "https://cdn.livechatinc.com/tracking.js"),
t.head.appendChild(n);
},
};
!n.__lc.asyncInit && e.init(),
(n.LiveChatWidget = n.LiveChatWidget || e);
})(window, document, [].slice);
</script>
<noscript>
<a href="https://www.livechat.com/chat-with/16068492/" rel="nofollow"
>Chat with us</a
>
, powered by
<a
href="https://www.livechat.com/?welcome"
rel="noopener nofollow"
target="_blank"
>LiveChat</a
></noscript
>
<!-- End of LiveChat code -->

<script>
let currentIndex = 0;

Expand Down

0 comments on commit 9c67526

Please sign in to comment.