Skip to content

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

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

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

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; }
  .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); transition: 0.2s; border: 1px solid #ede6d8; display: flex; flex-direction: column; align-items: center; text-align: center; }
  .contributor-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,0.08); }
  .contributor-avatar { width: 100px; height: 100px; margin-bottom: 0.8rem; }
  .contributor-name { font-size: 1.4rem; font-weight: 600; color: #3d3529; }
  .contributor-fact { font-size: 0.9rem; color: #6b5f4d; margin: 0.3rem 0; }
  .contributor-fact strong { color: #a67c4b; }
  .github-link { display: inline-block; margin-top: 0.8rem; padding: 0.3rem 1.2rem; background: #2b2b2b; color: white; border-radius: 30px; text-decoration: none; font-size: 0.85rem; transition: 0.2s; }
  .github-link:hover { background: #4a4a4a; }

  /* egg hunt game */
  .easter-egg-area { margin: 3rem 0; padding: 2rem; background: #f7f0e3; border-radius: 2rem; text-align: center; }
  .easter-egg-area h2 { color: #a67c4b; }
  #game-container { margin: 1rem auto; max-width: 400px; }
  #game-egg { width: 80px; height: 100px; background: radial-gradient(circle at 30% 30%, #ffdb7c, #b8860b); border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%; display: inline-block; cursor: pointer; transition: 0.15s; box-shadow: 0 6px 12px rgba(184,134,11,0.4); }
  #game-egg:active { transform: scale(0.9); }
  #game-score { font-size: 2rem; font-weight: 700; color: #5e4f3c; margin-top: 0.5rem; }
  #game-message { font-size: 1rem; color: #7a6b55; margin-top: 0.3rem; }
  .hidden-egg { display: none; }

  /* footer */
  footer { margin-top: 3rem; padding: 2rem 0; border-top: 2px solid #ede6d8; text-align: center; color: #4d4233; }
  .csuite-contact { font-size: 1rem; margin-bottom: 0.5rem; }
  .csuite-contact a { color: #a67c4b; text-decoration: none; }
  .wave-video { margin: 1rem auto; max-width: 400px; }
  .wave-video video { width: 100%; border-radius: 20px; box-shadow: 0 4px 16px rgba(0,0,0,0.1); }

  /* number 71 placements */
  .seventy-one-visible { display: inline-block; font-weight: 600; color: #b8860b; }

  /* responsive */
  @media (max-width: 600px) { .hero h1 { font-size: 2rem; } }
</style>
</head>
<body>
<div class="container">

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! 🏡

@Silverbullets1 Silverbullets1 closed this by deleting the head repository Sep 4, 2026
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