{"id":20760744,"url":"https://github.com/dracula27/prework-website","last_synced_at":"2026-04-29T20:09:06.968Z","repository":{"id":92041783,"uuid":"563057656","full_name":"DrAcula27/prework-website","owner":"DrAcula27","description":"Prior to starting the Software Engineering boot camp at Per Scholas, my class was tasked with creating a website to introduce ourselves. Per Scholas - Prework - PROJECT: Website to Introduce Yourself","archived":false,"fork":false,"pushed_at":"2022-11-07T22:24:52.000Z","size":77,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T05:28:50.590Z","etag":null,"topics":["css","git","html","javascript"],"latest_commit_sha":null,"homepage":"https://dracula27.github.io/prework-website/","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/DrAcula27.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":"2022-11-07T20:22:40.000Z","updated_at":"2022-11-08T20:25:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"0b88ae2a-22a2-4ecc-8193-c5c8d0b31314","html_url":"https://github.com/DrAcula27/prework-website","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/DrAcula27%2Fprework-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrAcula27%2Fprework-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrAcula27%2Fprework-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrAcula27%2Fprework-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DrAcula27","download_url":"https://codeload.github.com/DrAcula27/prework-website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243076603,"owners_count":20232438,"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","git","html","javascript"],"created_at":"2024-11-17T10:15:15.162Z","updated_at":"2026-04-29T20:09:06.893Z","avatar_url":"https://github.com/DrAcula27.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# prework-website\n\n\u003cstrong\u003ePer Scholas - Prework - PROJECT: Website to Introduce Yourself\u003c/strong\u003e\n\n\u003cp\u003eTasked with creating a website of at least two pages to introduce myself to my class, below is the project description.\u003c/p\u003e\n\n\u003ch4\u003eTitle: Portfolio Site\u003c/h4\u003e\n\u003ch4\u003eType: Workshop\u003c/h4\u003e\n\u003ch4\u003eTopics: HTML, CSS, (JS Optional)\u003c/h4\u003e\n\n\u003cp\u003eThroughout this week, you will learn how a website is created using HTML and add styling to it using CSS. Each day, your HW assignment will add to this weekly assignment, in which you will create your profile website. Your website should include:\u003c/p\u003e\n\n\u003cp\u003e🔴 Mandatory To Pass:\u003c/p\u003e\n\u003cp\u003eMVP - Minimum Viable Product\u003c/p\u003e\n\u003cul\u003e\n  \u003cli\u003eMinimum of two web pages\u003c/li\u003e\n  \u003cli\u003eAll following HTML Elements\u003c/li\u003e\n  \u003cli\u003eMinimum of two headings on each page\u003c/li\u003e\n  \u003cli\u003eMinimum of two paragraphs on each page\u003c/li\u003e\n  \u003cli\u003eMinimum of one image on each page\u003c/li\u003e\n  \u003cli\u003eA link to an external website\u003c/li\u003e\n  \u003cli\u003eAn image linked to an external website\u003c/li\u003e\n  \u003cli\u003eMinimum of two multimedia elements\u003c/li\u003e\n  \u003cli\u003eA list (ordered or unordered) on one page\u003c/li\u003e\n  \u003cli\u003eA form to submit anything on one page (this form won’t save any data, just the front-end)\u003c/li\u003e\n  \u003cli\u003eA table on one page (be creative on its use)\u003c/li\u003e\n  \u003cli\u003eA navigation bar on each webpage connecting to make a website\u003c/li\u003e\n  \u003cli\u003e\u003cstrong\u003eyour HTML page should be divided into sections using div tag\u003c/strong\u003e\u003c/li\u003e\n  \u003cli\u003eThe following styling must be implemented:\u003c/li\u003e\n  \u003cul\u003e\n    \u003cli\u003eSame background on both pages\u003c/li\u003e\n    \u003cli\u003eNon-default font styles for all paragraphs\u003c/li\u003e\n    \u003cli\u003eUse of id selector\u003c/li\u003e\n    \u003cli\u003eUse of class selector\u003c/li\u003e\n    \u003cli\u003eNon-default margin and padding for the HTML page\u003c/li\u003e\n    \u003cli\u003eNon-default style to the submit button of the HTML form\u003c/li\u003e\n    \u003cli\u003eUse minimum of two CSS position properties for div tags\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/ul\u003e\n\n\u003cp\u003e🔵 Stretch Goals (Not Mandatory):\u003c/p\u003e\n\u003cp\u003eRecommended Features\u003c/p\u003e\n\u003cul\u003e\n  \u003cli\u003eTry incorporating JS to manipulate the DOM\u003c/li\u003e\n  \u003cli\u003eExperiment with some CSS3 features\u003c/li\u003e\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdracula27%2Fprework-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdracula27%2Fprework-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdracula27%2Fprework-website/lists"}