From c41507443bfbfabf75171d7127bea300d7fd77a6 Mon Sep 17 00:00:00 2001 From: Jerry Date: Tue, 21 Jan 2025 14:25:23 -0500 Subject: [PATCH] Add week 2 and Open alliance to blog --- _posts/open-alliance.md | 26 ++++++++++++++++++++++++++ pages/blog/[slug].tsx | 15 ++++++++------- pages/blog/index.tsx | 15 +++++++++++++++ public/blog_imgs/oa.png | Bin 0 -> 244645 bytes 4 files changed, 49 insertions(+), 7 deletions(-) create mode 100644 _posts/open-alliance.md create mode 100644 public/blog_imgs/oa.png diff --git a/_posts/open-alliance.md b/_posts/open-alliance.md new file mode 100644 index 0000000..80081e4 --- /dev/null +++ b/_posts/open-alliance.md @@ -0,0 +1,26 @@ +--- +title: "Open Alliance" +excerpt: "Our open alliance post on cheif delphi!" +coverImage: "/blog_imgs/oa.png" +date: "2025-01-21" +author: + name: Husain + picture: "/team/husain-baker.webp" +ogImage: + url: "/blog_imgs/oa.png" +--- + +## We are happy to announce our 2025 Open Alliance +**You can visit our open alliance page [here](https://www.chiefdelphi.com/t/frc-334-techknights-2024-25-build-thread-open-alliance/476058)!!!** + + +## Team Links + +| Team Pages | Links | +| ---------- | ----- | +|Website | https://www.bthsrobotics.com/ | +| Instagram | https://www.instagram.com/team334/?hl=en | +|YouTube Channel| https://www.youtube.com/@TechKnights334 | +|Github | https://www.github.com/team334/ | + +> Post Credits: Gadin, Husain, Samantha \ No newline at end of file diff --git a/pages/blog/[slug].tsx b/pages/blog/[slug].tsx index 7cb63f5..007ec16 100644 --- a/pages/blog/[slug].tsx +++ b/pages/blog/[slug].tsx @@ -43,13 +43,14 @@ const PostPage: React.FC = ({post}) => { transition={{delay: 0.3}} className="flex items-center justify-center space-x-4" > - {post.author.name} +
+ {post.author.name} +
{post.author.name}