Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update IxDF logo #107

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const config = defineConfig({
search: {
provider: 'local',
},
logo: '/assets/images/ixdf-logo.svg',
logo: 'https://public-assets.interaction-design.org/ixdf-brand/ixdf-logo.svg',
nav: [
{text: 'IxDF Handbook', link: '/'},
{text: "🔐 Development Docs", link: "https://docs.information-architecture.org"},
Expand Down
12 changes: 6 additions & 6 deletions .vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ html .VPHomeHero{
height: 200px;
width: 200px;
content: '';
background-image: url('https://assets.interaction-design.org/img/ixdf-brand/ixdf-logo.svg');
background-image: url('https://public-assets.interaction-design.org/ixdf-brand/ixdf-logo.svg');
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
Expand All @@ -257,7 +257,7 @@ html:before {
left: 0;
top: 0;
margin: auto;
background-image: url('https://assets.interaction-design.org/img/ixdf-brand/ixdf-logo.svg');
background-image: url('https://public-assets.interaction-design.org/ixdf-brand/ixdf-logo.svg');
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
Expand Down Expand Up @@ -442,7 +442,7 @@ html .vp-doc blockquote > p {
.VPButton.medium.ghost:hover, .VPButton.medium.ghost:focus, .VPButton.medium.ghost:active {
color: var(--neutral-07);
text-decoration: none;
}
}
/* Header */
.VPNavBarMenu .VPNavBarMenuLink{
border-bottom: 2px solid transparent;
Expand Down Expand Up @@ -500,7 +500,7 @@ html .vp-doc {
font-size: 1rem;
font-family: var(--font-serif);
}
p,
p,
li {
line-height: 1.78;
}
Expand All @@ -522,13 +522,13 @@ html .vp-doc [class*='language-'] > span.lang {
html:root{
font-size: var(--font-size-mobile-default);
}
html .VPHomeHero{
html .VPHomeHero{
flex-direction: column;

&:before{
margin-right: 0;
}

.container {
margin-top: 32px;
}
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<p align="center"><img src="https://public-media.interaction-design.org/images/idf-logo-full-expanded.svg" alt="In amazing things we trust" width="400"></p>
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://public-assets.interaction-design.org/ixdf-brand/ixdf-logo-full-expanded--white.svg">
<source media="(prefers-color-scheme: light)" srcset="https://public-assets.interaction-design.org/ixdf-brand/ixdf-logo-full-expanded.svg">
<img alt="In amazing things we trust" width="400" src="https://public-assets.interaction-design.org/ixdf-brand/ixdf-logo-full-expanded.svg">
</picture>
</p>

# IxDF Dev Handbook

Expand Down
1 change: 0 additions & 1 deletion public/assets/images/ixdf-logo.svg

This file was deleted.

Loading