{"id":21540092,"url":"https://github.com/pawcoding/dashboard","last_synced_at":"2026-02-09T05:01:51.402Z","repository":{"id":155236606,"uuid":"353429083","full_name":"pawcoding/Dashboard","owner":"pawcoding","description":"This is a personal dashboard as browser startpage.","archived":false,"fork":false,"pushed_at":"2021-04-03T13:22:15.000Z","size":559,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-04T21:49:33.684Z","etag":null,"topics":["browser","dashboard","startpage"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pawcoding.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-03-31T16:56:18.000Z","updated_at":"2024-10-07T18:35:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"96ca0945-2489-4bb4-ad83-6b4a3ae2f1d6","html_url":"https://github.com/pawcoding/Dashboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pawcoding/Dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawcoding%2FDashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawcoding%2FDashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawcoding%2FDashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawcoding%2FDashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pawcoding","download_url":"https://codeload.github.com/pawcoding/Dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawcoding%2FDashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29257507,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T04:11:57.159Z","status":"ssl_error","status_checked_at":"2026-02-09T04:11:56.117Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["browser","dashboard","startpage"],"created_at":"2024-11-24T04:17:20.504Z","updated_at":"2026-02-09T05:01:51.395Z","avatar_url":"https://github.com/pawcoding.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dashboard | Your Personal Startpage\n## General\nThis Dashboard is a personal start page for your browser.\nIt's divided into different modules. Here even beginners can easily get started with web programming. Just download the code and open the file `index.html` with your browser.\n\n\u003e ![Screenshot](screenshot.png)\n\u003e Screenshot\n\nThere's also a german tutorial on my website [pawcode.de](https://pawcode.de/projekte/Projekt.php?id=dashboard)\n\n\n## Modules\n* Clock\n  * Time\n  * Date\n* Google Search\n* Bookmarks\n* Calendar\n\nFeel free to create your own modules and adding them to your personal dashboard.\n\n\n## How to personalize\n### Changing the order\nEvery module has it's own `\u003carticle\u003e`-tag. You can easily swap the order of the modules by changing the order in the source code of the file `index.html`.\n\n### Adding own bookmarks\nIn the module **Bookmarks** you can find the tag `\u003cdiv class=links\u003e`. This block contains all of your bookmarks. Every bookmark has the following structure:\n```html\n\u003ca href=\"https://pawcode.de\" target=\"_blank\" title=\"pawcode.de\"\u003e\n \u003cimg src=\"icons/pawcode.png\" alt=\"Pawcode\"\u003e\n\u003c/a\u003e\n```\nElement | Function\n------- | --------\n`\u003ca\u003e` | **Anchor tag** (Link)\n`href=\"...\"` | Links to the website\n`target=\"_blank\"` | Ensures that the page opens in a new browser tab\n`title=\"...\"` | Displays a text when the mouse hovers over the icon\n`\u003cimg\u003e` | **Image tag** (Icon)\n`src=\"...\"` | Path to the icon _(can be local in folder_ `icons` _or weblink)_\n`alt=\"...\"` | Displays a text when the icon file was not found\n\n### Changing the theme\nThe style of the dashboard is divided into two different files in the folder `css`:\n* `Layout.css`\n* `Design.css`\n\nYou only have to worry about the design as the layout generally stays the same.\nThe first element of the design file is called `:root`. Here are all the colors and other useful values.\n```css\n:root {\n  --color-background: #222;\n  --color-text: #eee;\n  --color-shadow: #111;\n\n  ...\n}\n```\n#### Example\nYou want to change the color of the background to light grey.\nJust set the value of `--color-background` to `#bbb` and you are good to go.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpawcoding%2Fdashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpawcoding%2Fdashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpawcoding%2Fdashboard/lists"}