Skip to content

Commit 36f1d7b

Browse files
authored
Merge pull request #29 from CBroz1/main
Update logo/styling
2 parents 0413db8 + 079ed00 commit 36f1d7b

File tree

6 files changed

+62
-66
lines changed

6 files changed

+62
-66
lines changed

docs/mkdocs.yaml

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ theme:
6868
name: material
6969
custom_dir: src/.overrides
7070
icon:
71-
logo: main/project-logo-black
72-
favicon: assets/images/project-logo-color.png
71+
logo: main/company-logo
72+
favicon: assets/images/company-logo-blue.png
7373
features:
7474
- toc.integrate
7575
- content.code.annotate
@@ -133,44 +133,38 @@ extra:
133133
analytics:
134134
provider: google
135135
property: !ENV GOOGLE_ANALYTICS_KEY
136-
feedback:
137-
title: Was this page helpful?
138-
ratings:
139-
- icon: material/emoticon-happy-outline
140-
name: This page was helpful
141-
data: 1
142-
note: >-
143-
Thanks for your feedback!
144-
- icon: material/emoticon-sad-outline
145-
name: This page could be improved
146-
data: 0
147-
note: >-
148-
Thanks for your feedback!
149136
version:
150137
provider: mike
151138
social:
152139
- icon: main/company-logo
153-
link: https://www.datajoint.com/
154-
- icon: fontawesome/solid/ticket
155-
link: https://support.djneuro.io/portal/en/home
140+
link: https://www.datajoint.com
141+
name: DataJoint
156142
- icon: fontawesome/brands/slack
157143
link: https://datajoint.slack.com
144+
name: Slack
158145
- icon: fontawesome/brands/linkedin
159146
link: https://www.linkedin.com/company/datajoint
147+
name: LinkedIn
160148
- icon: fontawesome/brands/twitter
161-
link: https://twitter.com/DataJointIO
149+
link: https://twitter.com/datajoint
150+
name: Twitter
162151
- icon: fontawesome/brands/github
163152
link: https://github.com/datajoint
153+
name: GitHub
164154
- icon: fontawesome/brands/docker
165155
link: https://hub.docker.com/u/datajoint
156+
name: DockerHub
166157
- icon: fontawesome/brands/python
167158
link: https://pypi.org/user/datajointbot
159+
name: PyPI
168160
- icon: fontawesome/brands/stack-overflow
169161
link: https://stackoverflow.com/questions/tagged/datajoint
162+
name: StackOverflow
170163
- icon: fontawesome/brands/youtube
171164
link: https://www.youtube.com/channel/UCdeCuFOTCXlVMRzh6Wk-lGg
165+
name: YouTube
172166
extra_css:
173167
- assets/stylesheets/extra.css
174168

175169
extra_javascript:
176-
- https://js-na1.hs-scripts.com/23133402.js # HubSpot chatbot
170+
- https://js-na1.hs-scripts.com/23133402.js # HubSpot chatbot
Lines changed: 11 additions & 21 deletions
Loading

docs/src/.overrides/.icons/main/project-logo-black.svg

Lines changed: 0 additions & 22 deletions
This file was deleted.
40.8 KB
Loading
-47.2 KB
Binary file not shown.

docs/src/.overrides/assets/stylesheets/extra.css

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,40 @@
66
--dj-white: #ffffff;
77
}
88

9+
/* footer previous/next navigation */
10+
.md-footer__inner:not([hidden]) {
11+
display: none
12+
}
13+
14+
/* footer social icons */
15+
html a[title="DataJoint"].md-social__link svg {
16+
color: var(--dj-primary);
17+
}
18+
html a[title="Slack"].md-social__link svg {
19+
color: var(--dj-primary);
20+
}
21+
html a[title="LinkedIn"].md-social__link svg {
22+
color: var(--dj-primary);
23+
}
24+
html a[title="Twitter"].md-social__link svg {
25+
color: var(--dj-primary);
26+
}
27+
html a[title="GitHub"].md-social__link svg {
28+
color: var(--dj-primary);
29+
}
30+
html a[title="DockerHub"].md-social__link svg {
31+
color: var(--dj-primary);
32+
}
33+
html a[title="PyPI"].md-social__link svg {
34+
color: var(--dj-primary);
35+
}
36+
html a[title="StackOverflow"].md-social__link svg {
37+
color: var(--dj-primary);
38+
}
39+
html a[title="YouTube"].md-social__link svg {
40+
color: var(--dj-primary);
41+
}
42+
943
[data-md-color-scheme="datajoint"] {
1044
/* ribbon */
1145
/* ribbon + markdown heading expansion */
@@ -29,7 +63,7 @@
2963

3064
/* footer */
3165
/* previous/next text */
32-
--md-footer-fg-color: var(--dj-primary);
66+
/* --md-footer-fg-color: var(--dj-primary); */
3367
}
3468

3569
[data-md-color-scheme="slate"] {
@@ -55,5 +89,5 @@
5589

5690
/* footer */
5791
/* previous/next text */
58-
--md-footer-fg-color: var(--dj-white);
59-
}
92+
/* --md-footer-fg-color: var(--dj-white); */
93+
}

0 commit comments

Comments
 (0)