Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinkshenoy committed Jun 14, 2024
1 parent aecc44f commit 2f56c1b
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1 deletion.
53 changes: 53 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Zendesk Groups Availability App</title>
<link rel="icon" href="./assets/logo.png" type="image/png" />
<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=Lato:wght@400;700;900&display=swap" rel="stylesheet" />
<style>
body {
font-family: 'Lato', sans-serif;
margin: 0;
}
.container {
max-width: 1170px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin: 0 auto;
height: 100vh;
}
img {
width: 100px;
border-radius: 10px;
}
p {
font-weight: 900;
}
svg {
position: fixed;
bottom: 0;
width: 100%;
}
</style>
</head>
<body>
<div class="container">
<img src="./assets/logo.svg" alt="Zendesk Groups Availability logo" />
<p>This app renders Zendesk Groups Availability App.</p>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="#1e75eb"
fill-opacity="1"
d="M0,288L48,272C96,256,192,224,288,197.3C384,171,480,149,576,165.3C672,181,768,235,864,250.7C960,267,1056,245,1152,250.7C1248,256,1344,288,1392,304L1440,320L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"
></path>
</svg>
</body>
</html>
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"private": true,
"location": {
"support": {
"nav_bar": "assets/iframe.html"
"nav_bar": "https://ashwinshenoy.com/zendesk-groups-availability/assets/iframe.html"
}
},
"parameters": [
Expand Down

0 comments on commit 2f56c1b

Please sign in to comment.