blob: 4b2747d53a24cfed57cdf90f4023aed240b8d943 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Sarpanch:800,400' rel='stylesheet' type='text/css'>
<link href='style.css' rel='stylesheet' type='text/css'>
</head>
<body>
<h1><em>Baserock</em> <span>|</span> CIAT</h1>
<div class="visualisation">
<div class="box pass">Firehose</div>
<div class="box pass active">Build</div>
<div class="box fail">Deploy</div>
<div class="box pass">Test</div>
</div>
</body>
</html>
|