{"id":50936036,"url":"https://github.com/ducks/birdhaus.art","last_synced_at":"2026-06-17T09:02:07.867Z","repository":{"id":364375143,"uuid":"1267663567","full_name":"ducks/birdhaus.art","owner":"ducks","description":"Official site for the Birdhaus art movement","archived":false,"fork":false,"pushed_at":"2026-06-12T18:56:21.000Z","size":1696,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-12T20:23:26.087Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ducks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-12T18:47:00.000Z","updated_at":"2026-06-12T18:56:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ducks/birdhaus.art","commit_stats":null,"previous_names":["ducks/birdhaus.art"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ducks/birdhaus.art","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ducks%2Fbirdhaus.art","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ducks%2Fbirdhaus.art/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ducks%2Fbirdhaus.art/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ducks%2Fbirdhaus.art/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ducks","download_url":"https://codeload.github.com/ducks/birdhaus.art/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ducks%2Fbirdhaus.art/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34441285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-17T09:02:07.064Z","updated_at":"2026-06-17T09:02:07.859Z","avatar_url":"https://github.com/ducks.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Birdhaus\n\nA single-page, poster-style landing page for **Birdhaus** - a (fake-serious)\nmodernist art movement of geometric avian studies. A lost Bauhaus exhibition\nposter, EST. 2026.\n\nPlain HTML / CSS / JS. No build step, no framework, no dependencies. Hosts\nanywhere as static files.\n\n## Structure\n\n```\nbirdhaus.art/\n  index.html              # all markup (semantic HTML, inline SVG favicon)\n  static/\n    css/styles.css        # palette (CSS variables), Bauhaus grid, motion\n    js/script.js          # adds .is-loaded to trigger the entrance animation\n    img/crow.png          # the faceted crow mark (transparent PNG)\n  CNAME                    # custom domain for GitHub Pages (birdhaus.art)\n  .nojekyll               # tell GitHub Pages to skip Jekyll processing\n  README.md\n```\n\n## Run locally\n\nIt's static, so just open the file:\n\n```\nxdg-open index.html      # Linux\nopen index.html          # macOS\n```\n\nOr serve it (closer to production, avoids any file:// quirks):\n\n```\npython3 -m http.server 8000\n# then visit http://localhost:8000\n```\n\n## Deploy (GitHub Pages, custom domain birdhaus.art)\n\n1. **Push** this repo to GitHub.\n2. **Settings -\u003e Pages**: set Source to \"Deploy from a branch\", branch `main`,\n   folder `/ (root)`.\n3. **Custom domain**: enter `birdhaus.art`. The `CNAME` file already pins it\n   (GitHub keeps the two in sync).\n4. **DNS** at your registrar - point the apex domain at GitHub Pages with four\n   A records (and the IPv6 AAAA records):\n\n   ```\n   A     @   185.199.108.153\n   A     @   185.199.109.153\n   A     @   185.199.110.153\n   A     @   185.199.111.153\n   AAAA  @   2606:50c0:8000::153\n   AAAA  @   2606:50c0:8001::153\n   AAAA  @   2606:50c0:8002::153\n   AAAA  @   2606:50c0:8003::153\n   ```\n\n   If you also want `www.birdhaus.art`, add:\n\n   ```\n   CNAME www \u003cyour-github-username\u003e.github.io\n   ```\n\n5. Wait for DNS to propagate, then tick **Enforce HTTPS** in Settings -\u003e Pages.\n\n\u003e Verify GitHub's current Pages IPs before relying on the list above - they\n\u003e change rarely but are the source of truth:\n\u003e https://docs.github.com/pages/configuring-a-custom-domain-for-your-github-pages-site\n\n## Editing notes\n\n- **Palette**: the six colors live in `:root` in `static/css/styles.css`\n  (`--cream`, `--black`, `--charcoal`, `--gray`, `--taupe`, `--red`, `--blue`).\n  Change the whole look from there.\n- **Type**: a fake-condensed system-font stack (no web fonts loaded). The\n  `--font-display` comment in the CSS shows where to add a real font later\n  (e.g. Archivo or Oswald) with the system stack kept as fallback.\n- **The crow**: currently `static/img/crow.png` (one external asset). To go\n  back to a pure inline SVG, replace the `\u003cimg class=\"bird__img\"\u003e` in\n  `index.html` with your `\u003csvg\u003e`; give shapes `class=\"plane\"` +\n  `style=\"--i:N\"` to re-enable the staggered entrance animation.\n- **Motion**: entrance animations are CSS transitions gated by an `.is-loaded`\n  class that `script.js` adds after load. `prefers-reduced-motion` is fully\n  respected (JS skips the animation; CSS has a hard visible fallback).\n- **Favicon**: an inline SVG data URI in the `\u003chead\u003e` (red circle + black bar).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fducks%2Fbirdhaus.art","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fducks%2Fbirdhaus.art","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fducks%2Fbirdhaus.art/lists"}