{"id":23435389,"url":"https://github.com/sdkdeepa/gdg-aqaba-workshop","last_synced_at":"2026-01-20T08:04:04.030Z","repository":{"id":268624726,"uuid":"904427408","full_name":"sdkdeepa/GDG-Aqaba-workshop","owner":"sdkdeepa","description":"Workshop files","archived":false,"fork":false,"pushed_at":"2024-12-19T07:19:01.000Z","size":182,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T18:04:19.119Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/sdkdeepa.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":"2024-12-16T21:42:22.000Z","updated_at":"2024-12-20T16:58:57.000Z","dependencies_parsed_at":"2025-04-09T17:51:11.451Z","dependency_job_id":null,"html_url":"https://github.com/sdkdeepa/GDG-Aqaba-workshop","commit_stats":null,"previous_names":["sdkdeepa/gdg-aqaba-workshop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sdkdeepa/GDG-Aqaba-workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdkdeepa%2FGDG-Aqaba-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdkdeepa%2FGDG-Aqaba-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdkdeepa%2FGDG-Aqaba-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdkdeepa%2FGDG-Aqaba-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdkdeepa","download_url":"https://codeload.github.com/sdkdeepa/GDG-Aqaba-workshop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdkdeepa%2FGDG-Aqaba-workshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28598875,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: 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":[],"created_at":"2024-12-23T12:51:19.943Z","updated_at":"2026-01-20T08:04:04.013Z","avatar_url":"https://github.com/sdkdeepa.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# GDG-Aqaba-workshop\n\nCopy this SCSS to `app.comoponent.scss`\n\n```scss\nhtml,\nbody {\n  font-family: \"Google Sans\", \"Helvetica Neue\", sans-serif;\n  margin: 5px;\n  display: flex;\n  flex-direction: column;\n  height: 100%;\n  font-size: 16px;\n}\n\nh1 {\n  font-family: \"Google Sans\", \"Helvetica Neue\", sans-serif;\n  flex-grow: 1;\n  margin: auto;\n  text-align: center;\n  align-items: center;\n  font-size: 32px;\n  font-weight: 500;\n  text-align: center;\n  color: rgb(217, 41, 100);\n}\nimg {\n  width: 200px;\n  height: auto;\n}\n\nfooter {\n  height: 10px;\n}\n\n.chat-input {\n  display: grid;\n  grid-template-columns: 1fr auto;\n}\n.chat-container {\n  display: flex;\n  flex-direction: column;\n  flex-grow: 1;\n  // background-color: #f0f0f0;\n  padding: 20px;\n  height: 80vh;\n  border-radius: 15px;\n}\n.chat-header {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  padding: 10px;\n}\n.logo-container {\n  margin-right: 20px;\n}\n.chat-history {\n  flex-grow: 1;\n  overflow-y: auto;\n  padding: 10px;\n}\n.chat-message {\n  font-family: \"Google Sans\", \"Helvetica Neue\", sans-serif;\n  font-size: 18px;\n  color: #333;\n  padding: 10px;\n  border-radius: 5px;\n  margin-bottom: 10px;\n}\n.chat-message.sent p {\n  background-color: #e0e0e0;\n}\n.chat-message.received {\n  justify-content: flex-start;\n  align-items: flex-end;\n  font-size: 18px;\n}\n.chat-message p {\n  padding: 10px;\n  border-radius: 5px;\n  background-color: #fff;\n  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n  font-size: 14px;\n}\n.chat-message.sent p {\n  background-color: #e0e0e0;\n}\n.chat-input {\n  display: flex;\n  height: 2vh;\n  padding-bottom: 25px;\n  color: rgb(68, 71, 70);\n}\n.new-gemini {\n  padding: 15px 20px;\n  background-color: rgb(222, 227, 233);\n  color: rgb(27, 28, 29);\n  height: 60px;\n  border-style: none;\n  border-radius: 10px;\n  margin-right: 20px;\n  text-align: center;\n  align-items: center;\n}\n\n#message-input {\n  flex-grow: 1;\n  padding: 30px;\n  border: 1px solid #ccc;\n  border-radius: 45px;\n  grid-column: 2;\n  margin-right: 10px;\n  font-size: 14px;\n  color: #757575;\n}\n#send-button {\n  padding: 30px 50px;\n  background-color: rgb(14, 179, 141);\n  color: white;\n  border: none;\n  border-radius: 45px;\n  display: flex;\n  font-size: 18px;\n  align-items: center;\n  justify-content: center;\n  cursor: pointer;\n}\n.responses {\n  padding-left: 10px;\n  padding-top: 10px;\n}\n\n.messages {\n  padding-bottom: 10px;\n  border: 1px solid rgba(0, 0, 0, 0.1098039216);\n  padding: 10px;\n  border-radius: 10px;\n  font-size: 14px;\n  line-height: 2;\n  margin-bottom: 10px;\n}\n\n.question {\n  color: rgb(67, 65, 65);\n  background: #ffffff;\n  font-family: \"Google Sans\", \"Helvetica Neue\", sans-serif;\n  font-size: 18px;\n}\n\n.answer {\n  color: rgb(31, 31, 31);\n  background: #f1f4f8;\n  font-family: \"Google Sans\", \"Helvetica Neue\", sans-serif;\n  font-size: 18px;\n}\n#send-button:disabled {\n  background-color: grey;\n  cursor: not-allowed;\n}\n.disclaimer {\n  position: sticky;\n  margin: -5px;\n  font-family: \"Google Sans\", \"Helvetica Neue\", sans-serif;\n  text-align: center;\n  font-weight: 400;\n  font-size: 1rem;\n  line-height: 1rem;\n  letter-spacing: 0.1px;\n  color: rgb(87, 91, 95);\n}\n.loading-indicator {\n  text-align: center;\n  font-weight: bold;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdkdeepa%2Fgdg-aqaba-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdkdeepa%2Fgdg-aqaba-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdkdeepa%2Fgdg-aqaba-workshop/lists"}