https://github.com/dracula27/prework-website
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
https://github.com/dracula27/prework-website
css git html javascript
Last synced: about 2 months ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/dracula27/prework-website
- Owner: DrAcula27
- Created: 2022-11-07T20:22:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T22:24:52.000Z (over 3 years ago)
- Last Synced: 2025-01-18T05:28:50.590Z (over 1 year ago)
- Topics: css, git, html, javascript
- Language: HTML
- Homepage: https://dracula27.github.io/prework-website/
- Size: 75.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prework-website
Per Scholas - Prework - PROJECT: Website to Introduce Yourself
Tasked with creating a website of at least two pages to introduce myself to my class, below is the project description.
Title: Portfolio Site
Type: Workshop
Topics: HTML, CSS, (JS Optional)
Throughout 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:
🔴 Mandatory To Pass:
MVP - Minimum Viable Product
- Minimum of two web pages
- All following HTML Elements
- Minimum of two headings on each page
- Minimum of two paragraphs on each page
- Minimum of one image on each page
- A link to an external website
- An image linked to an external website
- Minimum of two multimedia elements
- A list (ordered or unordered) on one page
- A form to submit anything on one page (this form won’t save any data, just the front-end)
- A table on one page (be creative on its use)
- A navigation bar on each webpage connecting to make a website
- your HTML page should be divided into sections using div tag
- The following styling must be implemented:
- Same background on both pages
- Non-default font styles for all paragraphs
- Use of id selector
- Use of class selector
- Non-default margin and padding for the HTML page
- Non-default style to the submit button of the HTML form
- Use minimum of two CSS position properties for div tags
🔵 Stretch Goals (Not Mandatory):
Recommended Features
- Try incorporating JS to manipulate the DOM
- Experiment with some CSS3 features