-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (54 loc) · 2.35 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>PyratLabs</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<link rel="shortcut icon" type="image/png" href="/favicon.ico"/>
<link rel="shortcut icon" type="image/png" href="https://pyrat.co/favicon.png"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src='main.js'></script>
</head>
<body>
<div id="bodyContainer">
<div class="title"><h1>PyratLabs <span class="quiet">/ ˈpaɪ rət læbz /</span></h1></div>
<div class="heading"><h2>Projects</h2></div>
<div class="blocktext">
Below is a list of projects published by PyratLabs, all of which
are Open Source. Please feel free to use them, alter them,
contribute and feed back.<br /><br />Share the ♥.
</div>
<div> </div>
<div class="projects"></div>
<div> </div>
<div class="heading"><h2>About</h2></div>
<div class="blocktext">
<span title="/ ˈpaɪ rət læbz /">PyratLabs</span> is a brand of
<span title="/ ˈpaɪ rət /">Pyrat</span> Ltd, founded by
<a href="https://xan.manning.io/">Xan Manning</a> in January
2017. Pyrat Ltd was originally created when Xan faced redundancy
in his role as a Systems/DevOps Engineer and was investigating
contracting roles. In February 2017, Xan found full time permanent
employment and Pyrat Ltd remained a domant company having never
traded.
<br /><br />
A number of accounts had already been registered under the "Pyrat"
name and became a brand for which Xan publishes code, for example
"PyratLabs" on GitHub contains a number of free and open source
projects published for consumption by the community. Projects will
typically focus on Infrastructure as Code (IaC), automation and
configuration management.
</div>
<div> </div>
<div class="quiet">
This site and all of its content is © Pyrat Ltd
<script type="text/javascript">
const year = new Date(Date.now());
document.write(year.getFullYear());
</script>.
</div>
</div>
</body>
</html>