Skip to content

Tutorial 01 html css - #41

Closed
braughtg wants to merge 15 commits into
mainfrom
tutorial-01-html-css
Closed

Tutorial 01 html css#41
braughtg wants to merge 15 commits into
mainfrom
tutorial-01-html-css

Conversation

@braughtg

@braughtg braughtg commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Type of Work

Check the box beside the Type of Work to indicate whether this pull request is for a tutorial or an extension. If editing, place an X in the [ ] (e.g. [X] to check it.

  • - Tutorial
  • - Extension

Topic

Check the box beside the topic to which course topic this pull request applies. If editing, place an X in the [ ] (e.g. [X] to check it.

  • - HTML and CSS
  • - Vue 1
  • - Vue 2
  • - Vue 3
  • - Cypress Testing
  • - Vue Lifecycle Hooks and API Calls
  • - Vue Components

Time Estimate

Provide an estimate of the number of hours you spent outside of class working on the contents of this pull request.

Additional Information

Provide any feedback you have that might help improve this assignment for future students.

@github-actions
github-actions Bot marked this pull request as draft July 1, 2026 15:32
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

Thank you for your pull request.

Note that all new pull requests to the Vue3-WebDev-Kit are opened as draft pull requests.

Submitting Your Work

When you believe your work on the assignment is complete mark your pull request as ready for review to turn it in.

Getting Help

If you have questions as you work you can get in touch via:

  • comments on this pull request.
  • comments on the associated issue(s).
  • any other course communication channel(s).

@braughtg

braughtg commented Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

@copilot review this pull request

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown

@copilot review this pull request

Please check exactly one "Type of Work" and exactly one "Topic" in the pull request description. A review cannot be performed until these selections are made.

@braughtg

braughtg commented Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

@copilot review this pull request

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown

@copilot review this pull request

Here is the review of your pull request based on the Tutorial 01 - HTML and CSS review criteria:

Requirement Status Details / Comments
index.html
Descriptive title in the <head> Pass <title>The FarmData2 Project</title>
<h1> element with same/similar title Pass <h1>The FarmData2 Project</h1>
styles/style.css linked in <head> Pass Linked via <link href="styles/style.css" rel="stylesheet" />
Link to Google Font in <head> Pass Google Font "Roboto" is linked successfully
<img> element with descriptive alt text Pass Image source is images/fd2-logo.png with alt: "The FarmData2 Logo showing a carrot on a mobile phone screen."
One or more <p> elements below the image Pass Two <p> elements are present below the image
Unordered or ordered list with at least 3 items Pass Unordered list (<ul>) with 5 list items is present
At least one link (<a>) element Pass Link to https://github.com/FarmData2/FarmData2 is present
styles/style.css
Rule with element selector for h1 Pass Selector h1 is present
Rule with element selector for p Pass Selector p is present (grouped as p, li)
Rule with element selector for li Pass Selector li is present (grouped as p, li)
Rule with element selector for body Pass Selector body is present
Rule with element selector for html Pass Selector html is present

Excellent work! All criteria have been fully met.

@braughtg

braughtg commented Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

@copilot review this pull request

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown

@copilot review this pull request

Here is the review of your pull request based on the Tutorial 01 - HTML and CSS review criteria:

Requirement Status Details / Comments
index.html
Descriptive title in the <head> Pass <title>The FarmData2 Project</title>
<h1> element with same/similar title Pass <h1>The FarmData2 Project</h1>
styles/style.css linked in <head> Pass Linked via <link href="styles/style.css" rel="stylesheet" />
Link to Google Font in <head> Pass Google Font "Roboto" is linked successfully
<img> element with descriptive alt text Pass Image source is images/fd2-logo.png with alt: "The FarmData2 Logo showing a carrot on a mobile phone screen."
One or more <p> elements below the image Pass Two <p> elements are present below the image
Unordered or ordered list with at least 3 items Pass Unordered list (<ul>) with 5 list items is present
At least one link (<a>) element Pass Link to https://github.com/FarmData2/FarmData2 is present
styles/style.css
Rule with element selector for h1 Pass Selector h1 is present
Rule with element selector for p Pass Selector p is present (grouped as p, li)
Rule with element selector for li Pass Selector li is present (grouped as p, li)
Rule with element selector for body Pass Selector body is present
Rule with element selector for html Pass Selector html is present

Excellent work! All criteria have been fully met.

@braughtg

braughtg commented Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

@copilot perform a fresh review of this pull request.

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown

@copilot perform a fresh review of this pull request.

Here is the fresh review of your pull request based on the Tutorial 01 - HTML and CSS review criteria:

Requirement Status Evidence
index.html requirements:
A descriptive title in the head <title>The FarmData2 Project</title> is present in the <head> on line 13.
An <h1> element with the same or very similar title <h1>The FarmData2 Project</h1> is present in the body on line 16.
The styles/style.css file is linked in the head <link href="styles/style.css" rel="stylesheet" /> is linked on line 6.
The head links to a font from Google Fonts A font link pointing to Google Fonts (Roboto) is linked on lines 9-12.
An <img> element that displays an image and has descriptive alt text <img src="images/fd2-logo.png" alt="The FarmData2 Logo showing a carrot on a mobile phone screen." /> is present on lines 18-21.
One or more <p> elements below the image Two <p> elements are present below the image on lines 23-34.
An unordered list or ordered list element with at least 3 list items A <ul> element with 5 list items (<li>) is present on lines 35-41.
At least one link (<a>) element <a href="https://github.com/FarmData2/FarmData2"> is present on line 24.
styles/style.css requirements:
Rule with element selector for h1 Selector h1 is present on line 9.
Rule with element selector for p Selector p is present on line 18 (grouped as p, li).
Rule with element selector for li Selector li is present on line 19 (grouped as p, li).
Rule with element selector for body Selector body is present on line 25.
Rule with element selector for html Selector html is present on line 1.

All criteria have been successfully verified and met!

@braughtg braughtg closed this Jul 1, 2026
@braughtg
braughtg deleted the tutorial-01-html-css branch July 9, 2026 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants