Skip to content

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

Closed
Silverbullets1 wants to merge 1 commit into
dwebagents:mainfrom
Silverbullets1:claim-2060-1788372027
Closed

Fix: Fix: [Bounty: 23 USDC] Create contributors webpage#2062
Silverbullets1 wants to merge 1 commit into
dwebagents:mainfrom
Silverbullets1:claim-2060-1788372027

Conversation

@Silverbullets1

Copy link
Copy Markdown

Automated submission for #2060

Issue: Fix: [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; }
  .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

  /* Hero */
  .hero { background: #f3ede4; border-radius: 2rem; margin: 2rem 0; padding: 3rem 2rem; text-align: center; box-shadow: 0 8px 20px rgba(0,0,0,0.05); }
  .hero h1 { font-size: 3rem; letter-spacing: -0.02em; color: #a67c4b; }
  .hero p { font-size: 1.2rem; margin-top: 0.5rem; color: #5e4f3c; }

  /* goose factory scene */
  .factory-scene { margin: 1.5rem auto; max-width: 700px; }

  /* golden eggs decorations */
  .golden-egg { display: inline-block; width: 28px; height: 36px; background: radial-gradient(circle at 30% 30%, #ffd966, #b8860b); border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%; box-shadow: 0 4px 8px rgba(184,134,11,0.4); margin: 0 4px; transform: rotate(-6deg); }
  .golden-egg:nth-child(2n) { transform: rotate(8deg) scale(0.9); }

  /* contributors grid */
  .contributors-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 2rem; margin: 3rem 0; }
  .contributor-card { background: white; border-radius: 2rem; padding: 1.5rem; box-shadow: 0 4px 12px rgba(0,0,0,0.06); display: flex; flex-direction: column; align-items: center; text-align: center; transition: transform 0.2s, box-shadow 0.2s; border: 1px solid #ede8dd; }
  .contributor-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0,0,0,0.08); }
  .contributor-avatar { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; border: 3px solid #a67c4b; margin-bottom: 0.75rem; }
  .contributor-name { font-size: 1.2rem; font-weight: 600; color: #2d2a24; }
  .contributor-login { font-size: 0.9rem; color: #7a6a56; margin-bottom: 0.5rem; }
  .contributor-contributions { font-size: 0.95rem; background: #f3ede4; padding: 0.25rem 1rem; border-radius: 20px; display: inline-block; color: #5e4f3c; }
  .contributor-link { margin-top: 0.75rem; text-decoration: none; color: #a67c4b; font-weight: 500; }
  .contributor-link:hover { text-decoration: underline; }

  .loading, .error { text-align: center; padding: 2rem; font-size: 1.2rem; color: #5e4f3c; }
  .error { color: #b34a4a; }
  .footer { text-align: center; margin: 2rem 0; color: #aaa18c; font-size: 0.9rem; }

  @media (max-width: 600px) {
    .hero h1 { font-size: 2.2rem; }
    .hero { padding: 2rem 1rem; }
    .contributors-grid { grid-template-columns: 1fr; }
  }
</style>
</head>
<body>
<div class="container">
  <div class="hero">
    <div class="factory-scene">
      <!-- Decorative golden eggs -->
      <span class="golden-egg"></span>
      <span class="golden-egg"></span>
      <span class="golden-egg"></span>
      <span class="golden-egg"></span>
      <span class="golden-egg"></span>
    </div>
    <h1>🥚 Contributors</h1>
    <p>Meet the flock behind AgentPipe — every contribution counts.</p>
  </div>


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