-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html.tmp
More file actions
26 lines (24 loc) · 1.55 KB
/
index.html.tmp
File metadata and controls
26 lines (24 loc) · 1.55 KB
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
---
layout: home
title: DevOps CI/CD Dashboard
description: AnyStatus brings together metrics and events from various sources into one simple dashboard
redirect_from: "/features"
---
<div class="jumbotron" style="background: 0">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1 class="display-3 mb-5">AnyStatus</h1>
<h2 class="mb-5">A remote control for your CI/CD pipelines and more</h2>
<p class="lead mb-5" style="font-size: 1.6rem">AnyStatus is an open-source desktop application that brings together Metrics and Events from various sources into one simple dashboard. AnyStatus integrates with Azure DevOps, Jenkins, Docker, Binance, and more. You can also develop your own custom plugins and widgets.</p>
<p class="mb-5">
<a href="https://github.com/AnyStatus/AnyStatus" class="btn btn-outline-secondary mr-2" role="button"><i class="fab fa-github"></i> GitHub</a>
<a href="https://twitter.com/anystatusapp" class="btn btn-outline-secondary mr-2" role="button"><i class="fab fa-twitter"></i> Twitter</a>
<a href="//www.microsoft.com/store/apps/9p044vpk62sb" class="btn btn-primary mr-2" role="button">Download <i class="fas fa-download"></i></a>
</p>
<p><img class="img-fluid mr-2" src="/assets/images/screenshots/anystatus-3.0.293-preview.png" alt="AnyStatus 3.0 Preview"/></p>
</div>
</div>
</div>
</div>
<div class="container pt-5 pb-5"></div>