Skip to content

Commit 006adf7

Browse files
committed
centered Apple ][+ header, added rank dynamics header, favicon
updated main.scss to center Apple ][+ header image. moved header image into \apple2 folder. added rankdynamicsheader.jpg and updated main.scss. added {% include head/custom.html %} to bottom of _includes\head.html.
1 parent 37acc5e commit 006adf7

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

_data/blogs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ internal_blogs:
1515

1616
- name: rank dynamics
1717
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.
18-
background: orangered # darkgoldenrod works
18+
background: rankdynamicsheader # darkgoldenrod works
1919

2020
external_blogs:
2121
- name: Mortal Wayfare

_includes/head.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@
4040
{% endif %}
4141
<script src="{{ script_path }}"></script>
4242
{% endfor %}
43-
{% endif %}
43+
{% endif %}
44+
45+
{% include head/custom.html %}

assets/css/main.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,15 @@
4242
-1px 1px 2px rgba(255,255,255,0.7) !important;
4343
}
4444

45-
/* Apple 2 blog specific header */
45+
/* Blog specific headers */
4646
/* https://claude.ai/share/ea376385-c62a-4607-93a6-51cc03e81b1d */
4747
.page__hero--overlay[style*="apple2header"] {
4848
background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
49-
url('/assets/images/apple2-header.jpg') center top/cover no-repeat !important;
49+
url('/assets/images/apple2/apple2-header.jpg') center center/cover no-repeat !important;
50+
}
51+
.page__hero--overlay[style*="rankdynamicsheader"] {
52+
background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
53+
url('/assets/images/rank-dynamics/rankdynamicsheader.jpg') center top/cover no-repeat !important;
5054
}
5155

5256
/* define the no-break class to prevent any line breaks within that element */
210 KB
Loading

0 commit comments

Comments
 (0)