-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (58 loc) · 2.83 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
55
56
57
58
59
60
61
62
63
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>COLDBREW CLOUD</title>
<link rel='icon' href='/favicon.ico?v=2' type='image/x-icon'/ >
<link href="https://fonts.googleapis.com/css?family=Noto+Sans" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css">
<link rel="stylesheet" href="/css/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');ga('create', 'UA-84996571-1', 'auto');ga('send', 'pageview');
</script>
</head>
<body>
<div class="wrapper">
<header>
<h1>COLDBREW CLOUD</h1>
</header>
<section>
<h2>Products and Services</h2>
<p>
<ul>
<li>
<a href="http://botsdoc.coldbrewcloud.com/">Coldbrew Bots</a>: Semantic chat bot development platform
</li>
<li>
<a href="https://github.com/coldbrewcloud/coldbrew-cli">coldbrew-cli</a>: Open source AWS Docker container deploy automation tool
</li>
<li>
<span class="coldbrew-cloud">coldbrew.cloud</span> (closed beta): managed container hosting
</li>
<li>
<a href="//shiplabelapp.coldbrewcloud.com/">Ship Label App</a>: iOS app that lets you purchase the shipping labels from major carriers
</li>
</ul>
</p>
<h2>Contact Us</h2>
<p>
<ul>
<li>
Email: <a href="mailto:info@coldbrewcloud.com">info@coldbrewcloud.com</a>
</li>
</ul>
</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="js/scale.fix.js"></script>
</body>
</html>