{"id":24482267,"url":"https://github.com/ozzies-code/doublebusinesscard","last_synced_at":"2025-09-08T13:35:41.808Z","repository":{"id":183103787,"uuid":"669605061","full_name":"ozzies-code/DoubleBusinessCard","owner":"ozzies-code","description":" This project consists of showing two single-sided business cards in which the HOVER effect slightly changes the presentation through the opacity and the social networks and the role of each professional appear with a footer using animation","archived":false,"fork":false,"pushed_at":"2023-07-22T20:39:31.000Z","size":1387,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T19:25:06.137Z","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/ozzies-code.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}},"created_at":"2023-07-22T20:30:36.000Z","updated_at":"2023-07-22T20:40:12.000Z","dependencies_parsed_at":"2023-07-22T21:44:58.105Z","dependency_job_id":null,"html_url":"https://github.com/ozzies-code/DoubleBusinessCard","commit_stats":null,"previous_names":["ozzies-code/doublebusinesscard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ozzies-code/DoubleBusinessCard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FDoubleBusinessCard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FDoubleBusinessCard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FDoubleBusinessCard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FDoubleBusinessCard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ozzies-code","download_url":"https://codeload.github.com/ozzies-code/DoubleBusinessCard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FDoubleBusinessCard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274194685,"owners_count":25239091,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"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":"2025-01-21T12:13:16.659Z","updated_at":"2025-09-08T13:35:41.749Z","avatar_url":"https://github.com/ozzies-code.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DoubleBusinessCard\n This project consists of showing two single-sided business cards in which the HOVER effect slightly changes the presentation through the opacity and the social networks and the role of each professional appear with a footer using animation\n\nHTML:\n\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\n\u003chead\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eMy Card Profile\u003c/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"micardprofile.css\"\u003e\n    \u003clink href=\"https://fonts.googleapis.com/icon?family=Material+Icons\" rel=\"stylesheet\"\u003e\n    \u003clink rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.0.13/css/all.css\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c/head\u003e\n\n\u003cbody\u003e\n    \u003cdiv class=\"card-wrapper\"\u003e\n      \n      \u003cdiv class=\"card\"\u003e\n        \n        \u003cdiv class=\"card-image\"\u003e\n          \u003cimg src=\"https://image.ibb.co/dUTfmJ/profile_img.jpg\" alt=\"profile one\"\u003e\n        \u003c/div\u003e\n\n      \u003cul class=\"social-icons\"\u003e\n        \u003cli\u003e\n          \u003ca href=\"\"\u003e\n            \u003ci class=\"fab fa-facebook-f\"\u003e\u003c/i\u003e\n          \u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n          \u003ca href=\"\"\u003e\n            \u003ci class=\"fab fa-instagram\"\u003e\u003c/i\u003e\n          \u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n          \u003ca href=\"\"\u003e\n            \u003ci class=\"fab fa-twitter\"\u003e\u003c/i\u003e\n          \u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n          \u003ca href=\"\"\u003e\n            \u003ci class=\"fab fa-linkedin\"\u003e\u003c/i\u003e\n          \u003c/a\u003e\n        \u003c/li\u003e\n      \u003c/ul\u003e\n\n      \u003cdiv class=\"details\"\u003e\n        \u003ch2\u003eJohn Smith\n          \u003cbr\u003e\n          \u003cspan class=\"job-title\"\u003eUI Developer\u003c/span\u003e\n        \u003c/h2\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/div\u003e\u003c!-- end box wrapper --\u003e \n    \n    \n\u003cdiv class=\"card-wrapper\"\u003e\n      \n      \u003cdiv class=\"card profile-two\"\u003e\n        \n        \u003cdiv class=\"card-image profile-img--two\"\u003e\n          \u003cimg src=\"https://image.ibb.co/c9rY6J/profile02.jpg\" alt=\"profile two\"\u003e\n        \u003c/div\u003e\n\n        \u003cul class=\"social-icons\"\u003e\n          \u003cli\u003e\n            \u003ca href=\"\"\u003e\n              \u003ci class=\"fab fa-facebook-f\"\u003e\u003c/i\u003e\n            \u003c/a\u003e\n          \u003c/li\u003e\n          \u003cli\u003e\n            \u003ca href=\"\"\u003e\n              \u003ci class=\"fab fa-instagram\"\u003e\u003c/i\u003e\n            \u003c/a\u003e\n          \u003c/li\u003e\n          \u003cli\u003e\n            \u003ca href=\"\"\u003e\n              \u003ci class=\"fab fa-twitter\"\u003e\u003c/i\u003e\n            \u003c/a\u003e\n          \u003c/li\u003e\n          \u003cli\u003e\n            \u003ca href=\"\"\u003e\n              \u003ci class=\"fab fa-linkedin\"\u003e\u003c/i\u003e\n            \u003c/a\u003e\n          \u003c/li\u003e\n        \u003c/ul\u003e\n\n        \u003cdiv class=\"details jane\"\u003e\n            \u003ch2\u003eJane Doe\n              \u003cbr\u003e\n              \u003cspan class=\"job-title\"\u003eUI Designer\u003c/span\u003e\n            \u003c/h2\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n \u003c/div\u003e\u003c!-- END box wrapper --\u003e\n     \n \u003c/div\u003e\u003c!-- END container --\u003e\n\n\u003c/body\u003e\n\n\u003c/html\u003e\n\nCSS:\n\n* {\n  padding: 0;\n  margin: 0;\n  box-sizing: border-box;\n}\n\nbody {\n  font-family: \"Khand\", sans-serif;\n  background: #000;\n}\n\n.container {\n  max-width: 900px;\n  display: flex;\n  justify-content: space-evenly;\n  margin: 0 auto;\n}\n\n.card-wrapper {\n  width: 400px;\n  height: 500px;\n  position: relative;\n}\n\n.card {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  width: 360px;\n  height: 480px;\n  transform: translate(-50%, -50%);\n  border-radius: 20px;\n  overflow: hidden;\n  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.6);\n  cursor: pointer;\n  transition: 0.5s;\n}\n\n.card .card-image {\n  position: absolute;\n  top: 0px;\n  left: 0px;\n  width: 100%;\n  height: 100%;\n  z-index: 2;\n  background-color: #000;\n  transition: 0.5s;\n}\n\n.card:hover img {\n  opacity: 0.4;\n  transition: 0.5s;\n}\n\n.card:hover .card-image {\n  transform: translateY(-100px);\n  transition: all 0.9s;\n}\n\n/**** Social Icons *****/\n.social-icons {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n  z-index: 3;\n  display: flex;\n}\n\n.social-icons li {\n  list-style: none;\n}\n\n.social-icons li a {\n  position: relative;\n  display: block;\n  width: 50px;\n  height: 50px;\n  line-height: 50px;\n  text-align: center;\n  background: blue;\n  font-size: 23px;\n  color: orange;\n  border-radius: 30px;\n  font-weight: bold;\n  margin: 0 6px;\n  transition: 0.4s;\n  transform: translateY(200px);\n  opacity: 0;\n}\n\n.card:hover .social-icons li a {\n  transform: translateY(0px);\n  opacity: 1;\n}\n\n.social-icons li a:hover {\n  background: #000;\n  color: #fff;\n  transition: 0.2s;\n}\n\n.social-icons li a:hover .fab {\n  color: #fff;\n}\n\n.social-icons li a .fab {\n  transition: 0.8s;\n}\n\n.social-icons li a .fab:hover {\n  transform: rotateY(360deg);\n  color: #fff;\n}\n\n.card:hover li:nth-child(1) a {\n  transition-delay: 0.1s;\n}\n\n.card:hover li:nth-child(2) a {\n  transition-delay: 0.2s;\n}\n\n.card:hover li:nth-child(3) a {\n  transition-delay: 0.3s;\n}\n\n.card:hover li:nth-child(4) a {\n  transition-delay: 0.4s;\n}\n\n/**** Personal Details ****/\n.details {\n  position: absolute;\n  bottom: 0;\n  left: 0;\n  background: blue;\n  color: #fff;\n  width: 100%;\n  height: 120px;\n  z-index: 1;\n  padding: 10px;\n}\n\n.details h2 {\n  margin: 30px 0;\n  padding: 0;\n  text-align: center;\n}\n\n.details h2 .job-title {\n  font-size: 1rem;\n  line-height: 2.5rem;\n  color: #fff;\n  font-weight: 300;\n}\n\n.jane {\n position: absolute;\n left: 0;\n padding: 10px;\n transition: 0.4s;\n}\n\n\n.profile-two .social-icons li a {\n  border-radius: 50%;\n}\n\n.card:hover .jane {\n  bottom: 0;\n  left: 0;\n  transition-delay: 0.5s;\n  opacity: 1;\n}\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozzies-code%2Fdoublebusinesscard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fozzies-code%2Fdoublebusinesscard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozzies-code%2Fdoublebusinesscard/lists"}