diff --git a/website/src/pages/index.astro b/website/src/pages/index.astro index abb0b7dd..51cff6ab 100644 --- a/website/src/pages/index.astro +++ b/website/src/pages/index.astro @@ -1,28 +1,28 @@ --- -import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro'; -import Modal from '../components/Modal.astro'; -import Icon from '../components/Icon.astro'; -import BackToTop from '../components/BackToTop.astro'; +import StarlightPage from "@astrojs/starlight/components/StarlightPage.astro"; +import Modal from "../components/Modal.astro"; +import Icon from "../components/Icon.astro"; +import BackToTop from "../components/BackToTop.astro"; const base = import.meta.env.BASE_URL; ---

- Awesome - GitHub Copilot + Awesome GitHub Copilot

-

Community-contributed agents, instructions, and skills to enhance your GitHub Copilot experience

+

+ Community-contributed agents, instructions, and skills to enhance your + GitHub Copilot experience +

@@ -69,39 +91,92 @@ const base = import.meta.env.BASE_URL;
-
-
+
+ - +
- + @@ -119,9 +205,20 @@ const base = import.meta.env.BASE_URL;

Plugins

Curated plugins organized by themes

-
-
+
+ - +
- + @@ -129,9 +226,16 @@ const base = import.meta.env.BASE_URL;

Tools

MCP servers and developer tools

-
-
+
+ - +
- + @@ -143,7 +247,6 @@ const base = import.meta.env.BASE_URL; - @@ -152,6 +255,6 @@ const base = import.meta.env.BASE_URL;
diff --git a/website/src/styles/global.css b/website/src/styles/global.css index dc6bbc6a..e8d7272d 100644 --- a/website/src/styles/global.css +++ b/website/src/styles/global.css @@ -175,6 +175,10 @@ body:has(#main-content) { padding: 0 24px; } +.main-frame { + padding-top: 0px; +} + #main-content a { color: var(--color-link); text-decoration: none; @@ -200,7 +204,6 @@ body:has(#main-content) { /* Hero Section */ .hero { - padding: 80px 0 40px; text-align: center; position: relative; background: transparent; @@ -1876,10 +1879,6 @@ body:has(#main-content) { } @media (max-width: 768px) { - .hero { - padding: 60px 0 30px; - } - .hero-particle { opacity: 0.2; }