{"id":22957391,"url":"https://github.com/object417/next-college-website","last_synced_at":"2026-04-07T07:44:23.110Z","repository":{"id":116275297,"uuid":"605622354","full_name":"Object417/next-college-website","owner":"Object417","description":"Modern-looking static college website","archived":false,"fork":false,"pushed_at":"2023-06-23T21:05:23.000Z","size":94582,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T16:18:44.088Z","etag":null,"topics":["bootstrap5","html5","sass","swiper","threejs","vitejs"],"latest_commit_sha":null,"homepage":"https://object417.github.io/next-college-website/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Object417.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-02-23T14:52:28.000Z","updated_at":"2023-07-08T14:33:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5e172b9-7b7d-4f89-9ca2-a63f1fc2bd1c","html_url":"https://github.com/Object417/next-college-website","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Object417/next-college-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Object417%2Fnext-college-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Object417%2Fnext-college-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Object417%2Fnext-college-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Object417%2Fnext-college-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Object417","download_url":"https://codeload.github.com/Object417/next-college-website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Object417%2Fnext-college-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"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":["bootstrap5","html5","sass","swiper","threejs","vitejs"],"created_at":"2024-12-14T17:16:40.274Z","updated_at":"2026-04-07T07:44:23.092Z","avatar_url":"https://github.com/Object417.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next College Website\n\n## About the assignment\n\nPearson Level 3 in Information Technology\n\nUnit 6: Website Development \u0026ndash; Assignment 2 \u0026ndash; Developing a Website\n\nThe task is to design, make, test, and review a new website. The purpose of the\nwebsite is to advertise your website development skills. You can develop\na website on any topic, as long as it is appropriate.\n\nAvailable pages:\n\n- Homepage: \u003chttps://object417.github.io/next-college-website/\u003e\n- Courses: \u003chttps://object417.github.io/next-college-website/src/pages/courses.html\u003e\n- Art course: \u003chttps://object417.github.io/next-college-website/src/pages/art-course.html\u003e\n- Contact us: \u003chttps://object417.github.io/next-college-website/src/pages/contact-us.html\u003e\n\nDe facto, there weren't any quality requirements of your website. You just had\nto use HTML, CSS, and a bit of JS to create at least four pages with hyperlinks.\nBut anyway I decided to do my best and create an appropriate better version\nof [the official college website](https://www.sheffcol.ac.uk/) while showing off\nmy web development skills.\n\nI made this website fully myself from scratch. I designed it in Figma, reviewed\nwith my colleagues, made some improvements, then coded it, tested, fixed, and\nreviewed its final version. [Rotherham college website](https://www.rotherham.ac.uk/)\nwas a good source of inspiration. However, I based my design decisions mostly\non community's best practices and my own user experience.\n\n## How to install\n\nBeware that the project is licensed under CC BY-NC-SA 4.0. You can fork and\nmodify this repository for free as long as you **keep the same license**, give an\n**appropriate credit** to the owner, and **don't use it in commercial purposes**.\nFor more details see the [full license](LICENSE.txt).\n\n1. Clone the repository\n\n   ```bash\n   git clone https://github.com/Object417/next-college-website\n   ```\n\n2. Navigate to the project folder\n\n   ```bash\n   cd ./next-college-website\n   ```\n\n3. Install the dependencies\n\n   ```bash\n   npm install\n   ```\n\n4. Run the project\n\n   ```bash\n   npm start\n   ```\n\n## Why is it called Next?\n\nInitially, I was coding this project on React with Next.js. This would allow me\nto make the website more interactive and easy-to-develop. However, at some point\nI suddenly faced a very strange bug with Next.js that didn't allow me to run my\nproject. Because it was my first time tasting this library and I didn't have\nmuch time left until the deadline, I decided to just give up and rewrite the\nproject in plain HTML, SASS, and JS. Do I regret this decision? Maybe yes. But\nI ain't planning to rewrite the project on React in the nearest future because...\nit works fine. Why would I waste my time doing the same thing when I can spend\nthis time on any other project that will give me a different kind of experience?\n\n## Conclusions\n\nThis project allowed me to consolidate all my existing knowledge of making\nup adaptive responsive websites while considering UX and general recommendations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobject417%2Fnext-college-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobject417%2Fnext-college-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobject417%2Fnext-college-website/lists"}