-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
114 lines (113 loc) · 6.6 KB
/
Copy pathindex.html
File metadata and controls
114 lines (113 loc) · 6.6 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
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
113
114
---
comment: Front Matter to trigger Jekyll processing
title: The Last Pickle • Apache Cassandra Consulting & Services
bodyClass: home page
---
{% include pre.html %}
<!-- Page Header -->
{% include header.html %}
<!-- Main Content -->
<main role="main">
<header class="page-header has-overflow">
<div class="wrapper">
<h1 class="page-title">Apache Cassandra Consulting & Services</h1>
<p class="lead hide-for-small-only">Our wealth of experience with Apache Cassandra will ensure success at all stages of your project lifecycle.<br/>Our team enjoys learning and sharing knowledge through our open source community involvement.</p>
<a class="contact-button" href="mailto:i%6Efo@%74hela%73tpickle.com"><svg class="contact-button__badge" aria-labelledby="tpl-badge-mono-name"><use xlink:href="#tpl-badge-mono"></use></svg> Work with us</a>
</div>
</header>
<section class="page-content wrapper ">
<div class="column-main column-main--left">
{% for post in site.categories.blog limit:4 %}
{% include the-post.html excerpt=true %}
{% endfor %}
<p class="text-center"><a href="/blog/" class="button hollow">All blog posts</a>
</div>
<div class="column-sub column-sub--right post">
<h1 itemprop="name headline" class="post__title post__title--compact">
<a href="/blog/2020/03/04/tlp-joining-datastax.html" itemprop="url">The Last Pickle Joins DataStax</a>
</h1>
<p>I’m happy, excited, and extremely proud to announce The Last Pickle has been acquired by DataStax.</p>
<footer class="post__meta">
<div class="media-object">
<div class="media-object-section middle">
<p>
<b>Packed on</b> <time datetime="2020-03-04T00:00:00+00:00" itemprop="datePublished">04 Mar 2020</time> <b>By</b> <span itemprop="author" itemscope="" itemtype="http://schema.org/Person"><span itemprop="name">Aaron Morton</span></span>
</p>
</div>
<div class="media-object-section middle">
<img src="/assets/img/staff/aaron-morton-tn.jpg" class="post__meta__author-avatar avatar avatar--tn" alt="A small photo of Aaron Morton">
</div>
</div>
</footer>
</div>
<div class="column-sub column-sub--right post post--speaking">
<h1 itemprop="name headline" class="post__title post__title--compact">
<a href="http://cassandra-reaper.io/" itemprop="url">Discover Cassandra Reaper</a>
</h1>
<p>Reaper is our tool for managing repairs for Apache Cassandra.</p>
<footer class="sidebar__meta">
<div class="media-object">
<div class="media-object-section middle">
<a href="https://github.com/thelastpickle/cassandra-reaper">
<svg class="icon icon-github" aria-labelledby="icon-github-name">
<use xlink:href="#icon-github"></use>
</svg>
</a>
<a href="https://groups.google.com/forum/#!forum/tlp-apache-cassandra-reaper-users">
<svg class="icon icon-email" aria-labelledby="icon-twitter-email">
<use xlink:href="#icon-email"></use>
</svg>
</a>
</div>
</div>
</footer>
</div>
<div class="column-sub column-sub--right post post--speaking">
<h1 itemprop="name headline" class="post__title post__title--compact">
<a href="https://thelastpickle.com/tlp-stress/" itemprop="url">Discover tlp-stress</a>
</h1>
<p>tlp-stress is our tool for benchmarking Apache Cassandra clusters.</p>
<footer class="sidebar__meta">
<div class="media-object">
<div class="media-object-section middle">
<a href="https://github.com/thelastpickle/tlp-stress">
<svg class="icon icon-github" aria-labelledby="icon-github-name">
<use xlink:href="#icon-github"></use>
</svg>
</a>
<a href="https://groups.google.com/forum/#!forum/tlp-dev-tools">
<svg class="icon icon-email" aria-labelledby="icon-twitter-email">
<use xlink:href="#icon-email"></use>
</svg>
</a>
</div>
</div>
</footer>
</div>
<div class="column-sub column-sub--right post post--speaking">
<h1 itemprop="name headline" class="post__title post__title--compact">
<a href="https://thelastpickle.com/tlp-cluster/" itemprop="url">Discover tlp-cluster</a>
</h1>
<p>tlp-cluster is our tool for quickly provisioning Apache Cassandra clusters for test purposes.</p>
<footer class="sidebar__meta">
<div class="media-object">
<div class="media-object-section middle">
<a href="https://github.com/thelastpickle/tlp-cluster">
<svg class="icon icon-github" aria-labelledby="icon-github-name">
<use xlink:href="#icon-github"></use>
</svg>
</a>
<a href="https://groups.google.com/forum/#!forum/tlp-dev-tools">
<svg class="icon icon-email" aria-labelledby="icon-twitter-email">
<use xlink:href="#icon-email"></use>
</svg>
</a>
</div>
</div>
</footer>
</div>
</section>
</main>
<!-- Page Footer -->
{% include footer.html %}
{% include post.html %}