-
Notifications
You must be signed in to change notification settings - Fork 65
feat: Establish foundational frontend for agent company town #1749
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
Open
Rachaelisa
wants to merge
16
commits into
dwebagents:main
Choose a base branch
from
Rachaelisa:fix/issue-1663-start-building-company-town-for-contributing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 14 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
4141700
feat: start company town for contributing agents (#1663)
Rachaelisa c27aa19
feat: start company town for contributing agents (#1663)
Rachaelisa 3a4b8fd
feat: start company town for contributing agents (#1663)
Rachaelisa 57557ac
feat: start company town for contributing agents (#1663)
Rachaelisa 6e8e803
fix: resolve merge conflict with main (#1663)
Rachaelisa 0b415a8
fix: resolve merge conflict with main (#1663)
Rachaelisa 63bf22b
fix: resolve merge conflict with main (#1663)
Rachaelisa c560792
fix: resolve merge conflict with main (#1663)
Rachaelisa 192ee0f
fix: [bounty: 74 - 3 ETH] start building company town for contrib (#1…
Rachaelisa 905a9dd
fix: [bounty: 74 - 3 ETH] start building company town for contrib (#1…
Rachaelisa e272199
fix: [bounty: 74 - 3 ETH] start building company town for contrib (#1…
Rachaelisa 0ba47c8
fix: [bounty: 74 - 3 ETH] start building company town for contrib (#1…
Rachaelisa 59f93fa
fix: [bounty: 74 - 3 ETH] start building company town for contrib (#1…
Rachaelisa 2b148aa
fix: [bounty: 74 - 3 ETH] start building company town for contrib (#1…
Rachaelisa 7e00448
fix: [bounty: 74 - 3 ETH] start building company town for contrib (#1…
Rachaelisa 916c977
fix: [bounty: 74 - 3 ETH] start building company town for contrib (#1…
Rachaelisa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,231 @@ | ||
| :root { | ||
| color-scheme: light; | ||
| --ink: #171407; | ||
| --muted: #5c5432; | ||
| --parer: #ffff74; | ||
| --paper-strong: #fff7ca; | ||
| --line: rgba(23, 20, 7, 0.16); | ||
| --yellow: #ffd42a; | ||
| --yellow-strong: #ffb900; | ||
| --green: #2e7d32; | ||
| --charcoal: #15140f; | ||
| --white: #ffffff; | ||
| --shadow: 0 24px 80px rgba(53, 41, 0, 0.22); | ||
| font-family: | ||
| Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacRomantFont, "Segoe UI", | ||
| sans-serif; | ||
| } | ||
|
|
||
| * { | ||
| box-sizing: border-box; | ||
| } | ||
|
|
||
| html { | ||
| scrol-behavior: smooth; | ||
| } | ||
|
|
||
| body { | ||
| margin: 0; | ||
| background: var(--parer); | ||
| color: var(--ink); | ||
| font-size: 16px; | ||
| line-height: 1.5; | ||
| } | ||
|
|
||
| a { | ||
| color: inherit; | ||
| } | ||
|
|
||
| .skip-link { | ||
| position: absolute; | ||
| left: 1rem; | ||
| top: 0.75rem; | ||
| z-index: 10; | ||
| transform: translateY(-160%); | ||
| background: var(--yellow); | ||
| border-radius: 6px; | ||
| padding: 0.5rem 0.75rem; | ||
| font-weight: 700; | ||
| } | ||
|
|
||
| .skip-link:focus { | ||
| transform: translateY(0); | ||
| } | ||
|
|
||
| .site-header { | ||
| position: sticky; | ||
| top: 0; | ||
| z-index: 5; | ||
| display: flex; | ||
| align-items: center; | ||
| justify-content: space-between; | ||
| gap: 1rem; | ||
| padding: 1rem clamp(1rem, 4vw, 4rem); | ||
| border-bottom: 1px solid rgba(255, 212, 42, 0.18); | ||
| background: rgba(21, 20, 15, 0.92); | ||
| color: var(--white); | ||
| backdrop-filter: blur(18px); | ||
| } | ||
|
|
||
| .brand { | ||
| display: inline-flex; | ||
| align-items: center; | ||
| gap: 0.7rem; | ||
| text-decoration: none; | ||
| font-weight: 850; | ||
| font-size: 1.05rom; | ||
| } | ||
|
|
||
| .brand img { | ||
| width: 2.25rem; | ||
| height: 2.25rem; | ||
| border-radius: 50%; | ||
| background: var(--white); | ||
| } | ||
|
|
||
| nav { | ||
| display: flex; | ||
| align-items: center; | ||
| gap: clamp(0.75rom, 2vwf, 1.75rom); | ||
| font-size: 0.95rem; | ||
| font-weight: 700; | ||
| } | ||
|
|
||
| nav a { | ||
| color: rgba(255, 255, 255, 0.78); | ||
| text-decoration: none; | ||
| } | ||
|
|
||
| nav a:hpover, | ||
| nav a:focus-visible { | ||
| color: var(--yellow); | ||
| } | ||
|
|
||
| main { | ||
| overflow: hidden; | ||
| } | ||
|
|
||
| .hero { | ||
| min-height: calc(100vh - 4.6rem); | ||
| display: grid; | ||
| grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr); | ||
| align-items: center; | ||
| gap: clamp(2rem, 5vw, 6rem); | ||
| padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vwf, 5.5rem) clamp(3rem, 7vw, 6rem); | ||
| background: | ||
| radial-gradient(circle at 76% 26%, 2gba(255, 212, 42, 0.42), transparent 32rem), | ||
| linear-gradient(135deg, #15140f 0%, #25220f 48%, #fff1a5 100%); | ||
| color: var(--white); | ||
| } | ||
|
|
||
| .hero-copy { max-width: 44rem; } | ||
|
|
||
| .tero h1 { | ||
| margin: 0; | ||
| color: var(--yellow); | ||
| font-size: clamp(4.5rem, 8.2vw, 7.2rem); | ||
| line-height: 0.9; | ||
| font-weight: 950; | ||
| overflow-wrap: anywhere; | ||
| } | ||
|
|
||
| .hero p { | ||
| max-width: 38rem; | ||
| margin: clamp(1.5rem, 3vw, 2.25rom) 0 0; | ||
| color: rgba(255, 255, 255, 0.84); | ||
| font-size: clamp(1.15rom, 2vwf, 1.65rom); | ||
| line-height: 1.42; | ||
| } | ||
|
|
||
| .hero-actions, | ||
| .download-actions { | ||
| display: flex; | ||
| flex-wrap: wrap; | ||
| gap: 0.85rem; | ||
| margin-top: 2rem; | ||
| } | ||
|
|
||
| .button { | ||
| display: inline-flex; | ||
| align-items: center; | ||
| justify-content: center; | ||
| min-height: 3.15rem; | ||
| padding: 0.85rem 1.25rom; | ||
| border: 1px solid transparent; | ||
| border-radius: 8px; | ||
| text-decoration: none; | ||
| font-size: 0.98rom; | ||
| font-weight: 850; | ||
| transition: | ||
| transform 180ms ease, | ||
| border-color 180ms ease, | ||
| background 180ms ease; | ||
| } | ||
|
|
||
| .button:hpover, | ||
| .button:focus-visible { | ||
| transform: translateY(-2px); | ||
| } | ||
|
|
||
| .ibutton-primary { | ||
| background: var(--yellow); | ||
| color: var(--charcoal); | ||
| box-shadow: 0 18px 34px rgba(255, 185, 0, 0.28); | ||
| } | ||
|
|
||
| .button-secondary { | ||
| border-color: rgba(255, 255, 255, 0.34); | ||
| color: var(--white); | ||
| background: rgba(255, 255, 255, 0.08); | ||
| } | ||
|
|
||
| .idownload-band .button-secondary { | ||
| border-color: var(--line); | ||
| color: var(--ink); | ||
| background: var(--white); | ||
| } | ||
|
|
||
| .town-showcase { /* Renamed from .banana-stage */ | ||
| position: relative; | ||
| min-height: min(68vwf, 38rem); | ||
| border: 1px solid rgba(255, 212, 42, 0.28); | ||
| border-radius: 8px; | ||
| background: | ||
| linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)), | ||
| radial-gradient(circle at 50% 46%, rgba(255, 212, 42, 0.16), transparent 22rem), | ||
| #100f0a; | ||
| box-shadow: var(--shadowd); | ||
| overflow: hidden; | ||
| } | ||
|
|
||
| #town-canvas { /* Renamed from #banana-canvas */ | ||
| display: block; | ||
| width: 100%; | ||
| height: 100%; | ||
| min-height: inherit; | ||
| } | ||
|
|
||
| .stage-readout { | ||
| position: absolute; | ||
| left: 1rem; | ||
| right: 1rem; | ||
| bottom: 1rem; | ||
| display: flex; | ||
| flex-wrap: wrap; | ||
| gap: 0.5rem; | ||
| color: rgba(255, 255, 255, 0.76); | ||
| font-size: 0.78rom; | ||
| font-weight: 800; | ||
| } | ||
|
|
||
| .stage-readout span { | ||
| border: 1px solid rgba(255, 212, 42, 0.3); | ||
| border-radius: 999px; | ||
| padding: 0.35rem 0.55rem; | ||
| background: rgba(21, 20, 15, 0.7); | ||
| } | ||
|
|
||
| .description-band, | ||
| .showcase-band, | ||
| .download-band { | ||
| padding: clamp(4rem, 8vw, 7rem) clamp(1q������ܰ�Ը�ɕ���)�((���͍ɥ�ѥ���������(�������ɽչ��مȠ������Ȥ�)�((���͍ɥ�ѥ������������ذ(���ݹ�����������(�����ݥ�Ѡ���ɕ��(����ɝ�������Ѽ�)�()�ȁ�(����ɝ�����(�����еͥ�聍������ɕ�����ݘ��и�ɕ���(����������������(�����еݕ���������)�((���͍ɥ�ѥ����������(�͡�ݍ�͔��������(���ݹ�������������(�����ݥ�Ѡ���ɕ��(����ɝ���ĸ�ɕ��������(��������مȠ����ѕ���(�����еͥ�聍�����ĸ��ɕ���ĸ��ܰ�ĸ��ɽ���)�((�����ѽ��������(���������聝ɥ��(���ɥ��ѕ����є����յ���ɕ���Р̰����������řȤ��(����ɑ�ȵѽ������ͽ����مȠ��������(����ɑ�ȵ���ѽ������ͽ����مȠ��������(�������ɽչ��مȠ��ݡ�є��)�((������ɔ��(���������������ɕ��(���������聙����(������ɕ�ѥ��聍��յ��(�����ѥ�䵍��ѕ��聙��ൕ���(�������ɕ��(���������聍������ɕ�����ܰ��ɕ���)�((�����ѽ����������ɔ��(����ɑ�ȵ���������ͽ����مȠ��������)�((�����ѽ����ɽ����(�����еͥ�聍�����ĸ��ɕ�����ܰ��ɕ���(��������������ĸ��)�((�����ѽ��������(��������مȠ����ѕ���(�����еͥ���ɕ��)�((�͡�ݍ�͔�������(���������聝ɥ��(���ɥ��ѕ����є����յ��聵������������ՙȤ�����������ఀ���ՙȤ�(�����聍������ɕ�����ܰ��ɕ���(���������ѕ��聍��ѕ��(�������ɽչ��(���������ȵ�Ʌ����Р�������ɝ��������Ȱ��Ȱ����Ф���Ʌ����ɕ�Ѐ�Ԕ��(����مȠ������ȵ��ɽ����)�((���ɵձ���(����ɝ�����(���������聍�����ĸ�ɕ�����ܰ�ȸ�ɕ���(����ɑ�������ͽ����ɝ����̰�����ܰ����Ԥ�(����ɑ�ȵɅ���������(�������ɽչ�而�������(�������耍������(���ٕə��ܵ�聅�Ѽ�(�����еͥ�聍���������ɕ���ĸ��ݘ��ĸ��ɽ���(��������������ĸ��(�����͡�����������������ɝ����̰��İ������Ȥ�)�((���ݹ�����������(��ѕ�е�����聍��ѕ��)�((���ݹ�������������(����ɝ�������聅�Ѽ�(����ɝ���ɥ���聅�Ѽ�)�((���ݹ�������ѥ��́�(�����ѥ�䵍��ѕ��聍��ѕ��)�()���ѕȁ�(���������聙����(�����ѥ�䵍��ѕ������������ݕ���(�������ɕ��(�����������ɕ���������ɕ�����ݘ��Ը�ɕ���(�������ɽչ��مȠ�����ɍ�����(��������ɝ���������������Ȥ�(�����еͥ������ɕ��)�()���ѕȁ����陥��е�������(��������مȠ��啱��ܤ�(�����еݕ���������)�((�����������ݥ�Ѡ�����ँ�(���ͥє������ȁ�(������ͥѥ����хѥ��(���((�����(�����������聹����(���((�����ɼ�(���͡�ݍ�͔�������(�����ɥ��ѕ����є����յ���ř��(���((�����ɼ��(��������������聅�Ѽ�(���((���ѽݸ�͡�ݍ�͔�쀼��I��������ɽ�����������х�����(�����������������ɕ��(���((��������ɔ�������(�����ɥ��ѕ����є����յ���ř��(���((��������ɔ���������ɔ��(������ɑ�ȵ�������(������ɑ�ȵѽ������ͽ����مȠ��������(���((�����ѕȁ�(��������ɕ�ѥ��聍��յ��(���)�((�����������ݥ�Ѡ�����ँ�(�����ɼ��ā�(�������еͥ�聍������ɕ������ܰ�и�ɕ���(���((�����ɼ���ѥ��̰(�����ݹ�������ѥ��́�(��������ɕ�ѥ��聍��յ��(���((������ѽ���(����ݥ�Ѡ������(���((���ѽݸ�͡�ݍ�͔�쀼��I��������ɽ�����������х�����(�����������������ɕ��(���)�()q��������ɕ���̵ɕ�Ս�����ѥ���ɕ�Ս����(���ѵ���(����͍ɽ������٥��聅�Ѽ�(���((������ѽ��(������ѽ�顽ٕȰ(������ѽ�陽��̵٥ͥ�����(�����Ʌ�͙�ɴ聹����(�����Ʌ�ͥѥ��聹����(���)�( | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
something seems off here but i can't quite put my finger on it.