Skip to content

Commit 91b9bae

Browse files
committed
added description back to rank dynamics blog
adjusted main.scss to that text is not displayed over the rank dynamics header image. Reverted changes to welcome.md.
1 parent dd84291 commit 91b9bae

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

_data/blogs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ internal_blogs:
1414
background: darkgoldenrod
1515

1616
- name: rank dynamics
17-
# description: A backup of the blog from the company I founded. We improved search by transforming the traditional static list of links into a fluid experience where relevance was improved by dynamically re-ranking results in response to implicit user feedback.
17+
description: A backup of the blog from the company I founded. We improved search by transforming the traditional static list of links into a fluid experience where relevance was improved by dynamically re-ranking results in response to implicit user feedback.
1818
background: rankdynamicsheader # darkgoldenrod works
1919

2020
external_blogs:

_rank-dynamics/welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Welcome"
3-
excerpt: "A backup of the blog from the company I founded. We improved search by transforming the traditional static list of links into a fluid experience where relevance was improved by dynamically re-ranking results in response to implicit user feedback. Open this post to find our mission, links to top posts and published research."
3+
excerpt: "A backup of the blog from the company I founded. Open this post to find our mission, links to top posts and published research."
44
date: 2021-12-23
55
last_modified_at: 2021-12-24
66
tags: [top-posts, announcements]

assets/css/main.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,17 @@
4747
.page__hero--overlay[style*="apple2header"] {
4848
background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
4949
url('/assets/images/apple2/apple2-header.jpg') center center/cover no-repeat !important;
50-
min-height: 150px;
50+
min-height: 200px;
5151
}
5252
.page__hero--overlay[style*="rankdynamicsheader"] {
5353
background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
5454
url('/assets/images/rank-dynamics/rankdynamicsheader.jpg') center top/cover no-repeat !important;
55+
min-height: 200px;
56+
}
57+
/* Hide text overlay for Rank Dynamics blog */
58+
.page__hero--overlay[style*="rankdynamicsheader"] .page__title,
59+
.page__hero--overlay[style*="rankdynamicsheader"] .page__lead {
60+
display: none !important;
5561
}
5662

5763
/* define the no-break class to prevent any line breaks within that element */

0 commit comments

Comments
 (0)