Skip to content

Commit

Permalink
Merge branch 'master' into leo-update-icrc1
Browse files Browse the repository at this point in the history
  • Loading branch information
sesi200 authored Jun 30, 2023
2 parents 1cddf75 + 78cbc22 commit 7ec9505
Show file tree
Hide file tree
Showing 33 changed files with 907 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ const navbarItems = [
label: "ICP Token",
href: "/icp-tokens?source=nav"
},
{
label: "For Enterprise",
href: "/enterprise?source=nav"
},
{
label: "Create an Internet Identity",
href: "https://identity.ic0.app/"
Expand Down
15 changes: 14 additions & 1 deletion src/css/animate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,17 @@

.search-loading {
animation: search-loading 10s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
}

@keyframes enterprise-marquee {
from {
transform: translateX(-25%);
}
to {
transform: translateX(-75%);
}
}

.enterprise-marquee {
animation: enterprise-marquee 15s linear infinite;
}
520 changes: 520 additions & 0 deletions src/pages/enterprise.tsx

Large diffs are not rendered by default.

253 changes: 253 additions & 0 deletions static/img/enterprise/big-visual.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions static/img/enterprise/development-costs-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions static/img/enterprise/development-costs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions static/img/enterprise/digital-identity.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/enterprise/digital-identity.webp
Binary file not shown.
Binary file not shown.
Binary file added static/img/enterprise/enterprise-hero-image.webp
Binary file not shown.
25 changes: 25 additions & 0 deletions static/img/enterprise/enterprise-learnmore-background-image.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/enterprise/federality.webp
Binary file not shown.
Binary file added static/img/enterprise/https-outcalls.webp
Binary file not shown.
Binary file added static/img/enterprise/italy-large.webp
Binary file not shown.
Binary file added static/img/enterprise/julius-bar.webp
Binary file not shown.
Binary file added static/img/enterprise/lbank.webp
Binary file not shown.
Loading

0 comments on commit 7ec9505

Please sign in to comment.