Skip to content

Commit

Permalink
Add the blogpost related to the new Apache Arrow team.
Browse files Browse the repository at this point in the history
  • Loading branch information
HaudinFlorence committed Oct 22, 2024
1 parent abb59a2 commit 8925652
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion src/components/blog/blogpostsDetails.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
[
[ {
"url": "https://medium.com/@QuantStack/quantstack-steps-up-to-support-apache-arrow-with-new-dedicated-team-9ddc952f20e2",
"title": "QuantStack Steps Up to Support Apache Arrow with New Dedicated Team",
"image": "/img/blogposts/QuantStack-Steps-Up-to-Support-Apache-Arrow-with-New-Dedicated-Team.png",
"summary": " We are thrilled to announce that QuantStack is starting a new team dedicated to the maintenance and development of Apache Arrow.",
"date": "October 22, 2024",
"authors": "Sylvain Corlay",
"imageID": "blogpost-image-123",
"imageNaturalWidth": 1700,
"imageNaturalHeight": 900,
"imageRenderedWidth": 273,
"imageRenderedHeight": 144.529411765
},
{
"url": "https://blog.jupyter.org/interactive-mapping-with-ipyopenlayers-2b8bc93bb6c4",
"title": "Interactive Mapping with ipyopenlayers",
Expand Down
6 changes: 3 additions & 3 deletions src/components/blog/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.blogpost_card {
height: 540px;
height: 556px;
width: 369px;
border-radius: 8px;
box-shadow: 4px 4px 18px -1px #dee0fc;
Expand Down Expand Up @@ -39,7 +39,7 @@ div .blogpost_date {
letter-spacing: -0.154px;
text-align: justify;
margin-bottom: var(--ifm-spacing-sm);
height: 140px;
height: 124px;
color: var(--ifm-text-color);
}

Expand All @@ -51,7 +51,7 @@ div .blogpost_date {
font-weight: 600;
line-height: 150%; /* 27px */
letter-spacing: -0.198px;
height: 48px;
height: 64px;
margin: var(--ifm-spacing-xl) 0;
color: var(--ifm-text-color);
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8925652

Please sign in to comment.