-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
40 lines (37 loc) · 1.56 KB
/
Copy pathabout.html
File metadata and controls
40 lines (37 loc) · 1.56 KB
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
---
comment: Front Matter to trigger Jekyll processing
section: about
title: About us • The Last Pickle
bodyClass: about page
description: We work with clients to deliver and improve Apache Cassandra based solutions.
redirect:
after: 5
to: https://www.datastax.com/company
---
{% include pre.html %}
<!-- Page Header -->
{% include header.html %}
<!-- Main Content -->
<main role="main">
<header class="page-header">
<div class="wrapper">
<h1 class="page-title">Who We Are</h1>
<p class="lead">
We are a team of experts who help our customers develop and improve their Apache Cassandra based systems.
</p>
<p class="lead">
We are committed to doing the right thing for our clients. Our deep industry knowledge, active participation in the Cassandra community, and passion for problem solving drives creativity and innovation.
</p>
<p class="lead">
We believe knowledge-sharing is our responsibility. We are open with our work process, have a strong culture of collaboration, and work closely with clients to provide appropriate solutions for their unique Cassandra needs.
</p>
</div>
</header>
<section class="page-content wrapper wrapper--compact">
<h1>Redirecting...</h1>
<p><a href="{{ page.redirect.to }}">Click here if you are not redirected to DataStax after {{ page.redirect.after }} seconds.</a></p>
</section>
</main>
<!-- Page Footer -->
{% include footer.html %}
{% include post.html %}