Skip to content

Commit dd84291

Browse files
committed
min height for Apple ][+ banner, text over Rank Dynamics
added min-height: 150px to main.scss. removed description from rank dynamics blog in blogs.yml as the text was covering the image. updated welcome.md excerpt.
1 parent 006adf7 commit dd84291

3 files changed

Lines changed: 4 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: "Welcome"
3-
excerpt: "This is a copy of the original Rank Dynamics blog for safe keeping. 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. 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."
44
date: 2021-12-23
55
last_modified_at: 2021-12-24
66
tags: [top-posts, announcements]
77
---
88
This is a copy of the original [Rank Dynamics blog](https://blog.rankdynamics.com/) for safe keeping.
99

1010
# Dynamic Search
11-
The mission of Rank Dynamics is to transform search into a dynamic experience where fluid result pages respond to user actions in real time. We develop Dynamic Search, a real-time contextual search technology. By transforming static lists of links into dynamic search pages that automatically and immediately re-order results in response to user behavior signals, searchers are able to more quickly and easily find pertinent information that might otherwise have remained buried as deep as page 100.
11+
The mission of Rank Dynamics was to transform search into a dynamic experience where fluid result pages respond to user actions in real time. We developed Dynamic Search, a real-time contextual search technology. By transforming static lists of links into dynamic search pages that automatically and immediately re-ordered results in response to user behavior signals, searchers were able to more quickly and easily find pertinent information that might otherwise have remained buried as deep as page 100.
1212

1313
# Top Posts
1414
- [Discoverying Discovery](/rank-dynamics/discovering-discovery/): an introduction to the product and how it works

assets/css/main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
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;
5051
}
5152
.page__hero--overlay[style*="rankdynamicsheader"] {
5253
background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),

0 commit comments

Comments
 (0)