Skip to content

Commit 8925652

Browse files
Add the blogpost related to the new Apache Arrow team.
1 parent abb59a2 commit 8925652

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

src/components/blog/blogpostsDetails.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
[
1+
[ {
2+
"url": "https://medium.com/@QuantStack/quantstack-steps-up-to-support-apache-arrow-with-new-dedicated-team-9ddc952f20e2",
3+
"title": "QuantStack Steps Up to Support Apache Arrow with New Dedicated Team",
4+
"image": "/img/blogposts/QuantStack-Steps-Up-to-Support-Apache-Arrow-with-New-Dedicated-Team.png",
5+
"summary": " We are thrilled to announce that QuantStack is starting a new team dedicated to the maintenance and development of Apache Arrow.",
6+
"date": "October 22, 2024",
7+
"authors": "Sylvain Corlay",
8+
"imageID": "blogpost-image-123",
9+
"imageNaturalWidth": 1700,
10+
"imageNaturalHeight": 900,
11+
"imageRenderedWidth": 273,
12+
"imageRenderedHeight": 144.529411765
13+
},
214
{
315
"url": "https://blog.jupyter.org/interactive-mapping-with-ipyopenlayers-2b8bc93bb6c4",
416
"title": "Interactive Mapping with ipyopenlayers",

src/components/blog/styles.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
}
44

55
.blogpost_card {
6-
height: 540px;
6+
height: 556px;
77
width: 369px;
88
border-radius: 8px;
99
box-shadow: 4px 4px 18px -1px #dee0fc;
@@ -39,7 +39,7 @@ div .blogpost_date {
3939
letter-spacing: -0.154px;
4040
text-align: justify;
4141
margin-bottom: var(--ifm-spacing-sm);
42-
height: 140px;
42+
height: 124px;
4343
color: var(--ifm-text-color);
4444
}
4545

@@ -51,7 +51,7 @@ div .blogpost_date {
5151
font-weight: 600;
5252
line-height: 150%; /* 27px */
5353
letter-spacing: -0.198px;
54-
height: 48px;
54+
height: 64px;
5555
margin: var(--ifm-spacing-xl) 0;
5656
color: var(--ifm-text-color);
5757
}
Loading

0 commit comments

Comments
 (0)