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

fix: branding fixes #146

Merged
merged 20 commits into from
Aug 20, 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
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const path = require('path')
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Unlock the power of your digital identity.',
tagline: 'IDENTUS Docs',
tagline: 'Hyperledger Identus Docs',
// url: 'https://docs.atalaprism.io',
url: 'https://hyperledger.github.io/',
baseUrl: '/identus-docs/',
Expand Down Expand Up @@ -102,8 +102,8 @@ const config = {
navbar: {
logo: {
alt: ' Identus logo',
src: 'img/logo-navbar-dark.png',
srcDark: "img/logo-navbar-light.png",
src: 'img/identus-navbar-dark.png',
srcDark: "img/identus-navbar-light.png",
},
items: [
{
Expand Down Expand Up @@ -156,7 +156,7 @@ const config = {
],
},
footer: {
copyright: `© ${new Date().getFullYear()} Identus. All rights reserved.`,
copyright: `Hyperledger Identus CC BY 4.0`,
},
prism: {
theme: prismThemes.github,
Expand Down
4 changes: 2 additions & 2 deletions src/components/atala-graphic/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
height: clamp(15.6875rem, 100vw, 58.6875rem);
overflow: hidden;
margin-right: auto;
mask-image: url("/static/img/graphics/hero.svg");
mask-image: url("/static/img/graphics/identus-hero.svg");
mask-size: 100% 100%;
color: var(--ifm-color-primary);
font-size: 14px;
Expand All @@ -35,4 +35,4 @@
.hero__graphic__wrapper {
transform: translateX(25%);
}
}
}
2 changes: 1 addition & 1 deletion src/components/resources/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export default function HomeResources() {
<>

<div className={styles.resource__intro}>
<h5>Identus Docs</h5>
<h5>Hyperledger Identus Docs</h5>
<h2>This guide will help you understand the principles of SSI and how to start deploying solutions
quickly with Identus</h2>
<Button to="/docs/getting-started">Start now</Button>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function Home() {
const { siteConfig } = useDocusaurusContext();
return (
<Layout
title={`${siteConfig.title}`}
title={`Hyperledger Identus - ${siteConfig.title}`}
description="Description will go into a meta tag in <head />">
<Blob />
<HomepageHeader />
Expand Down
1 change: 0 additions & 1 deletion static/img/Symbol-Black.svg

This file was deleted.

1 change: 0 additions & 1 deletion static/img/atala-prism-as-hash-v1.svg

This file was deleted.

Binary file modified static/img/favicon.ico
Binary file not shown.
39 changes: 0 additions & 39 deletions static/img/graphics/hero.svg

This file was deleted.

8 changes: 8 additions & 0 deletions static/img/graphics/identus-hero.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/identus-navbar-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/identus-navbar-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/logo-navbar-dark.png
Binary file not shown.
Binary file removed static/img/logo-navbar-light.png
Binary file not shown.
42 changes: 0 additions & 42 deletions static/img/logo-primary-dark.svg

This file was deleted.

Loading