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

Website: Update logo and primary color #84

Merged
merged 1 commit into from
Jan 16, 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 website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const config: Config = {
logo: {
alt: 'asn1.js',
src: '/img/logo.svg',
width: 75,
width: 92,
},
items: [
{
Expand Down
1 change: 1 addition & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

:root {
--ifm-font-family-base: 'Open Sans', Arial, sans-serif;
--ifm-color-primary: #F78700;
}

.header-github-link:hover {
Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Encode and decode ASN.1 objects, allowing for the serialization and deserializat

<li>

#### BER, DER, and CER Support
#### BER and DER Support

Support for Basic Encoding Rules (BER), Distinguished Encoding Rules (DER), and Canonical Encoding Rules (CER), which are different encoding rules for ASN.1.
Support for Basic Encoding Rules (BER) and Distinguished Encoding Rules (DER), which are different encoding rules for ASN.1.

</li>

Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
width: 100%;
height: 100%;
content: "";
background-image: -webkit-radial-gradient(center 300%,rgba(0,144,255,.9) 10%,rgba(5,122,204,.6) 75%);
background-image: -webkit-radial-gradient(center 300%,rgba(255,153,0,.9) 10%,rgba(247,135,0,.7) 75%);
animation: reverse-pulse-opacity 7s linear infinite;
}

Expand All @@ -49,7 +49,7 @@
width: 100%;
height: 100%;
content: "";
background-image: linear-gradient(to bottom right,rgba(69,130,245,.8),rgba(187,114,227,.3));
background-image: linear-gradient(to bottom right,rgba(255,153,0,.8),rgba(243, 151, 14, 0.3));
animation: pulse-opacity 7s linear infinite;
}

Expand Down
Binary file modified website/static/img/card.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 modified website/static/img/favicon.ico
Binary file not shown.
17 changes: 5 additions & 12 deletions website/static/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading