-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
67 lines (62 loc) · 2.99 KB
/
about.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="description" content="infrabot-io.github.io - control your infrastructure using Telegram Bot">
<meta name="author" content="Akshin Mustafayev">
<meta name="generator" content="infrabot-io.github.io">
<title>infrabot-io.github.io</title>
<link rel="" href="https://infrabot-io.github.io/">
<!-- Javascript CSS -->
<script src="js/jquery3.5.1.min.js" crossorigin="anonymous"></script>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
<link href="fonts/overpass/overpass.css" rel="stylesheet" crossorigin="anonymous" rel="preload">
<!-- Favicons -->
<link rel="apple-touch-icon" href="img/logo.png" sizes="180x180">
<link rel="icon" href="img/logo.png" type="image/png">
<link rel="manifest" href="manifest/manifest.json">
<link rel="icon" href="img/logo.png">
<meta name="theme-color" content="#F75D55">
<!-- Custom styles-->
<link href="css/infrabot.css" rel="stylesheet">
</head>
<body>
<header
class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-1 bg-white border-bottom shadow-sm fixed-top">
<img class="mr-2 ml-2" src="img/logo.png" alt="" width="32" height="32" alt="Logo">
<p class="h5 my-0 mr-md-auto"><a class="logo-link" href="index.html">infrabot-io.github.io</a></p>
<nav class="my-2 my-md-0 mr-md-3">
<a class="p-2 text-dark" href="index.html">Home</a>
<a class="p-2 text-dark" href="download.html">Download</a>
<a class="p-2 text-dark" href="documentation/gettingstarted.html">Documentation</a>
</nav>
</header>
<div class="container body-container">
<h1 class="display-4 mt-3 overflow-hidden">About</h1>
<p>Infrabot - is a tool which allows you to control your IT infrastructure using a Telegram bot.</p>
<h6>Demo</h6>
<img src="img/about/demo.gif">
<br><br>
<p>In order to begin to use infrabot you have to configure it properly using this <a
href="documentation/gettingstarted.html" target="_blank" rel="noopener">documentation</a>. </p>
<footer class="pt-4 my-md-5 pt-md-5 border-top">
<ul class="list-unstyled text-small mx-auto d-flex" style="width:180px;">
<li><a class="text-muted m-2" href="about.html">About</a></li>
<li><a class="text-muted m-2" href="https://github.com/infrabot-io/infrabot" target="_blank"
rel="noopener">GitHub</a></li>
</ul>
<div class="text-center">
<img class="mb-2" src="img/logo.png" alt="" width="24" height="24"> infrabot-io.github.io
<small class="d-block mb-3 text-muted">© 2020-2021</small>
<small class="d-block text-muted">Contacts:</small>
<small class="d-block mb-3">Email: <a
href="mailto:[email protected]">[email protected]</a></small>
</div>
</footer>
</div>
<script src="js/popper.min.js" crossorigin="anonymous"></script>
<script src="js/bootstrap.min.js" crossorigin="anonymous"></script>
</body>
</html>