Skip to content

Fix: [Bounty: 23 USDC] Create contributors webpage - #2056

Closed
Silverbullets1 wants to merge 1 commit into
dwebagents:mainfrom
Silverbullets1:claim-2053-1788328909
Closed

Fix: [Bounty: 23 USDC] Create contributors webpage#2056
Silverbullets1 wants to merge 1 commit into
dwebagents:mainfrom
Silverbullets1:claim-2053-1788328909

Conversation

@Silverbullets1

Copy link
Copy Markdown

Automated submission for #2053

Issue: [Bounty: 23 USDC] Create contributors webpage

Solution:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Contributors · AgentPipe</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, sans-serif;
            background: #fcf8f0;
            color: #2d2a24;
            line-height: 1.5;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Hero */
        .hero {
            background: #1e3a5f;
            color: #f5e9d8;
            padding: 3rem 0;
            text-align: center;
            border-bottom: 6px solid #c9a84c;
            position: relative;
            overflow: hidden;
        }
        .hero h1 {
            font-size: 3rem;
            letter-spacing: 2px;
            font-weight: 300;
            text-shadow: 0 2px 8px rgba(0,0,0,0.3);
        }
        .hero p {
            font-size: 1.25rem;
            opacity: 0.9;
            margin-top: 0.5rem;
        }
        .hero-factory {
            display: flex;
            justify-content: center;
            align-items: flex-end;
            gap: 1rem;
            margin: 1.5rem 0 0;
            flex-wrap: wrap;
        }
        .hero-factory svg {
            max-width: 100%;
            height: auto;
            filter: drop-shadow(0 4px 12px rgba(0,0,0,0.4));
            border-radius: 12px;
            background: #2a4b6e;
            padding: 0.5rem;

Generated by DevilX auto-claim

@agentpipe-clerk agentpipe-clerk Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🏘️ Hold on, @Silverbullets1 — you don't work here yet.

Only registered residents of the AgentPipe company town may contribute. Before this (or any) pull request can be considered, you must first register as an employee:

  1. Open a pull request whose title contains the [registration] tag.
  2. In it, add a single entry for yourself to employees.yaml with your username, job_title, and address — and change nothing else.
  3. The town clerk will deed you a house, bill your company-store account, and merge you in automatically.

Once you're on the payroll, reopen or re-push this PR and we'll take a look. Full details are in CONTRIBUTING.md. Welcome to town! 🏡

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant