UNPKG

3.18 kBHTMLView Raw
1<html>
2 <head>
3 <meta charset="UTF-8">
4 <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
5
6 <style>
7
8 body {
9 font-family: "Lato", sans-serif;
10 background-color: #1e1f23 !important;
11 color:#555459;
12 line-height: 1.5rem;
13 -webkit-font-smoothing: antialiased;
14 }
15
16 .main-content {
17 width: 59.36%;
18 display: block;
19 margin: 100px auto;
20 text-align: center;
21 }
22
23 img {
24 width : 80px;
25 }
26
27 .card {
28 background-color: #FFF;
29 border-radius: .25rem;
30 box-shadow: 0 1px 0 rgba(0,0,0,.25);
31 padding: 2rem 2rem 1rem;
32 position: relative;
33 border: 1px solid #E8E8E8;
34 min-height: 400px;
35 display: block;
36 }
37 .team {
38 color: #555459;
39 font-size: 1.2.em;
40 font-weight: 700;
41 }
42 .title {
43 font-size: 1.2.em;
44 font-weight: 700;
45 }
46 p {
47 padding: 15px;
48 }
49
50 .icon {
51 padding-top: 15px;
52 }
53
54 a {
55 text-decoration: none;
56 color: #007AB8;
57 }
58
59 footer {
60 font-size: 11px;
61 position: absolute;
62 bottom: 5px;
63 width: 100%;
64 margin-left: -30px;
65 }
66
67 </style>
68 </head>
69
70 <body>
71 <div class="main-content">
72 <div class="card">
73 <h1>{{title}}</h1>
74 <img src="https://icons.recime.io/{{id}}.png" alt="icon"/>
75 <p><span class="title">{{title}}</span> is installed successfully for <span class="team">{{team.name}} ({{team.id}}).
76 <p>If installed successfully, your app will be listed here:
77 <a href="https://my.slack.com/apps/manage">https://my.slack.com/apps/manage</a>
78 </p>
79
80 <div class="icon">
81 <svg height="50px" version="1.1" viewBox="0 0 24 24" 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>
82 </div>
83 <footer> Recime © 2017 </footer>
84 </div>
85 </div>
86 </body>
87
88</html>
\No newline at end of file