Conversation
"HTML, CSS & Git Basics"
31f83ca to
160e5f7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The student submits a link to their CV deployed on gh-pages in the rs app (+10 points)
Valid markup (+10 points)
Semantic markup (+20 points):
The following elements are present and used as intended in the code:
header, main, footer (+5 points).
nav element (+5 points).
only one h1 heading (+5 points).
h2 headings (+5 points).
Footer includes a link to the author's GitHub, the year of creation, the course logo, and a link to the course (+10 points)
CSS styles are used for formatting the CV (+10 points)
When the browser window is resized, the formatting remains centered horizontally rather than shifting to the side (+10 points)
The CV page includes a photo or avatar of the author, with no distortion of proportions, and with an alt attribute for the image (+10 points)
Navigation, contact information, and a list of skills are formatted as a list (ul > li or ul > li > a) (+10 points).
Content of the CV (+30 points):
The CV includes:
A brief self-introduction (+5 points).
Contact information (+5 points).
A list of skills (+5 points).
A code example. Code is added using characters and tags, not as an image (+5 points).
A list of completed educational projects with links to source code or the application page (+5 points).
Information about education and English proficiency (+5 points).
The CV is written in English (+10 points).