feat: Add HACK+2026 section#5
Conversation
WalkthroughAdds a new HACK+2026 site section: navigation items, main section and history card, plus a Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 4
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (39)
.DS_Storeis excluded by!**/.DS_Storepublic/.DS_Storeis excluded by!**/.DS_Storepublic/assets/.DS_Storeis excluded by!**/.DS_Storepublic/assets/img/.DS_Storeis excluded by!**/.DS_Storepublic/assets/img/about-bg.pngis excluded by!**/*.pngpublic/assets/img/behance.pngis excluded by!**/*.pngpublic/assets/img/bg-2022.pngis excluded by!**/*.pngpublic/assets/img/bg-2023.pngis excluded by!**/*.pngpublic/assets/img/bg-2024.pngis excluded by!**/*.pngpublic/assets/img/bg-2025.pngis excluded by!**/*.pngpublic/assets/img/bg-2026.pngis excluded by!**/*.pngpublic/assets/img/facebook.pngis excluded by!**/*.pngpublic/assets/img/hack-2022.pngis excluded by!**/*.pngpublic/assets/img/hack-2023.pngis excluded by!**/*.pngpublic/assets/img/hack-2024.pngis excluded by!**/*.pngpublic/assets/img/hack-2025-new.pngis excluded by!**/*.pngpublic/assets/img/hack-2025.pngis excluded by!**/*.pngpublic/assets/img/hack-2026.pngis excluded by!**/*.pngpublic/assets/img/header-bg.pngis excluded by!**/*.pngpublic/assets/img/header-logo.pngis excluded by!**/*.pngpublic/assets/img/icon_github.svgis excluded by!**/*.svgpublic/assets/img/icon_nemuts.svgis excluded by!**/*.svgpublic/assets/img/icon_twitter.svgis excluded by!**/*.svgpublic/assets/img/icon_youtube.svgis excluded by!**/*.svgpublic/assets/img/icon_zenn.svgis excluded by!**/*.svgpublic/assets/img/img-2022.pngis excluded by!**/*.pngpublic/assets/img/img-2023.pngis excluded by!**/*.pngpublic/assets/img/img-2024.pngis excluded by!**/*.pngpublic/assets/img/instagram.pngis excluded by!**/*.pngpublic/assets/img/logo-2022.pngis excluded by!**/*.pngpublic/assets/img/logo-2023.pngis excluded by!**/*.pngpublic/assets/img/logo-2024.pngis excluded by!**/*.pngpublic/assets/img/logo-2025.pngis excluded by!**/*.pngpublic/assets/img/logo-2026.pngis excluded by!**/*.pngpublic/assets/img/logo.pngis excluded by!**/*.pngpublic/assets/img/movie.mp4is excluded by!**/*.mp4public/assets/img/ogp.pngis excluded by!**/*.pngpublic/assets/js/style.min.jsis excluded by!**/*.min.jspublic/favicon.icois excluded by!**/*.ico
📒 Files selected for processing (2)
public/assets/css/style.css(2 hunks)public/index.html(9 hunks)
🔇 Additional comments (3)
public/assets/css/style.css (1)
283-289: CSS implementation looks good.The
.hack-2026styling correctly follows the established pattern used by.hack-2025and earlier years, with appropriate responsive overrides for mobile viewports.Also applies to: 631-634
public/index.html (2)
26-26: Navigation links added correctly.The new HACK+2026 navigation links have been properly added to both the desktop header menu (line 26) and mobile drawer menu (line 54), maintaining consistency with the existing navigation structure.
Also applies to: 54-54
71-79: HACK+2026 history card looks good.The new list item card for HACK+2026 in the history section follows the established pattern and includes appropriate descriptive text about the event themes.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Actionable comments posted: 2
♻️ Duplicate comments (3)
public/index.html (3)
145-146: Remove or uncomment dead code (commented-out button).The button at lines 145–146 is commented out. Either remove this dead code or uncomment it with verified href and text.
Apply this diff to remove the dead code:
<div class="hack__button-container"> - <!-- <a href="https://hackathon-2026.nemtus.com/" class="button">HACK+2026の詳細を見る</a> --> </div>Or, if the button should be active, uncomment and verify the link is correct.
150-152: Remove or uncomment dead code (commented-out image).Lines 150–152 contain a commented-out image tag. Either remove it or uncomment it with verified src path and alt text.
Apply this diff to remove the dead code:
<div class="hack__right-img"> - <!-- <img src="./assets/img/img-2026.png" alt="HACK+2026のイメージ画像"> --> <p class="hack__right-title"> </p>Or uncomment if the image should be displayed, ensuring the file exists at the specified path.
153-153: Remove or populate empty title elements.Lines 153 and 162 contain
hack__right-titleelements with only whitespace. Either populate them with meaningful text or remove them entirely to avoid layout and accessibility issues.For line 153:
- <p class="hack__right-title"> </p> + <p class="hack__right-title">概要</p>For line 162:
- <p class="hack__right-title hack__right-title-2"></p> + <p class="hack__right-title hack__right-title-2">評価理由</p>Alternatively, remove both if they are not needed.
Also applies to: 162-162
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
public/index.html(9 hunks)
🔇 Additional comments (2)
public/index.html (2)
26-26: Navigation links properly positioned. The HACK+2026 navigation items are correctly added as the first/newest links in both header and drawer menus, maintaining chronological order.Also applies to: 54-54
71-79: History card well-structured. The HACK+2026 card in the "ハッカソン履歴一覧" section is properly formatted and consistent with existing cards (logo, title, descriptive text, and link).
|
OK |
ハッカソンのまとめページに、
HACK+ 2026の枠を追加しました。
よろしくお願いします。
Summary by CodeRabbit
New Features
Updates
✏️ Tip: You can customize this high-level summary in your review settings.