{"id":22727101,"url":"https://github.com/microbiomedata/nmdc-status-website","last_synced_at":"2026-05-04T10:41:40.713Z","repository":{"id":197518789,"uuid":"698397793","full_name":"microbiomedata/nmdc-status-website","owner":"microbiomedata","description":"Static web page(s) used to display messages during outages and other special events","archived":false,"fork":false,"pushed_at":"2025-03-25T22:01:15.000Z","size":625,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-25T23:19:19.730Z","etag":null,"topics":["bootstrap","css","html","javascript","markdown","status"],"latest_commit_sha":null,"homepage":"https://status.microbiomedata.org","language":"HTML","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/microbiomedata.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}},"created_at":"2023-09-29T20:27:54.000Z","updated_at":"2025-03-25T22:01:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c24085f-dc52-42e4-b31e-782f87a7bf6d","html_url":"https://github.com/microbiomedata/nmdc-status-website","commit_stats":null,"previous_names":["microbiomedata/nmdc-outage-website","microbiomedata/nmdc-status-website"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbiomedata%2Fnmdc-status-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbiomedata%2Fnmdc-status-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbiomedata%2Fnmdc-status-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbiomedata%2Fnmdc-status-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microbiomedata","download_url":"https://codeload.github.com/microbiomedata/nmdc-status-website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246258872,"owners_count":20748573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bootstrap","css","html","javascript","markdown","status"],"created_at":"2024-12-10T17:09:40.777Z","updated_at":"2026-05-04T10:41:40.676Z","avatar_url":"https://github.com/microbiomedata.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nmdc-status-website\n\nThis repository contains static web page(s) the NMDC team uses to display messages during outages and other special events.\n\nIt is hosted at: https://status.microbiomedata.org/\n\n## Usage\n\n### Updating the text\n\nWrite the text in Markdown format in the file `./message.md`, then reload the web page (i.e. `index.html`). The reloaded web page will show the message in a box below the words, \"We'll be right back.\"\n\nIf the `./message.md` file is empty, the web page will show a default message saying all systems are running normally.\n\n### Deployment\n\nGitHub will automatically deploy the latest commit on the `main` branch, to GitHub Pages.\n\n## Design\n\nThe website is built upon the [Bootstrap 5](https://getbootstrap.com/docs/5.3/getting-started/introduction/) web UI framework.\n\n### Typography\n\nThe font was chosen in an attempt to match the [NMDC website](https://microbiomedata.org/).\n\n```css\nfont-family: Arimo,sans-serif\n```\n\n- Arimo is available from Google Fonts: https://fonts.google.com/specimen/Arimo\n- Code snippets for using the font: https://thomaspark.co/projects/fontcdn/\n\n### Color palette\n\nThe color scheme was chosen in an attempt to match the [NMDC website](https://microbiomedata.org/).\n\n```css\n:root {\n  --nmdc-white: #ffffff;\n  --nmdc-black: #000000;\n  --nmdc-blue: #02aae7;\n  --nmdc-orange: #ee5338;\n  --nmdc-purple: #4f3b80;\n  --nmdc-light-gray: #f5f5f5;\n  --nmdc-light-blue: #edf9fd;\n}\n```\n\nIn `./index.css`, these colors are defined using CSS [custom properties](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties).\n\n## Search engine behavior\n\nThe `./robots.txt` file contains the following, which tells all robots (e.g. web crawlers) we **don't** want them to visit any pages of the website. It's up to them to respect that, though.\n\n```txt\nUser-agent: *\nDisallow: /\n```\n\nReference: [robotstxt.org](https://www.robotstxt.org/robotstxt.html)\n\n## Text\n\nThe website's text is written in **Markdown** format. I implemented things that way in an attempt to make it easier for team members who are familiar with Markdown—but not with HTML—to update the website.\n\nThe website uses a JavaScript library named [Showdown](https://github.com/showdownjs/showdown) to convert that Markdown into HTML. The conversion process happens when the web browser loads the web page.\n\n## Google Analytics\n\nThis website currently does **not** use Google Analytics.\n\n## Sources\n\nThe following files in this repository were copied from the [NMDC website](https://microbiomedata.org/):\n\n- `./favicon.ico`: https://microbiomedata.org/favicon.ico\n- `./img/logo-mark.svg`: https://microbiomedata.org/wp-content/uploads/sites/2/2019/08/logo-img.svg\n- `./img/logo-text.svg`: https://microbiomedata.org/wp-content/uploads/sites/2/2019/08/logo-text.svg\n- `./img/hero.webp`: This is the result of running https://microbiomedata.org/wp-content/uploads/sites/2/2023/01/XBD201307-03354-194_NMDCHero.jpg through the [Convertio](https://convertio.co/jpg-webp/) JPEG-to-WEBP converter (which decreased its file size by more than half).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrobiomedata%2Fnmdc-status-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrobiomedata%2Fnmdc-status-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrobiomedata%2Fnmdc-status-website/lists"}