-
Notifications
You must be signed in to change notification settings - Fork 0
/
section-articleCardList.html
112 lines (101 loc) · 5.99 KB
/
section-articleCardList.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Bootstrap/FontAwsome - CDN - Latest compiled and minified CSS -->
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css" rel="stylesheet">
<!-- Bootstrap/FontAwsome - LOCAL - Latest compiled and minified CSS -->
<!-- Note: This is included/commented out in config.sass -->
<!--<link href="css/bootstrap/" rel="stylesheet" type="text/css">-->
<!--<link href="css/font-awesome.css" rel="stylesheet" type="text/css">-->
<!--Google Type - CDN - Fonts for use SASS/CSS-->
<!--<link href="https://fonts.googleapis.com/css?family=Heebo|Martel" type="text/css" rel="stylesheet">-->
<!--Main SASS/CSS for Streamlio-->
<link href="css/streamlio.css" type="text/css" rel="stylesheet" />
<!--Favicon link block-->
<!--<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">-->
<!--<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">-->
<!--<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">-->
<!--<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">-->
<!--<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">-->
<!--<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">-->
<!--<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">-->
<!--<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">-->
<!--<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">-->
<!--<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">-->
<!--<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">-->
<!--<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">-->
<!--<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">-->
<!--<meta name="msapplication-TileColor" content="#ffffff">-->
<!--<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">-->
<!--<meta name="theme-color" content="#ffffff">-->
<link rel="shortcut icon" href="favicon.ico">
<!--<link rel="icon" href="favicon.ico" type="image/x-icon">-->
<title>Streamlio</title>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="">
<div id="" class="container-fluid card-list-block bg-color-glacier">
<div class="row">
<h1 class="col-sm-8 col-sm-offset-2">Enterprise-grade, unified, end-to-end real-time solution</h1>
<p class="col-sm-8 col-sm-offset-2">Founded by co-creators of best-of-breed open source messaging, compute, and stream storage technologies proven in production at Twitter and Yahoo scale</p>
<!-- <button class="jumbotron-button btn btn-lg col-sm-8 col-sm-offset-2">Call To Action</button>-->
</div>
<div class="row row-eq-height">
<div class="col-sm-10 col-sm-offset-1">
<div class="row row-eq-height">
<div class="col-sm-4 panel">
<div class="panel-body">
<h5 class="card-catagory">Category</h5>
<h2 class="card-title">Event-driven architecture</h2>
<p>Break apart monolithic applications to build a new generation of applications enabled by microservices.</p>
<p>These services can be independently developed and maintained, paving the way to lower development and operations costs and faster time to market.</p>
</div>
</div>
<div class="col-sm-4 panel box-eq-height">
<div class="panel-body">
<h5 class="card-catagory">Category</h5>
<h2 class="card-title">Anomaly detection</h2>
<p>Use event-driven actions to detect unusual patterns in real time. These events can include:</p>
<ul>
<li>fraud detection for the finance and the insurance industries</li>
<li>real-time alerting and prevention of catastrophic defects in machines for manufacturing</li>
</ul>
</div>
</div>
<div class="col-sm-4 panel box-eq-height">
<div class="panel-body">
<h5 class="card-catagory">Category</h5>
<h2 class="card-title">Predictive modeling</h2>
<p>Machine learning in real time—with no humans in the loop—to build intelligent applications. Uses of machine learning include:</p>
<ul>
<li>smart homes and cities to preserve scarce resources like water and electricity</li>
<li>self-driving vehicles reducing accidents and minimizing traffic</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!--JavaScript for Bootstrap and jQuery-->
<!-- CDN Versions of the JavaScript for Bootstrap and jQuery -->
<!--Note: jQuery first, then Bootstrap-->
<!--jQuery-->
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<!--Bootstrap-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Local JavaScript for Bootstrap and jQuery -->
<!--<script type="text/javascript" src="js/jquery-1.8.0.js"></script>--> <!-- BUG: the jQuery.js file is missing from the folder-->
<!--<script type="text/javascript" src="js/bootstrap.min.js"></script>-->
<!--End JavaScript Imports-->
</body>
</html>