{"id":20103958,"url":"https://github.com/michojekunle/architect-website","last_synced_at":"2026-05-07T17:39:38.777Z","repository":{"id":235561713,"uuid":"611338501","full_name":"michojekunle/ARCHITECT-WEBSITE","owner":"michojekunle","description":"Architect Website","archived":false,"fork":false,"pushed_at":"2023-03-14T21:09:40.000Z","size":3372,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-18T17:50:14.390Z","etag":null,"topics":["css-animations","css-responsive","css3","html5","javascript"],"latest_commit_sha":null,"homepage":"https://architect-website-nine.vercel.app","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/michojekunle.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}},"created_at":"2023-03-08T16:10:00.000Z","updated_at":"2024-12-27T09:16:01.000Z","dependencies_parsed_at":"2024-04-23T21:22:01.126Z","dependency_job_id":"5b625954-302f-4e11-beee-71cffa1ab628","html_url":"https://github.com/michojekunle/ARCHITECT-WEBSITE","commit_stats":null,"previous_names":["michojekunle/architect-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michojekunle/ARCHITECT-WEBSITE","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michojekunle%2FARCHITECT-WEBSITE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michojekunle%2FARCHITECT-WEBSITE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michojekunle%2FARCHITECT-WEBSITE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michojekunle%2FARCHITECT-WEBSITE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michojekunle","download_url":"https://codeload.github.com/michojekunle/ARCHITECT-WEBSITE/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michojekunle%2FARCHITECT-WEBSITE/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32749480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["css-animations","css-responsive","css3","html5","javascript"],"created_at":"2024-11-13T17:39:53.847Z","updated_at":"2026-05-07T17:39:38.761Z","avatar_url":"https://github.com/michojekunle.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ARCHITECT-WEBSITE\n\nThis is a CSS(Responsive Design) Challenge project.\n\n## Table of contents\n\n- [Overview](#overview)\n  - [The challenge](#the-challenge)\n  - [Screenshot](#screenshot)\n  - [Links](#links)\n- [My process](#my-process)\n  - [Built with](#built-with)\n  - [What I learned](#what-i-learned)\n  - [Continued development](#continued-development)\n  - [Useful resources](#useful-resources)\n- [Author](#author)\n- [Acknowledgments](#acknowledgments)\n\n## Overview\n\n### The challenge\n\nUsers should be able to:\n\n- View the optimal layout for the site depending on their device's screen size\n- See hover states for all interactive elements on the page.\n\n### Screenshot\n\n![](./images/screenshot.png)\n\n### Links\n\n- Solution URL: [https://github.com/michojekunle/ARCHITECT-WEBSITE/](https://github.com/michojekunle/ARCHITECT-WEBSITE/)\n- Live Site URL: [https://architect-website-nine.vercel.app/](https://architect-website-nine.vercel.app/)\n\n## My process\n\n### Built with\n\n- Semantic HTML5 markup\n- CSS3 \n- Flexbox\n- CSS Grid\n- Desktop-first workflow\n- [Vanilla-tilt](https://micku7zu.github.io/vanilla-tilt.js/) - JS library\n\n### What I learned\n\nIn the course of this Project as Interesting and Refreshing as it was, I grabbed a few Important concepts such as:\n- Effectively Building Responsive websites and apps with vanilla css.\n- Utilizing Vanilla-tilt.js to add interesing tilt effects to the teams section of the project. \n\n```html\n  \u003ca href='#' data-content='home'\u003e\u003c/a\u003e\n  \u003cdiv class=\"card\" data-tilt-glare data-tilt-max-glare=\"0.8\"\u003e\u003c/div\u003e\n```\n```css\n.proud-of-this-css \n  a::after {\n    content: attr(data-content);\n  }\n\n```\n\u003c!-- ```js\nconst proudOfThisFunc = () =\u003e {\n  console.log('🎉')\n} --\u003e\n\n### Continued development\n```\nGoing forward, I'll be working on more animated, responsive, dynamic and interactive websites with vanilla CSS and other CSS \u0026 JS Libraries.\n```\n\n\n### Useful resources\n\n- [Resource 1 (The Effect on mouse Over)](https://www.youtube.com/watch?v=UqEmFSlx4ps) - This helped me for understand vanill-tilt.js and building this effect from scratch. I really liked this pattern and will use it going forward.\n- [Resource 2 (Customizing Scrollbar)](https://css-tricks.com/almanac/properties/s/scrollbar/) - This is an amazing article. I'd recommend it to anyone still learning this concept.\n- If you want more help with writing markdown, we'd recommend checking out [The Markdown Guide](https://www.markdownguide.org/) to learn more.\n\n\n## Author\n\n- Website - [AMD](https://github.com/michojekunle)\n- Twitter - [@MichaelOjekunl2](https://www.twitter.com/MichaelOjekunl2)\n- LinkedIn - [Michael Ojekunle](https://www.linkedin.com/in/michael-ojekunle-651a8a232/)\n\n\n## Acknowledgments\n\nSpecial Credits to \n- [Code and Create](https://youtube.com/@codeandcreate)\n- [Coding Journey](https://youtube.com/@CodingJourney)\n- [CSS Tricks](https://css-tricks.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichojekunle%2Farchitect-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichojekunle%2Farchitect-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichojekunle%2Farchitect-website/lists"}