From ada11cc5189d1c555703abd4d398cfd566e4e714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A2=E3=83=AC=E3=82=AF=E3=82=B5=E3=83=B3=E3=83=80?= =?UTF-8?q?=E3=83=BC=2Eeth?= Date: Mon, 24 Jun 2024 20:34:39 +0900 Subject: [PATCH 1/5] chore: for orgs for devs info --- .cspell.json | 16 ++++++++++++++- static/index.html | 50 +++++++++++++++++++++++++++++++++++------------ 2 files changed, 52 insertions(+), 14 deletions(-) diff --git a/.cspell.json b/.cspell.json index 9c6ad9e..4b794ba 100644 --- a/.cspell.json +++ b/.cspell.json @@ -4,7 +4,21 @@ "ignorePaths": ["**/*.json", "**/*.css", "node_modules", "**/*.log"], "useGitignore": true, "language": "en", - "words": ["dataurl", "devpool", "outdir", "servedir", "pageview", "Googlebot", "Cascader", "mediump", "fract", "Ubiqui", "frictionlessly", "Unassignment"], + "words": [ + "Cascader", + "dataurl", + "devpool", + "Devs", + "fract", + "frictionlessly", + "Googlebot", + "mediump", + "outdir", + "pageview", + "servedir", + "Ubiqui", + "Unassignment" + ], "dictionaries": ["typescript", "node", "software-terms"], "import": ["@cspell/dict-typescript/cspell-ext.json", "@cspell/dict-node/cspell-ext.json", "@cspell/dict-software-terms"], "ignoreRegExpList": ["[0-9a-fA-F]{6}"] diff --git a/static/index.html b/static/index.html index fe4d043..a9f0ecb 100644 --- a/static/index.html +++ b/static/index.html @@ -64,18 +64,33 @@

Putting the 'A' In 'DAO'

  1. - + - + + + + + For Orgs + +
  2. + +
  3. + + + - More Info + For Devs
  4. + + --> + +
@@ -136,14 +154,16 @@

Putting the 'A' In 'DAO'

-

Revolutionizing Decentralized Operations

  • DeFi & AI Synergy

    -

    Optimize operations with cutting-edge DeFi and AI. Our platform ensures accurate and fair compensation through comprehensive qualitative and quantitative evaluations.

    +

    Optimize operations with cutting-edge DeFi and AI. Our platform ensures accurate and fair compensation through comprehensive + qualitative and quantitative evaluations.

  • @@ -173,7 +193,10 @@

    XP-Powered Governance

  • Seamless Stablecoin Integration

    -

    Ubiquity Dollar, pegged to the US Dollar, enables seamless transactions. Access innovative financial solutions, including Ubiquity Card (Beta) and upcoming Ubiquity Credit for unsecured loans.

    +

    Ubiquity Dollar, pegged to the US Dollar, enables seamless transactions. Access innovative financial solutions, including Ubiquity Card + (Beta) and upcoming Ubiquity Credit for unsecured loans.

@@ -183,13 +206,14 @@

Open Ecosystem

  • Fully Extensible Framework

    -

    Design custom autonomous agents to work alongside with our entirely open-source platform, tailored to your organization’s unique needs.

    +

    Design custom autonomous agents to work alongside with our entirely open-source platform, tailored to your organization’s unique + needs.

  • - -
    @@ -197,7 +221,7 @@

    Fully Extensible Framework

    - +
    @@ -443,7 +467,7 @@

    Join the community

    • -
      DevPool
      +
      DevPool for Developers
    • GitHub
      From 2a1ef87c568c34fdb1e21f9503a0179ba4ba96c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A2=E3=83=AC=E3=82=AF=E3=82=B5=E3=83=B3=E3=83=80?= =?UTF-8?q?=E3=83=BC=2Eeth?= Date: Mon, 24 Jun 2024 20:38:26 +0900 Subject: [PATCH 2/5] fix: hero video --- static/code/js/logo-click.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/code/js/logo-click.ts b/static/code/js/logo-click.ts index d8c628c..184cd79 100644 --- a/static/code/js/logo-click.ts +++ b/static/code/js/logo-click.ts @@ -28,7 +28,7 @@ export async function logoClick() { const videos = document.getElementsByTagName("video"); if (videos) { const video = videos[0]; - video.src = "https://storageapi.fleek.co/2e62e11d-d4be-4c6f-a2bb-b159c83a0d95-bucket/ubq.fi/hero.mp4"; + video.src = "https://storageapi.fleek.one/2e62e11d-d4be-4c6f-a2bb-b159c83a0d95-bucket/ubq.fi/hero.mp4"; video.addEventListener("play", function loaded() { console.log(`playing`); video.className += "Active"; From 10c72a9723e79e5ca02a525ff30f668bfe145cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A2=E3=83=AC=E3=82=AF=E3=82=B5=E3=83=B3=E3=83=80?= =?UTF-8?q?=E3=83=BC=2Eeth?= Date: Mon, 24 Jun 2024 21:19:26 +0900 Subject: [PATCH 3/5] chore: added lighter blue gradient background --- static/code/css/active.css | 3 +- static/code/css/ubq.css | 85 +++++++++++++++++++++++++++++++++++++- static/index.html | 21 ++++++---- 3 files changed, 98 insertions(+), 11 deletions(-) diff --git a/static/code/css/active.css b/static/code/css/active.css index fc3a917..1e9d41c 100644 --- a/static/code/css/active.css +++ b/static/code/css/active.css @@ -110,8 +110,9 @@ h1 > span.Active { filter: blur(0); } background > video.Active { - opacity: 0.75; + opacity: 0.25; transition: 1s opacity ease-in-out; + filter: grayscale(0.5); } #Spreads > .Active { opacity: 1; diff --git a/static/code/css/ubq.css b/static/code/css/ubq.css index cf13068..6ee0498 100644 --- a/static/code/css/ubq.css +++ b/static/code/css/ubq.css @@ -191,7 +191,7 @@ body .center > div { } body #Grid { position: relative; - background-color: var(--elu-blu); + /* background-color: var(--elu-blu); */ } body #Grid > div { position: fixed; @@ -1198,3 +1198,86 @@ td { overflow: hidden; width: 100vw; } + +background .gradient { + background-image: radial-gradient(#00bfff00 0%, #00bfffff 15%, #00bfff00 34%, #00bfffff 58%, #00bfff00 75%, #00bfffff 100%); + animation: background-gradients-fade-in 2s ease-in-out forwards; + /* height: 100vh; */ + /* position: fixed; */ + top: 0; + left: 0; + /* width: 100vw; */ + width: 200vw; + height: 200vh; + position: absolute; + /* opacity: 0; */ +} +background > :nth-child(1) { + transform: translateY(-100vh); +} +background > :nth-child(2) { + transform: translateY(-50vh); +} + +background { + position: unset; + display: unset; + /* width: unset; */ + /* height: unset; */ + /* height: unset; */ + background-size: unset; + background-position: unset; + text-align: unset; + /* left: unset; */ + /* top: unset; */ +} + +background, +background #grid { + position: fixed; + top: 0; + left: 0; +} +html, +background { + background-color: #000410; +} + +background #grid { + pointer-events: none; +} + +background #grid canvas { + width: 100%; + height: 100%; + opacity: 0; + animation: background-grid-fade-in 2s ease-in-out forwards; +} + +background .gradient { + width: 200vw; + height: 200vh; + position: absolute; + opacity: 0; +} +.grid-loaded background .gradient { + background-image: radial-gradient(#00bfff00 0%, #00bfffff 15%, #00bfff00 34%, #00bfffff 58%, #00bfff00 75%, #00bfffff 100%); + animation: background-gradients-fade-in 2s ease-in-out forwards; +} +background > :nth-child(1) { + transform: translateX(-100vw); +} +background > :nth-child(2) { + transform: translateY(-50vh); +} + +@keyframes background-gradients-fade-in { + to { + opacity: 0.125; + } +} +@keyframes background-grid-fade-in { + to { + opacity: 0.5; + } +} diff --git a/static/index.html b/static/index.html index a9f0ecb..74aea04 100644 --- a/static/index.html +++ b/static/index.html @@ -27,7 +27,10 @@ - +
      +
      + +
      @@ -60,11 +63,11 @@

      Putting the 'A' In 'DAO'

      - +
      1. - + Putting the 'A' In 'DAO' /> - For Orgs + For DAOs
      2. - + Fully Extensible Framework
      @@ -432,7 +435,7 @@

      Join the community

    • Docs
    • Brand kit
    • About
    • -
    • Jobs
    • +
    • Jobs
    @@ -467,7 +470,7 @@

    Join the community

    @@ -470,7 +470,7 @@

    Join the community