{"id":23302014,"url":"https://github.com/caiofov/proffy-nlw2","last_synced_at":"2025-04-06T22:20:02.304Z","repository":{"id":81000430,"uuid":"367226220","full_name":"caiofov/Proffy-NLW2","owner":"caiofov","description":"Proffy, a project from Next Level Week 2, is a virtual class platform in which students can find teachers to give them classes.","archived":false,"fork":false,"pushed_at":"2022-03-07T17:30:02.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T04:31:24.611Z","etag":null,"topics":["css","html","nextlevelweek","nlw-2","proffy"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/caiofov.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":"2021-05-14T02:19:12.000Z","updated_at":"2022-03-07T17:30:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"0b1ce43e-de0a-40b2-bd4b-8db18830807b","html_url":"https://github.com/caiofov/Proffy-NLW2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiofov%2FProffy-NLW2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiofov%2FProffy-NLW2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiofov%2FProffy-NLW2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiofov%2FProffy-NLW2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caiofov","download_url":"https://codeload.github.com/caiofov/Proffy-NLW2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247558311,"owners_count":20958140,"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","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","html","nextlevelweek","nlw-2","proffy"],"created_at":"2024-12-20T10:18:22.832Z","updated_at":"2025-04-06T22:20:02.287Z","avatar_url":"https://github.com/caiofov.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next Level Week 2: Proffy\n\u003cp\u003e\u003cb\u003eProffy\u003c/b\u003e, a project from \u003ca href=\"nextlevelweek.com\"\u003e\u003cb\u003eNext Level Week\u003c/b\u003e\u003c/a\u003e web dev online event, is a virtual class platform in which students can find teachers to give them classes.\u003c/p\u003e\n\u003cp\u003eThis project doesn't have support for online meetings, it's just a \"match platform\": students can read teachers' profiles and decide whom they want to choose.\u003c/p\u003e\n\u003cp\u003eThe first part of the event, the one which I'm studying now, is focused on front-end development since Proffy must be a well-designed responsive website.\u003c/p\u003e\n\n\n## Files\n\u003cb\u003eFolders\u003c/b\u003e\n\u003cli\u003e\u003cb\u003eimages\u003c/b\u003e: All images used in this project are located in that folder \u003c/li\u003e\n\u003cli\u003e\u003cb\u003estyles\u003c/b\u003e: All style/css files used in this project are located in that folder \u003c/li\u003e\n\u003cbr\u003e\n\u003cb\u003eHTML files\u003c/b\u003e\n\u003cli\u003e\u003cb\u003eindex.html\u003c/b\u003e: Main page file\u003c/li\u003e\n\u003cli\u003e\u003cb\u003epage-study.html\u003c/b\u003e: Page which students can find teachers\u003c/li\u003e \n\u003cli\u003e\u003cb\u003epage-give-classes.html\u003c/b\u003e: Teacher sign up page \u003c/li\u003e\n\u003cbr\u003e\n\u003cb\u003eCSS Files\u003c/b\u003e\n\u003cli\u003e\u003cb\u003emain.css\u003c/b\u003e: Main css file (main style)\u003c/li\u003e\n\u003cli\u003e\u003cb\u003eforms.css\u003c/b\u003e: All forms in this project use that file for shared style\u003c/li\u003e\n\u003cli\u003e\u003cb\u003eheader.css\u003c/b\u003e: The headers from study page and teacher sign up page use that file for style\u003c/li\u003e\n\u003cli\u003e\u003cb\u003epage-give-classes.css\u003c/b\u003e: Style from teacher sign up page\u003c/li\u003e\n\u003cli\u003e\u003cb\u003epage-landing.css\u003c/b\u003e: Style from main page\u003c/li\u003e\n\u003cli\u003e\u003cb\u003epage-student.css\u003c/b\u003e: Style from student page\u003c/li\u003e\n\n\n\n\n\n\u003c/br\u003e\n\u003c/br\u003e\n\u003c/br\u003e\n\n\n\u003cb\u003eAcknowledgment and copyrights\u003c/b\u003e\n\u003cp\u003eI want to thank all NLW crew for this awesome course. For those who are reading this, I need to say that no files are mine: all of them was avaibled by the teachers.\u003c/p\u003e\n\n\u003e Resources: \u003ca href=\"https://www.notion.so/Front-end-ab15ef64dbe7459aba38364cf60af9d2\"\u003eNotion notes\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaiofov%2Fproffy-nlw2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaiofov%2Fproffy-nlw2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaiofov%2Fproffy-nlw2/lists"}