diff --git a/src/pages/index.module.scss b/src/pages/index.module.scss index a5b40e2d5..e428aaf5a 100644 --- a/src/pages/index.module.scss +++ b/src/pages/index.module.scss @@ -84,3 +84,22 @@ margin-left: 0; } } + +.banner { + background-color: #f8f9fa; + padding: 16px; + text-align: center; + margin: 20px 0; + border-radius: 8px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); +} + +.banner h2 { + margin: 0 0 8px; + color: #0366d6; +} + +.banner p { + margin: 4px 0; + font-size: 16px; +} diff --git a/src/pages/index.tsx b/src/pages/index.tsx index e9505c5b2..d68d8c80f 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -58,6 +58,45 @@ function HomepageHeader() { ); } +function HomepageNewMaintainers() { + return ( +
+ Want to help finish the next major release of Sequelize? We're looking for new contributors + and maintainers!{' '} + + 💡 + +
++ + + 💰 + {' '} + Funding available: + {' '} + $2,500 per quarter distributed among maintainers. +
++ + 📩 + {' '} + Join our Slack and reach out to{' '} + @WikiRik or @sdepold. +
+