-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
41 lines (35 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bloomsbury AI</title>
<link rel="stylesheet" type="text/css" href="reset.css">
<link href="https://fonts.googleapis.com/css?family=Arvo:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="bloomsbury.css">
</head>
<body cz-shortcut-listen="true">
<nav>
<div class="container">
<div class="pull-left">
<a href="index.html"><img src="logo-hourglass-color.png" class="navbar-logo"></a>
<a href="index.html" class="navbar-brand brand-color">Bloomsbury AI</a>
</div>
<div class="clearfix"></div>
</div>
</nav>
<div class="page-wrap">
<div id="index" class="page-content p-b-0">
<div class="container">
<h1 class="masthead">After a fantastic journey, Bloomsbury AI has been terminated and is proud to move on to great new adventures.
We have <a href="https://github.com/bloomsburyai/cape-webservices">open sourced
Cape</a> so that everyone can benefit from the work we have done.
</h1>
<br/>
<h2><b>Thank you</b> for sharing the ride with us.</h2>
</div>
</div>
</div>
</body>
</html>