Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
136 changes: 136 additions & 0 deletions active-tasks/cv-en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
{
"taskName": "CV. HTML, CSS & Git Basics",
"github": "https://github.com/rolling-scopes-school/qualifying-stage/blob/main/tasks/cv/html-css-git.md",
"criteria": [
{
"type": "title",
"title": "Submission"
},
{
"type": "subtask",
"text": "The student submits a link to their CV deployed on gh-pages through the RS App",
"max": 10
},
{
"type": "title",
"title": "Markup Validity"
},
{
"type": "subtask",
"text": "The HTML markup is valid. Use the W3C Markup Validator (https://validator.w3.org/) to check validity",
"max": 10
},
{
"type": "title",
"title": "Semantic Markup"
},
{
"type": "subtask",
"text": "The CV includes header, main, and footer elements",
"max": 5
},
{
"type": "subtask",
"text": "The CV contains a nav element used appropriately",
"max": 5
},
{
"type": "subtask",
"text": "The CV includes only one h1 heading in the document",
"max": 5
},
{
"type": "subtask",
"text": "The CV uses multiple h2 headings to structure the content",
"max": 5
},
{
"type": "title",
"title": "Footer Content"
},
{
"type": "subtask",
"text": "Footer includes a link to the author's GitHub profile, the year of creation, the RS School logo, and a link to the RS School course",
"max": 10
},
{
"type": "title",
"title": "CSS Styles"
},
{
"type": "subtask",
"text": "CSS is used to format the CV layout and design effectively",
"max": 10
},
{
"type": "title",
"title": "Responsive Design"
},
{
"type": "subtask",
"text": "The CV page remains horizontally centered when the browser window is resized",
"max": 10
},
{
"type": "title",
"title": "Photo/Avatar"
},
{
"type": "subtask",
"text": "The CV includes an author photo or avatar with proper proportions and an alt attribute",
"max": 10
},
{
"type": "title",
"title": "Lists Formatting"
},
{
"type": "subtask",
"text": "Navigation, contact information, and skills are formatted using list structures (ul/ol with li or li > a)",
"max": 10
},
{
"type": "title",
"title": "CV Content"
},
{
"type": "subtask",
"text": "A brief self-introduction is included",
"max": 5
},
{
"type": "subtask",
"text": "Contact information is included (e.g., email, GitHub, LinkedIn)",
"max": 5
},
{
"type": "subtask",
"text": "A list of skills relevant to the student is included",
"max": 5
},
{
"type": "subtask",
"text": "A code example is added using proper HTML characters or code tags",
"max": 5
},
{
"type": "subtask",
"text": "A list of educational projects with links to source code or deployed apps is included",
"max": 5
},
{
"type": "subtask",
"text": "Information about education and English proficiency level is included",
"max": 5
},
{
"type": "title",
"title": "Language Requirement"
},
{
"type": "subtask",
"text": "The CV content is written entirely in English",
"max": 10
}
]
}
219 changes: 110 additions & 109 deletions tasks-to-render.json
Original file line number Diff line number Diff line change
@@ -1,110 +1,111 @@
{
"0": "active-tasks/angular-connections-project.json",
"1": "active-tasks/angular-train-a-project.json",
"2": "active-tasks/Angular-YouTube-client.json",
"3": "active-tasks/art-quiz.json",
"4": "active-tasks/async-race.json",
"5": "active-tasks/audio-player.json",
"6": "active-tasks/calculator.json",
"7": "active-tasks/christmas-shop-1.json",
"8": "active-tasks/christmas-shop-2.json",
"9": "active-tasks/christmas-shop-3.json",
"10": "active-tasks/clean-code-s1e1.json",
"11": "active-tasks/codejam-2022q3.json",
"12": "active-tasks/codejam-css-bayan.json",
"13": "active-tasks/codejam-the-gem-puzzle.json",
"14": "active-tasks/coffee-house-week-1.json",
"15": "active-tasks/coffee-house-week-2.json",
"16": "active-tasks/coffee-house-week-3.json",
"17": "active-tasks/covid-dashboard.json",
"18": "active-tasks/css-meme-slider.json",
"19": "active-tasks/custom-video.json",
"20": "active-tasks/cv-stage1.json",
"21": "active-tasks/cv.json",
"22": "active-tasks/decision-making-tool.json",
"23": "active-tasks/eco-sounds.json",
"24": "active-tasks/ecommerce-application-sprint-1.json",
"25": "active-tasks/ecommerce-application-sprint-2.json",
"26": "active-tasks/ecommerce-application-sprint-3.json",
"27": "active-tasks/ecommerce-application-sprint-4.json",
"28": "active-tasks/english-for-kids.json",
"29": "active-tasks/english-puzzle.json",
"30": "active-tasks/fancy-weather.json",
"31": "active-tasks/fun-chat.json",
"32": "active-tasks/hangman.json",
"33": "active-tasks/HTML&CSS.json",
"34": "active-tasks/html-builder.json",
"35": "active-tasks/image-galery.json",
"36": "active-tasks/js30.json",
"37": "active-tasks/library-part1.json",
"38": "active-tasks/library-part2.json",
"39": "active-tasks/library-part3.json",
"40": "active-tasks/memory-game.json",
"41": "active-tasks/minesweeper.json",
"42": "active-tasks/momentum-stage1.json",
"43": "active-tasks/momentum.json",
"44": "active-tasks/movie-app.json",
"45": "active-tasks/movie-search.json",
"46": "active-tasks/museum-adaptive.json",
"47": "active-tasks/museum-dom.json",
"48": "active-tasks/museum-fixed.json",
"49": "active-tasks/museum-stage0.json",
"50": "active-tasks/museum.json",
"51": "active-tasks/node-battleship.json",
"52": "active-tasks/node-crud-api.json",
"53": "active-tasks/node-file-manager.json",
"54": "active-tasks/node-graphql-basics.json",
"55": "active-tasks/node-home-library-service-part-1.json",
"56": "active-tasks/node-nodejs-basics.json",
"57": "active-tasks/Nodejs_basic-task1-caesar.json",
"58": "active-tasks/not-fight-club.json",
"59": "active-tasks/online-store.json",
"60": "active-tasks/photo-filter.json",
"61": "active-tasks/plants-part1.json",
"62": "active-tasks/plants-part2.json",
"63": "active-tasks/plants-part3.json",
"64": "active-tasks/portfolio-part1.json",
"65": "active-tasks/portfolio.json",
"66": "active-tasks/random-game.json",
"67": "active-tasks/random-jokes.json",
"68": "active-tasks/react-class-components.json",
"69": "active-tasks/react-schedule.json",
"70": "active-tasks/react-xcheck.json",
"71": "active-tasks/react_final.json",
"72": "active-tasks/react_forms.json",
"73": "active-tasks/react_nextJs.json",
"74": "active-tasks/react_redux.json",
"75": "active-tasks/react_routing.json",
"76": "active-tasks/react_testing_and_context.json",
"77": "active-tasks/rs-clone-presentation.json",
"78": "active-tasks/rs-clone.json",
"79": "active-tasks/rs-ds-2-linear-regression.json",
"80": "active-tasks/rs-ds-7-clustering-dimensionality-reduction.json",
"81": "active-tasks/rs-lang.json",
"82": "active-tasks/rs-scc.json",
"83": "active-tasks/rslang.json",
"84": "active-tasks/rss-english-for-kids.json",
"85": "active-tasks/rss-fancy-weather.json",
"86": "active-tasks/rss-movie-search.json",
"87": "active-tasks/rss-nonograms-checklist.json",
"88": "active-tasks/rss-singolo-dom-and-responsive.json",
"89": "active-tasks/rss-singolo.json",
"90": "active-tasks/rss-virtual-keyboard.json",
"91": "active-tasks/schedule.json",
"92": "active-tasks/shelter-part-1.json",
"93": "active-tasks/shelter-part-2.json",
"94": "active-tasks/shelter-part-3.json",
"95": "active-tasks/simon-says.json",
"96": "active-tasks/song-bird.json",
"97": "active-tasks/songbird.json",
"98": "active-tasks/speakit.json",
"99": "active-tasks/tic-tac-toe.json",
"100": "active-tasks/travel-part1.json",
"101": "active-tasks/travel-part2.json",
"102": "active-tasks/travel-part3.json",
"103": "active-tasks/typescript-essentials.json",
"104": "active-tasks/virtual-keyboard-2023q1.json",
"105": "active-tasks/virtual-keyboard.json",
"106": "active-tasks/virtual-piano.json",
"107": "active-tasks/wildlife.json"
}
"0": "active-tasks/Angular-YouTube-client.json",
"1": "active-tasks/HTML&CSS.json",
"2": "active-tasks/Nodejs_basic-task1-caesar.json",
"3": "active-tasks/angular-connections-project.json",
"4": "active-tasks/angular-train-a-project.json",
"5": "active-tasks/art-quiz.json",
"6": "active-tasks/async-race.json",
"7": "active-tasks/audio-player.json",
"8": "active-tasks/calculator.json",
"9": "active-tasks/christmas-shop-1.json",
"10": "active-tasks/christmas-shop-2.json",
"11": "active-tasks/christmas-shop-3.json",
"12": "active-tasks/clean-code-s1e1.json",
"13": "active-tasks/codejam-2022q3.json",
"14": "active-tasks/codejam-css-bayan.json",
"15": "active-tasks/codejam-the-gem-puzzle.json",
"16": "active-tasks/coffee-house-week-1.json",
"17": "active-tasks/coffee-house-week-2.json",
"18": "active-tasks/coffee-house-week-3.json",
"19": "active-tasks/covid-dashboard.json",
"20": "active-tasks/css-meme-slider.json",
"21": "active-tasks/custom-video.json",
"22": "active-tasks/cv-en.json",
"23": "active-tasks/cv-stage1.json",
"24": "active-tasks/cv.json",
"25": "active-tasks/decision-making-tool.json",
"26": "active-tasks/eco-sounds.json",
"27": "active-tasks/ecommerce-application-sprint-1.json",
"28": "active-tasks/ecommerce-application-sprint-2.json",
"29": "active-tasks/ecommerce-application-sprint-3.json",
"30": "active-tasks/ecommerce-application-sprint-4.json",
"31": "active-tasks/english-for-kids.json",
"32": "active-tasks/english-puzzle.json",
"33": "active-tasks/fancy-weather.json",
"34": "active-tasks/fun-chat.json",
"35": "active-tasks/hangman.json",
"36": "active-tasks/html-builder.json",
"37": "active-tasks/image-galery.json",
"38": "active-tasks/js30.json",
"39": "active-tasks/library-part1.json",
"40": "active-tasks/library-part2.json",
"41": "active-tasks/library-part3.json",
"42": "active-tasks/memory-game.json",
"43": "active-tasks/minesweeper.json",
"44": "active-tasks/momentum-stage1.json",
"45": "active-tasks/momentum.json",
"46": "active-tasks/movie-app.json",
"47": "active-tasks/movie-search.json",
"48": "active-tasks/museum-adaptive.json",
"49": "active-tasks/museum-dom.json",
"50": "active-tasks/museum-fixed.json",
"51": "active-tasks/museum-stage0.json",
"52": "active-tasks/museum.json",
"53": "active-tasks/node-battleship.json",
"54": "active-tasks/node-crud-api.json",
"55": "active-tasks/node-file-manager.json",
"56": "active-tasks/node-graphql-basics.json",
"57": "active-tasks/node-home-library-service-part-1.json",
"58": "active-tasks/node-nodejs-basics.json",
"59": "active-tasks/not-fight-club.json",
"60": "active-tasks/online-store.json",
"61": "active-tasks/photo-filter.json",
"62": "active-tasks/plants-part1.json",
"63": "active-tasks/plants-part2.json",
"64": "active-tasks/plants-part3.json",
"65": "active-tasks/portfolio-part1.json",
"66": "active-tasks/portfolio.json",
"67": "active-tasks/random-game.json",
"68": "active-tasks/random-jokes.json",
"69": "active-tasks/react-class-components.json",
"70": "active-tasks/react-schedule.json",
"71": "active-tasks/react-xcheck.json",
"72": "active-tasks/react_final.json",
"73": "active-tasks/react_forms.json",
"74": "active-tasks/react_nextJs.json",
"75": "active-tasks/react_redux.json",
"76": "active-tasks/react_routing.json",
"77": "active-tasks/react_testing_and_context.json",
"78": "active-tasks/rs-clone-presentation.json",
"79": "active-tasks/rs-clone.json",
"80": "active-tasks/rs-ds-2-linear-regression.json",
"81": "active-tasks/rs-ds-7-clustering-dimensionality-reduction.json",
"82": "active-tasks/rs-lang.json",
"83": "active-tasks/rs-scc.json",
"84": "active-tasks/rslang.json",
"85": "active-tasks/rss-english-for-kids.json",
"86": "active-tasks/rss-fancy-weather.json",
"87": "active-tasks/rss-movie-search.json",
"88": "active-tasks/rss-nonograms-checklist.json",
"89": "active-tasks/rss-singolo-dom-and-responsive.json",
"90": "active-tasks/rss-singolo.json",
"91": "active-tasks/rss-virtual-keyboard.json",
"92": "active-tasks/schedule.json",
"93": "active-tasks/shelter-part-1.json",
"94": "active-tasks/shelter-part-2.json",
"95": "active-tasks/shelter-part-3.json",
"96": "active-tasks/simon-says.json",
"97": "active-tasks/song-bird.json",
"98": "active-tasks/songbird.json",
"99": "active-tasks/speakit.json",
"100": "active-tasks/tic-tac-toe.json",
"101": "active-tasks/travel-part1.json",
"102": "active-tasks/travel-part2.json",
"103": "active-tasks/travel-part3.json",
"104": "active-tasks/typescript-essentials.json",
"105": "active-tasks/virtual-keyboard-2023q1.json",
"106": "active-tasks/virtual-keyboard.json",
"107": "active-tasks/virtual-piano.json",
"108": "active-tasks/wildlife.json"
}