diff --git a/website/blog-30-days-of-ia-2024/2024-09-06/kickoff-blog-coming-soon.md b/website/blog-30-days-of-ia-2024/2024-09-06/kickoff-blog-coming-soon.md new file mode 100644 index 0000000000..2383f61703 --- /dev/null +++ b/website/blog-30-days-of-ia-2024/2024-09-06/kickoff-blog-coming-soon.md @@ -0,0 +1,39 @@ +--- +slug: kickoff-blog-coming-soon +title: "Kickoff blog coming soon!" +authors: [30days] +draft: false +hide_table_of_contents: false +toc_min_heading_level: 2 +toc_max_heading_level: 3 +keywords: [Cloud-Scale, Data, AI, AI/ML, intelligent apps, cloud-native, 60-days, enterprise apps, digital experiences, app modernization] +image: https://github.com/Azure/Cloud-Native/blob/main/website/static/img/ogImage.png +description: "Combine the power of AI, cloud-scale data, and cloud-native app development to create highly differentiated digital experiences. Develop adaptive, responsive, and personalized experiences by building and modernizing intelligent applications with Azure." +tags: [Build-Intelligent-Apps, 30-days-of-IA, learn-live, community-buzz, azure-kubernetes-service, azure-functions, azure-openai, azure-container-apps, azure-cosmos-db, github-copilot, github-codespaces, github-actions] +--- + + + + + + + + + + + + + + + + + + + +Stay tuned for details on September 10 at 8am PT. diff --git a/website/blog-30-days-of-ia-2024/authors.yml b/website/blog-30-days-of-ia-2024/authors.yml new file mode 100644 index 0000000000..f3a174da35 --- /dev/null +++ b/website/blog-30-days-of-ia-2024/authors.yml @@ -0,0 +1,29 @@ +cnteam: + name: "#60Days Of IA" + title: BuildIA Content Team + url: https://azure.github.io/Cloud-Native/Build-IA/ + image_url: https://azure.github.io/Cloud-Native/img/logo-2024.png + +nitya: + name: Nitya Narasimhan + title: Senior Cloud Advocate, Illustrator + url: https://github.com/nitya + image_url: https://github.com/nitya.png + +devanshi: + name: Devanshi Joshi + title: Product Marketing Manager + url: https://github.com/devanshidiaries + image_url: https://github.com/devanshidiaries.png + +cory: + name: Cory Skimming + title: Sr. Product Marketing Manager + url: https://twitter.com/cskimming + image_url: https://github.com/CSKIMM.png + +30days: + name: "#30Days Of IA" + title: BuildIA Content Team + url: https://azure.github.io/Cloud-Native/Build-IA/ + image_url: https://azure.github.io/Cloud-Native/img/logo-2024.png \ No newline at end of file diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 772cef50b3..3711ac9814 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -215,6 +215,24 @@ const config = { sortPosts: "descending", }, ], + [ + "@docusaurus/plugin-content-blog", + { + id: "blog-30-days-of-ia-2024", + routeBasePath: "30-days-of-ia-2024", + path: "./blog-30-days-of-ia-2024", + blogTitle: "Learn in #30DaysOfIA", + blogDescription: + "Develop adaptive, responsive, and personalized experiences by building and modernizing intelligent applications with Azure!", + blogSidebarCount: "ALL", + blogSidebarTitle: "#30DaysOfIA2024", + tagsBasePath: "tags", + archiveBasePath: "archive", + postsPerPage: 1, + showReadingTime: true, + sortPosts: "descending", + }, + ], // ---- End Multiple Blogs ["docusaurus-plugin-clarity", {}], diff --git a/website/src/components/AnnouncementBar/index.js b/website/src/components/AnnouncementBar/index.js index 293fe8bf42..d83e29e863 100644 --- a/website/src/components/AnnouncementBar/index.js +++ b/website/src/components/AnnouncementBar/index.js @@ -10,7 +10,7 @@ const AnnouncementBar = () => {

- Check out the Intelligent Apps on Azure Container Apps series for quick demo bytes | Give us a 🌟 on GitHub + Dive into building AI applications in Python with cutting-edge technology and models | Give us a 🌟 on GitHub

diff --git a/website/src/components/AnnouncementBar/styles.module.css b/website/src/components/AnnouncementBar/styles.module.css index 4b861abf5e..902f3fdc11 100644 --- a/website/src/components/AnnouncementBar/styles.module.css +++ b/website/src/components/AnnouncementBar/styles.module.css @@ -1,14 +1,13 @@ .announcementBarBackground { - background-color: #133486; + background-color: #002948; color: #ffffff; font-size: 13px; - margin-top: -2px + margin-top: -2px; } .announcementBarContainer { align-content: center; text-align: center; - background-color: #133486; color: #ffffff; } diff --git a/website/src/components/gallery/ShowcaseCard/index.tsx b/website/src/components/gallery/ShowcaseCard/index.tsx index a6edaf180f..63f5c74b49 100644 --- a/website/src/components/gallery/ShowcaseCard/index.tsx +++ b/website/src/components/gallery/ShowcaseCard/index.tsx @@ -61,10 +61,19 @@ function ShowcaseCardTag({tags}: {tags: TagType[]}) { ); } -function ShowcaseMultipleWebsites(authorName:string, websiteLink:string) { - return
  • - {authorName} -
  • ; +function ShowcaseMultipleWebsites(authorName: string, websiteLink: string) { + return ( +
  • + + {authorName} + +
  • + ); } function ShowcaseMultipleAuthorsDropdown({ user }: { user: User }) { @@ -89,7 +98,7 @@ function ShowcaseMultipleAuthorsDropdown({ user }: { user: User }) {