From faea6cb7e38ab8382e3f8cd96eac4497a7f4273e 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: Thu, 31 Aug 2023 02:33:36 +0900 Subject: [PATCH] feat: down arrow --- static/code/css/ubq.css | 64 ++++- static/index.html | 513 ++++++++++++++++++++++++++++++++++------ 2 files changed, 492 insertions(+), 85 deletions(-) diff --git a/static/code/css/ubq.css b/static/code/css/ubq.css index 28a1875..e758c1f 100644 --- a/static/code/css/ubq.css +++ b/static/code/css/ubq.css @@ -488,8 +488,8 @@ background > video { letter-spacing: 4px; } #Spreads > * { - opacity: 0.25; - transition: 0.25s opacity ease; + /* opacity: 0.25; */ + /* transition: 0.25s opacity ease; */ } #Spreads > .Active { opacity: 1; @@ -1113,17 +1113,63 @@ header > aside::before { margin-top: 100vh; } - -#UI > ul > li:nth-child(1){ +#UI > ul > li:nth-child(1) { /* background: linear-gradient(0deg, #00000040, #00000080, #00000080, #00000080, #00000040); */ } #Info svg { - margin-right:4px + margin-right: 4px; } footer li { - max-width: calc(100vw / 3); - /* text-align: center; */ - padding: 24px; -} \ No newline at end of file + max-width: calc(100vw / 3); + /* text-align: center; */ + padding: 24px; +} + +@keyframes down-arrow { + 0% { + transform: translateY(0) rotate(45deg); + } + 100% { + transform: translateY(-100%) rotate(45deg); + } +} + +div#down-arrow { + border: 3px solid #fff; + border-top: transparent; + border-left: transparent; + animation: down-arrow 1s infinite alternate ease-in-out; + opacity: 1; +} + +@keyframes fade-in { + from { + opacity: 0; + } + to { + opacity: 1; + } +} + +div#down-arrow::after { + content: ""; + position: absolute; + width: 0px; + height: 16px; + transform: rotate(-45deg) translate(5.5px, -8px); + border: 1.5px solid; +} + +div#down-arrow-wrapper { + opacity: 0; + animation: fade-in 2s forwards 2s; + height: 16px; + width: 16px; + margin-right: 0; + margin-left: auto; + position: absolute; + bottom: 48px; + right: 48px; +} diff --git a/static/index.html b/static/index.html index 63aaf0a..f481da4 100644 --- a/static/index.html +++ b/static/index.html @@ -1,78 +1,439 @@ - Ubiquity DAO
-
-

Direct Financial Incentives for DAO Contributors

  1. Learn More
  2. Source Code
-

Putting the "A" in "DAO"

    -
  • Let robots handle the repetitive tasks, and humans the innovation.

    Leveraging the power of direct financial incentives, UbiquiBot works autonomously to motivate and manage your team.

  • -
  • Task Pricing & Payouts

    Repository maintainers can focus on specifying what they want, and the bot handles the rest: from task pricing to payouts.

  • - - - - -
  • Fully Extensible

    Entirely open-source. It also includes repository-specific and organization-wide defaults, all of which are configurable to create the perfect manager tailored to your organization’s needs.

OpenAI Benefits

    -
  • Duplicate Task Detection

    Ensures that no redundant tasks are funded or worked on.

  • -
  • Talent Recommendation

    Based on similar but already solved issues, the system will automatically recruit the best talent for your task. Coming soon.

  • - - -
+ + + + + + + + + + + + + + + + + + + + + + + + + + Ubiquity DAO + + + + +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+
+
+ + + +
+
+
+
+
+
+
+

Putting the "A" in "DAO"

+
    +
  • +
    +

    Let robots handle the repetitive tasks, and humans the innovation.

    +

    Leveraging the power of direct financial incentives, UbiquiBot works autonomously to motivate and manage your team.

    +
    +
  • +
  • +
    +

    Task Pricing & Payouts

    +

    Repository maintainers can focus on specifying what they want, and the bot handles the rest: from task pricing to payouts.

    +
    +
  • + + + + +
  • +
    +

    Fully Extensible

    +

    + Entirely open-source. It also includes repository-specific and organization-wide defaults, all of which are configurable to create the + perfect manager tailored to your organization’s needs. +

    +
    +
  • +
+

OpenAI Benefits

+
    +
  • +
    +

    Duplicate Task Detection

    +

    Ensures that no redundant tasks are funded or worked on.

    +
    +
  • +
  • +
    +

    Talent Recommendation

    +

    Based on similar but already solved issues, the system will automatically recruit the best talent for your task. Coming soon.

    +
    +
  • + + +
+
+
+
+
- - - - + + + + - -
-
- \ No newline at end of file +
+ +
+ +
+
+ + + + +