-
Notifications
You must be signed in to change notification settings - Fork 0
/
block-featureList.html
83 lines (77 loc) · 4.41 KB
/
block-featureList.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap - Latest compiled and minified CSS -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Bootstrap - Optional theme -->
<!--<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">-->
<!--<link href="css/bootstrapStreamlioTest/css/bootstrap.css" rel="stylesheet" type="text/css">-->
<!--<link href="css/bootstrapStreamlioTest/css/bootstrap-theme.css" rel="stylesheet" type="text/css">-->
<!--<link href="css/bootstrap/" rel="stylesheet" type="text/css">-->
<link href="https://fonts.googleapis.com/css?family=Heebo|Martel" type="text/css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css" rel="stylesheet">
<link href="css/streamlio-rowFeatureList.css" type="text/css" rel="stylesheet" />
<!--<link href="http://designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css" rel="stylesheet">-->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<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 class="container-fluid feature-list">
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<div class="row">
<!-- Feature Block -->
<div class="card-feature col-xs-10 col-xs-offset-1 col-sm-4 col-sm-offset-0">
<h3>Unique architecture</h3>
<p>Modular architecture enables easy scalability without data redistribution</p>
</div>
<!-- Feature Block -->
<div class="card-feature col-xs-10 col-xs-offset-1 col-sm-4 col-sm-offset-0">
<h3>Zero data loss</h3>
<p>Data redundancy and multi-datacenter replication built in to protect data</p>
</div>
<!-- Feature Block -->
<div class="card-feature col-xs-10 col-xs-offset-1 col-sm-4 col-sm-offset-0">
<h3>Microservices ready</h3>
<p>Optimized for microservices applications including containers and [Kubernetes] (https://kubernetes.io) orchestration</p>
</div>
<!-- Feature Block -->
<div class="card-feature col-xs-10 col-xs-offset-1 col-sm-4 col-sm-offset-0">
<h3>Real-time performance</h3>
<p>High-performance processing to deliver end-to-end latencies as low as 30ms</p>
</div>
<!-- Feature Block -->
<div class="card-feature col-xs-10 col-xs-offset-1 col-sm-4 col-sm-offset-0">
<h3>Self-healing</h3>
<p>Processing engine that adapts automatically to data flow</p>
</div>
<!-- Feature Block -->
<div class="card-feature col-xs-10 col-xs-offset-1 col-sm-4 col-sm-offset-0">
<h3>Lorem Ipsum with a title long enought to wrap</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce <a href="#">eleifend euismod</a> nibh ut sollicitudin. Morbi eget ullamcorper quam. Gravida ex tortor</p>
</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>