Skip to content

Commit 72470b3

Browse files
committed
two colum users section
1 parent ce048d1 commit 72470b3

File tree

3 files changed

+28
-13
lines changed

3 files changed

+28
-13
lines changed

site-content/source/modules/ROOT/pages/index.adoc

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -139,45 +139,56 @@ Cassandra streams data between nodes during scaling operations such as adding a
139139
== Cassandra Users
140140
Cassandra is used by thousands of companies with large active data sets.
141141

142-
[openblock,cf home-quotes py-large]
142+
[openblock, users-section-flex]
143143
--------
144-
145-
[openblock, home-quote hidden pa-large text-left ]
144+
[openblock, w50 home-quotes]
146145
----------
146+
[openblock, home-quote hidden pa-large text-left ]
147+
------------
147148
"Netflix uses Apache Cassandra heavily to satisfy its ever-growing persistence needs on its mission to entertain the world. We have been experimenting and partially using the 4.0 beta in our environments and its features like Audit Logging and backpressure."
148149
149150
*– Vinay Chella, Netflix Engineering Manager *
150-
----------
151+
------------
151152

152153
[openblock, home-quote hidden pa-large text-left ]
153-
----------
154+
------------
154155
“Humankind is at a pivotal point in history, that requires us to work together to find new innovative ways to process the petabytes of data we create every day, and the WitFoo R&D team has found a friend in Cassandra through our endeavors to meet big-data needs in cybersecurity operations.”
155156
156157
*– Charles Herring, CTO of WitFoo *
157-
----------
158+
------------
158159

159160
[openblock, home-quote hidden pa-large text-left ]
160-
----------
161+
------------
161162
"Since 2016, application engineers at Bloomberg have turned to Cassandra because it’s easy to use, easy to scale, and always available. We serve up more than 20 billion requests per day on a nearly 1 PB dataset across a fleet of 1,700+ Cassandra nodes."
162163
163164
*– Isaac Reath, Software Engineering Team Lead, NoSQL Infrastructure at Bloomberg*
164-
----------
165+
------------
165166

166167
[openblock, home-quote hidden pa-large text-left]
167-
----------
168+
------------
168169
"We needed something that would handle really high write throughput and keep scaling on the write throughput. That forced us to look at distributed stores, and Apache Cassandra was the option that fitted what we needed."
169170
170171
*– Elliott Sims Senior Systems Administrator, Backblaze*
172+
------------
173+
----------
174+
// end home quotes w50
175+
176+
[openblock, w50]
177+
----------
178+
++++
179+
<iframe id="mainSidebarNav" width="100%" height="500px" title="Activity Feed — Powered by Orbit" src="https://app.orbit.love/apache-cassandra-pmc/embedded/GwluP0" />
180+
++++
171181
----------
172182
--------
173-
// end home quotes
183+
// end users section flex
174184

175185
[.btn.btn--grad]
176186
xref:case-studies.adoc[Read Case Studies]
177187
------
178188
----
179189
// end users section
180190

191+
181192
// start case study
182193
[openblock,home-case-study quote grad py-large]
183194
----

site-ui/build/ui-bundle.zip

83 KB
Binary file not shown.

site-ui/src/css/tt_styles.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,9 +1114,13 @@ p {
11141114
position: relative;
11151115
}
11161116

1117-
.home-quotes {
1118-
max-width: 880px;
1119-
margin: 0 auto;
1117+
.users-section-flex > .content {
1118+
display: flex;
1119+
}
1120+
1121+
#orbit-activity-feed-GwluP0 {
1122+
border: 2px solid #1c81a0;
1123+
padding: 5px;
11201124
}
11211125

11221126
.home-quote {

0 commit comments

Comments
 (0)