recime-bot-runtime
Version:
This runtime is intended to run inside a micro-service container with platform specific integration and module interpreter.
89 lines (74 loc) • 3.06 kB
HTML
<html>
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<style>
body {
font-family: "Lato", sans-serif;
background-color: #1e1f23 ;
color:#555459;
line-height: 1.5rem;
-webkit-font-smoothing: antialiased;
}
.main-content {
width: 59.36%;
display: block;
margin: 100px auto;
text-align: center;
}
img {
width : 80px;
}
.card {
background-color: #FFF;
border-radius: .25rem;
box-shadow: 0 1px 0 rgba(0,0,0,.25);
padding: 2rem 2rem 1rem;
position: relative;
border: 1px solid #E8E8E8;
min-height: 400px;
display: block;
}
.team {
color: #555459;
font-size: 1.3.em;
font-weight: 700;
}
.title {
font-size: 1.5em;
}
p {
padding: 15px;
}
.icon {
padding-top: 15px;
}
a {
text-decoration: none;
color: #007AB8;
}
footer {
font-size: 11px;
position: absolute;
bottom: 5px;
width: 100%;
margin-left: -30px;
}
</style>
</head>
<body>
<div class="main-content">
<div class="card">
<h1>{{title}}</h1>
<p>{{description}} </p>
<img src="https://icons.recime.io/{{id}}.png" alt="icon"/>
<p>If you're seeing this page via web browser, it means you've successfully deployed the bot. </p>
<p class="title">Congratulations!</p>
<div class="icon">
<svg height="100px" version="1.1" viewBox="0 0 24 50" width="50px" xmlns="http://www.w3.org/2000/svg" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns" xmlns:xlink="http://www.w3.org/1999/xlink"><title/><defs><path d="M5,6 L5,15 L19,15 L19,12 L8,12 L8,6 L5,6 Z" id="path-1"/></defs><g fill="none" fill-rule="evenodd" id="Page-1" stroke="none" stroke-width="1"><g id="checkmark_done_complete"><circle cx="12" cy="12" fill="#03dc73" id="close-2" r="12"/><g id="Rectangle-70"><use fill="#ECF0F1" fill-rule="evenodd" transform="translate(12.000000, 10.500000) rotate(-45.000000) translate(-12.000000, -10.500000) " xlink:href="#path-1"/><use fill="none" xlink:href="#path-1"/></g></g></g></svg>
</div>
<footer> Recime © 2017 </footer>
</div>
</div>
</body>
</html>