-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
40 lines (40 loc) · 1.92 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
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/twitter-bootstrap/4.5.1/css/bootstrap.min.css" crossorigin="anonymous" nonce="{{ csp_nonce() }}">
<link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/5.14.0/css/all.min.css" crossorigin="anonymous" nonce="{{ csp_nonce() }}">
<style nonce="{{ csp_nonce() }}">
.footer { position: absolute;bottom: 0;width: 100%;height: 60px;line-height: 60px;background-color: #f5f5f5; }
</style>
</head>
<body>
<div class="text-center container-fluid">
<div class="jumbotron jumbotron-fluid">
<div class="container-fluid">
<h1 class="display-4">goodbot</h1>
<p class="lead">A chatbot for Wikimedia Zulipchat.</p>
</div>
</div>
<div class="text-center btn-group-vertical">
<a class="btn btn-outline-info btn-lg" href="https://k8s-status.toolforge.org/namespaces/tool-goodbot"><i class="fas fa-history"></i> Status</a>
<a class="btn btn-outline-info btn-lg" href="https://github.com/QEDK/goodbot"><i class="fab fa-github"></i> Repository</a>
<a class="btn btn-outline-info btn-lg" href="mailto:goodbot.maintainers@tools.wmflabs.org"><i class="fas fa-envelope-open"></i> Contact</a>
<button type="button" class="btn btn-outline-dark btn-lg disabled"><i class="fas fa-info-circle"></i> Licensed under MIT and LGPLv3</button>
</div>
</div>
<footer class="footer">
<div class="container-fluid">
<span class="text-muted">
<div class="row">
<div class="col-sm">
Made with ❤️ by <a href="https://github.com/QEDK">QEDK</a>
</div>
<div class="col-sm float-right text-right">
A <a href="https://summerofcode.withgoogle.com">Google Summer of Code</a> project, hosted on <a href="https://www.wikimedia.org">Wikimedia</a> <a href="https://wikitech.wikimedia.org/wiki/Main_Page">Toolforge</a>.
</div>
</div>
</span>
</div>
</footer>
</body>
</html>