-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
36 lines (28 loc) · 1.18 KB
/
index.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
<head>
<link href="https://fonts.googleapis.com/css?family=Lato:700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<html>
<body>
<div class="menu">
<ul>
<li><a href="#">Home</a></li>
<li> <a href="#">About</a></li>
<li> <a href="#">Features</a></li>
<li> <a href="#">Add to Slack</a></li>
<li> <a href="#">Resources</a></li>
</ul>
</div>
<div class="wrapper">
<h1 id="title">Ticky<b style="color:#1C435A;">Bot</b></h1>
<h3 id="description">Let your team manage their support tickets </h3>
<h3 id="secondDesc"> 100% inside Slack </h3>
<div>
<button ><img src="http://www.twinelabs.io/addtoslack/images/f1bcf756slack-buttoncache.png?crc=3981754958"></button>
<button id="close"></button>
<div class="footer">
<h2>What Is <b style="color:#1C435A; text-decoration: underline;
text-decoration-color: #58C3E6;">Ticky</b>Bot</h2>
</div>
</body>
</html>