Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

OSAwards.com

OSAwards.com enthält 3 gesammelte Skills von GitNation, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
3
Stars
19
aktualisiert
2026-07-03
Forks
15
Berufsabdeckung
1 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

mark-winners
Webentwickler

Mark the winners on `index.html` and sort them to the top of their category. User provides a `Category: Winner` mapping (often copied from a Trello card / GitNation announcement). For each winner the skill adds class `winner` to its `<li>`, moves that `<li>` to first position in its category's list, and renumbers `data-aos-delay` (100, 200, 300, …). Descriptions, logos, and structure are left untouched. Works for `javascript/` and `react/` folders. Use when user says "mark winners", "проставь победителей", "пометь победителей", "update winners", or pastes a list of category → winner pairs.

2026-07-03
update-nominees
Webentwickler

Replace the nominees on `index.html` with a fresh year's list. User provides a plain-text list of categories with project names and GitHub links. Skill rewrites the `<section id="nominees">` block with new categories and projects, updates the year heading, sets all images to the placeholder `pic/project_dummy.jpg`, and leaves description fields and winner classes empty (those are filled in by separate later steps). Works for `javascript/` and `react/` folders. Use when user says "update nominees", "replace 2025 nominees with 2026", "обновить номинантов", or pastes a categorized list of projects.

2026-07-03
archive-winners
Webentwickler

Archive a finished year of OS Awards. Reads winners (items with class `winner`) from the current `index.html`, generates `<year>.html` showing only winners, and adds the new year to the archive menu of all existing year pages. Works for `javascript/` and `react/` folders. Use when user says "archive winners", "create archive page for <year>", "вынести победителей на отдельную страницу", or after winners have been announced for a finished year.

2026-05-05