-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 925 Bytes
/
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
<html>
<head>
<title>Centauri Solutions, LLC</title>
<style>
footer {
border-top: 1px solid gray;
text-align: center;
}
</style>
</head>
<body>
<header></header>
<main>
<h1>Centauri Solutions, LLC</h1>
<p>
Centauri Solutions is a software consultancy specialising in designing and implementing open source software.
</p>
<p>
Some examples of the kinds of software we work on:
</p>
<ul>
<li><a href="https://eyedp.org">An identity provider</a></li>
<li><a href="https://github.com/chrismacnaughton/mjolnir">A lifecycle and remediation tool</a></li>
</ul>
</main>
<footer>
Copyright 2022 Centauri Solutions, LLC <br />
<address>
Email us via <a href="mailto:[email protected]">[email protected]</a> <br />
3334 Richmond Ave <br />
Ste. 100 <br />
Houston, TX <br />
77098
</address>
</footer>
</body>
</html>